Your message dated Sun, 07 Nov 2021 13:19:01 +0000
with message-id <[email protected]>
and subject line Bug#984415: fixed in zbackup 1.5-1
has caused the Debian Bug report #984415,
regarding zbackup: 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 [email protected]
immediately.)
--
984415: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984415
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:zbackup
Version: 1.4.4-3
Severity: normal
Tags: sid bookworm
User: [email protected]
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/zbackup_1.4.4-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.
[...]
/<<PKGBUILDDIR>>/file.hh:73:33: error: ISO C++17 does not allow dynamic
exception specifications
73 | void write( T const & value ) throw( exWriteError )
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:81:5: error: ISO C++17 does not allow dynamic
exception specifications
81 | throw( exWriteError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:86:59: error: ISO C++17 does not allow dynamic
exception specifications
86 | char * gets( char * s, int size, bool stripNl = false ) throw(
exWriteError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:90:43: error: ISO C++17 does not allow dynamic
exception specifications
90 | std::string gets( bool stripNl = true ) throw( exReadError,
exWriteError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:93:28: error: ISO C++17 does not allow dynamic
exception specifications
93 | void seek( long offset ) throw( exSeekError, exWriteError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:95:31: error: ISO C++17 does not allow dynamic
exception specifications
95 | void seekCur( long offset ) throw( exSeekError, exWriteError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:97:35: error: ISO C++17 does not allow dynamic
exception specifications
97 | void seekEnd( long offset = 0 ) throw( exSeekError, exWriteError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:100:17: error: ISO C++17 does not allow dynamic
exception specifications
100 | void rewind() throw( exSeekError, exWriteError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:103:17: error: ISO C++17 does not allow dynamic
exception specifications
103 | size_t tell() throw( exSeekError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:106:17: error: ISO C++17 does not allow dynamic
exception specifications
106 | size_t size() throw( exSeekError, exWriteError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:109:14: error: ISO C++17 does not allow dynamic
exception specifications
109 | bool eof() throw( exWriteError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:113:17: error: ISO C++17 does not allow dynamic
exception specifications
113 | FILE * file() throw( exWriteError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:117:20: error: ISO C++17 does not allow dynamic
exception specifications
117 | FILE * release() throw( exWriteError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:120:16: error: ISO C++17 does not allow dynamic
exception specifications
120 | void close() throw( exWriteError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:131:44: error: ISO C++17 does not allow dynamic
exception specifications
131 | static void erase( std::string const & ) throw( exCantErase );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:135:48: error: ISO C++17 does not allow dynamic
exception specifications
135 | std::string const & to ) throw( exCantRename );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:155:48: error: ISO C++17 does not allow dynamic
exception specifications
155 | void open( char const * filename, OpenMode ) throw( exCantOpen );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:156:27: error: ISO C++17 does not allow dynamic
exception specifications
156 | void flushWriteBuffer() throw( exWriteError );
| ^~~~~
/<<PKGBUILDDIR>>/file.hh:157:29: error: ISO C++17 does not allow dynamic
exception specifications
157 | void releaseWriteBuffer() throw( exWriteError );
| ^~~~~
make[4]: *** [CMakeFiles/zbackup.dir/build.make:145:
CMakeFiles/zbackup.dir/backup_restorer.cc.o] Error 1
make[4]: *** [CMakeFiles/zbackup.dir/build.make:132:
CMakeFiles/zbackup.dir/backup_file.cc.o] Error 1
make[4]: *** [CMakeFiles/zbackup.dir/build.make:106:
CMakeFiles/zbackup.dir/backup_creator.cc.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:98: CMakeFiles/zbackup.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:152: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 VERBOSE=1 returned
exit code 2
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: zbackup
Source-Version: 1.5-1
Done: Laszlo Boszormenyi (GCS) <[email protected]>
We believe that the bug you reported is fixed in the latest version of
zbackup, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated zbackup 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 07 Nov 2021 11:58:21 +0100
Source: zbackup
Architecture: source
Version: 1.5-1
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Closes: 984415
Changes:
zbackup (1.5-1) unstable; urgency=medium
.
* New upstream release.
* Remove deprecated throw specifications (closes: #984415).
* Update homepage location.
* Update watch file.
* Update debhelper level to 13 .
* Update Standards-Version to 4.6.0 .
Checksums-Sha1:
f7ee9f71c470e446806dec30baa6cfc9996f95e6 1834 zbackup_1.5-1.dsc
57b61b0f8beb03b0c3b826b6e82817b5e225d311 110363 zbackup_1.5.orig.tar.gz
5295e261e8ee167334d7920ef4daf11384bc58ab 8228 zbackup_1.5-1.debian.tar.xz
Checksums-Sha256:
3153fe1f7b29598df2102d956a31dae22ee4fc70522e8176712e049d44cfb1e6 1834
zbackup_1.5-1.dsc
344fed4491cb52b6712b03c1d8b1bcf994cfc578ad422cb644502e171585a8f7 110363
zbackup_1.5.orig.tar.gz
6530700b19f284124fd2493c3923ab3104c112a7524c63c105bf58dfa8ad9566 8228
zbackup_1.5-1.debian.tar.xz
Files:
bc0d3af1c147cec49395b3909314fc66 1834 admin optional zbackup_1.5-1.dsc
ad15fe626eefdb835ec81e0a2d38892c 110363 admin optional zbackup_1.5.orig.tar.gz
4acd12fe9723742e52a560e2b067b3cd 8228 admin optional
zbackup_1.5-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAmGHzSQACgkQ3OMQ54ZM
yL9LMg//TE8efEvqGKOOrXJ7UYPmETNWTGBNrgOZrMjjuTy3oKl8VJUJqPK+dahu
jv7tuBrKAfvJMHA3IMCg2sI2LD0r+npN135CrljXRlLcJQJfa530xjSPXxCUFQjo
oniLtLN5aANQ5p/oNVFWiorfzYSUv+o8QH7QkNrvE3Y6FWCeEe0QgazQ91cc75bT
k5MtuXTFl6YjnjPpBSHkMTGBSpLiY+pZ88ksensttRLCjkY256V2dCTfTtHnx/1s
um8l+F7j1Lg1Fn2LzV0JqzxvpWFE3Gp51PZ7fk7zbvVhKd4t8MP3o6ZNQStwkv+4
G/yrBkquYkKMiQUmyEfPqMdTs9iYt3cejwZjT3WsVAxbcOAFH258xFzmPUNzd8GN
vGjWqHQdqNb/gkBbfHNfs1xjJP2tg1mPIdQXrq5SHv19DH7koBBgDhIAEVvzOpCd
uQe+P+fBEIAIn0xxPJH3VeZbMTGKQHmOEzY4OCll4RCoHzJVmjyH1PwpCVOuRCGl
ik5qkOT/PSaA8g4gO4HF5hwd8tY0fXevMnQ3C10L6MXASliv+6JCVKyZxttAbw/l
wcKTyajTwv6M+QkfzqYGevqNH82W3Baya78BhRgyOSlmxUuKLpvMz5zr6DYuYfzI
I3o7FP65HBUX0rddRQ91BrbGMhS/FCmZ349NtRPJtFqOvKEqjFI=
=Pu0/
-----END PGP SIGNATURE-----
--- End Message ---