Your message dated Sun, 07 Sep 2025 22:22:21 +0000
with message-id <[email protected]>
and subject line Bug#1097896: fixed in slashem 0.0.7E7F3-13
has caused the Debian Bug report #1097896,
regarding slashem: 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.)
--
1097896: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097896
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:slashem
Version: 0.0.7E7F3-12
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/slashem_0.0.7E7F3-12_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
[...]
| ^~~~~~~
ball.c: In function ‘drag_ball’:
ball.c:366:1: warning: old-style function definition [-Wold-style-definition]
366 | drag_ball(x, y, bc_control, ballx, bally, chainx, chainy, cause_delay,
| ^~~~~~~~~
ball.c: In function ‘drop_ball’:
ball.c:649:1: warning: old-style function definition [-Wold-style-definition]
649 | drop_ball(x, y)
| ^~~~~~~~~
cc -DDEBIAN_TTY -g -O2 -fomit-frame-pointer -fstack-protector -fcommon
--param=ssp-buffer-size=4 -I../include -I/usr/X11R6/include
-Wno-error=incompatible-pointer-types -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
bones.o bones.c
bones.c: In function ‘no_bones_level’:
bones.c:19:1: warning: old-style function definition [-Wold-style-definition]
19 | no_bones_level(lev)
| ^~~~~~~~~~~~~~
bones.c: In function ‘goodfruit’:
bones.c:44:1: warning: old-style function definition [-Wold-style-definition]
44 | goodfruit(id)
| ^~~~~~~~~
bones.c: In function ‘resetobjs’:
bones.c:58:1: warning: old-style function definition [-Wold-style-definition]
58 | resetobjs(ochain,restore)
| ^~~~~~~~~
bones.c: In function ‘drop_upon_death’:
bones.c:135:1: warning: old-style function definition [-Wold-style-definition]
135 | drop_upon_death(mtmp, cont)
| ^~~~~~~~~~~~~~~
bones.c: In function ‘savebones’:
bones.c:214:1: warning: old-style function definition [-Wold-style-definition]
214 | savebones(corpse)
| ^~~~~~~~~
cc -DDEBIAN_TTY -g -O2 -fomit-frame-pointer -fstack-protector -fcommon
--param=ssp-buffer-size=4 -I../include -I/usr/X11R6/include
-Wno-error=incompatible-pointer-types -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
botl.o botl.c
botl.c: In function ‘xlev_to_rank’:
botl.c:84:1: warning: old-style function definition [-Wold-style-definition]
84 | xlev_to_rank(xlev)
| ^~~~~~~~~~~~
botl.c: In function ‘rank_of’:
botl.c:101:1: warning: old-style function definition [-Wold-style-definition]
101 | rank_of(lev, monnum, female)
| ^~~~~~~
botl.c: In function ‘title_to_mon’:
botl.c:137:1: warning: old-style function definition [-Wold-style-definition]
137 | title_to_mon(str, rank_indx, title_length)
| ^~~~~~~~~~~~
botl.c: In function ‘describe_level’:
botl.c:279:1: warning: old-style function definition [-Wold-style-definition]
279 | describe_level(buf, verbose)
| ^~~~~~~~~~~~~~
botl.c: In function ‘shorten_bot2’:
botl.c:482:1: warning: old-style function definition [-Wold-style-definition]
482 | shorten_bot2(str, len)
| ^~~~~~~~~~~~
botl.c: In function ‘bot_raw’:
botl.c:501:13: warning: old-style function definition [-Wold-style-definition]
501 | static void bot_raw(reconfig)
| ^~~~~~~
botl.c:571:6: error: too many arguments to function ‘raw_handler’; expected 0,
have 3
571 | (*raw_handler)(reconfig, rv - botl_raw_values, botl_raw_values);
| ~^~~~~~~~~~~~~ ~~~~~~~~
botl.c: In function ‘bot_set_handler’:
botl.c:582:1: warning: old-style function definition [-Wold-style-definition]
582 | bot_set_handler(handler)
| ^~~~~~~~~~~~~~~
make[3]: *** [<builtin>: botl.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/slashem-0.0.7E7F3/src'
make[2]: *** [Makefile:150: slashem] Error 2
make[2]: Leaving directory '/build/reproducible-path/slashem-0.0.7E7F3'
make[1]: *** [debian/rules:26: override_dh_auto_build] Error 2
make[1]: Leaving directory '/build/reproducible-path/slashem-0.0.7E7F3'
make: *** [debian/rules:4: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: slashem
Source-Version: 0.0.7E7F3-13
Done: Vincent Cheng <[email protected]>
We believe that the bug you reported is fixed in the latest version of
slashem, 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.
Vincent Cheng <[email protected]> (supplier of updated slashem 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: Sun, 07 Sep 2025 14:40:34 -0700
Source: slashem
Built-For-Profiles: noudeb
Architecture: source
Version: 0.0.7E7F3-13
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Vincent Cheng <[email protected]>
Closes: 1097896
Changes:
slashem (0.0.7E7F3-13) unstable; urgency=medium
.
[ Vincent Cheng ]
* Address gcc 15 FTBFS by building with -std=gnu17. (Closes: #1097896)
* Update standards version to 4.7.2, no changes needed.
.
[ Carles Pina i Estany ]
* Update Catalan po-debconf translation.
Checksums-Sha1:
e23f2f4a88d882aab51486800c85a539174acfa7 2281 slashem_0.0.7E7F3-13.dsc
2b5d7cab5c2217040b9167494c137eb2b33d6991 33796
slashem_0.0.7E7F3-13.debian.tar.xz
Checksums-Sha256:
a57f992e388f27461c873c3f96826efd91e8950d1da69bcd4189cd7253a993ca 2281
slashem_0.0.7E7F3-13.dsc
bd9409abb729121a64ce61bb24308e3c8580af201ecd307de3812dda62843998 33796
slashem_0.0.7E7F3-13.debian.tar.xz
Files:
401bf460756aeef5e536fbb66d415244 2281 games optional slashem_0.0.7E7F3-13.dsc
071704d9113c47225a08bc41ea880bbe 33796 games optional
slashem_0.0.7E7F3-13.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE1TqBWjy3ZZr4guOVju3MG6ofMv8FAmi9/nMACgkQju3MG6of
Mv96cg/+KyPsrGY0HMgi2SNhFrDYTE3//bQ82SCCmtdj6Zhu3NDe78mHhaeDRnws
veotiYM6p/o27hhkL4mnFHJpXavcArJKHir/2RcRTF/KnmJYMI73TlNmXci2B+aF
MkiShU3dqF2O6u8IVC9Iq6EcDz0Hj6ZI3Nam8LqpSzHTft/tV+V4jrrzeaUUIIjZ
YM9BJK6hYdeY8XbKygahDhieOuQ2WBGS0u1+4zPJHyf02RAnMcglzkmDpLhc+jj2
UBIumvIGXqSsAKaXXPJ2IgXQg5/xflubF4EYN3F3CtRJv/Lt8zQn1xMumxzCkvkq
C6YBx73vxXSKxgJcw9qUnG5shx1uzX+hU8yCkp/n92UNXAM2A37ugKJ8CxP6zOzV
KcQDYUQLiuu9iYNw6dh1gNdfRJUfcSVd606NJyKNrMKye+BVcR0gC0v4VvVOtHJY
AT7qq2bsHzcS58BqcwReBatqKY5nlcEK2ZV8CHnrzTHSwaZX40Vzm9j50Zx2o/mL
A4z8vB6hwN0ybTZh2mjMPhL3b5WMG5bfCBunThFrqQLMJa89WKOYrRBSUY9SAX2N
XPDO4vvWVZ6LQf6HnSqw6J9KhLfR4ChSQolTfEyjxd5p3wXokMZxxB/XYPzBVwBx
2zRAEq2APf45llfPV1oqFSqc3XXn26rmq8VAfXIpX7pGlO4LYbI=
=HsS5
-----END PGP SIGNATURE-----
pgpiIXwQdkGIu.pgp
Description: PGP signature
--- End Message ---