Your message dated Sat, 04 Oct 2025 06:33:58 +0000
with message-id <[email protected]>
and subject line Bug#1096720: fixed in glhack 1.2-8.1
has caused the Debian Bug report #1096720,
regarding glhack: 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.)
--
1096720: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096720
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:glhack
Version: 1.2-7
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/glhack_1.2-7_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
[...]
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc -b
dpkg-buildpackage: info: source package glhack
dpkg-buildpackage: info: source version 1.2-7
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Niels Thykier <[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean --no-parallel
dh_auto_clean -O--no-parallel
make -j1 clean
make[1]: Entering directory '/build/reproducible-path/glhack-1.2'
( cd src ; make clean )
make[2]: Entering directory '/build/reproducible-path/glhack-1.2/src'
rm -f *.o ../src/hack.h-t ../src/config.h-t
make[2]: Leaving directory '/build/reproducible-path/glhack-1.2/src'
( cd util ; make clean )
make[2]: Entering directory '/build/reproducible-path/glhack-1.2/util'
rm -f *.o
make[2]: Leaving directory '/build/reproducible-path/glhack-1.2/util'
make[1]: Leaving directory '/build/reproducible-path/glhack-1.2'
dh_autoreconf_clean -O--no-parallel
dh_clean -O--no-parallel
debian/rules binary
dh binary --no-parallel
dh_update_autotools_config -O--no-parallel
dh_autoreconf -O--no-parallel
dh_auto_configure -O--no-parallel
debian/rules override_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/glhack-1.2'
dh_auto_build -- CC="cc -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/glhack-1.2=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -Wdate-time -D_FORTIFY_SOURCE=2"
LINK="cc -Wl,-z,relro -Wl,-z,now -Wl,--as-needed"
make -j1 "INSTALL=install --strip-program=true" "CC=cc -Wl,-z,relro
-Wl,-z,now -Wl,--as-needed -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/glhack-1.2=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -Wdate-time -D_FORTIFY_SOURCE=2"
"LINK=cc -Wl,-z,relro -Wl,-z,now -Wl,--as-needed"
make[2]: Entering directory '/build/reproducible-path/glhack-1.2'
( cd src ; make )
make[3]: Entering directory '/build/reproducible-path/glhack-1.2/src'
touch ../src/config.h-t
cc -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/glhack-1.2=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -Wdate-time -D_FORTIFY_SOURCE=2
-O -I../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c monst.c
In file included from ../include/unixconf.h:282,
from ../include/global.h:150,
from ../include/config.h:393,
from monst.c:5:
/usr/include/stdlib.h:601:13: error: conflicting types for ‘srand48’; have
‘void(long int)’
601 | extern void srand48 (long int __seedval) __THROW;
| ^~~~~~~
In file included from ../include/unixconf.h:279:
../include/system.h:91:8: note: previous declaration of ‘srand48’ with type
‘void(void)’
91 | E void srand48();
| ^~~~~~~
In file included from ../include/unixconf.h:283:
/usr/include/unistd.h:464:21: error: conflicting types for ‘sleep’; have
‘unsigned int(unsigned int)’
464 | extern unsigned int sleep (unsigned int __seconds);
| ^~~~~
../include/system.h:349:12: note: previous declaration of ‘sleep’ with type
‘unsigned int(void)’
349 | E unsigned sleep();
| ^~~~~
make[3]: *** [Makefile:487: monst.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/glhack-1.2/src'
make[2]: *** [Makefile:100: glhack] Error 2
make[2]: Leaving directory '/build/reproducible-path/glhack-1.2'
dh_auto_build: error: make -j1 "INSTALL=install --strip-program=true" "CC=cc
-Wl,-z,relro -Wl,-z,now -Wl,--as-needed -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/glhack-1.2=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -Wdate-time -D_FORTIFY_SOURCE=2"
"LINK=cc -Wl,-z,relro -Wl,-z,now -Wl,--as-needed" returned exit code 2
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/glhack-1.2'
make: *** [debian/rules:33: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: glhack
Source-Version: 1.2-8.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
glhack, 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.
Adrian Bunk <[email protected]> (supplier of updated glhack 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, 02 Oct 2025 13:44:27 +0300
Source: glhack
Architecture: source
Version: 1.2-8.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1096720
Changes:
glhack (1.2-8.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Build with -std=gnu17 to workaround FTBFS with GCC 15.
(Closes: #1096720)
Checksums-Sha1:
eb51088c113ab1e8f4974ffd1810d1152337c8c3 1977 glhack_1.2-8.1.dsc
876c21a18f28a2431bab69d133490b8e1f0f56f1 22304 glhack_1.2-8.1.debian.tar.xz
Checksums-Sha256:
ac2b7a1c338b933fd5f08e3f880582897c21da0f5cd7bff36c911b6ef36f42d9 1977
glhack_1.2-8.1.dsc
e10854cb066fb5c878ec818caa1e47dd1a88284ed4b019d37c2c132c3766c8c4 22304
glhack_1.2-8.1.debian.tar.xz
Files:
13370f2a58e7008a6d88e568e5289035 1977 games optional glhack_1.2-8.1.dsc
762c73feac90814911fe6bbd8fd7c392 22304 games optional
glhack_1.2-8.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjeWlMACgkQiNJCh6LY
mLE48g//Rcca/VX0beIE1ZGtNUsyBRcetqaGNLBE/96SlZTENjY1u1QtcMaj2rZ7
/cA4YWH9cv2LoHSlW+9wXCWZhRwmEC0gL7QyLdA74MeqzFETKg0QOLsjh+LyrR4n
4+cbtyddF5JSehEONwRtIfecJza1lyZdAKBiVlNmKAvTDPtaRG9xntuU71IZJaCn
8oPq5yOhfg7/uL8hCiVooQZytWe9FmjiAl3oCSsTbOS018y1kpycvz4UW23wogtY
jz6Hu2D+VYEbwDN2eW6U86a9nv7+my6kxfxVPIR24nXREj+teKaJExHS88c8cAjj
B4KvZSv6KOqXrlJoTh67xF+UrjzwwTuz0EirEMaZW8RWXXoVs6eJVmtNxbWGWqkt
CzAMDJhm78As77I8U7en/Kqs4lGMmOlcVjy5aKavBkCeNSGJN2/wKzi85t7gAnQ8
p6mjG2mHq1o6z+5b/0+goPkXTGiY0BVezuhSar/upnLZVJFf7oDps424RjJ8PsFh
FHzD9BUbIalE1VUuJkl79pJExcdSy2c82f8c2XD1MRt+/1w6d9yYyPld33I4gT9U
KK9M9rHaUep/f3v9J3n9eRAj+d5ta8YU5ZZtltqiTc1Pynu2hIzU5y/fWZl4UlA/
t8pJC4TUFshy5KUc4PIS/me60KCGyDmF01zxS0eY3ighF36xXaA=
=SlyW
-----END PGP SIGNATURE-----
pgpRR_a5aPE3k.pgp
Description: PGP signature
--- End Message ---