[Pkg-openssl-devel] Bug#1137386: alpine: FTBFS with openssl 4.0

Sebastian Andrzej Siewior sebastian at breakpoint.cc
Sat May 23 14:22:50 BST 2026


Package: alpine
Version: 2.26+dfsg-5
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: pkg-openssl-devel at lists.alioth.debian.org
Usertags: openssl-4.0

OpenSSL 4.0 is in experimental. This package fails to build against it:

|If you get No such file error messages for files x509.h, ssl.h,
|pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL
|is not installed on your system. Either install OpenSSL first
|or build with command: make slx SSLTYPE=none
|`cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
|osdep.c: In function ‘ssl_validate_cert’:
|osdep.c:698:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
|  698 |      cname = X509_get_subject_name(cert);
|      |            ^
|osdep.c:700:15: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
|  700 |         if((e = X509_NAME_get_entry(cname, j)) != NULL){
|      |               ^
|osdep.c:716:64: error: invalid use of incomplete typedef ‘ASN1_IA5STRING’ {aka ‘struct asn1_string_st’}
|  716 |                      (name->type = GEN_DNS) && (s = name->d.ia5->data) &&
|      |                                                                ^~

Full buildlog
	https://breakpoint.cc/openssl-rebuild/logs-4/attempted/alpine_2.26+dfsg-5_amd64-2026-04-19T07:53:37Z

Sebastian



More information about the Pkg-openssl-devel mailing list