Your message dated Wed, 09 Feb 2022 19:34:12 +0000
with message-id <e1nhsje-000a8q...@fasolo.debian.org>
and subject line Bug#984031: fixed in diagnostics 0.3.3-12.2
has caused the Debian Bug report #984031,
regarding diagnostics: ftbfs with GCC-11
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.)


-- 
984031: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984031
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:diagnostics
Version: 0.3.3-12.1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/diagnostics_0.3.3-12.1_unstable_gcc11.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.

[...]
libtool: link: x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-Wno-unused-function -Wl,-z -Wl,relro -o .libs/test_case_cstr 
test_case_cstr.t.o  ../../diagnostics/.libs/libdiagnostics.so 
test_system/.libs/libtest_system_ts.a ../util/.libs/libutil_ts.a -lACE -lpthread
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H   -I../.. -DDEBUG__LEVEL__=2 -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-Wno-unused-function -MT test_suite.t.o -MD -MP -MF .deps/test_suite.t.Tpo -c 
-o test_suite.t.o test_suite.t.cpp
mv -f .deps/test_suite.t.Tpo .deps/test_suite.t.Po
/bin/bash ../../libtool  --tag=CXX   --mode=link x86_64-linux-gnu-g++  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -Wno-unused-function  -Wl,-z,relro 
-lACE -lpthread -o test_suite test_suite.t.o 
../../diagnostics/libdiagnostics.la test_system/libtest_system_ts.la 
../util/libutil_ts.la 
libtool: link: x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-Wno-unused-function -Wl,-z -Wl,relro -o .libs/test_suite test_suite.t.o  
../../diagnostics/.libs/libdiagnostics.so test_system/.libs/libtest_system_ts.a 
../util/.libs/libutil_ts.a -lACE -lpthread
make[9]: Leaving directory '/<<PKGBUILDDIR>>/diagnostics/unittest'
/usr/bin/make  check-TESTS
make[9]: Entering directory '/<<PKGBUILDDIR>>/diagnostics/unittest'
make[10]: Entering directory '/<<PKGBUILDDIR>>/diagnostics/unittest'
PASS: func_test_case
PASS: name_separators
PASS: std_test_case
PASS: test_case_cstr
PASS: test_suite
============================================================================
Testsuite summary for diagnostics 0.3.3
============================================================================
# TOTAL: 5
# PASS:  5
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[10]: Leaving directory '/<<PKGBUILDDIR>>/diagnostics/unittest'
make[9]: Leaving directory '/<<PKGBUILDDIR>>/diagnostics/unittest'
make[8]: Leaving directory '/<<PKGBUILDDIR>>/diagnostics/unittest'
make[7]: Leaving directory '/<<PKGBUILDDIR>>/diagnostics/unittest'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/diagnostics/unittest'
Making check in util
make[6]: Entering directory '/<<PKGBUILDDIR>>/diagnostics/util'
/usr/bin/make  check-recursive
make[7]: Entering directory '/<<PKGBUILDDIR>>/diagnostics/util'
make[8]: Entering directory '/<<PKGBUILDDIR>>/diagnostics/util'
/usr/bin/make  diff diff_generator
make[9]: Entering directory '/<<PKGBUILDDIR>>/diagnostics/util'
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H   -I../.. -DDEBUG__LEVEL__=2 -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-Wno-unused-function -MT diff.t.o -MD -MP -MF .deps/diff.t.Tpo -c -o diff.t.o 
diff.t.cpp
mv -f .deps/diff.t.Tpo .deps/diff.t.Po
/bin/bash ../../libtool  --tag=CXX   --mode=link x86_64-linux-gnu-g++  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -Wno-unused-function  -Wl,-z,relro 
-lACE -lpthread -o diff diff.t.o ../../diagnostics/libdiagnostics.la 
../unittest/test_system/libtest_system_ts.la libutil_ts.la 
libtool: link: x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-Wno-unused-function -Wl,-z -Wl,relro -o .libs/diff diff.t.o  
../../diagnostics/.libs/libdiagnostics.so 
../unittest/test_system/.libs/libtest_system_ts.a ./.libs/libutil_ts.a -lACE 
-lpthread
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H   -I../.. -DDEBUG__LEVEL__=2 -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-Wno-unused-function -MT diff_generator.t.o -MD -MP -MF 
.deps/diff_generator.t.Tpo -c -o diff_generator.t.o diff_generator.t.cpp
In file included from ../../diagnostics/memory.hpp:45,
                 from diff_generator.t.cpp:39:
../../diagnostics/extensions/memory/operators.hpp:40:5: error: ISO C++17 does 
not allow dynamic exception specifications
   40 |     throw(::std::bad_alloc)
      |     ^~~~~
