Public bug reported: Imported from Debian bug http://bugs.debian.org/1137594:
Package: capnproto Version: 1.4.0-2 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. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src -I./src -DKJ_HEADER_WARNINGS -DCAPNP_HEADER_WARNINGS -DCAPNP_INCLUDE_DIR=\"/usr/include\" -g -O2 -ffile-prefix-map=/build/reproducible-path/capnproto-1.4.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DNDEBUG -DKJ_HAS_ZLIB -DKJ_HAS_OPENSSL -DKJ_USE_FIBERS -c src/kj/compat/tls.c++ -fPIC -DPIC -o src/kj/compat/.libs/tls.o | src/kj/compat/tls.c++: In member function 'kj::String kj::TlsPeerIdentity::getCommonName()': | src/kj/compat/tls.c++:1131:42: error: invalid conversion from 'const X509_NAME*' {aka 'const X509_name_st*'} to 'X509_NAME*' {aka 'X509_name_st*'} [-fpermissive] | 1131 | X509_NAME* subj = X509_get_subject_name(reinterpret_cast<X509*>(cert)); | | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | const X509_NAME* {aka const X509_name_st*} | src/kj/compat/tls.c++:1135:47: error: invalid conversion from 'const X509_NAME_ENTRY*' {aka 'const X509_name_entry_st*'} to 'X509_NAME_ENTRY*' {aka 'X509_name_entry_st*'} [-fpermissive] | 1135 | X509_NAME_ENTRY* entry = X509_NAME_get_entry(subj, index); | | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ | | | | | const X509_NAME_ENTRY* {aka const X509_name_entry_st*} | src/kj/compat/tls.c++:1137:47: error: invalid conversion from 'const ASN1_STRING*' {aka 'const asn1_string_st*'} to 'ASN1_STRING*' {aka 'asn1_string_st*'} [-fpermissive] | 1137 | ASN1_STRING* data = X509_NAME_ENTRY_get_data(entry); | | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | | | const ASN1_STRING* {aka const asn1_string_st*} | make[3]: *** [Makefile:2354: src/kj/compat/tls.lo] Error 1 Full buildlog https://breakpoint.cc/openssl-rebuild/logs-4/attempted/capnproto_1.4.0-2_amd64-2026-04-19T10:09:19Z Sebastian ** Affects: capnproto (Ubuntu) Importance: Undecided Status: New ** Affects: capnproto (Debian) Importance: Undecided Status: New ** Tags: ftbfs openssl-4.0 ** Bug watch added: Debian Bug tracker #1137594 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1137594 ** Changed in: capnproto (Debian) Remote watch: None => Debian Bug tracker #1137594 ** Tags added: ftbfs openssl-4.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2154835 Title: capnproto: FTBFS with openssl 4.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/capnproto/+bug/2154835/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
