Your message dated Mon, 24 Jan 2022 15:34:12 +0000
with message-id <e1nc1mc-0002pc...@fasolo.debian.org>
and subject line Bug#984144: fixed in fwbuilder 5.3.7-5
has caused the Debian Bug report #984144,
regarding fwbuilder: 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.)


-- 
984144: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984144
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fwbuilder
Version: 5.3.7-4.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/fwbuilder_5.3.7-4.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.

[...]
../fwbuilder/XMLTools.h:148:7: error: ISO C++17 does not allow dynamic 
exception specifications
  148 |     ) throw(FWException);
      |       ^~~~~
../fwbuilder/XMLTools.h:158:7: error: ISO C++17 does not allow dynamic 
exception specifications
  158 |     ) throw(FWException);
      |       ^~~~~
../fwbuilder/XMLTools.h:197:7: error: ISO C++17 does not allow dynamic 
exception specifications
  197 |     ) throw(FWException);
      |       ^~~~~
In file included from ../fwbuilder/Interface.h:36,
                 from InetAddr.cpp:32:
../fwbuilder/FWOptions.h:43:45: error: ISO C++17 does not allow dynamic 
exception specifications
   43 |     virtual void fromXML(xmlNodePtr parent) throw(FWException);
      |                                             ^~~~~
../fwbuilder/FWOptions.h:44:49: error: ISO C++17 does not allow dynamic 
exception specifications
   44 |     virtual xmlNodePtr toXML(xmlNodePtr parent) throw(FWException);
      |                                                 ^~~~~
In file included from InetAddr.cpp:32:
../fwbuilder/Interface.h:91:49: error: ISO C++17 does not allow dynamic 
exception specifications
   91 |         virtual void fromXML(xmlNodePtr parent) throw(FWException);
      |                                                 ^~~~~
../fwbuilder/Interface.h:92:53: error: ISO C++17 does not allow dynamic 
exception specifications
   92 |         virtual xmlNodePtr toXML(xmlNodePtr parent) throw(FWException);
      |                                                     ^~~~~
../fwbuilder/Interface.h:192:69: error: ISO C++17 does not allow dynamic 
exception specifications
  192 |                                            bool preserve_id = true) 
throw(FWException);
      |                                                                     
^~~~~
../fwbuilder/Interface.h:194:62: error: ISO C++17 does not allow dynamic 
exception specifications
  194 |                                     bool preserve_id = true) 
throw(FWException);
      |                                                              ^~~~~
../fwbuilder/Interface.h:196:69: error: ISO C++17 does not allow dynamic 
exception specifications
  196 |         virtual bool cmp(const FWObject *obj, bool recursive=false) 
throw(FWException);
      |                                                                     
^~~~~
InetAddr.cpp:214:5: error: ISO C++17 does not allow dynamic exception 
specifications
  214 |     throw(FWException, FWNotSupportedException)
      |     ^~~~~
InetAddr.cpp:221:5: error: ISO C++17 does not allow dynamic exception 
specifications
  221 |     throw(FWException, FWNotSupportedException)
      |     ^~~~~
InetAddr.cpp:227:38: error: ISO C++17 does not allow dynamic exception 
specifications
  227 | InetAddr::InetAddr(const char *data) throw(FWException)
      |                                      ^~~~~
InetAddr.cpp:233:46: error: ISO C++17 does not allow dynamic exception 
specifications
  233 | InetAddr::InetAddr(int af, const char *data) throw(FWException)
      |                                              ^~~~~
InetAddr.cpp:239:46: error: ISO C++17 does not allow dynamic exception 
specifications
  239 | InetAddr::InetAddr(const struct in_addr *na) throw(FWException)
      |                                              ^~~~~
InetAddr.cpp:245:47: error: ISO C++17 does not allow dynamic exception 
specifications
  245 | InetAddr::InetAddr(const struct in6_addr *na) throw(FWException)
      |                                               ^~~~~
InetAddr.cpp:252:28: error: ISO C++17 does not allow dynamic exception 
specifications
  252 | InetAddr::InetAddr(int n)  throw(FWException)
      |                            ^~~~~
InetAddr.cpp:258:36: error: ISO C++17 does not allow dynamic exception 
specifications
  258 | InetAddr::InetAddr(int af, int n)  throw(FWException)
      |                                    ^~~~~
