Your message dated Tue, 26 Sep 2023 10:23:39 +0000
with message-id <[email protected]>
and subject line Bug#1037602: fixed in ceph 16.2.11+ds-3
has caused the Debian Bug report #1037602,
regarding ceph: ftbfs with GCC-13
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.)
--
1037602: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037602
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ceph
Version: 16.2.11+ds-2
Severity: normal
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-13
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/ceph_16.2.11+ds-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 13, either set CC=gcc-13 CXX=g++-13 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-13/porting_to.html
[...]
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/hmac.h:43:27: note: declared here
43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key,
int len,
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h: In destructor
‘ceph::crypto::ssl::HMAC::~HMAC()’:
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h:142:20: warning: ‘void
HMAC_CTX_free(HMAC_CTX*)’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
142 | HMAC_CTX_free(mpContext);
| ~~~~~~~~~~~~~^~~~~~~~~~~
/usr/include/openssl/hmac.h:35:28: note: declared here
35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);
| ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h: In member function ‘void
ceph::crypto::ssl::HMAC::Restart()’:
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h:146:50: warning: ‘const EVP_MD*
HMAC_CTX_get_md(const HMAC_CTX*)’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
146 | const EVP_MD * const type = HMAC_CTX_get_md(mpContext);
| ~~~~~~~~~~~~~~~^~~~~~~~~~~
/usr/include/openssl/hmac.h:51:37: note: declared here
51 | OSSL_DEPRECATEDIN_3_0 const EVP_MD *HMAC_CTX_get_md(const HMAC_CTX
*ctx);
| ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h:147:34: warning: ‘int
HMAC_Init_ex(HMAC_CTX*, const void*, int, const EVP_MD*, ENGINE*)’ is
deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
147 | const auto r = HMAC_Init_ex(mpContext, nullptr, 0, type, nullptr);
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/hmac.h:43:27: note: declared here
43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key,
int len,
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h: In member function ‘void
ceph::crypto::ssl::HMAC::Update(const unsigned char*, size_t)’:
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h:154:35: warning: ‘int
HMAC_Update(HMAC_CTX*, const unsigned char*, size_t)’ is deprecated: Since
OpenSSL 3.0 [-Wdeprecated-declarations]
154 | const auto r = HMAC_Update(mpContext, input, length);
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/hmac.h:45:27: note: declared here
45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned
char *data,
| ^~~~~~~~~~~
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h: In member function ‘void
ceph::crypto::ssl::HMAC::Final(unsigned char*)’:
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h:162:32: warning: ‘int
HMAC_Final(HMAC_CTX*, unsigned char*, unsigned int*)’ is deprecated: Since
OpenSSL 3.0 [-Wdeprecated-declarations]
162 | const auto r = HMAC_Final(mpContext, digest, &s);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/hmac.h:47:27: note: declared here
47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
| ^~~~~~~~~~
[ 13%] Building CXX object
src/msg/CMakeFiles/common-msg-objs.dir/async/rdma/Infiniband.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/msg && /usr/bin/c++
-DBOOST_ASIO_DISABLE_THREAD_KEYWORD_EXTENSION
-DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__CEPH__
-D__STDC_FORMAT_MACROS -D__linux__
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/include -I/<<PKGBUILDDIR>>/src
-isystem /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include -isystem
/<<PKGBUILDDIR>>/src/xxHash -isystem /<<PKGBUILDDIR>>/src/rapidjson/include -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -DFMT_DEPRECATED_OSTREAM -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security
-DFMT_DEPRECATED_OSTREAM -fPIC -U_FORTIFY_SOURCE -Wall -fno-strict-aliasing
-fsigned-char -Wtype-limits -Wignored-qualifiers -Wpointer-arith
-Werror=format-security -Winit-self -Wno-unknown-pragmas -Wnon-virtual-dtor
-Wno-
ignored-qualifiers -ftemplate-depth-1024 -Wpessimizing-move -Wredundant-move
-Wstrict-null-sentinel -Woverloaded-virtual -fno-new-ttp-matching
-fstack-protector-strong -fdiagnostics-color=auto -fno-builtin-malloc
-fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -std=c++17 -MD -MT
src/msg/CMakeFiles/common-msg-objs.dir/async/rdma/Infiniband.cc.o -MF
CMakeFiles/common-msg-objs.dir/async/rdma/Infiniband.cc.o.d -o
CMakeFiles/common-msg-objs.dir/async/rdma/Infiniband.cc.o -c
/<<PKGBUILDDIR>>/src/msg/async/rdma/Infiniband.cc
/<<PKGBUILDDIR>>/src/log/SubsystemMap.h: In instantiation of ‘bool
ceph::logging::SubsystemMap::should_gather() const [with unsigned int SubV =
29; int LvlV = 2]’:
/<<PKGBUILDDIR>>/src/msg/async/net_handler.cc:195:9: required from
‘ceph::NetHandler::generic_connect(const entity_addr_t&, const entity_addr_t&,
bool)::<lambda(auto:23)> [with auto:23 = ceph::common::CephContext*]’
/<<PKGBUILDDIR>>/src/msg/async/net_handler.cc:195:9: required from here
/<<PKGBUILDDIR>>/src/log/SubsystemMap.h:85:62: error:
‘ceph_subsys_get_max_default_level’ was not declared in this scope
85 | LvlV <= ceph_subsys_get_max_default_level(SubV));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/<<PKGBUILDDIR>>/src/common/likely.h:28:47: note: in definition of macro
‘expect’
28 | #define expect(x, hint) __builtin_expect((x),(hint))
| ^~~~
/<<PKGBUILDDIR>>/src/log/SubsystemMap.h: In instantiation of ‘bool
ceph::logging::SubsystemMap::should_gather() const [with unsigned int SubV =
29; int LvlV = 10]’:
/<<PKGBUILDDIR>>/src/msg/async/net_handler.cc:209:5: required from
‘ceph::NetHandler::generic_connect(const entity_addr_t&, const entity_addr_t&,
bool)::<lambda(auto:24)> [with auto:24 = ceph::common::CephContext*]’
/<<PKGBUILDDIR>>/src/msg/async/net_handler.cc:209:5: required from here
/<<PKGBUILDDIR>>/src/log/SubsystemMap.h:85:62: error:
‘ceph_subsys_get_max_default_level’ was not declared in this scope
85 | LvlV <= ceph_subsys_get_max_default_level(SubV));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/<<PKGBUILDDIR>>/src/common/likely.h:28:47: note: in definition of macro
‘expect’
28 | #define expect(x, hint) __builtin_expect((x),(hint))
| ^~~~
make[3]: *** [src/msg/CMakeFiles/common-msg-objs.dir/build.make:303:
src/msg/CMakeFiles/common-msg-objs.dir/async/net_handler.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:4295:
src/msg/CMakeFiles/common-msg-objs.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:4139:
src/common/CMakeFiles/common-common-objs.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:116: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: ceph
Source-Version: 16.2.11+ds-3
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ceph, 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 ceph 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: SHA256
Format: 1.8
Date: Tue, 26 Sep 2023 09:41:32 +0200
Source: ceph
Architecture: source
Version: 16.2.11+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Ceph Packaging Team <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1037602
Changes:
ceph (16.2.11+ds-3) unstable; urgency=medium
.
* Fix gcc-13 FTBFS. (Closes: #1037602):
- fix-gcc-13-issue.patch (thanks to Bo YU).
- Add -fpermissive to DEB_CXXFLAGS_MAINT_APPEND.
- include-cstdint-in-subsys_types.h.patch.
* Fix debian/calc-max-parallel.sh to allow building on more core on
(very) big systems.
Checksums-Sha1:
d2373bbe0aeda48c8c6a844d45f701f4676bbff2 8082 ceph_16.2.11+ds-3.dsc
cacc7864cb5d4373098e68ba000e2bdaba1ff741 121308 ceph_16.2.11+ds-3.debian.tar.xz
db25cce27fd61ef27255b4920aab617b605e56ca 42685
ceph_16.2.11+ds-3_amd64.buildinfo
Checksums-Sha256:
fbe4b5cbfb2d64840902c83499bb518ac5a84f2e202c5419bb97ef0f6ac00a1b 8082
ceph_16.2.11+ds-3.dsc
6f44666b6114702ade9f1c8e5655fad0a5d44d8d9330acca266151f0e60ebf47 121308
ceph_16.2.11+ds-3.debian.tar.xz
6c9837c9b216aae0e52f3e55530656f3d2b2a35331e8bfa865e3a80da82b26bf 42685
ceph_16.2.11+ds-3_amd64.buildinfo
Files:
12f37ad7182c4e5dc4a95fa879d6359c 8082 admin optional ceph_16.2.11+ds-3.dsc
9bdb05610c7486749c1cc688f57a22f3 121308 admin optional
ceph_16.2.11+ds-3.debian.tar.xz
1f5b5b8bdc22a58876fab6614ecd93a8 42685 admin optional
ceph_16.2.11+ds-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmUSrCIACgkQ1BatFaxr
Q/4rKBAAkiWwKQIZgP71k6HiwMktICgOAwCfmLBk9ua5kXMvUydxt2Gbs9cJftsZ
0Gbm4g8WiPm4ncH9+Yg8kdy7SQJF2ml56WXp6WHx+lkquu7e8B2Iljai2UuNLO/0
nJp6iTJDKtgMPTey6msDtSyZ+kUSOFsAdtDKBXHSpffnyRnqWlyQXodWoQO1zTwU
cy+Tx1143RqU0SoXeDR1FV+Mo/NPIajfb7tX/4EQjX+L0YoyZBQatz9qWFtom5Bj
W3/MQFXQzBTfJ56lR/KHpzf40bvH+MC3MMg2BDVyp0BKug7mlFotbA4DSJNlwVEF
R3Wr2mRLg1IMOiegmhL9fCzoLDs8yq3Jo8M4TmE/nt4xC3ob9Rf2GNWB7bajtCof
EY2GGNsMvTqc6Fw2mx0nn+w/8LPasqRjfZa4VGDzII2gbnzMGq0z4MbufoZK86Cg
DawIlFBKiYavlsKwPEIgTENu4zzBuHpt/y4r0ZEZyJs9LvWc8azChbKjtL5LXmid
JNy9og6sDW9YKSU0RmJ6Y9sc9RxZzJeDmMD77yZ3kVz3BxUH63XKDhFXTvMfExpx
d31YjaOsFo3FMs5lCPBR08UtQ0RCVPc41mgGUT3sx/6n7GTDUTTtPB4sqfzwb+nE
aopv+OVD39/LKd789IpdqVprevTmDuIJs3EMmwf4Vb0uaSNbHPg=
=vY0B
-----END PGP SIGNATURE-----
--- End Message ---