Your message dated Sat, 09 Apr 2022 01:33:47 +0000
with message-id <e1nczz1-00051w...@fasolo.debian.org>
and subject line Bug#984373: fixed in ucommon 7.0.1-0.1
has caused the Debian Bug report #984373,
regarding ucommon: 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.)


-- 
984373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984373
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ucommon
Version: 7.0.0-19
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/ucommon_7.0.0-19_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.

[...]
                 from /usr/include/c++/11/bits/shared_ptr.h:53,
                 from /usr/include/c++/11/memory:77,
                 from ../inc/ucommon/platform.h:32,
                 from ../ucommon-config.h:323,
                 from tcp.cpp:40:
/usr/include/c++/11/exception:106:8: note: declared here
  106 |   bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ 
((__pure__));
      |        ^~~~~~~~~~~~~~~~~~
tcp.cpp:486:58: warning: ‘throw’ will always call ‘terminate’ [-Wterminate]
  486 |         catch( ... ) { if ( ! std::uncaught_exception()) throw;};
      |                                                          ^~~~~
tcp.cpp:486:58: note: in C++11 destructors default to ‘noexcept’
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c socket.cpp -o socket.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c address.cpp -o address.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c udp.cpp -o udp.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c tcp.cpp -o tcp.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   
-Wdate-time -D_FORTIFY_SOURCE=2 -I../inc -Wno-long-long -pthread -fno-check-new 
-finline -fvisibility=hidden -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o dccp.lo dccp.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c dccp.cpp  -fPIC -DPIC -o .libs/dccp.o
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   
-Wdate-time -D_FORTIFY_SOURCE=2 -I../inc -Wno-long-long -pthread -fno-check-new 
-finline -fvisibility=hidden -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o applog.lo 
applog.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c applog.cpp  -fPIC -DPIC -o .libs/applog.o
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   
-Wdate-time -D_FORTIFY_SOURCE=2 -I../inc -Wno-long-long -pthread -fno-check-new 
-finline -fvisibility=hidden -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o mime.lo mime.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c mime.cpp  -fPIC -DPIC -o .libs/mime.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c dccp.cpp -o dccp.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   
-Wdate-time -D_FORTIFY_SOURCE=2 -I../inc -Wno-long-long -pthread -fno-check-new 
-finline -fvisibility=hidden -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o process.lo 
process.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c process.cpp  -fPIC -DPIC -o .libs/process.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c mime.cpp -o mime.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   
-Wdate-time -D_FORTIFY_SOURCE=2 -I../inc -Wno-long-long -pthread -fno-check-new 
-finline -fvisibility=hidden -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o serial.lo 
serial.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c serial.cpp  -fPIC -DPIC -o .libs/serial.o
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   
-Wdate-time -D_FORTIFY_SOURCE=2 -I../inc -Wno-long-long -pthread -fno-check-new 
-finline -fvisibility=hidden -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o tokenizer.lo 
tokenizer.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c tokenizer.cpp  -fPIC -DPIC -o .libs/tokenizer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c process.cpp -o process.o >/dev/null 2>&1
In file included from ../inc/ucommon/ucommon.h:112,
                 from ../inc/commoncpp/config.h:42,
                 from tokenizer.cpp:41:
../inc/ucommon/temporary.h:58:21: error: ISO C++17 does not allow dynamic 
exception specifications
   58 | #define THROWS(x)   throw(x)
      |                     ^~~~~
../inc/commoncpp/tokenizer.h:178:32: note: in expansion of macro ‘THROWS’
  178 |         iterator &operator++() THROWS (NoSuchElementException);
      |                                ^~~~~~
../inc/ucommon/temporary.h:58:21: error: ISO C++17 does not allow dynamic 
exception specifications
   58 | #define THROWS(x)   throw(x)
      |                     ^~~~~
../inc/commoncpp/tokenizer.h:188:34: note: in expansion of macro ‘THROWS’
  188 |         const char*  operator*() THROWS (NoSuchElementException);
      |                                  ^~~~~~
../inc/ucommon/temporary.h:58:21: error: ISO C++17 does not allow dynamic 
exception specifications
   58 | #define THROWS(x)   throw(x)
      |                     ^~~~~
tokenizer.cpp:73:70: note: in expansion of macro ‘THROWS’
   73 | StringTokenizer::iterator& StringTokenizer::iterator::operator ++ () 
THROWS (StringTokenizer::NoSuchElementException)
      |                                                                      
