Your message dated Thu, 13 Mar 2025 18:55:25 +0000
with message-id <[email protected]>
and subject line Bug#1098108: fixed in wmnut 0.70-2
has caused the Debian Bug report #1098108,
regarding wmnut: ftbfs with GCC-15
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.)
--
1098108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098108
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wmnut
Version: 0.70-1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT targeted to the upcoming trixie 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/wmnut_0.70-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html
[...]
checking for X11/xpm.h... yes
checking for X11/extensions/shape.h... yes
checking for X11/Xatom.h... yes
checking whether we build in C99/GNU99 mode... no
configure: WARNING: If your build fails due to standard system header method
and type names, or ISO C90 warnings, make sure you build in C99 mode (or newer)
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating icons/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/wmnut-mdk.spec
config.status: creating contrib/wmnut.spec
config.status: creating contrib/wmnut.ebuild
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Leaving directory '/build/reproducible-path/wmnut-0.70'
dh_auto_build
make -j8
make[1]: Entering directory '/build/reproducible-path/wmnut-0.70'
make all-recursive
make[2]: Entering directory '/build/reproducible-path/wmnut-0.70'
Making all in src
make[3]: Entering directory '/build/reproducible-path/wmnut-0.70/src'
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/nss -I/usr/include/nspr -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/wmnut-0.70=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/wmnut-0.70=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o wmnut.o wmnut.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/nss -I/usr/include/nspr -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/wmnut-0.70=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/wmnut-0.70=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o wmgeneral.o wmgeneral.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/nss -I/usr/include/nspr -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/wmnut-0.70=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/wmnut-0.70=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o compat.o compat.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/nss -I/usr/include/nspr -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/wmnut-0.70=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/wmnut-0.70=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o rcfiles.o rcfiles.c
In file included from wmgeneral.c:39:
wmgeneral.h:38:18: error: expected identifier or ‘(’ before ‘bool’
38 | int *bool;
| ^~~~
wmgeneral.h:39:1: warning: no semicolon at end of struct or union
39 | };
| ^
In file included from wmnut.h:47,
from wmnut.c:31:
wmgeneral.h:38:18: error: expected identifier or ‘(’ before ‘bool’
38 | int *bool;
| ^~~~
In file included from rcfiles.c:29:
wmgeneral.h:38:18: error: expected identifier or ‘(’ before ‘bool’
38 | int *bool;
| ^~~~
wmgeneral.h:39:1: warning: no semicolon at end of struct or union
39 | };
| ^
wmgeneral.h:39:1: warning: no semicolon at end of struct or union
39 | };
| ^
make[3]: *** [Makefile:419: wmgeneral.o] Error 1
make[3]: *** Waiting for unfinished jobs....
rcfiles.c: In function ‘ParseRCFile’:
rcfiles.c:116:88: error: expected identifier before ‘bool’
116 |
*keys[key].var.bool = 1;
|
^~~~
rcfiles.c:118:88: error: expected identifier before ‘bool’
118 |
*keys[key].var.bool = 0;
|
^~~~
make[3]: *** [Makefile:419: rcfiles.o] Error 1
make[3]: *** [Makefile:419: wmnut.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/wmnut-0.70/src'
make[2]: *** [Makefile:450: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/wmnut-0.70'
make[1]: *** [Makefile:370: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/wmnut-0.70'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: wmnut
Source-Version: 0.70-2
Done: Jeremy Sowden <[email protected]>
We believe that the bug you reported is fixed in the latest version of
wmnut, 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 wmnut 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: Thu, 13 Mar 2025 17:49:52 +0000
Source: wmnut
Architecture: source
Version: 0.70-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Window Maker Team <[email protected]>
Changed-By: Jeremy Sowden <[email protected]>
Closes: 1098108
Changes:
wmnut (0.70-2) unstable; urgency=medium
.
* d/patches
- add patch to rename `bool` structure member (Closes: #1098108)
* d/control
- bump Standards-Version to 4.7.2
Checksums-Sha1:
6a8893d8ce7d47c1267b936e74b7772ea18f008a 2019 wmnut_0.70-2.dsc
a0f9c44d656f52b13838e39b466fe0c197bfca2d 5576 wmnut_0.70-2.debian.tar.xz
9099cd9c6aceb7d380785ec0caf729180325432a 6736 wmnut_0.70-2_amd64.buildinfo
Checksums-Sha256:
69273ced5ab7f3c10462c2baa75606ef438738b25934a76d50ed7e04ed18fdc4 2019
wmnut_0.70-2.dsc
3cd52080c361f7ec4474b78b3496e0fc718ec4c8d0c208eb13f164b96199dc31 5576
wmnut_0.70-2.debian.tar.xz
762f6e9a1c538f96abb1f2ceba1648e6f778c052db0d4606ae09c16861a55bbd 6736
wmnut_0.70-2_amd64.buildinfo
Files:
02e22b7f72b0887624b94cc769b918db 2019 x11 optional wmnut_0.70-2.dsc
d8180779a1d586f5629958baed872b7e 5576 x11 optional wmnut_0.70-2.debian.tar.xz
1aa415a726f902adceb9c69683be4559 6736 x11 optional wmnut_0.70-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEbB20U2PvQDe9VtUXKYasCr3xBA0FAmfTIOcSHGF6YXplbEBk
ZWJpYW4ub3JnAAoJECmGrAq98QQN4EUP/3U5KfOcffMlRb048fsbGHU6IEsLCm49
RDklATXZut/lSvvR6GtZvqovhXy7udK6NNkNU0jXT2oNyIekv2RUcdagwzgCzINu
L8rtsWCF4/lRwnJYQHcpBAjX/BlCsuMDC+K24o0ayphV1Zod8HEqfwEc58b4E0R4
X2aiXKHV0yizH7LGh/hRVYbeHINJRSTRc+4/kI6bI6CXrnxFElBOVrc66udcBX+R
1wghi1fAAx1wE8lzolN6W1NbnzekGcxhYfxG/+m7L/OceZ0GZyIJai1YJwZy8djE
8THsJjs5r7QiaYmgIZKJuYVPbVFxCLZu2mYPZ0cEpSstl2OTecl7FrXkMef+jExj
M+f3P8gzaXWAPoTtkhPW68nkBq5SVbtl+InKUmzBoC1Qo//+7YKAd+zGlITN7hvB
rolA7c2IAAag4QUUTdfqoAJAa7ltRaJFIIpdAjQIZsnwX4rAlhQEgg41Aocv4RJx
BTmKWZZBQAIPv9Sr99mkCPyd9RjrsVIsVOmj6XYbnAuJ3yX8NFydZ+7FZCp5k9rg
oLuCQlyFnhioelJBowx7jAQGIppj7RAEK8TqN2+DMywh5mxKk2sFqTti4mW9xuss
Q+P1n6hbzwgaDr5WY3Ey9xw878hELdPeP4K0es0hDCbkqmqNc+EHGN0hpF3Iy19W
Fk2iBtOXlr3t
=gEDV
-----END PGP SIGNATURE-----
pgpkYzi8LqeCI.pgp
Description: PGP signature
--- End Message ---