Your message dated Mon, 11 Oct 2021 18:07:44 +0000
with message-id <[email protected]>
and subject line Bug#984407: fixed in xva-img 1.4.2-1
has caused the Debian Bug report #984407,
regarding xva-img: 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.)
--
984407: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984407
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xva-img
Version: 1.4.1-4
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/xva-img_1.4.1-4_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.
[...]
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/xva-img.dir/build.make CMakeFiles/xva-img.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 12%] Building CXX object CMakeFiles/xva-img.dir/src/disk.o
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Wvla -o CMakeFiles/xva-img.dir/src/disk.o -c
/<<PKGBUILDDIR>>/src/disk.cpp
[ 25%] Building CXX object CMakeFiles/xva-img.dir/src/main.o
[ 37%] Building CXX object CMakeFiles/xva-img.dir/src/package.o
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Wvla -o CMakeFiles/xva-img.dir/src/main.o -c
/<<PKGBUILDDIR>>/src/main.cpp
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Wvla -o CMakeFiles/xva-img.dir/src/package.o
-c /<<PKGBUILDDIR>>/src/package.cpp
[ 50%] Building CXX object CMakeFiles/xva-img.dir/src/progress.o
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Wextra -Wvla -o
CMakeFiles/xva-img.dir/src/progress.o -c /<<PKGBUILDDIR>>/src/progress.cpp
/<<PKGBUILDDIR>>/src/main.cpp:54:43: warning: macro "__DATE__" might prevent
reproducible builds [-Wdate-time]
54 | "xva-img " _VERSION_ " build on " __DATE__
| ^~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/main.cpp:44:
/<<PKGBUILDDIR>>/src/package.hpp:48:33: error: ISO C++17 does not allow dynamic
exception specifications
48 | throw (std::runtime_error);
| ^~~~~
/<<PKGBUILDDIR>>/src/package.hpp:51:33: error: ISO C++17 does not allow dynamic
exception specifications
51 | throw (std::runtime_error);
| ^~~~~
In file included from /<<PKGBUILDDIR>>/src/main.cpp:45:
/<<PKGBUILDDIR>>/src/disk.hpp:45:33: error: ISO C++17 does not allow dynamic
exception specifications
45 | throw (std::runtime_error);
| ^~~~~
/<<PKGBUILDDIR>>/src/disk.hpp:47:33: error: ISO C++17 does not allow dynamic
exception specifications
47 | throw (std::runtime_error);
| ^~~~~
In file included from /<<PKGBUILDDIR>>/src/disk.cpp:48:
/<<PKGBUILDDIR>>/src/disk.hpp:45:33: error: ISO C++17 does not allow dynamic
exception specifications
45 | throw (std::runtime_error);
| ^~~~~
/<<PKGBUILDDIR>>/src/disk.hpp:47:33: error: ISO C++17 does not allow dynamic
exception specifications
47 | throw (std::runtime_error);
| ^~~~~
/<<PKGBUILDDIR>>/src/disk.cpp:60:9: error: ISO C++17 does not allow dynamic
exception specifications
60 | throw (std::runtime_error)
| ^~~~~
/<<PKGBUILDDIR>>/src/disk.cpp:162:9: error: ISO C++17 does not allow dynamic
exception specifications
162 | throw (std::runtime_error)
| ^~~~~
In file included from /<<PKGBUILDDIR>>/src/package.cpp:46:
/<<PKGBUILDDIR>>/src/package.hpp:48:33: error: ISO C++17 does not allow dynamic
exception specifications
48 | throw (std::runtime_error);
| ^~~~~
/<<PKGBUILDDIR>>/src/package.hpp:51:33: error: ISO C++17 does not allow dynamic
exception specifications
51 | throw (std::runtime_error);
| ^~~~~
/<<PKGBUILDDIR>>/src/package.cpp:67:9: error: ISO C++17 does not allow dynamic
exception specifications
67 | throw (std::runtime_error)
| ^~~~~
make[3]: *** [CMakeFiles/xva-img.dir/build.make:98:
CMakeFiles/xva-img.dir/src/main.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/<<PKGBUILDDIR>>/src/package.cpp:99:9: error: ISO C++17 does not allow dynamic
exception specifications
99 | throw (std::runtime_error)
| ^~~~~
make[3]: *** [CMakeFiles/xva-img.dir/build.make:111:
CMakeFiles/xva-img.dir/src/package.o] Error 1
/<<PKGBUILDDIR>>/src/disk.cpp: In member function ‘bool XVA::Disk::Import(const
string&)’:
/<<PKGBUILDDIR>>/src/disk.cpp:200:22: warning: ignoring return value of ‘size_t
fread(void*, size_t, size_t, FILE*)’ declared with attribute
‘warn_unused_result’ [-Wunused-result]
200 | fread(buf, 1, sizeof buf, fp);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [CMakeFiles/xva-img.dir/build.make:85:
CMakeFiles/xva-img.dir/src/disk.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:98: CMakeFiles/xva-img.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:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xva-img
Source-Version: 1.4.2-1
Done: Francisco Vilmar Cardoso Ruviaro <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xva-img, 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.
Francisco Vilmar Cardoso Ruviaro <[email protected]> (supplier of
updated xva-img 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: Mon, 11 Oct 2021 17:33:17 +0000
Source: xva-img
Architecture: source
Version: 1.4.2-1
Distribution: unstable
Urgency: medium
Maintainer: Francisco Vilmar Cardoso Ruviaro <[email protected]>
Changed-By: Francisco Vilmar Cardoso Ruviaro <[email protected]>
Closes: 984407
Changes:
xva-img (1.4.2-1) unstable; urgency=medium
.
* Upload to unstable. (Closes: #984407)
Checksums-Sha1:
a78d2926914bf9921a961f5ab47ab52ca6eaca89 1898 xva-img_1.4.2-1.dsc
acdb7565fcc570285fdeb24dd67741eb582a3bb0 3072 xva-img_1.4.2-1.debian.tar.xz
fef0eec790f44a7531a232f87d9c3a46cfd5e009 6887 xva-img_1.4.2-1_amd64.buildinfo
Checksums-Sha256:
c7f3637407995739164cb41727034a4c0e88ccf88750b367adbcbec8798dd0e0 1898
xva-img_1.4.2-1.dsc
66d75e6c1ed9dc6db27440cea7abf01bdb40b759c0045819cd4e2650bdb88dee 3072
xva-img_1.4.2-1.debian.tar.xz
97259c001a9959ef3b6c7f3fb5d6e7b27283642b4dc230e28cb688075017ed17 6887
xva-img_1.4.2-1_amd64.buildinfo
Files:
7ee29c2c5ef5e52c1e518799d031c25e 1898 utils optional xva-img_1.4.2-1.dsc
e3c269a3c4a312762577ac96cdaa4153 3072 utils optional
xva-img_1.4.2-1.debian.tar.xz
d3a91572ff3af2150be11e1b0fa109a3 6887 utils optional
xva-img_1.4.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJRBAEBCgA7FiEEG4z2Vu87hEcvSPDngvv3BgsvfQAFAmFkdl8dHGZyYW5jaXNj
by5ydXZpYXJvQHJpc2V1cC5uZXQACgkQgvv3BgsvfQCoPg//QJvEDFaG4mi4I9Gr
Pt2gxDio9+Lm0yHaleQVMxxDQ5JAxbrIQLbuqzfyC3JjYyhKlsaMGaktPpOc2TP1
HhRuu959/Lfrw9r9zoMZ4EeiVVr+Qe9RFEPapEDNwDEfrRM1t08j3c4XbRmlbAfJ
Nn1q0uQxKofzC9M4eol/kQVIYX2oAiD1+mFxJ3mkecO4spLWBljCmnzxAlzVgLW6
P+C53zmtBBs6L0XHiOMOm4aw5YP+efyqTOERkqSfj7ItpqTp8sDI9KEokhSgrJPA
PFn/N6QlwZ6zVF11C9Jj9QvzbNpjjNWf4CGSF73AIYkfCY2EQPZ6fU3r1LX/kK45
bd1f5sfHo/ESmUJiw8n5A1IXM1K+y52JNFUX/nuRm7sUTon3gPz8uXii8fvztZx+
EWQQc2sQwlsuqlZtUgXDDduoRHa5ZQ0iLyA/ikTJOslOA3Pph1StP2IV9ButarUn
9A8EYv4BDP0chvqX7thctbFvsU6Xz1HKcpBy5jxx3be1co5bZy9/STxWo5gntS2Z
P+T+X/h7GgqNvfnv1ciWaK89ndHvoOqHS9T1FSA+KbU2LaA9QwLOYQHx7UNfAR4Q
LxnFxhUBPVg2mO28Vd+3udZfWvwUHCNEY2OoF47/Uqpkd+HXHEWGwM2bl5qRXNwF
NyyXza6dQKgqf+Jaj2rOWXK49sU=
=pgAd
-----END PGP SIGNATURE-----
--- End Message ---