Package: gsoap
Version: 2.8.139-1
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: [email protected]
Usertags: openssl-4.0
OpenSSL 4.0 is in experimental. This package fails to build against it:
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -DWITH_IPV6 -DLINUX -DWITH_OPENSSL
-DWITH_GZIP -DWITH_DOM -DWITH_COOKIES -g -O2
-ffile-prefix-map=/build/reproducible-path/gsoap-2.8.139=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c stdsoap2_ssl_cpp.cpp -fPIC -DPIC -o
.libs/libgsoapssl___la-stdsoap2_ssl_cpp.o
| stdsoap2_ssl_cpp.cpp: In function 'int tcp_connect(soap*, const char*, const
char*, int)':
| stdsoap2_ssl_cpp.cpp:6548:49: error: invalid conversion from 'const
X509_NAME*' {aka 'const X509_name_st*'} to 'X509_NAME*' {aka 'X509_name_st*'}
[-fpermissive]
| 6548 | if (!ok && (subj = X509_get_subject_name(peer)) != 0)
| | ~~~~~~~~~~~~~~~~~~~~~^~~~~~
| | |
| | const X509_NAME* {aka
const X509_name_st*}
| stdsoap2_ssl_cpp.cpp:6557:44: error: invalid conversion from 'const
ASN1_STRING*' {aka 'const asn1_string_st*'} to 'ASN1_STRING*' {aka
'asn1_string_st*'} [-fpermissive]
| 6557 | name = X509_NAME_ENTRY_get_data(X509_NAME_get_entry(subj,
i));
| |
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| | |
| | const ASN1_STRING* {aka
const asn1_string_st*}
| make[6]: *** [Makefile:744: libgsoapssl___la-stdsoap2_ssl_cpp.lo] Error 1
Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/gsoap_2.8.139-1_amd64-2026-04-19T08:03:27Z
Sebastian