Bug#1012902: centreon-clib: ftbfs with GCC-12
Package: src:centreon-clib Version: 21.04.2-1 Severity: normal Tags: sid bookworm User: debian-...@lists.debian.org Usertags: ftbfs-gcc-12 [This bug is targeted to the upcoming bookworm 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-12/g++-12, but succeeds to build with gcc-11/g++-11. The severity of this report will be raised before the bookworm release. The full build log can be found at: http://qa-logs.debian.net/2022/06/09/gcc12/centreon-clib_21.04.2-1_unstable_gcc12.log The last lines of the build log are at the end of this report. To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html GCC 11 defaults to the GNU++17 standard. If your package installs header files in /usr/include, please don't work around C++17 issues by choosing a lower C++ standard for the package build, but fix these issues to build with the C++17 standard. [...] /usr/bin/c++ -DHAVE_SPAWN_H -D_GLIBCXX_USE_CXX11_ABI=1 -Dcentreon_clib_shared_EXPORTS -I/<>/inc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fPIC -MD -MT CMakeFiles/centreon_clib_shared.dir/src/task_manager.cc.o -MF CMakeFiles/centreon_clib_shared.dir/src/task_manager.cc.o.d -o CMakeFiles/centreon_clib_shared.dir/src/task_manager.cc.o -c /<>/src/task_manager.cc /usr/bin/c++ -DHAVE_SPAWN_H -D_GLIBCXX_USE_CXX11_ABI=1 -Dcentreon_clib_shared_EXPORTS -I/<>/inc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fPIC -MD -MT CMakeFiles/centreon_clib_shared.dir/src/library.cc.o -MF CMakeFiles/centreon_clib_shared.dir/src/library.cc.o.d -o CMakeFiles/centreon_clib_shared.dir/src/library.cc.o -c /<>/src/library.cc [ 34%] Building CXX object CMakeFiles/centreon_clib_shared.dir/src/clib/version.cc.o /usr/bin/c++ -DHAVE_SPAWN_H -D_GLIBCXX_USE_CXX11_ABI=1 -Dcentreon_clib_shared_EXPORTS -I/<>/inc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fPIC -MD -MT CMakeFiles/centreon_clib_shared.dir/src/timestamp.cc.o -MF CMakeFiles/centreon_clib_shared.dir/src/timestamp.cc.o.d -o CMakeFiles/centreon_clib_shared.dir/src/timestamp.cc.o -c /<>/src/timestamp.cc /usr/bin/c++ -DHAVE_SPAWN_H -D_GLIBCXX_USE_CXX11_ABI=1 -Dcentreon_clib_shared_EXPORTS -I/<>/inc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fPIC -MD -MT CMakeFiles/centreon_clib_shared.dir/src/clib/version.cc.o -MF CMakeFiles/centreon_clib_shared.dir/src/clib/version.cc.o.d -o CMakeFiles/centreon_clib_shared.dir/src/clib/version.cc.o -c /<>/src/clib/version.cc [ 39%] Building CXX object CMakeFiles/centreon_clib_shared.dir/src/exceptions/basic.cc.o /usr/bin/c++ -DHAVE_SPAWN_H -D_GLIBCXX_USE_CXX11_ABI=1 -Dcentreon_clib_shared_EXPORTS -I/<>/inc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fPIC -MD -MT CMakeFiles/centreon_clib_shared.dir/src/exceptions/basic.cc.o -MF CMakeFiles/centreon_clib_shared.dir/src/exceptions/basic.cc.o.d -o CMakeFiles/centreon_clib_shared.dir/src/exceptions/basic.cc.o -c /<>/src/exceptions/basic.cc [ 43%] Building CXX object CMakeFiles/centreon_clib_shared.dir/src/exceptions/interruption.cc.o /usr/bin/c++ -DHAVE_SPAWN_H -D_GLIBCXX_USE_CXX11_ABI=1 -Dcentreon_clib_shared_EXPORTS -I/<>/inc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fPIC -MD -MT CMakeFiles/centreon_clib_shared.dir/src/exceptions/interruption.cc.o -MF CMakeFiles/centreon_clib_shared.dir/src/exceptions/interruption.cc.o.d -o CMakeFiles/centreon_clib_shared.dir/src/exceptions/interruption.cc.o -c /<>/src/exceptions/interruption.cc [ 47%] Building CXX object CMakeFiles/centreon_clib_shared.dir/src/logging/syslogger.cc.o /usr/bin/c++ -DHAVE_SPAWN_H -D_GLIBCXX_USE_CXX11_ABI=1 -Dcentreon_clib_shared_EXPORTS -I/<>/inc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fPIC -MD -MT CMakeFiles/centreon_clib_shared.dir/src/logging/syslogger
Bug#1012911: dbus-c++: ftbfs with GCC-12
Package: src:dbus-c++ Version: 0.9.0-9 Severity: normal Tags: sid bookworm User: debian-...@lists.debian.org Usertags: ftbfs-gcc-12 [This bug is targeted to the upcoming bookworm 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-12/g++-12, but succeeds to build with gcc-11/g++-11. The severity of this report will be raised before the bookworm release. The full build log can be found at: http://qa-logs.debian.net/2022/06/09/gcc12/dbus-c++_0.9.0-9_unstable_gcc12.log The last lines of the build log are at the end of this report. To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html GCC 11 defaults to the GNU++17 standard. If your package installs header files in /usr/include, please don't work around C++17 issues by choosing a lower C++ standard for the package build, but fix these issues to build with the C++17 standard. [...] 71 | operator>>(basic_istream<_CharT, _Traits>& __is, _Resetiosflags __f) | ^~~~ /usr/include/c++/12/iomanip:71:5: note: template argument deduction/substitution failed: ../../include/dbus-c++/types.h:96:8: note: ‘DBus::MessageIter’ is not derived from ‘std::basic_istream<_CharT, _Traits>’ 96 | ri >> cast; | ~~~^~~ /usr/include/c++/12/iomanip:101:5: note: candidate: ‘template std::basic_istream<_CharT, _Traits>& std::operator>>(basic_istream<_CharT, _Traits>&, _Setiosflags)’ 101 | operator>>(basic_istream<_CharT, _Traits>& __is, _Setiosflags __f) | ^~~~ /usr/include/c++/12/iomanip:101:5: note: template argument deduction/substitution failed: ../../include/dbus-c++/types.h:96:8: note: ‘DBus::MessageIter’ is not derived from ‘std::basic_istream<_CharT, _Traits>’ 96 | ri >> cast; | ~~~^~~ /usr/include/c++/12/iomanip:132:5: note: candidate: ‘template std::basic_istream<_CharT, _Traits>& std::operator>>(basic_istream<_CharT, _Traits>&, _Setbase)’ 132 | operator>>(basic_istream<_CharT, _Traits>& __is, _Setbase __f) | ^~~~ /usr/include/c++/12/iomanip:132:5: note: template argument deduction/substitution failed: ../../include/dbus-c++/types.h:96:8: note: ‘DBus::MessageIter’ is not derived from ‘std::basic_istream<_CharT, _Traits>’ 96 | ri >> cast; | ~~~^~~ /usr/include/c++/12/iomanip:170:5: note: candidate: ‘template std::basic_istream<_CharT, _Traits>& std::operator>>(basic_istream<_CharT, _Traits>&, _Setfill<_CharT>)’ 170 | operator>>(basic_istream<_CharT, _Traits>& __is, _Setfill<_CharT> __f) | ^~~~ /usr/include/c++/12/iomanip:170:5: note: template argument deduction/substitution failed: ../../include/dbus-c++/types.h:96:8: note: ‘DBus::MessageIter’ is not derived from ‘std::basic_istream<_CharT, _Traits>’ 96 | ri >> cast; | ~~~^~~ /usr/include/c++/12/iomanip:200:5: note: candidate: ‘template std::basic_istream<_CharT, _Traits>& std::operator>>(basic_istream<_CharT, _Traits>&, _Setprecision)’ 200 | operator>>(basic_istream<_CharT, _Traits>& __is, _Setprecision __f) | ^~~~ /usr/include/c++/12/iomanip:200:5: note: template argument deduction/substitution failed: ../../include/dbus-c++/types.h:96:8: note: ‘DBus::MessageIter’ is not derived from ‘std::basic_istream<_CharT, _Traits>’ 96 | ri >> cast; | ~~~^~~ /usr/include/c++/12/iomanip:230:5: note: candidate: ‘template std::basic_istream<_CharT, _Traits>& std::operator>>(basic_istream<_CharT, _Traits>&, _Setw)’ 230 | operator>>(basic_istream<_CharT, _Traits>& __is, _Setw __f) | ^~~~ /usr/include/c++/12/iomanip:230:5: note: template argument deduction/substitution failed: ../../include/dbus-c++/types.h:96:8: note: ‘DBus::MessageIter’ is not derived from ‘std::basic_istream<_CharT, _Traits>’ 96 | ri >> cast; | ~~~^~~ /usr/include/c++/12/iomanip:264:5: note: candidate: ‘template std::basic_istream<_CharT, _Traits>& std::operator>>(basic_istream<_CharT, _Traits>&, _Get_money<_MoneyT>)’ 264 | operator>>(basic_istream<_CharT, _Traits>& __is, _Get_money<_MoneyT> __f) | ^~~~ /usr/include/c++/12/iomanip:264:5: note: template argument deduction/substitution failed: ../../include/dbus-c++/types.h:96:8: note: ‘DBus::MessageIter’ is not derived from ‘std::basic
Bug#1012995: mailcheck: ftbfs with GCC-12
Package: src:mailcheck Version: 1.91.2-4 Severity: normal Tags: sid bookworm User: debian-...@lists.debian.org Usertags: ftbfs-gcc-12 [This bug is targeted to the upcoming bookworm 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-12/g++-12, but succeeds to build with gcc-11/g++-11. The severity of this report will be raised before the bookworm release. The full build log can be found at: http://qa-logs.debian.net/2022/06/09/gcc12/mailcheck_1.91.2-4_unstable_gcc12.log The last lines of the build log are at the end of this report. To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html GCC 11 defaults to the GNU++17 standard. If your package installs header files in /usr/include, please don't work around C++17 issues by choosing a lower C++ standard for the package build, but fix these issues to build with the C++17 standard. [...] fakeroot debian/rules clean dh clean dh_auto_clean make -j8 distclean make[1]: Entering directory '/<>' rm -f mailcheck *~ make[1]: Leaving directory '/<>' dh_clean debian/rules build dh build dh_update_autotools_config dh_autoreconf dh_auto_configure dh_auto_build make -j8 "INSTALL=install --strip-program=true" make[1]: Entering directory '/<>' cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Wall -O2 mailcheck.c netrc.c socket.c -o mailcheck mailcheck.c: In function ‘check_pop3’: mailcheck.c:461:3: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 461 | fgets (buf, BUF_SIZE, fp); | ^ mailcheck.c:465:3: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 465 | fgets (buf, BUF_SIZE, fp); | ^ mailcheck.c:481:3: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 481 | fgets (buf, BUF_SIZE, fp); | ^ mailcheck.c:495:3: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 495 | fgets (buf, BUF_SIZE, fp); | ^ mailcheck.c:510:3: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 510 | fgets (buf, BUF_SIZE, fp); | ^ mailcheck.c: In function ‘check_imap’: mailcheck.c:559:3: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 559 | fgets (buf, BUF_SIZE, fp); | ^ mailcheck.c:569:7: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 569 | fgets (buf, BUF_SIZE, fp); | ^ mailcheck.c:586:3: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 586 | fgets (buf, BUF_SIZE, fp); | ^ mailcheck.c:600:7: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 600 | fgets (buf, BUF_SIZE, fp); | ^ mailcheck.c: In function ‘check_maildir’: mailcheck.c:162:40: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size between 0 and 2047 [-Wformat-truncation=] 162 | snprintf(fname, sizeof(fname), "%s/%s", dir, entry->d_name); |^~ In file included from /usr/include/stdio.h:866, from mailcheck.c:21: In function ‘snprintf’, inlined from ‘ignore_maildir_entry’ at mailcheck.c:162:5, inlined from ‘check_maildir’ at mailcheck.c:416:9: /usr/include/x86_64-linux-gnu/bits/stdio2.h:71:10: note: ‘__builtin___snprintf_chk’ output between 2 and 2304 bytes into a destination of size 2048 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~ 72 |__glibc_objsize (__s), __fmt, |~~
Bug#1013050: tcmu: ftbfs with GCC-12
Package: src:tcmu Version: 1.5.4-2 Severity: normal Tags: sid bookworm User: debian-...@lists.debian.org Usertags: ftbfs-gcc-12 [This bug is targeted to the upcoming bookworm 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-12/g++-12, but succeeds to build with gcc-11/g++-11. The severity of this report will be raised before the bookworm release. The full build log can be found at: http://qa-logs.debian.net/2022/06/09/gcc12/tcmu_1.5.4-2_unstable_gcc12.log The last lines of the build log are at the end of this report. To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html GCC 11 defaults to the GNU++17 standard. If your package installs header files in /usr/include, please don't work around C++17 issues by choosing a lower C++ standard for the package build, but fix these issues to build with the C++17 standard. [...] | ^~ /<>/rbd.c:321:25: note: in expansion of macro ‘tcmu_dev_err’ 321 | tcmu_dev_err(dev, "Could not rm blacklist entry '%s'. (Err %d)\n", | ^~~~ /<>/rbd.c:311:17: note: call to ‘free’ here 311 | free(addr); | ^~ [ 33%] Building C object CMakeFiles/tcmu.dir/libtcmu-register.c.o /usr/bin/cc -Dtcmu_EXPORTS -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<>/ccan -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall -Wdeclaration-after-statement -std=c99 -fPIC -MD -MT CMakeFiles/tcmu.dir/libtcmu-register.c.o -MF CMakeFiles/tcmu.dir/libtcmu-register.c.o.d -o CMakeFiles/tcmu.dir/libtcmu-register.c.o -c /<>/libtcmu-register.c [ 35%] Building C object CMakeFiles/tcmu_static.dir/api.c.o /usr/bin/cc -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<>/ccan -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall -Wdeclaration-after-statement -std=c99 -MD -MT CMakeFiles/tcmu_static.dir/api.c.o -MF CMakeFiles/tcmu_static.dir/api.c.o.d -o CMakeFiles/tcmu_static.dir/api.c.o -c /<>/api.c cc1: all warnings being treated as errors make[3]: *** [CMakeFiles/handler_rbd.dir/build.make:79: CMakeFiles/handler_rbd.dir/rbd.c.o] Error 1 make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:339: CMakeFiles/handler_rbd.dir/all] Error 2 make[2]: *** Waiting for unfinished jobs [ 37%] Building C object CMakeFiles/tcmu_static.dir/libtcmu.c.o /usr/bin/cc -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<>/ccan -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall -Wdeclaration-after-statement -std=c99 -MD -MT CMakeFiles/tcmu_static.dir/libtcmu.c.o -MF CMakeFiles/tcmu_static.dir/libtcmu.c.o.d -o CMakeFiles/tcmu_static.dir/libtcmu.c.o -c /<>/libtcmu.c [ 39%] Linking C shared library handler_file_optical.so /usr/bin/cmake -E cmake_link_script CMakeFiles/handler_file_optical.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall -Wdeclaration-after-statement -std=c99 -Wl,-z,relro -Wl,-z,now -shared -Wl,-soname,handler_file_optical.so -o handler_file_optical.so CMakeFiles/handler_file_optical.dir/scsi.c.o CMakeFiles/handler_file_optical.dir/file_optical.c.o -lpthread make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu' [ 39%] Built target handler_file_optical [ 41%] Building C object CMakeFiles/tcmu_static.dir/libtcmu-register.c.o /usr/bin/cc -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<>/ccan -g -O2 -ffile-prefix-map=/<>=. -fstack-protec
Bug#1013086: python-bayespy: tests fail using deprecated scipy.optimize.optimize
Source: python-bayespy Version: 0.5.22-1 Severity: serious Tags: upstream Justification: debci bayespy tests use scipy.optimize.optimize which is deprecated and no longer has attribute _epsilon. Hence bayespy tests fail with scipy 1.8.1
clipit is marked for autoremoval from testing
clipit 1.4.4+git20190202-2 is marked for autoremoval from testing on 2022-07-22 It (build-)depends on packages with these RC bugs: 1012482: rdflib: URLInputSource can be abused to retrieve arbitrary documents if used naïvely https://bugs.debian.org/1012482 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl