--- Begin Message ---
Package: src:ccbuild
Version: 2.0.7+git20160227.c1179286-3
Severity: normal
Tags: sid bookworm
User: debian-gcc@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/ccbuild_2.0.7+git20160227.c1179286-3_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.
[...]
In file included from /<<PKGBUILDDIR>>/src/MD5Info/MD5Info.ih:21,
from /<<PKGBUILDDIR>>/src/MD5Info/save.cc:18:
/<<PKGBUILDDIR>>/src/MD5Info/../fileSystem/fileSystem.hh:138:56: error: ISO C++17 does not allow dynamic exception specifications
138 | static time_t modTime(std::string const &file) throw (Problem);
| ^~~~~
In file included from /<<PKGBUILDDIR>>/src/MD5Info/MD5Info.ih:21,
from /<<PKGBUILDDIR>>/src/MD5Info/statics.cc:19:
/<<PKGBUILDDIR>>/src/MD5Info/../fileSystem/fileSystem.hh:138:56: error: ISO C++17 does not allow dynamic exception specifications
138 | static time_t modTime(std::string const &file) throw (Problem);
| ^~~~~
In file included from /<<PKGBUILDDIR>>/src/ccbuild.cc:21:
/<<PKGBUILDDIR>>/src/system/system.hh:204:90: error: ISO C++17 does not allow dynamic exception specifications
204 | static int system(std::string const &command, bool simulate = Options::simulate) throw(Problem);
| ^~~~~
/<<PKGBUILDDIR>>/src/system/system.hh:228:69: error: ISO C++17 does not allow dynamic exception specifications
228 | static std::string mkdtemp(std::string const& nameTemplate) throw(Problem);
| ^~~~~
/<<PKGBUILDDIR>>/src/system/system.hh:232:39: error: ISO C++17 does not allow dynamic exception specifications
232 | static std::string username() throw(Problem);
| ^~~~~
In file included from /<<PKGBUILDDIR>>/src/ccbuild.cc:23:
/<<PKGBUILDDIR>>/src/fileSystem/fileSystem.hh:138:56: error: ISO C++17 does not allow dynamic exception specifications
138 | static time_t modTime(std::string const &file) throw (Problem);
| ^~~~~
In file included from /<<PKGBUILDDIR>>/src/MD5Info/MD5Info.ih:22,
from /<<PKGBUILDDIR>>/src/MD5Info/old.cc:19:
/<<PKGBUILDDIR>>/src/MD5Info/../system/system.hh:204:90: error: ISO C++17 does not allow dynamic exception specifications
204 | static int system(std::string const &command, bool simulate = Options::simulate) throw(Problem);
| ^~~~~
/<<PKGBUILDDIR>>/src/MD5Info/../system/system.hh:228:69: error: ISO C++17 does not allow dynamic exception specifications
228 | static std::string mkdtemp(std::string const& nameTemplate) throw(Problem);
| ^~~~~
/<<PKGBUILDDIR>>/src/MD5Info/../system/system.hh:232:39: error: ISO C++17 does not allow dynamic exception specifications
232 | static std::string username() throw(Problem);
| ^~~~~
In file included from /<<PKGBUILDDIR>>/src/MD5Info/MD5Info.ih:22,
from /<<PKGBUILDDIR>>/src/MD5Info/save.cc:18:
/<<PKGBUILDDIR>>/src/MD5Info/../system/system.hh:204:90: error: ISO C++17 does not allow dynamic exception specifications
204 | static int system(std::string const &command, bool simulate = Options::simulate) throw(Problem);
| ^~~~~
In file included from /<<PKGBUILDDIR>>/src/MD5Info/MD5Info.ih:22,
from /<<PKGBUILDDIR>>/src/MD5Info/statics.cc:19:
/<<PKGBUILDDIR>>/src/MD5Info/../system/system.hh:204:90: error: ISO C++17 does not allow dynamic exception specifications
204 | static int system(std::string const &command, bool simulate = Options::simulate) throw(Problem);
| ^~~~~
/<<PKGBUILDDIR>>/src/MD5Info/../system/system.hh:228:69: error: ISO C++17 does not allow dynamic exception specifications
228 | static std::string mkdtemp(std::string const& nameTemplate) throw(Problem);
| ^~~~~
/<<PKGBUILDDIR>>/src/MD5Info/../system/system.hh:232:39: error: ISO C++17 does not allow dynamic exception specifications
232 | static std::string username() throw(Problem);
| ^~~~~
/<<PKGBUILDDIR>>/src/MD5Info/../system/system.hh:228:69: error: ISO C++17 does not allow dynamic exception specifications
228 | static std::string mkdtemp(std::string const& nameTemplate) throw(Problem);
| ^~~~~
/<<PKGBUILDDIR>>/src/MD5Info/../system/system.hh:232:39: error: ISO C++17 does not allow dynamic exception specifications
232 | static std::string username() throw(Problem);
| ^~~~~
make[3]: *** [CMakeFiles/ccbuild.dir/build.make:98: CMakeFiles/ccbuild.dir/src/MD5Info/statics.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [CMakeFiles/ccbuild.dir/build.make:85: CMakeFiles/ccbuild.dir/src/ccbuild.cc.o] Error 1
make[3]: *** [CMakeFiles/ccbuild.dir/build.make:124: CMakeFiles/ccbuild.dir/src/MD5Info/old.cc.o] Error 1
make[3]: *** [CMakeFiles/ccbuild.dir/build.make:111: CMakeFiles/ccbuild.dir/src/MD5Info/save.cc.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:98: CMakeFiles/ccbuild.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:152: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:17: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: ccbuild
Source-Version: 2.0.9-1
Done: tony mancill <tmancill@debian.org>
We believe that the bug you reported is fixed in the latest version of
ccbuild, 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 984007@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
tony mancill <tmancill@debian.org> (supplier of updated ccbuild 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 ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 27 Mar 2021 07:12:04 -0700
Source: ccbuild
Architecture: source
Version: 2.0.9-1
Distribution: unstable
Urgency: medium
Maintainer: tony mancill <tmancill@debian.org>
Changed-By: tony mancill <tmancill@debian.org>
Closes: 834636 984007
Changes:
ccbuild (2.0.9-1) unstable; urgency=medium
.
* New upstream version 2.0.9 (Closes: #984007)
* Adopt package and set new maintainer (Closes: #834636)
* Update debian/watch for new upstream tag format
* Update debian/rules for new upstream release
* Bump Standards-Version to 4.5.1
* Freshen debian/copyright
* Add typos patch.
* Add debian/gbp.conf
Checksums-Sha1:
589865972be05d6598ba09e9f4c8f4e26dcaab37 1959 ccbuild_2.0.9-1.dsc
ce40026366153854bb1301ef94c784ffc373c9b8 234167 ccbuild_2.0.9.orig.tar.gz
42351455a12931b0edb7561d07ffc0122935ce14 5668 ccbuild_2.0.9-1.debian.tar.xz
df129c8e2c1e509c33c467472d67151f44d2b460 7518 ccbuild_2.0.9-1_amd64.buildinfo
Checksums-Sha256:
76001bedf68e60cd2766be14fbd9a1fe5602bd7b66ef15b0f56fc8c049c30cf2 1959 ccbuild_2.0.9-1.dsc
3420f7ba63afd0eb5eefb2da904b86a51141c771ad26f0bf8cd95fcab4b8fd61 234167 ccbuild_2.0.9.orig.tar.gz
d165550320c10c10a8922a2d9f173201cb3f77938d674c8bba52f247de0444a2 5668 ccbuild_2.0.9-1.debian.tar.xz
0aa25528a43ed07c2c7ac9907555d0bf1ee63faba722ca7a0e0a4e971238b742 7518 ccbuild_2.0.9-1_amd64.buildinfo
Files:
5ddc03a67e03838e6e2e864bce07b235 1959 devel optional ccbuild_2.0.9-1.dsc
6eda905a608d1452092c0d40a6968ca4 234167 devel optional ccbuild_2.0.9.orig.tar.gz
cced1d4d7d2d566144fd0ca1b34ba334 5668 devel optional ccbuild_2.0.9-1.debian.tar.xz
95706ff1db5340fdeaf6f716c444cd4a 7518 devel optional ccbuild_2.0.9-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmBfS7AUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpZ/qQ/9GOZ9xEEwJv0QYHB+1GY6ft8ojTkc
o2CHU/QSjykpz18AS/mMKtE2sFAV6cUbQ47N7OJprcx6uCtDjj4uojGF/A1Cf/+4
SgI371jZmgKsFwcOKf8OOAZ0RjSJe/dU8GVOVplVraPGg7JDSIHFds1ijsww6vrj
CU7ljfug+J2gP4hFN4c2Izttt4QHUL/WAs/iY3HOPG6eOEQlB2fJhrMJrVtQiG+y
sTEX/kECDAuSqFqllSFZF+ocIeHyaC83K+REqleNkazWT2q1GHYYPHC0g5feOQ8I
UYzpNYzmXOxWoFuPDFt+fa/lAMVkd6jnAzzShrBPARNIt2MgUc+aY83Q4+tQvWx2
TWexfgVtDxSquo+XySvkZ5trhfWu8Woi3b+/jQ0+ynVA6dzOulPIdMYaOQDXp7iC
CJdbpxnnzhUBfcUuf0dQg3+rOcZVQ0w8YzMe3rncc90Y+LBGGH4w2FuQPp6C2Yjg
EjoRR5jwBegXxP59VumTim9/FKI3w+PDZaupG5Sclp/nf0MS1ZM0nhyCqyHtCcPg
ywLwVqU7J2WIb2fByGJY5pfSWftp7N4/f2f4NVP2D4rTlmwiW+xaJVxt5O9Qb9zf
/uXh4JzdyqOhLP5xJcQEpzhyqSMIg/+x5m1O3sxTdR055+2AVHgRODt+S+avbGvY
CtO3csylV09iPJU=
=eEc6
-----END PGP SIGNATURE-----
--- End Message ---