Your message dated Thu, 12 May 2022 15:34:28 +0000
with message-id <e1npapg-000gfz...@fasolo.debian.org>
and subject line Bug#984070: fixed in jaula 1.4.0-7
has caused the Debian Bug report #984070,
regarding jaula: 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.)


-- 
984070: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984070
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:jaula
Version: 1.4.0-6
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/jaula_1.4.0-6_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: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c jaula_syntax_error.cc -o jaula_syntax_error.o 
>/dev/null 2>&1
jaula_parse.cc:459:22: warning: ‘template<class> class std::auto_ptr’ is 
deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
  459 |                 std::auto_ptr<Value>    pItemVal(parseValue(lexan, 
token));
      |                      ^~~~~~~~
In file included from /usr/include/c++/11/memory:76,
                 from jaula_parse.cc:47:
/usr/include/c++/11/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
jaula_parse.cc: At global scope:
jaula_parse.cc:563:5: error: ISO C++17 does not allow dynamic exception 
specifications
  563 |     throw(Exception)
      |     ^~~~~
make[4]: *** [Makefile:617: jaula_parse.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from jaula_value.cc:41:
../jaula/jaula_value.h:110:45: error: ISO C++17 does not allow dynamic 
exception specifications
  110 |       virtual void set(Value const &origin) throw(Bad_Data_Type);
      |                                             ^~~~~
../jaula/jaula_value.h:130:43: error: ISO C++17 does not allow dynamic 
exception specifications
  130 |       Value &operator=(Value const &orig) throw(Bad_Data_Type);
      |                                           ^~~~~
In file included from jaula_value.cc:42:
../jaula/jaula_value_array.h:151:45: error: ISO C++17 does not allow dynamic 
exception specifications
  151 |       virtual void set(Value const &origin) throw(Bad_Data_Type);
      |                                             ^~~~~
In file included from jaula_value.cc:43:
../jaula/jaula_value_boolean.h:98:45: error: ISO C++17 does not allow dynamic 
exception specifications
   98 |       virtual void set(Value const &origin) throw(Bad_Data_Type);
      |                                             ^~~~~
In file included from jaula_value.cc:44:
../jaula/jaula_value_null.h:83:45: error: ISO C++17 does not allow dynamic 
exception specifications
   83 |       virtual void set(Value const &origin) throw(Bad_Data_Type);
      |                                             ^~~~~
In file included from jaula_value.cc:45:
../jaula/jaula_value_number.h:98:45: error: ISO C++17 does not allow dynamic 
exception specifications
   98 |       virtual void set(Value const &origin) throw(Bad_Data_Type);
      |                                             ^~~~~
In file included from jaula_value.cc:46:
../jaula/jaula_value_number_int.h:99:45: error: ISO C++17 does not allow 
dynamic exception specifications
   99 |       virtual void set(Value const &origin) throw(Bad_Data_Type);
      |                                             ^~~~~
In file included from jaula_value.cc:47:
../jaula/jaula_value_object.h:154:45: error: ISO C++17 does not allow dynamic 
exception specifications
  154 |       virtual void set(Value const &origin) throw(Bad_Data_Type);
      |                                             ^~~~~
../jaula/jaula_value_object.h:172:9: error: ISO C++17 does not allow dynamic 
exception specifications
  172 |         throw(Name_Duplicated);
      |         ^~~~~
In file included from jaula_value.cc:48:
../jaula/jaula_value_string.h:98:45: error: ISO C++17 does not allow dynamic 
exception specifications
   98 |       virtual void set(Value const &origin) throw(Bad_Data_Type);
      |                                             ^~~~~
jaula_value.cc:61:40: error: ISO C++17 does not allow dynamic exception 
specifications
   61 |   void Value::set(Value const &origin) throw(Bad_Data_Type)
      |                                        ^~~~~
jaula_value.cc:69:46: error: ISO C++17 does not allow dynamic exception 
specifications
   69 |   Value &Value::operator=(Value const &orig) throw(Bad_Data_Type)
      |                                              ^~~~~
make[4]: *** [Makefile:617: jaula_value.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/jaula'
make[3]: *** [Makefile:681: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/jaula'
make[2]: *** [Makefile:428: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:360: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:5: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: jaula
Source-Version: 1.4.0-7
Done: Nilesh Patra <nil...@debian.org>

We believe that the bug you reported is fixed in the latest version of
jaula, 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.
Nilesh Patra <nil...@debian.org> (supplier of updated jaula 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: Thu, 12 May 2022 15:07:34 +0000
Source: jaula
Architecture: source
Version: 1.4.0-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Nilesh Patra <nil...@debian.org>
Closes: 984070
Changes:
 jaula (1.4.0-7) unstable; urgency=medium
 .
   * QA upload.
   * Bump Standards-Version to 4.6.0 (no changes needed)
   * Remove dh-autoreconf from B-D and --with autoreconf in
     d/rules: Not needed after debhelper 10
   * d/rules: Force std=c++14 to package building (Closes: #984070)
   * Add "Rules-Requires-Root: no"
   * d/control: Change priority from extra to optional
   * Exclude unused patches
   * Remove useless d/*.dirs
Checksums-Sha1:
 3f8167626fd5f47ea4ad8996ba4f29184c54a947 1970 jaula_1.4.0-7.dsc
 7f9a713db65a390da395996c33bbecdf54062cf8 4824 jaula_1.4.0-7.debian.tar.xz
 1ede9769e60190acaf9cafd96216dab698ef1668 7290 jaula_1.4.0-7_amd64.buildinfo
Checksums-Sha256:
 db21e849488a80f765b7204ef5a75981d798fef69eb19595a195d2099c19de15 1970 
jaula_1.4.0-7.dsc
 20ed32a75637985dbd72c5c8f83ee95aca6ce7043b855a0f1a04ae4f1f16f340 4824 
jaula_1.4.0-7.debian.tar.xz
 3011c7dc15cbb9b2dc0fb0342069ef0c3be38512cf177fcb2283165c0a956217 7290 
jaula_1.4.0-7_amd64.buildinfo
Files:
 efcf8512289b173d412c552ee76ed12f 1970 libs optional jaula_1.4.0-7.dsc
 ae6c0b0ac28b3b4826ea648357f8b3cf 4824 libs optional jaula_1.4.0-7.debian.tar.xz
 57b10e6db049ee3fc1f37f057f1a5d60 7290 libs optional 
jaula_1.4.0-7_amd64.buildinfo

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

iQJGBAEBCgAwFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAmJ9I2wSHG5pbGVzaEBk
ZWJpYW4ub3JnAAoJEAC650s0M2nxZu8P/0nj42TS1JNWzimCtaDXb/NES7T5g91E
Shk1eb7h2pVfE5asc302bWvMoYcq0yic4NHF1AIcfXks15DyDRHYJz8oXWcnwzzM
LMvqwA2swztCFQgvhM2R1L+mTmi1iiz+PLlzTHFcoex0nIy/qYmQWRm4Uh+h/YP3
UPi6U6Dxh8dOWKvrC0WBPPRRipoDfJJ1r6AL0VSOwvIwthZH9kidRSVy4isfAGiB
voFwhnYMYz6hhtSM0zDgzqzhXP+TE3NDdJZM7yzDIwfnl1i6BSt4PUdSGFEbqWhB
N1wChYtitAPiSWg8+NOBIx/GSj92WB5vmepn8j9LAuMyj0hC2UxIkTIYz3Co/cX5
1Q4tLys0QoTlB2fgyqERnz1VKNNZgxD+XwuM8amy5FZoTwqgsmaX2LzsnO1gmiCa
+Co5+io8Wc4ZOAc51f4yxUugQqen6n/wTWrRN2cLUdrioUVeVH+gPIFDNKzzQM29
i7MVLHWl7pH47lPF3G3WOIHIwKyIBBQ6OXJ8DlNkzJjmTgzQBPC5P4llqxJhVj6G
hicuy38wGjcBSyuhuDE6TC4YPalDiJQJ/wDWzo0nvRKiNUNRKcVsILnFSFpr30yQ
4jxAtiAOtWw5b7HbAJE88EOayyosM/lsCzgj92bAodvNbyPjcOc+1jeazj4GgoSV
ON6CaxeqJHqH
=C1cB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to