../../diagnostics/extensions/memory/operators.hpp:62:5: error: ISO C++17 does 
not allow dynamic exception specifications
   62 |     throw(::std::bad_alloc)
      |     ^~~~~
make[9]: *** [Makefile:765: diff_generator.t.o] Error 1
make[9]: Leaving directory '/<<PKGBUILDDIR>>/diagnostics/util'
make[8]: *** [Makefile:1161: check-am] Error 2
make[8]: Leaving directory '/<<PKGBUILDDIR>>/diagnostics/util'
make[7]: *** [Makefile:840: check-recursive] Error 1
make[7]: Leaving directory '/<<PKGBUILDDIR>>/diagnostics/util'
make[6]: *** [Makefile:1164: check] Error 2
make[6]: Leaving directory '/<<PKGBUILDDIR>>/diagnostics/util'
make[5]: *** [Makefile:824: check-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/diagnostics'
make[4]: *** [Makefile:1141: check] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/diagnostics'
make[3]: *** [Makefile:539: check-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:840: check] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:34: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: diagnostics
Source-Version: 0.3.3-12.2
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
diagnostics, 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 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated diagnostics 
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: SHA512

Format: 1.8
Date: Mon, 07 Feb 2022 18:37:08 +0000
Source: diagnostics
Architecture: source
Version: 0.3.3-12.2
Distribution: unstable
Urgency: medium
Maintainer: Michael Tautschnig <m...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 984031
Changes:
 diagnostics (0.3.3-12.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS due to dynamic exception with gcc-11. (Closes: #984031)
Checksums-Sha1:
 efede52df99e61928ae42af58347f62103ce600c 1960 diagnostics_0.3.3-12.2.dsc
 3c55e081123f7ed85aead339d3e23d3e84830dd3 14048 
diagnostics_0.3.3-12.2.debian.tar.xz
 adb95363929f47ae112f36ad32efff7be932022c 6729 
diagnostics_0.3.3-12.2_amd64.buildinfo
Checksums-Sha256:
 48a546b568d1af11a4ecbfb5b4372044466e6a16b68a911ac2072c5dfabb663a 1960 
diagnostics_0.3.3-12.2.dsc
 95bb42f8da2e5c8bd01762b2e70ba76cc6579361bf4388a78ecc47b8976795fa 14048 
diagnostics_0.3.3-12.2.debian.tar.xz
 7a764cebb352c1003ad7044d4819fc2d1a139bc858eacee7b1b21b2d1310ca42 6729 
diagnostics_0.3.3-12.2_amd64.buildinfo
Files:
 160daa1f92e5095c9d6127eaa4d129a2 1960 libs extra diagnostics_0.3.3-12.2.dsc
 6f48a5f2ad0bbe2bebca5f6366356ab4 14048 libs extra 
diagnostics_0.3.3-12.2.debian.tar.xz
 9aa73e03d00074861c8fa2354ca71111 6729 libs extra 
diagnostics_0.3.3-12.2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAmIBal8ACgkQR5mjUUbR
KzUxPg/7BeyReREsIrAY4KT4QXV1g9tpcEjo46QIKbVd/DhJGkGSt58Imflkid46
/n1QT/ZTM23uetVU2VewmSWW7f4/W30sjeNMcbpsxV8XDcz+u1d5ukoZ58cbw6Jy
pOb9fRpVowVQyKVBsoAA3MAD4Covy65mAfYw/MMB4PBhoed0MTrs8deVIf5gsxzV
dPP1/TdkSz3biU93dUeZKjUmIpjygBWmzB4fC2ceLOufqR5E85m12W0g3s6aV0Gg
BSkQdUnejLNjHXz28Tu8L180g+9PB2iI/JVOa6dN9JmkzFXWKpHroET5e3TlZyrA
Tky9XC9j7j9Oh8SmxHcUaCZDz9GLFp4aDonwU3F3nmMwjp5ERRC1K++WtAKTt8Kc
PvAHM/Cl/cD4JDQ/RtE8kQMIF3fVIqsXOjCFfuKEGDfFVCHdGg1zdMsC+yiPsCxu
rGAJ+yfdkwCyZyeBCbmuKr7T6ejZBsRTDKXgmg4Nj6xUfMlar/u1unKCy6awYsw1
GGbileNCQ/t2ixYppEvGLC2q9jD2q0cQYHrmEXfKUKS391FJk7Fq5lHAvlxbTAFu
rwEPp4fAp1+/5LkYal46ZMGxL14QcNRqt4HVitVAW2mlW+3iJKvH4tHAn3P+0KRM
U41mYidgkh72odYY3GA2V5dEIrBe2ho2eVm6+sjts8A30e6XgsU=
=E5Oh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to