make[5]: *** [Makefile:631: .obj/InetAddr.o] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/libfwbuilder/src/fwbuilder'
make[4]: *** [Makefile:48: sub-fwbuilder-make_first-ordered] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/libfwbuilder/src'
make[3]: *** [Makefile:99: sub-src-make_first] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/libfwbuilder'
make[2]: *** [Makefile:69: sub-libfwbuilder-make_first-ordered] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:48: sub-src-make_first] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:13: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: fwbuilder
Source-Version: 5.3.7-5
Done: Sylvestre Ledru <sylves...@debian.org>

We believe that the bug you reported is fixed in the latest version of
fwbuilder, 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.
Sylvestre Ledru <sylves...@debian.org> (supplier of updated fwbuilder 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: Mon, 24 Jan 2022 00:01:26 +0100
Source: fwbuilder
Architecture: source
Version: 5.3.7-5
Distribution: unstable
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Sylvestre Ledru <sylves...@debian.org>
Closes: 984144
Changes:
 fwbuilder (5.3.7-5) unstable; urgency=medium
 .
   [ Lukas Mardian ]
   * d/p/ed4db20ec6cabfaea9c36187b7ce40d9d93c6c79.patch: Cherry-pick upstream
     commit to fix FTBFS with C++17/GCC-11
     (Closes: #984144)
Checksums-Sha1:
 2d23ece0b8ce02dcb377fe7686752b354701fbdc 2185 fwbuilder_5.3.7-5.dsc
 285fd4b60e7f70af22f5536eea9709009826d519 37364 fwbuilder_5.3.7-5.debian.tar.xz
 086d030b23946f9d27bc228c9025d06761b09ed8 11969 
fwbuilder_5.3.7-5_amd64.buildinfo
Checksums-Sha256:
 405327cf8b87d896891c04728e3c5159b0889a8bd851baa898bd04dd467db100 2185 
fwbuilder_5.3.7-5.dsc
 caf559457679d5a54d8ca248597f5f2a83c95ed559b206fb8cce73cf8ccc75ee 37364 
fwbuilder_5.3.7-5.debian.tar.xz
 035411a75292b5f2f0355faf37b0f8c9d182b7974d3155e320f086948a8f47ed 11969 
fwbuilder_5.3.7-5_amd64.buildinfo
Files:
 2f7e6b1271d87e96e00b2006f740d4c5 2185 net optional fwbuilder_5.3.7-5.dsc
 1f56340b00125e08ef5d82eb2ff3cb07 37364 net optional 
fwbuilder_5.3.7-5.debian.tar.xz
 b5eeb793835be8db27fbf7688d4c7366 11969 net optional 
fwbuilder_5.3.7-5_amd64.buildinfo
Original-Maintainer: Sylvestre Ledru <sylves...@debian.org>

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

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAmHuw1oACgkQfmUo2nUv
G+GW8g//YRGlpwHFU3/wkR4j/FFVeHg+1e/0Te9+lt2drylHIk2YNs6vw17yGo9f
KLGLrLS/d3BohSkkVvhL2GHS3Ndfs6a/UXpkJzNn8NA89NMB4c8jataFzJ/k+TYr
bl75tF5feVjJL4hcdlJoSFeCRYOipQOEnmOnBOubNjYDxa2O5j2b4TL9zWrMZlUw
AV4FUmt2Yqem+c05SDeFCcllkF/jSEW5veSv2Ho9EqXafMTW+Cedhc9jZGEZwVDj
u3C3CLoRO7LGfip0Fl3yqXv/I+zDH91iY0FCTC0Z6c0v9XBuzxlW0zDPBGom/7Yi
16T4jgaKJmLWleWlh1HOSI//cTPbS0UiTsW8oVTTSYrMsJ5qmYE9sISE+IlZkZw+
Y/kr7CLeGnxRMBghckKtgbq0tUV33YSslGhC1SMxJV4VYAgYNvEJohB/I8tuJXt8
rhavhme8fxM/mkA4oR8kz3KmT5MzPs4L3sAFkquOH6CfsYfLgazRgMdTrGN9ZGKu
OZH80g7HYNiUCWzb3atb3UVEJiy31Gi6eXuw8VtGf7intgkarhwQGe4+pCQcRLSc
LrmWDKd+hh73gS54SjX11CITkclI8OHr/ZmlHGatzhJBZY3k1S+iRv8pA2ZTaaz6
PSInfTWmpbMTnnicxyIBnC9UYr3dOF07kp21P2Xw4dxovnChpbU=
=5cvk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to