[Pkg-openssl-devel] Bug#1138480: omniorb-dfsg: FTBFS with openssl 4.0

Sebastian Andrzej Siewior sebastian at breakpoint.cc
Sat May 30 17:22:42 BST 2026


Package: omniorb-dfsg
Version: 4.3.3+ds1-1
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:

| g++ -c -g -O2 -ffile-prefix-map=/build/reproducible-path/omniorb-dfsg-4.3.3+ds1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -Wno-unused -fexceptions  -Wdate-time -D_FORTIFY_SOURCE=2 -I.. -I./.. -I../../../../../include/omniORB4/internal -I../../../../../include/omniORB4/internal -D_OMNIORB_SSL_LIBRARY -D__OMNIORB4__ -I../../../../../stub -D_REENTRANT  -I. -I. -I../../../../../include -I../../../../../include -D__OSVERSION__=2 -o static/sslConnection.o sslConnection.cc
| sslConnection.cc: In member function ‘void omni::sslConnection::setPeerDetails()’:
| sslConnection.cc:551:44: error: invalid conversion from ‘const X509_NAME*’ {aka ‘const X509_name_st*’} to ‘X509_NAME*’ {aka ‘X509_name_st*’} [-fpermissive]
|   551 |     X509_NAME* name = X509_get_subject_name(peer_cert);
|       |                       ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
|       |                                            |
|       |                                            const X509_NAME* {aka const X509_name_st*}
| sslConnection.cc:557:52: error: invalid conversion from ‘const X509_NAME_ENTRY*’ {aka ‘const X509_name_entry_st*’} to ‘X509_NAME_ENTRY*’ {aka ‘X509_name_entry_st*’} [-fpermissive]
|   557 |     X509_NAME_ENTRY* ne       = X509_NAME_get_entry(name, lastpos);
|       |                                 ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
|       |                                                    |
|       |                                                    const X509_NAME_ENTRY* {aka const X509_name_entry_st*}
| sslConnection.cc:558:57: error: invalid conversion from ‘const ASN1_STRING*’ {aka ‘const asn1_string_st*’} to ‘ASN1_STRING*’ {aka ‘asn1_string_st*’} [-fpermissive]
|   558 |     ASN1_STRING*     asn1_str = X509_NAME_ENTRY_get_data(ne);
|       |                                 ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
|       |                                                         |
|       |                                                         const ASN1_STRING* {aka const asn1_string_st*}
| make[7]: *** [../../../../../mk/beforeauto.mk:707: static/sslConnection.o] Error 1
| make[7]: Leaving directory '/build/reproducible-path/omniorb-dfsg-4.3.3+ds1/src/lib/omniORB/orbcore/ssl'
| make[6]: *** [dir.mk:274: export] Error 2

Full buildlog
 	https://breakpoint.cc/openssl-rebuild/logs-4/attempted/omniorb-dfsg_4.3.3+ds1-1_amd64-2026-04-19T11:29:31Z

Sebastian



More information about the Pkg-openssl-devel mailing list