Your message dated Wed, 11 May 2022 08:23:09 +0000
with message-id <e1nohcj-000ayv...@fasolo.debian.org>
and subject line Bug#1006562: fixed in qpid-proton 0.37.0-1
has caused the Debian Bug report #1006562,
regarding qpid-proton: FTBFS with OpenSSL 3.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 ow...@bugs.debian.org
immediately.)
--
1006562: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006562
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qpid-proton
Version: 0.22.0-5.1
Severity: important
Tags: bookworm sid
User: pkg-openssl-de...@lists.alioth.debian.org
Usertags: ftbfs-3.0
Your package is failing to build using OpenSSL 3.0 with the
following error:
| [ 11%] Building C object
proton-c/CMakeFiles/qpid-proton-core.dir/src/ssl/openssl.c.o
| cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/proton-c && /usr/bin/cc
-Dqpid_proton_core_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/proton-c/src
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/proton-c/include
-I/<<PKGBUILDDIR>>/proton-c/src -I/<<PKGBUILDDIR>>/proton-c/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden
-fPIC -Werror -Wall -pedantic-errors -Wstrict-prototypes -Wc++-compat -Wvla
-Wsign-compare -Wwrite-strings -std=c99 -MD -MT
proton-c/CMakeFiles/qpid-proton-core.dir/src/ssl/openssl.c.o -MF
CMakeFiles/qpid-proton-core.dir/src/ssl/openssl.c.o.d -o
CMakeFiles/qpid-proton-core.dir/src/ssl/openssl.c.o -c
/<<PKGBUILDDIR>>/proton-c/src/ssl/openssl.c
| /<<PKGBUILDDIR>>/proton-c/src/ssl/openssl.c: In function ‘get_dh2048’:
| /<<PKGBUILDDIR>>/proton-c/src/ssl/openssl.c:403:3: error: ‘DH_new’ is
deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations]
| 403 | DH *dh = DH_new();
| | ^~
| In file included from /usr/include/openssl/dsa.h:51,
| from /usr/include/openssl/x509.h:37,
| from /usr/include/openssl/ssl.h:31,
| from /<<PKGBUILDDIR>>/proton-c/src/ssl/openssl.c:45:
| /usr/include/openssl/dh.h:199:27: note: declared here
| 199 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);
| | ^~~~~~
| /<<PKGBUILDDIR>>/proton-c/src/ssl/openssl.c:411:7: error: ‘DH_set0_pqg’
is deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations]
| 411 | || !DH_set0_pqg(dh, dhp_bn, NULL, dhg_bn)) {
| | ^~
| In file included from /usr/include/openssl/dsa.h:51,
| from /usr/include/openssl/x509.h:37,
| from /usr/include/openssl/ssl.h:31,
| from /<<PKGBUILDDIR>>/proton-c/src/ssl/openssl.c:45:
| /usr/include/openssl/dh.h:255:27: note: declared here
| 255 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q,
BIGNUM *g);
| | ^~~~~~~~~~~
| /<<PKGBUILDDIR>>/proton-c/src/ssl/openssl.c:412:5: error: ‘DH_free’ is
deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations]
| 412 | DH_free(dh);
| | ^~~~~~~
| In file included from /usr/include/openssl/dsa.h:51,
| from /usr/include/openssl/x509.h:37,
| from /usr/include/openssl/ssl.h:31,
| from /<<PKGBUILDDIR>>/proton-c/src/ssl/openssl.c:45:
| /usr/include/openssl/dh.h:200:28: note: declared here
| 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
| | ^~~~~~~
| /<<PKGBUILDDIR>>/proton-c/src/ssl/openssl.c: In function ‘pn_ssl_domain’:
| /<<PKGBUILDDIR>>/proton-c/src/ssl/openssl.c:547:5: error: ‘DH_free’ is
deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations]
| 547 | DH_free(dh);
| | ^~~~~~~
| In file included from /usr/include/openssl/dsa.h:51,
| from /usr/include/openssl/x509.h:37,
| from /usr/include/openssl/ssl.h:31,
| from /<<PKGBUILDDIR>>/proton-c/src/ssl/openssl.c:45:
| /usr/include/openssl/dh.h:200:28: note: declared here
| 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
| | ^~~~~~~
| cc1: all warnings being treated as errors
| make[4]: *** [proton-c/CMakeFiles/qpid-proton-core.dir/build.make:437:
proton-c/CMakeFiles/qpid-proton-core.dir/src/ssl/openssl.c.o] Error 1
| make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| make[3]: *** [CMakeFiles/Makefile2:1268:
proton-c/CMakeFiles/qpid-proton-core.dir/all] Error 2
| make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| make[2]: *** [Makefile:149: all] Error 2
| make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 all docs VERBOSE=1
returned exit code 2
| make[1]: *** [debian/rules:33: override_dh_auto_build] Error 25
For more information see:
https://www.openssl.org/docs/man3.0/man7/migration_guide.html
Sebastian
--- End Message ---
--- Begin Message ---
Source: qpid-proton
Source-Version: 0.37.0-1
Done: Thomas Goirand <z...@debian.org>
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 1006...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 17 Feb 2022 10:04:14 +0100
Source: qpid-proton
Architecture: source
Version: 0.37.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 974503 1006562
Changes:
qpid-proton (0.37.0-1) unstable; urgency=medium
.
* New upstream release.
* Adopt the package in the OpenStack team, as there's no other maintainers
than me anymore.
* Restart git history using upstream Git repo as base.
* Use openstack-pkg-tools.
* Removed all old patches.
* Removed all traces of proton-c: files have moved upstream.
* Fix python3-qpid-proton.install.
* rm debian/README.source.
* Fix 3x *doc.install files.
* rm d/libqpid-proton11.docs.
* Add continue-building-with-deprecated-declarations.patch. This fixes FTBFS
with OpenSSL 3.0 (Closes: #1006562).
* Added Restrictions: superficial to tests (Closes: #974503).
* Removed python2 autopkgtest.
* autopkgtest: only test with default python3, not with all available
python3.
Checksums-Sha1:
ec46267c2a677858e39a1dd703c97c364fb15c32 2800 qpid-proton_0.37.0-1.dsc
46bdcaaaca84c04a47063e9d6fa82812f0e3531d 1024588 qpid-proton_0.37.0.orig.tar.xz
ce3ccd7e01fd6f2a0eac28608cccdd513ee2675c 6172
qpid-proton_0.37.0-1.debian.tar.xz
737435a1379cb4c919563cf5cb41f3742f653756 13001
qpid-proton_0.37.0-1_amd64.buildinfo
Checksums-Sha256:
c366e1b78336bce55732ea94fe590be1b6b0fb6c606b8957dc444ba9f5d47cc1 2800
qpid-proton_0.37.0-1.dsc
e6febfd87e7d2a8d887303000f149f229f029b3252cb80e91bbf2f060af40758 1024588
qpid-proton_0.37.0.orig.tar.xz
40dc9d495185457530ea866215b35b87ec66b8e4b5d087efd8e7cd93f4206fc0 6172
qpid-proton_0.37.0-1.debian.tar.xz
39ac30d049ca1c497b84401afd1241db44c0bab6d189e5853ad17b7bc9d8a63b 13001
qpid-proton_0.37.0-1_amd64.buildinfo
Files:
a083989485b559c6cadaf55155ee046e 2800 libs optional qpid-proton_0.37.0-1.dsc
bcdb23f0bcbb01295e345135a4e3a14f 1024588 libs optional
qpid-proton_0.37.0.orig.tar.xz
4b2a7eda592ff19823be9da445b58e46 6172 libs optional
qpid-proton_0.37.0-1.debian.tar.xz
9a7b6dfa86316d4b255d192ce048687d 13001 libs optional
qpid-proton_0.37.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmJ7bBEACgkQ1BatFaxr
Q/7RCw/+INEQatHjoPzudaCP9gOiLoAnWKgBV3jGIbdF7UPXuL1xWWhxaLSRJrdA
21YfVnUg7QGgcjMSQHJG4kYgn7vvjIZSuaP4hgpmSrbTqggxgC09iY79KJKI9GAA
H8mXPVQ9BqbmY+WNp25DDM3Ms9OD6EDCIT3zegyMf+zId6Xkj5ldjuA4uUM/WtsI
cHdLTzYqxY5oaV9K5drBlgVQ0VsozB6nS/eRvCK4epxXdfNYxnGRVXwG/fFAyb+4
79cI1ngHV6qgdHZjVvhuTdpg/7o4EJL+qDal1aRSWFQLWLv205NCFdCh2qHO9ApW
nn4nwDTSK+rueqvMD9f99QnAQLp9nBoKUuX/MY1i98BH69zDH8t2iLk+YfiqG5Fn
hFEKukyf+9hrvOuZExdKJPs9h7KD6BRgg32y87trMjiFHTVyp0nbKPqUhJ31aZTU
c1BvfEa6kHVFxjmmOiiBixn0jcWv3fyekw/7Giry8nIVVWLYbOezCB3CmRgqO2nw
CFvkv2QGN5aa88OHDV8VJbFoB8qX8uOeplor6/u6KOYmXLuvNnjo1NY4VA2nYb1x
jisDgsJULMpdnIMrqI9NtK+HsHskJx6GXzOfaLftBT/j97IxZx6SrKK4Rzk9wbq7
sSsopBrkSpX0CVwqMXMt74TlamBLYq+1Cddr3lT14OObmPCIoiI=
=4vHC
-----END PGP SIGNATURE-----
--- End Message ---