Your message dated Sat, 11 Dec 2021 13:35:27 +0000
with message-id <e1mw2x9-000i61...@fasolo.debian.org>
and subject line Bug#984268: fixed in ogmtools 1:1.5-4.1
has caused the Debian Bug report #984268,
regarding ogmtools: 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.)
--
984268: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984268
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ogmtools
Version: 1:1.5-4
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/ogmtools_1.5-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.
[...]
ogmmerge.cpp:95:5: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
95 | {"mp3", TYPEMP3, "MPEG1 layer III audio (CBR and VBR/ABR)"},
| ^~~~~
ogmmerge.cpp:95:21: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
95 | {"mp3", TYPEMP3, "MPEG1 layer III audio (CBR and VBR/ABR)"},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ogmmerge.cpp:96:5: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
96 | {"ac3", TYPEAC3, "A/52 (aka AC3)"},
| ^~~~~
ogmmerge.cpp:96:21: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
96 | {"ac3", TYPEAC3, "A/52 (aka AC3)"},
| ^~~~~~~~~~~~~~~~
ogmmerge.cpp:97:5: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
97 | {"output modules:", -1, ""},
| ^~~~~~~~~~~~~~~~~
ogmmerge.cpp:97:28: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
97 | {"output modules:", -1, ""},
| ^~
ogmmerge.cpp:98:5: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
98 | {" ", -1, "Vorbis audio"},
| ^~~~~
ogmmerge.cpp:98:21: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
98 | {" ", -1, "Vorbis audio"},
| ^~~~~~~~~~~~~~
ogmmerge.cpp:99:5: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
99 | {" ", -1, "Video (not MPEG1/2)"},
| ^~~~~
ogmmerge.cpp:99:21: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
99 | {" ", -1, "Video (not MPEG1/2)"},
| ^~~~~~~~~~~~~~~~~~~~~
ogmmerge.cpp:100:5: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
100 | {" ", -1, "uncompressed PCM audio"},
| ^~~~~
ogmmerge.cpp:100:21: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
100 | {" ", -1, "uncompressed PCM audio"},
| ^~~~~~~~~~~~~~~~~~~~~~~~
ogmmerge.cpp:101:5: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
101 | {" ", -1, "text subtitles"},
| ^~~~~
ogmmerge.cpp:101:21: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
101 | {" ", -1, "text subtitles"},
| ^~~~~~~~~~~~~~~~
ogmmerge.cpp:105:5: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
105 | {" ", -1, "MP3 audio"},
| ^~~~~
ogmmerge.cpp:105:21: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
105 | {" ", -1, "MP3 audio"},
| ^~~~~~~~~~~
ogmmerge.cpp:106:5: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
106 | {" ", -1, "AC3 audio"},
| ^~~~~
ogmmerge.cpp:106:21: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
106 | {" ", -1, "AC3 audio"},
| ^~~~~~~~~~~
ogmmerge.cpp: In function ‘int main(int, char**)’:
ogmmerge.cpp:973:47: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
973 | if ((result = write_ogg_page(mpage, "header ", file)) != 0)
| ^~~~~~~~~
ogmmerge.cpp:1009:47: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
1009 | if ((result = write_ogg_page(mpage, "comment ", file)) != 0)
| ^~~~~~~~~~
ogmmerge.cpp:1071:41: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
1071 | if ((result = write_ogg_page(mpage, "", winner)) != 0)
| ^~
make[2]: *** [Makefile:389: ogmmerge.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:449: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build]
Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: ogmtools
Source-Version: 1:1.5-4.1
Done: Adrian Bunk <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
ogmtools, 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.
Adrian Bunk <b...@debian.org> (supplier of updated ogmtools 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: Tue, 09 Nov 2021 11:16:08 +0200
Source: ogmtools
Architecture: source
Version: 1:1.5-4.1
Distribution: unstable
Urgency: medium
Maintainer: Marc Leeman <marc.lee...@gmail.com>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 984268
Changes:
ogmtools (1:1.5-4.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Don't ignore provided CFLAGS/CXXFLAGS.
* Build with -std=gnu++14 to workaround FTBFS with gcc 11.
(Closes: #984268)
Checksums-Sha1:
c6e36b13a813de70940c25a7010c04d025da5e9f 1752 ogmtools_1.5-4.1.dsc
6dba47a911111339a195a49e50bf24bea2a3a1b7 6172 ogmtools_1.5-4.1.debian.tar.xz
Checksums-Sha256:
a412858fc7648dba97aabee2d2b4a023d17ca955e228575cebe4df067cd52640 1752
ogmtools_1.5-4.1.dsc
b4c447fa942252c2168a6cf8008a05633377788c9c2d77d1f1b7a1f380de7f4c 6172
ogmtools_1.5-4.1.debian.tar.xz
Files:
fca4946143f6cd6d30a9b9fac99df71a 1752 graphics optional ogmtools_1.5-4.1.dsc
40368f62751068ba36362358ec321e4e 6172 graphics optional
ogmtools_1.5-4.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmGKjWMACgkQiNJCh6LY
mLFlLxAAoAOw0x7AFoOpLRosaGj1uq9ccfjRYKdyIen7RBzUFnC9tCawortT5Z8p
tTx5DjfLVKB/rtalAFAyCNDMakhCMPV29AFGYRh0tptRQ6q9kpWwZmi7BOOpAuu+
eN86Q+JzyaeZ7Wx4wyS3HmdpVi+sdGSLrtbp9VmNqOAw7lGdJc2NljGGVwFQV2l1
F4qPtsNMD04X+vl7Nc2vo6G5dvabAL2aQq/jW+amTObbTVZTgFD3Nrs7E9YvoCwv
SEVI2F3p4r+mwLCA7NnR+ouHfvr3i/2CGD94MLFOjfK+yRDl6yiKcR+29jwXtvmU
BTas2H5V/s+ctJgsIDtSgNS2b/NpanhRlENdkc3DWBoWWvoPWgg88qk5zujmoJc2
K9sdAS+lqEsaM0VP0OOgB+LWMDlbaP0uiqcU08OlB0BA7LIpRmS0oHuTi4EqZ01d
ugZBBMZ1UyKeOzFz3M8gUTOjuo9jNkK/tJreNetTxClnUvnT1sA9a75VQfn3fgdv
azP4IUGLD95EM+5H5lbiOM4Ly+vWKl9MGmr9LyoHXaobG9jCrYvUA1bn/27E0da3
M+VNx6V5D0T0Q5Wpyb/UO+629H6VBUia6JnmpfWkkEnbFOoOpzTosXbEDD1OwcHi
rlzRdk1D4vacY0L91NwBQgwxtvne/fPDO5RF/+azDGg0nANTTrY=
=zk52
-----END PGP SIGNATURE-----
--- End Message ---