Your message dated Sat, 18 Oct 2025 05:34:01 +0000
with message-id <[email protected]>
and subject line Bug#1096740: fixed in gnujump 1.0.8-6
has caused the Debian Bug report #1096740,
regarding gnujump: 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.)
--
1096740: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096740
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gnujump
Version: 1.0.8-5
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/gnujump_1.0.8-5_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
[...]
config.status: creating skins/sdljump/cursor/Makefile
config.status: creating skins/xjump/Makefile
config.status: creating skins/auri/Makefile
config.status: creating skins/auri/heroanim1/Makefile
config.status: creating skins/auri/heroanim2/Makefile
config.status: creating skins/auri/heroanim3/Makefile
config.status: creating skins/auri/heroanim4/Makefile
config.status: creating skins/wincrash/Makefile
config.status: creating skins/wincrash/heroanim1/Makefile
config.status: creating skins/wincrash/heroanim2/Makefile
config.status: creating skins/wincrash/heroanim3/Makefile
config.status: creating skins/wincrash/heroanim4/Makefile
config.status: creating config.h
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory '/build/reproducible-path/gnujump-1.0.8'
debian/rules override_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/gnujump-1.0.8'
dh_auto_build
make -j8
make[2]: Entering directory '/build/reproducible-path/gnujump-1.0.8'
make all-recursive
make[3]: Entering directory '/build/reproducible-path/gnujump-1.0.8'
Making all in src
make[4]: Entering directory '/build/reproducible-path/gnujump-1.0.8/src'
gcc -DLOCALEDIR=\"/usr/share/games/locale\" -DHAVE_CONFIG_H -I. -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gnujump-1.0.8=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -Wall -g -DPREFIX=\"/usr\" -DDATA_PREFIX=\"/usr/share/games\"
-c -o game.o game.c
gcc -DLOCALEDIR=\"/usr/share/games/locale\" -DHAVE_CONFIG_H -I. -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gnujump-1.0.8=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -Wall -g -DPREFIX=\"/usr\" -DDATA_PREFIX=\"/usr/share/games\"
-c -o game-input.o game-input.c
gcc -DLOCALEDIR=\"/usr/share/games/locale\" -DHAVE_CONFIG_H -I. -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gnujump-1.0.8=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -Wall -g -DPREFIX=\"/usr\" -DDATA_PREFIX=\"/usr/share/games\"
-c -o game-output.o game-output.c
gcc -DLOCALEDIR=\"/usr/share/games/locale\" -DHAVE_CONFIG_H -I. -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gnujump-1.0.8=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -Wall -g -DPREFIX=\"/usr\" -DDATA_PREFIX=\"/usr/share/games\"
-c -o game-logic.o game-logic.c
gcc -DLOCALEDIR=\"/usr/share/games/locale\" -DHAVE_CONFIG_H -I. -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gnujump-1.0.8=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -Wall -g -DPREFIX=\"/usr\" -DDATA_PREFIX=\"/usr/share/games\"
-c -o game-tools.o game-tools.c
gcc -DLOCALEDIR=\"/usr/share/games/locale\" -DHAVE_CONFIG_H -I. -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gnujump-1.0.8=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -Wall -g -DPREFIX=\"/usr\" -DDATA_PREFIX=\"/usr/share/games\"
-c -o game-timer.o game-timer.c
gcc -DLOCALEDIR=\"/usr/share/games/locale\" -DHAVE_CONFIG_H -I. -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gnujump-1.0.8=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -Wall -g -DPREFIX=\"/usr\" -DDATA_PREFIX=\"/usr/share/games\"
-c -o main.o main.c
gcc -DLOCALEDIR=\"/usr/share/games/locale\" -DHAVE_CONFIG_H -I. -I..
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gnujump-1.0.8=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -Wall -g -DPREFIX=\"/usr\" -DDATA_PREFIX=\"/usr/share/games\"
-c -o menu.o menu.c
game.c:33:1: error: conflicting types for ‘freeGame’; have ‘void(game_t *)’
{aka ‘void(struct game *)’}
33 | freeGame (game_t * game)
| ^~~~~~~~
In file included from game.c:22:
game.h:212:6: note: previous declaration of ‘freeGame’ with type ‘void(void)’
212 | void freeGame ();
| ^~~~~~~~
game.c: In function ‘playGame’:
game.c:120:16: error: too many arguments to function ‘updateInput’; expected 0,
have 1
120 | if ((r = updateInput (&game)))
| ^~~~~~~~~~~ ~~~~~
game.h:210:5: note: declared here
210 | int updateInput ();
| ^~~~~~~~~~~
game-input.c:28:1: error: conflicting types for ‘updateInput’; have ‘int(game_t
*)’ {aka ‘int(struct game *)’}
28 | updateInput (game_t * game)
| ^~~~~~~~~~~
In file included from game-input.c:23:
game.h:210:5: note: previous declaration of ‘updateInput’ with type ‘int(void)’
210 | int updateInput ();
| ^~~~~~~~~~~
make[4]: *** [Makefile:525: game-input.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [Makefile:525: game.o] Error 1
make[4]: Leaving directory '/build/reproducible-path/gnujump-1.0.8/src'
make[3]: *** [Makefile:451: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/gnujump-1.0.8'
make[2]: *** [Makefile:383: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/gnujump-1.0.8'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/gnujump-1.0.8'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gnujump
Source-Version: 1.0.8-6
Done: Matheus Polkorny <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gnujump, 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.
Matheus Polkorny <[email protected]> (supplier of updated gnujump 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: Sat, 18 Oct 2025 00:11:12 -0300
Source: gnujump
Architecture: source
Version: 1.0.8-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Matheus Polkorny <[email protected]>
Closes: 1096740
Changes:
gnujump (1.0.8-6) unstable; urgency=medium
.
* Team upload.
.
[ Matheus Polkorny ]
* d/p/09_fix_build_gcc15.patch: New patch (Closes: #1096740)
.
[ Andreas Tille ]
* d/watch: version=5
* Standards-Version: 4.7.2 (routine-update)
* debputy lint --auto-fix (routine-update)
Checksums-Sha1:
d49be0b675b4872a927d9c03307e6d905d485241 2076 gnujump_1.0.8-6.dsc
b767b8da250e092c0913deb9c02edf029267a060 6636 gnujump_1.0.8-6.debian.tar.xz
7c9b471c2fb6f7fb722de07fdf61d43e85ffd18a 13498 gnujump_1.0.8-6_amd64.buildinfo
Checksums-Sha256:
0000165c4ea68ec510a0416038b49585ea8e54100e76e19f705491a90b161ba0 2076
gnujump_1.0.8-6.dsc
b1c1400dd0e22922108902c3ed6dbbf7c514431d84861c78817dacf01379456e 6636
gnujump_1.0.8-6.debian.tar.xz
75f024f443e610536103a4501a60203a5da6fa4d5c03060cba0ce5cd5284f160 13498
gnujump_1.0.8-6_amd64.buildinfo
Files:
993f27c61dcf0402c180668d350cd4ab 2076 games optional gnujump_1.0.8-6.dsc
052ca69be24726ed6b0fa337418c1746 6636 games optional
gnujump_1.0.8-6.debian.tar.xz
b77e485b716cfba1c962ed394978c365 13498 games optional
gnujump_1.0.8-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmjzIi4RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGCTA/+PgneqkxdFJHOhEl0t3bEiEMu2Ice5gIX
bknezWvQJSipZI+1BOpf+kbR/p3Qf17KGsAsXdWwW0WNjkKsXTWMXP7YOvEVME6h
HvGv9izG1AllOkENkGlzFoFH+blUM2Vx7AvAQOir0KhbK5HE7r2V0IGSepNwttyG
wt2Vx1NPdWYO4B8Jig8vj0gmSNGxnMLKKzOHJ7NsKfUou/qLORih/qBGYjrv8YOY
e+oWCDGQlIDIGa/9bm7CyuPkk9ZjdDCE/GqdbiOyzMfUytHHjcBb2+iOi42K1lMB
XD8Iby0noEF4Q3K42qKRFCoDnVZ/GF0Sjipl5Ol0FcZP26WpojMi5Hu5dzuSB7m7
Igj2oknY08H94Gixji4SoNGaa30T+ZS1XHCWP+Ew+mmRxN+O/mPpo6Rm6HSgtpKn
zKrk+ZIoNLHweuuz6L6ZR1qwqaE2PY7LDyfzUmWI7FowKp7xPUStcKvUbnCNB7ID
asM68bciWKYzJcXALnY17kxznyfPiFg1PE9SjxQ2IDCfg91MoApMuNLSzsAmAWwu
AdU7sjgN/hZvDg4ZezMyRKDdgkchzZeFLH1juWe9DviT+KHC8nxun6S3FE7QIqoc
gXdX8oJDUWH13Br6cEbNHNchEMCSKmU9gfTohIcwbx3Uqt4wflNJ12FUVpUpSKAk
2SH9wTrzRso=
=z87i
-----END PGP SIGNATURE-----
pgpTD4q18XlcC.pgp
Description: PGP signature
--- End Message ---