Your message dated Thu, 16 Jul 2026 08:49:01 +0000
with message-id <[email protected]>
and subject line Bug#1138474: fixed in isc-kea 3.0.3-3
has caused the Debian Bug report #1138474,
regarding isc-kea: FTBFS with openssl 4.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1138474: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1138474
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: isc-kea
Version: 3.0.3-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:

| [196/697] c++ -Isrc/lib/tcp/libkea-tcp.so.33.0.0.p -Isrc/lib/tcp 
-I../src/lib/tcp -I. -I.. -Isrc -I../src -Isrc/bin -I../src/bin -Isrc/lib 
-I../src/lib -I/usr/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -DBOOST_ALL_NO_LIB -pthread 
-g -O2 -ffile-prefix-map=/build/reproducible-path/isc-kea-3.0.3=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-MD -MQ src/lib/tcp/libkea-tcp.so.33.0.0.p/tcp_connection.cc.o -MF 
src/lib/tcp/libkea-tcp.so.33.0.0.p/tcp_connection.cc.o.d -o 
src/lib/tcp/libkea-tcp.so.33.0.0.p/tcp_connection.cc.o -c 
../src/lib/tcp/tcp_connection.cc
| FAILED: [code=1] src/lib/tcp/libkea-tcp.so.33.0.0.p/tcp_connection.cc.o 
| c++ -Isrc/lib/tcp/libkea-tcp.so.33.0.0.p -Isrc/lib/tcp -I../src/lib/tcp -I. 
-I.. -Isrc -I../src -Isrc/bin -I../src/bin -Isrc/lib -I../src/lib 
-I/usr/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -DBOOST_ALL_NO_LIB -pthread 
-g -O2 -ffile-prefix-map=/build/reproducible-path/isc-kea-3.0.3=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-MD -MQ src/lib/tcp/libkea-tcp.so.33.0.0.p/tcp_connection.cc.o -MF 
src/lib/tcp/libkea-tcp.so.33.0.0.p/tcp_connection.cc.o.d -o 
src/lib/tcp/libkea-tcp.so.33.0.0.p/tcp_connection.cc.o -c 
../src/lib/tcp/tcp_connection.cc
| In file included from ../src/lib/asiolink/crypto_tls.h:19,
|                  from ../src/lib/asiolink/tls_socket.h:14,
|                  from ../src/lib/asiolink/tls_acceptor.h:20,
|                  from ../src/lib/tcp/tcp_connection_acceptor.h:11,
|                  from ../src/lib/tcp/tcp_connection.h:13,
|                  from ../src/lib/tcp/tcp_connection.cc:10:
| ../src/lib/asiolink/openssl_tls.h: In instantiation of ‘std::string 
isc::asiolink::TlsStream<Callback>::getSubject() [with Callback = 
isc::tcp::TcpConnection::SocketCallback; std::string = 
std::__cxx11::basic_string<char>]’:
| ../src/lib/asiolink/openssl_tls.h:173:25:   required from here
|   173 |     virtual std::string getSubject() {
|       |                         ^~~~~~~~~~
| ../src/lib/asiolink/openssl_tls.h:178:52: error: invalid conversion from 
‘const X509_NAME*’ {aka ‘const X509_name_st*’} to ‘X509_NAME*’ {aka 
‘X509_name_st*’} [-fpermissive]
|   178 |         ::X509_NAME *name = ::X509_get_subject_name(cert);
|       |                             ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
|       |                                                    |
|       |                                                    const X509_NAME* 
{aka const X509_name_st*}
| ../src/lib/asiolink/openssl_tls.h:180:54: error: invalid conversion from 
‘const X509_NAME_ENTRY*’ {aka ‘const X509_name_entry_st*’} to 
‘X509_NAME_ENTRY*’ {aka ‘X509_name_entry_st*’} [-fpermissive]
|   180 |         ::X509_NAME_ENTRY* ne = ::X509_NAME_get_entry(name, loc);
|       |                                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
|       |                                                      |
|       |                                                      const 
X509_NAME_ENTRY* {aka const X509_name_entry_st*}
| ../src/lib/asiolink/openssl_tls.h: In instantiation of ‘std::string 
isc::asiolink::TlsStream<Callback>::getIssuer() [with Callback = 
isc::tcp::TcpConnection::SocketCallback; std::string = 
std::__cxx11::basic_string<char>]’:
| ../src/lib/asiolink/openssl_tls.h:207:25:   required from here
|   207 |     virtual std::string getIssuer() {
|       |                         ^~~~~~~~~
| ../src/lib/asiolink/openssl_tls.h:212:51: error: invalid conversion from 
‘const X509_NAME*’ {aka ‘const X509_name_st*’} to ‘X509_NAME*’ {aka 
‘X509_name_st*’} [-fpermissive]
|   212 |         ::X509_NAME *name = ::X509_get_issuer_name(cert);
|       |                             ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
|       |                                                   |
|       |                                                   const X509_NAME* 
{aka const X509_name_st*}
| ../src/lib/asiolink/openssl_tls.h:214:54: error: invalid conversion from 
‘const X509_NAME_ENTRY*’ {aka ‘const X509_name_entry_st*’} to 
‘X509_NAME_ENTRY*’ {aka ‘X509_name_entry_st*’} [-fpermissive]
|   214 |         ::X509_NAME_ENTRY* ne = ::X509_NAME_get_entry(name, loc);
|       |                                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
|       |                                                      |
|       |                                                      const 
X509_NAME_ENTRY* {aka const X509_name_entry_st*}
| ninja: build stopped: subcommand failed.
| dh_auto_build: error: cd build && LC_ALL=C.UTF-8 ninja -j1 -v returned exit 
code 1

Full buildlog
 
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/isc-kea_3.0.3-1_amd64-2026-04-19T13:57:33Z

Sebastian

--- End Message ---
--- Begin Message ---
Source: isc-kea
Source-Version: 3.0.3-3
Done: Paride Legovini <[email protected]>

We believe that the bug you reported is fixed in the latest version of
isc-kea, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paride Legovini <[email protected]> (supplier of updated isc-kea package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 16 Jul 2026 10:22:35 +0200
Source: isc-kea
Architecture: source
Version: 3.0.3-3
Distribution: unstable
Urgency: medium
Maintainer: Kea <[email protected]>
Changed-By: Paride Legovini <[email protected]>
Closes: 1138474
Changes:
 isc-kea (3.0.3-3) unstable; urgency=medium
 .
   [ Paride Legovini ]
   * d/control: update to debhelper compat 14.
     Changes in d/control:
     - Drop build dependency on dh-sequence-installsysusers: it is
       now in the default sequence.
     - Remove substvars now automatically applied by dh_gencontrol.
   * salsa-ci pipeline: run the Ubuntu jobs on Stonking
 .
   [ Athos Ribeiro ]
   * d/p/openssl4.patch: fix FTBFS with OpenSSL 4 (Closes: #1138474)
Checksums-Sha1:
 1e20b5df2359f0d93a85facc4715dc531c8d8b4f 3411 isc-kea_3.0.3-3.dsc
 fbbed13dcd1223bbb95359d36d32a729338e82fc 50752 isc-kea_3.0.3-3.debian.tar.xz
 eda6cf7b3fedab1741cc83680c7aeae5f2bfe95f 21149816 isc-kea_3.0.3-3.git.tar.xz
 51deede1311d2e2c6a521876dd0629744030c0ff 17546 isc-kea_3.0.3-3_source.buildinfo
Checksums-Sha256:
 4a532f147975aca09920125b28f47f093723d496e8dc6fd3e48f04bbd2de5e1d 3411 
isc-kea_3.0.3-3.dsc
 3eb73215dae6c1e1dd3f931efd262a7e6378791bf747f06b6cb476db6fae45e4 50752 
isc-kea_3.0.3-3.debian.tar.xz
 8dbd96f168ecbb7e9be3d8b3191655b914b76dcdfd4d9ab1688b211b0378cf75 21149816 
isc-kea_3.0.3-3.git.tar.xz
 526496aa0a8f0014ccaf5bcae5178c5abf8723cafda8a6da5993fb89a7bbbd30 17546 
isc-kea_3.0.3-3_source.buildinfo
Files:
 2e74ad0d98d42f3bcf11ac6ae28ee5cd 3411 net optional isc-kea_3.0.3-3.dsc
 3b1baa0963886c2d7dff60a5f6af8385 50752 net optional 
isc-kea_3.0.3-3.debian.tar.xz
 a59311025a62e9801109cddf0fad0cb9 21149816 net None isc-kea_3.0.3-3.git.tar.xz
 3b5b14424166d9f9e3c4a9670075750c 17546 net optional 
isc-kea_3.0.3-3_source.buildinfo
Git-Tag-Info: tag=5cb8b00862fe1da4cf30feae26929621888efbcb 
fp=561ad585eed766921ba8dd96d65861883e014db9
Git-Tag-Tagger: Paride Legovini <[email protected]>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmpYldQACgkQYG0ITkaD
wHlkUQ/9HwIO08nYvWQ0KABkBdv5mjqfzwgNRS32kqbyH9iE+/2i5Q3T7Z5CVF8v
GsUe980lclbyElxEwgOI5VQKowvz1LyZCvKzxpuPaOKEVUn/2RoLtzZ19KiK9KWK
c3D1sBtkLkG444SpKIwxTdDTwx0ZqyCMM02PszP2Prt8ndWQ03rGbl++qBHJj/6O
hbnt7LNjCyXYgi6V6PCHvBH7hSVV3/noZYLdK0aXULKljmXDz4KfYWKviBCUv6tp
vjzgFXukofz1atVO87Ane4ei7AIcLSqn5dSd6rCBJEHFTjYrZvKf5Zolm0X1tcvY
3zOfMIl8pES5JYtDa+kuvmreGpV+3h8S1sSxvz0frEy9CX1z/1udFpIFkAAlbiFZ
1lFZKGIiTKiRbS6qwMn8Q4IP3PjMt9sonZzaVIKd/z+0suRcvXlyONLyzZCEpfyQ
dpKze8m5W9cVh3vU8zKHX8CWnwXJthqsINuzieKUC6SJvcsc4gMIUqFrVYd0O3Ap
L3u0t6j4VIiGn1BLQZMlf4RGimpE2pHfEs9dRjJDFndt8iu6GGc+/YNbeZNJIRpG
Sa+b1wb7RZSiUElXDJ5Xgcfr2Yy67WmU2IL6I2S4mMkWS+/twlrFBmfqEZbfadJ8
wPnDu3Nfkkl0EwTnFLjPjuTFaal1K/7885ed3F9bKJ2NFe7t7Y4=
=sHeC
-----END PGP SIGNATURE-----

Attachment: pgpdSdaYDrnES.pgp
Description: PGP signature


--- End Message ---

Reply via email to