Your message dated Wed, 17 Jun 2026 13:48:56 +0000
with message-id <[email protected]>
and subject line Bug#1138394: fixed in qpid-proton 0.37.0-9
has caused the Debian Bug report #1138394,
regarding qpid-proton: 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.)
--
1138394: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1138394
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qpid-proton
Version: 0.37.0-8
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:
| cd /build/reproducible-path/qpid-proton-0.37.0/.pybuild/cpython3_3.13/build/c
&& /usr/bin/cc -Dqpid_proton_core_EXPORTS
-I/build/reproducible-path/qpid-proton-0.37.0/c/include
-I/build/reproducible-path/qpid-proton-0.37.0/c/src
-I/build/reproducible-path/qpid-proton-0.37.0/.pybuild/cpython3_3.13/build/c/include
-I/build/reproducible-path/qpid-proton-0.37.0/.pybuild/cpython3_3.13/build/c/src
-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/qpid-proton-0.37.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-fvisibility=hidden -std=c99 -fPIC -flto -fno-fat-lto-objects -Werror -Wall
-pedantic-errors -Wno-unused-parameter -Wstrict-prototypes -Wvla -Wsign-compare
-Wwrite-strings -MD -MT
c/CMakeFiles/qpid-proton-core-objects.dir/src/ssl/openssl.c.o -MF
CMakeFiles/qpid-proton-core-objects.dir/src/ssl/openssl.c.o.d -o
CMakeFiles/qpid-proton-core-objects.dir/src/ssl/openssl.c.o -c
/build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c
| /build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c: In function
‘verify_callback’:
| /build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c:314:25:
error: invalid use of incomplete typedef ‘ASN1_STRING’ {aka ‘struct
asn1_string_st’}
| 314 | if (asn1 && asn1->data && asn1->length) {
| | ^~
| /build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c:314:39:
error: invalid use of incomplete typedef ‘ASN1_STRING’ {aka ‘struct
asn1_string_st’}
| 314 | if (asn1 && asn1->data && asn1->length) {
| | ^~
| /build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c:329:21:
error: initialization discards ‘const’ qualifier from pointer target type
[-Wdiscarded-qualifiers]
| 329 | X509_NAME *name = X509_get_subject_name(cert);
| | ^~~~~~~~~~~~~~~~~~~~~
| /build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c:332:27:
error: initialization discards ‘const’ qualifier from pointer target type
[-Wdiscarded-qualifiers]
| 332 | X509_NAME_ENTRY *ne = X509_NAME_get_entry(name, i);
| | ^~~~~~~~~~~~~~~~~~~
| /build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c:333:30:
error: initialization discards ‘const’ qualifier from pointer target type
[-Wdiscarded-qualifiers]
| 333 | ASN1_STRING *name_asn1 = X509_NAME_ENTRY_get_data(ne);
| | ^~~~~~~~~~~~~~~~~~~~~~~~
| /build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c: In function
‘pn_ssl_get_remote_subject’:
| /build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c:1415:26:
error: initialization discards ‘const’ qualifier from pointer target type
[-Wdiscarded-qualifiers]
| 1415 | X509_NAME *subject = X509_get_subject_name(cert);
| | ^~~~~~~~~~~~~~~~~~~~~
| /build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c: In function
‘pn_ssl_get_remote_subject_subfield’:
| /build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c:1534:29:
error: initialization discards ‘const’ qualifier from pointer target type
[-Wdiscarded-qualifiers]
| 1534 | X509_NAME *subject_name = X509_get_subject_name(cert);
| | ^~~~~~~~~~~~~~~~~~~~~
| /build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c:1541:27:
error: initialization discards ‘const’ qualifier from pointer target type
[-Wdiscarded-qualifiers]
| 1541 | X509_NAME_ENTRY *ne = X509_NAME_get_entry(subject_name, index);
| | ^~~~~~~~~~~~~~~~~~~
| /build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c:1543:32:
error: initialization discards ‘const’ qualifier from pointer target type
[-Wdiscarded-qualifiers]
| 1543 | ASN1_STRING *name_asn1 = X509_NAME_ENTRY_get_data(ne);
| | ^~~~~~~~~~~~~~~~~~~~~~~~
| /build/reproducible-path/qpid-proton-0.37.0/c/src/ssl/openssl.c:1544:32:
error: invalid use of incomplete typedef ‘ASN1_STRING’ {aka ‘struct
asn1_string_st’}
| 1544 | return (char *) name_asn1->data;
| | ^~
| make[3]: *** [c/CMakeFiles/qpid-proton-core-objects.dir/build.make:526:
c/CMakeFiles/qpid-proton-core-objects.dir/src/ssl/openssl.c.o] Error 1
| make[3]: Leaving directory
'/build/reproducible-path/qpid-proton-0.37.0/.pybuild/cpython3_3.13/build'
Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/qpid-proton_0.37.0-8_amd64-2026-04-19T13:45:47Z
Sebastian
--- End Message ---
--- Begin Message ---
Source: qpid-proton
Source-Version: 0.37.0-9
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
qpid-proton, 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.
Thomas Goirand <[email protected]> (supplier of updated qpid-proton 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: Wed, 17 Jun 2026 14:51:14 +0200
Source: qpid-proton
Architecture: source
Version: 0.37.0-9
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1138394
Changes:
qpid-proton (0.37.0-9) unstable; urgency=medium
.
* Add openssl-4-compat.patch (Closes: #1138394).
Checksums-Sha1:
39d534e4c6eedf91d65e393933f6c4bcf1276127 2798 qpid-proton_0.37.0-9.dsc
d3bd44c4def68ecec60e8bdac140447a55184c58 10376
qpid-proton_0.37.0-9.debian.tar.xz
17320b0be7ec7e8313542b1001dcc5025edba3a1 12771
qpid-proton_0.37.0-9_amd64.buildinfo
Checksums-Sha256:
e8a6d74a5128d7d12b3004c14ad64bd02a06224abf229b8995dcc57b9059fe5c 2798
qpid-proton_0.37.0-9.dsc
64d01df15b65ee798c26edd1c7d7edf3c13ef004d81064b1c12c62a8b16eff60 10376
qpid-proton_0.37.0-9.debian.tar.xz
927217e3a1c50e538518823bcd18e01e6b1fef51cfbdbc0299f8304b87fef368 12771
qpid-proton_0.37.0-9_amd64.buildinfo
Files:
07da4805378bf5cecb33c8d47fa7aa5e 2798 libs optional qpid-proton_0.37.0-9.dsc
09ebbbcda7512bb41bcb08d2cf62c65d 10376 libs optional
qpid-proton_0.37.0-9.debian.tar.xz
26200894cefc89aaa124e9b05b4ee46f 12771 libs optional
qpid-proton_0.37.0-9_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmoyot0ACgkQ1BatFaxr
Q/4vBw//XvPAf/TUQZoLyuU7tvitouPNtlFGbxSTsxdlzqiHQx6tTgQC6gPXIr1b
UDwEOC6lCqJLnYPZqIrTDs0SFIbBjZ8DlzwKEhKcZ7VdMOyVxMe/zALA+78uRcVH
ZtZXsgNOXE+lfMpFozCB73XGchH6+eBna8EA7zoSl0nE4j1YjRuQCUX1bFp5SYua
KGovslOiNbxkmbbuM+dLC6BErrAdAnu/IWlZgn4OOJAG+KJmXLkndjBY0vRAnNmq
SygZNJ4Uc0SGBkFBzJu9pWYBk2a1Ha3dA18NkWJGezmssVCOAPT6txb5CGeeAPah
qwamwHf5d7hUdx/3hntzkbr0qRtS2dpCAYygmiBoF79TYr2vv/a7oJY159xvtDz8
pNLF8+ydnYVkAAuZFYXOGogf20hPefhRlzz27YHi8i94j5G3xhinFM/QtPP800Fj
sfGcvrSOqrycLO5wTBZotSdikbkjCdwGpH45GhKGj5PXYMy3Poo4tSAgKXDV9tAJ
cqXI68spnEAVLzU+9zs7tWVQnrXnP0+K1FRwRJHXvtfuOLluq3DMS/9TiAipgChU
8Nwip4UIz7hIMOO70iEyFeRXKFHzOL3wOX31bWJJX191Lve3iqSUVOS5codS9v3N
S56yNDbI0/of8tgmKt4K6uSnqU1wvDMi8zikwKbfi0rHT7KiwpQ=
=rTdB
-----END PGP SIGNATURE-----
pgpn9s_Jw4FX6.pgp
Description: PGP signature
--- End Message ---