Your message dated Tue, 17 Aug 2021 11:05:14 +0000
with message-id <[email protected]>
and subject line Bug#984408: fixed in wmmixer 1.9-1
has caused the Debian Bug report #984408,
regarding wmmixer: 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.)
--
984408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984408
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wmmixer
Version: 1.8-1
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/wmmixer_1.8-1_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.
[...]
dpkg-buildpackage: info: source version 1.8-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Doug Torrance
<[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean
dh_clean
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-option-checking --disable-silent-rules
--libdir=\${prefix}/lib/x86_64-linux-gnu
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode
--disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... none
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for x11... yes
checking for xext... yes
checking for xpm... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
dh_auto_build
make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
g++ -DPACKAGE_NAME=\"wmmixer\" -DPACKAGE_TARNAME=\"wmmixer\"
-DPACKAGE_VERSION=\"1.8\" -DPACKAGE_STRING=\"wmmixer\ 1.8\"
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"wmmixer\" -DVERSION=\"1.8\" -I. -Wdate-time -D_FORTIFY_SOURCE=2
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o exception.o exception.cc
g++ -DPACKAGE_NAME=\"wmmixer\" -DPACKAGE_TARNAME=\"wmmixer\"
-DPACKAGE_VERSION=\"1.8\" -DPACKAGE_STRING=\"wmmixer\ 1.8\"
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"wmmixer\" -DVERSION=\"1.8\" -I. -Wdate-time -D_FORTIFY_SOURCE=2
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o mixctl.o mixctl.cc
g++ -DPACKAGE_NAME=\"wmmixer\" -DPACKAGE_TARNAME=\"wmmixer\"
-DPACKAGE_VERSION=\"1.8\" -DPACKAGE_STRING=\"wmmixer\ 1.8\"
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"wmmixer\" -DVERSION=\"1.8\" -I. -Wdate-time -D_FORTIFY_SOURCE=2
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o wmmixer.o wmmixer.cc
g++ -DPACKAGE_NAME=\"wmmixer\" -DPACKAGE_TARNAME=\"wmmixer\"
-DPACKAGE_VERSION=\"1.8\" -DPACKAGE_STRING=\"wmmixer\ 1.8\"
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"wmmixer\" -DVERSION=\"1.8\" -I. -Wdate-time -D_FORTIFY_SOURCE=2
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o xhandler.o xhandler.cc
In file included from mixctl.cc:13:
mixctl.h:74:23: error: ISO C++17 does not allow dynamic exception specifications
74 | MixCtl(char *dname) throw(MixerDeviceException);
| ^~~~~
mixctl.cc:16:35: error: ISO C++17 does not allow dynamic exception
specifications
16 | MixCtl::MixCtl(char *device_name) throw(MixerDeviceException)
| ^~~~~
make[1]: *** [Makefile:442: mixctl.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from wmmixer.h:28,
from wmmixer.cc:13:
mixctl.h:74:23: error: ISO C++17 does not allow dynamic exception specifications
74 | MixCtl(char *dname) throw(MixerDeviceException);
| ^~~~~
wmmixer.cc: In member function ‘void WMMixer::readConfigurationFile()’:
wmmixer.cc:331:17: warning: ignoring return value of ‘char* fgets(char*, int,
FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
331 | fgets(buf, 250, rcfile);
| ~~~~~^~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:442: wmmixer.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: wmmixer
Source-Version: 1.9-1
Done: Jeremy Sowden <[email protected]>
We believe that the bug you reported is fixed in the latest version of
wmmixer, 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.
Jeremy Sowden <[email protected]> (supplier of updated wmmixer 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: Tue, 17 Aug 2021 11:32:02 +0100
Source: wmmixer
Built-For-Profiles: noudeb
Architecture: source
Version: 1.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Window Maker Team <[email protected]>
Changed-By: Jeremy Sowden <[email protected]>
Closes: 984408
Changes:
wmmixer (1.9-1) unstable; urgency=medium
.
[ Doug Torrance ]
* d/control:
- Update Vcs-* after migration to Salsa.
* d/watch:
- Use https for download link.
.
[ Jeremy Sowden ]
* New upstream version 1.9 (closes: #984408).
* d/compat, d/control
- Remove compat and add a build-dep on `debhelper-compat = 13` to control.
* d/control
- Bump Standards-Version to 4.5.1.
- Set Rules-Requires-Root: no.
- Add myself to uploaders.
* d/gbp.conf
- Set dch commit-message format.
* d/changelog
- Remove trailing white-space.
Checksums-Sha1:
3708d67816ae1c51847122d98facc600d2d6c8cf 2003 wmmixer_1.9-1.dsc
7bd6d8dd25b020622be64e04ebafb0f894bf902f 103603 wmmixer_1.9.orig.tar.gz
3b9ec499947b92cf618061bd2c85e9e1a8a48779 5984 wmmixer_1.9-1.debian.tar.xz
e860179e19387910f372f92bdbe25853243c71a9 8245 wmmixer_1.9-1_source.buildinfo
Checksums-Sha256:
cf188f3d0c02788b0e00ca0da77dea4fdc00740a31717730120eb2dcf1a6813c 2003
wmmixer_1.9-1.dsc
63544d3005f231ed0796744102af76560e150c865b9bdd4879ec45c2f4818a1b 103603
wmmixer_1.9.orig.tar.gz
5f6a718723afbaae19f423979ff218b082e8ecf61bbc2f46124a9c7995b601bf 5984
wmmixer_1.9-1.debian.tar.xz
407ee79d0fc5a951f1dc0d296a0af1d92887ecab5807093b26a90903840d4995 8245
wmmixer_1.9-1_source.buildinfo
Files:
a4f56bdd9cca134fb17ecf577c4d88b4 2003 x11 optional wmmixer_1.9-1.dsc
7de0299a12fea1c25dda222acbc9a624 103603 x11 optional wmmixer_1.9.orig.tar.gz
a486329938504f1d354f25411b1ca01c 5984 x11 optional wmmixer_1.9-1.debian.tar.xz
13154e5a01ff1801553cf1d99882eea6 8245 x11 optional
wmmixer_1.9-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJLBAEBCgA1FiEEupghwS4HiU+y5K0AkdxKd57FyRAFAmEblLIXHGR0b3JyYW5j
ZUBwaWVkbW9udC5lZHUACgkQkdxKd57FyRCI2A//eHGTN550xiAuPrM1NKe4Ts9N
CHoOveOSF0HgHiEuJd/DMHiXlD6ymEnBnOBkV6czrtrlwXxVypkV6nBsKVsBMtFU
HDxjODJHbPC2C68VErlMXuORLVA5vBfY0BRqjDCr3bjEpJVIcDzGOX1OemZerQdn
No5tU4dZGwreINXoJndwvdR2+ozsFB85r1FIYp8VR5+kdfNoWynrtU9Px/KdFkzW
jCTiquESZAdPDB2EcM+vHd07ZHKzor8rKqjBdi6gDOkPHXmy3L2nLLjOmOjFONex
LglImuXg4a5+dmm/LYgNaXZvLATe405BFr+IqlYubxCyn7o8gEpFP5jPhZJhVkJP
FpJuoCTTPoCRsu/RnrcU0uozk/O0VQJ1v7gsrJczdhK/WrZhf6vempYWE6vtDxQg
/fZ6ydvL8gENXpk9JLp4giHL+zqvfIdVcU0I1UfRu6vIXB3Plr0KY0ybeiCgOhvM
NzArZHfVBqauwy006rpm8HrqlR6yOCtuO5WUyAjO1m5zQoKhWuWAOO/A6wWa7tnL
ExoFnbSPIt4bNrgzJqnHbyakNldrGGdyL2GTwlzuZIswR/ZOez15tsVwdUQq8zfG
YJ79Gsg5iOR7eJf4fJrEz7ostlQXaYgWtYkc0//Gg03E1N14gnhciv8ildZUMzEb
Bysx+3l+UunXk0jEldo=
=QeDC
-----END PGP SIGNATURE-----
--- End Message ---