Your message dated Fri, 19 Nov 2021 17:06:05 +0000
with message-id <e1mo7kv-00026q...@fasolo.debian.org>
and subject line Bug#984384: fixed in varconf 1.0.1-8
has caused the Debian Bug report #984384,
regarding varconf: 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.)
--
984384: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984384
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:varconf
Version: 1.0.1-7
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/varconf_1.0.1-7_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.
[...]
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether g++ supports C++11 features by default... yes
checking whether hidden visibility is supported... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SIGC... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating varconf.spec
config.status: creating mingw32-varconf.spec
config.status: creating doc/Makefile
config.status: creating doc/old/Makefile
config.status: creating tests/Makefile
config.status: creating varconf/Makefile
config.status: creating varconf-1.0.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
dh_auto_build
make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in varconf
make[3]: Entering directory '/<<PKGBUILDDIR>>/varconf'
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -DNDEBUG
-DBUILDING_VARCONF_DSO -fvisibility=hidden -fvisibility-inlines-hidden -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o config.lo config.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -DNDEBUG
-DBUILDING_VARCONF_DSO -fvisibility=hidden -fvisibility-inlines-hidden -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o parse_error.lo parse_error.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -DNDEBUG
-DBUILDING_VARCONF_DSO -fvisibility=hidden -fvisibility-inlines-hidden -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o variable.lo variable.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -DNDEBUG
-DBUILDING_VARCONF_DSO -fvisibility=hidden -fvisibility-inlines-hidden -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o dynbase.lo dynbase.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall
-DNDEBUG -DBUILDING_VARCONF_DSO -fvisibility=hidden -fvisibility-inlines-hidden
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c parse_error.cpp -fPIC -DPIC -o .libs/parse_error.o
libtool: compile: g++ -DHAVE_CONFIG_H -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall
-DNDEBUG -DBUILDING_VARCONF_DSO -fvisibility=hidden -fvisibility-inlines-hidden
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c config.cpp -fPIC -DPIC -o .libs/config.o
libtool: compile: g++ -DHAVE_CONFIG_H -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall
-DNDEBUG -DBUILDING_VARCONF_DSO -fvisibility=hidden -fvisibility-inlines-hidden
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c dynbase.cpp -fPIC -DPIC -o .libs/dynbase.o
libtool: compile: g++ -DHAVE_CONFIG_H -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall
-DNDEBUG -DBUILDING_VARCONF_DSO -fvisibility=hidden -fvisibility-inlines-hidden
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c variable.cpp -fPIC -DPIC -o .libs/variable.o
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -DNDEBUG
-DBUILDING_VARCONF_DSO -fvisibility=hidden -fvisibility-inlines-hidden -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o dyntypes.lo dyntypes.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall
-DNDEBUG -DBUILDING_VARCONF_DSO -fvisibility=hidden -fvisibility-inlines-hidden
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c dyntypes.cpp -fPIC -DPIC -o .libs/dyntypes.o
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -DNDEBUG
-DBUILDING_VARCONF_DSO -fvisibility=hidden -fvisibility-inlines-hidden -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o dyncmp.lo dyncmp.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall
-DNDEBUG -DBUILDING_VARCONF_DSO -fvisibility=hidden -fvisibility-inlines-hidden
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c dyncmp.cpp -fPIC -DPIC -o .libs/dyncmp.o
In file included from config.cpp:27:
../varconf/config.h:97:52: error: ISO C++17 does not allow dynamic exception
specifications
97 | void parseStream(std::istream & in, Scope scope) throw (ParseError);
| ^~~~~
config.cpp: In function ‘std::istream& varconf::operator>>(std::istream&,
varconf::Config&)’:
config.cpp:137:21: warning: catching polymorphic type ‘class
varconf::ParseError’ by value [-Wcatch-value=]
137 | catch (ParseError p) {
| ^
config.cpp: At global scope:
config.cpp:340:58: error: ISO C++17 does not allow dynamic exception
specifications
340 | void Config::parseStream(std::istream & in, Scope scope) throw
(ParseError)
| ^~~~~
config.cpp: In member function ‘bool varconf::Config::readFromFile(const
string&, varconf::Scope)’:
config.cpp:543:21: warning: catching polymorphic type ‘class
varconf::ParseError’ by value [-Wcatch-value=]
543 | catch (ParseError p) {
| ^
make[3]: *** [Makefile:469: config.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from dyntypes.cpp:28:
../varconf/config.h:97:52: error: ISO C++17 does not allow dynamic exception
specifications
97 | void parseStream(std::istream & in, Scope scope) throw (ParseError);
| ^~~~~
make[3]: *** [Makefile:469: dyntypes.lo] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/varconf'
make[2]: *** [Makefile:476: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:381: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: varconf
Source-Version: 1.0.1-8
Done: Olek Wojnar <o...@debian.org>
We believe that the bug you reported is fixed in the latest version of
varconf, 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.
Olek Wojnar <o...@debian.org> (supplier of updated varconf 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: Fri, 19 Nov 2021 10:53:33 -0500
Source: varconf
Architecture: source
Version: 1.0.1-8
Distribution: unstable
Urgency: high
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Olek Wojnar <o...@debian.org>
Closes: 984384
Changes:
varconf (1.0.1-8) unstable; urgency=high
.
* Force build with C++11 standard to fix FTBFS (Closes: #984384)
* Update standards to 4.6.0 (no changes)
* Update d/upstream/metadata
Checksums-Sha1:
839379879c612c99e139d1063898ad7d8cb75b7f 2038 varconf_1.0.1-8.dsc
4401feeba10883df7fe5ad7e521ddb369cbbcd57 5112 varconf_1.0.1-8.debian.tar.xz
88335e9d883aac3eb6afbdc4763cdf2b2124893a 6501 varconf_1.0.1-8_amd64.buildinfo
Checksums-Sha256:
667fb35bfae85b9ae257d0ee2d8f41ff75af1f2d664393a3f595e5a9281e915e 2038
varconf_1.0.1-8.dsc
2990711b3b277b5ecaaa76e69c6acb9b88cb70867adb5bbab75b02533e9b8175 5112
varconf_1.0.1-8.debian.tar.xz
485bc4b43a04ddc2959169d956717d419da6d18ff0f9deeb4f3d0daf438ba50e 6501
varconf_1.0.1-8_amd64.buildinfo
Files:
f015ebb53e0a49ac684e66a0490ec26b 2038 libs optional varconf_1.0.1-8.dsc
d633d7fe040b36ed1d77ba768e2fe916 5112 libs optional
varconf_1.0.1-8.debian.tar.xz
355728589062e8a801dc1e0c367e3c4f 6501 libs optional
varconf_1.0.1-8_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEELejiDiSiH9jtG0ynfYPUBqCdweQFAmGX1gYACgkQfYPUBqCd
weRgdBAAr8lAShN5uD8ocMxSwhL7ZnpUJvSad21iearrMv4ReNLUHHtst6Ny2nzE
MR4wMw0nv97Up2JWXAXoU/VY8eHTKXOcUDeMPjkuCea3WfsppPJhlGsj5uhV70P0
kZPBjxmK9lXYUThw/qEqieaLtbB2Fv4488XiX3+kFHoqUCh00KwQMpTc0av/mRE4
GE9FIgaRgU9j/zHRV+j1PjQO1w/hEcVDKFeBV3e981ePy20XQWGeBP2cWO7yNfCh
3IAXf4Mp1lvt4LHfr9Wkbo2mAOlTf1RTymmOP1ThS8CBaOStg4rGKTAn8NZ5xIP7
gxr88nZdJfgn2kiHyO1aahIwoxQqVuP9IOnoob6LmgzKs9IvnKQRTRZHM8GmfNwa
1LbmBZC650FmjBSGb8xAd4niGMBdhEddQNnzhYMRuBU1eY106XiiQ5lQUA/GivQH
ncqYKTh5GED5dWYQ2tgpNlrPoL8fZkNzVZ1TIH98EYa5Vb50vtneTDRFgO8v8lHi
tsXKTn8+geDHN5kG8ZkOde3vPaY2YVVNolV+talhx4HBPDuPRNrzwyfd3jOvjaKG
lkpngf0jWM5AG4FKL8HflC9XidW/jmoPF1YUIlZfmmh4zMQg7UQach9YMmxzBADY
Oh0LvxNzk5JwGBM38+PEItIlbf3+VQiHsXCnQ5/qRp62l7KtN0I=
=8pO/
-----END PGP SIGNATURE-----
--- End Message ---