^~~~~~
../inc/ucommon/temporary.h:58:21: error: ISO C++17 does not allow dynamic 
exception specifications
   58 | #define THROWS(x)   throw(x)
      |                     ^~~~~
tokenizer.cpp:109:55: note: in expansion of macro ‘THROWS’
  109 | const char * StringTokenizer::iterator::operator * () THROWS 
(StringTokenizer::NoSuchElementException)
      |                                                       ^~~~~~
make[3]: *** [Makefile:535: tokenizer.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c serial.cpp -o serial.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c applog.cpp -o applog.o >/dev/null 2>&1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/commoncpp'
make[2]: *** [Makefile:654: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:450: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:11: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ucommon
Source-Version: 7.0.1-0.1
Done: Bastian Germann <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ucommon, 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.
Bastian Germann <b...@debian.org> (supplier of updated ucommon 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: Sat, 09 Apr 2022 02:13:50 +0200
Source: ucommon
Architecture: source
Version: 7.0.1-0.1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 984373 1005770
Changes:
 ucommon (7.0.1-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload
   * New upstream version 7.0.1 (Closes: #984373, #1005770)
   * update copyright info: URLs, years
   * drop all patches (applied upstream)
   * add one optional c++ symbol
Checksums-Sha1:
 592c47c0b77fa6d81132b0c5d8c567c1f2c2cbf5 2040 ucommon_7.0.1-0.1.dsc
 1546bde9ce9a389484f183d10cf0ec3a1ac9aa7b 418549 ucommon_7.0.1.orig.tar.gz
 4a58e23545d540f54443666d8a5973a514a969c3 31164 ucommon_7.0.1-0.1.debian.tar.xz
 5bccdf691d0a85bff5818360d0224f8d3044c21d 6010 
ucommon_7.0.1-0.1_source.buildinfo
Checksums-Sha256:
 79c39f06b80f5dade106ba6ef630202eefb8336cacefaff541892c4481451284 2040 
ucommon_7.0.1-0.1.dsc
 99fd0e2c69f24e4ca93d01a14bc3fc4e40d69576f235f80f7a8ab37c16951f3e 418549 
ucommon_7.0.1.orig.tar.gz
 ba6c23095692c8d01b392cd07e00e2ac4eb0dcd4fbe3e5479d19d6373bdb3ea5 31164 
ucommon_7.0.1-0.1.debian.tar.xz
 3824e40455bd1c1d810236f7f3a18a92b80c0a268a10645cd24d9b671cae1db0 6010 
ucommon_7.0.1-0.1_source.buildinfo
Files:
 c31bfc9a499791b0a14c075f26c96a7c 2040 net optional ucommon_7.0.1-0.1.dsc
 1a496905378eef92d2a4a2d574a97daf 418549 net optional ucommon_7.0.1.orig.tar.gz
 2f1292960047572696fdbb6265c6dc1a 31164 net optional 
ucommon_7.0.1-0.1.debian.tar.xz
 e8a1c9786c3aa9909ebf48a4270b3044 6010 net optional 
ucommon_7.0.1-0.1_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmJQ3x8QHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFGoODADhn4UmrLb7m4wDQA9uoMD2WfOuV8g4pDxt
GlgZv/09Y7Zxq+fIxVrLXdha6l1ftRUBMxKl188yRXnmbRjYuOuwv/XB6Y9ePdWW
ZU7nSJVEFLECiejghZB3sBmR/25PvdoDZbDKke4Y90btHBoymeiNR++M8U8vArHb
dYLukehu2/e10+gUUR7PvvgOXRvw/lZDplb6ZNKzX7Ak2mi+xGtNrPJ5QYy581sf
s8/CIxgDHqfARG5MVeNJulG423BFjvV6l6LrQk6ydBkiz9KZDGVWoCoxYmy+V4+M
a2yQ5Bzyb4Xf1JeEX3SlG6eYfiaX1Cv38Hsh5HwQdwr5E3Qtkn0ITTOK0+rlWZu2
hprEz6Ycn/EwmDlj5T7yOAgTe0b2Vpl9DYrISyLSH+JNsHBgLZrdp9Wchr5v3d7m
GltYdW34Ij+C97+DWlHTKH1y6dgU5gXEcNAdc8sIZfkus09wxzA96OLyLGHPqs44
XuIPaOYekrir9rHE+VR88vo9olnq5J0=
=fKgM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to