Your message dated Tue, 23 Sep 2025 18:34:23 +0000
with message-id <[email protected]>
and subject line Bug#1096330: fixed in asciijump 1.0.2~beta-12
has caused the Debian Bug report #1096330,
regarding asciijump: 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.)
--
1096330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096330
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:asciijump
Version: 1.0.2~beta-11
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/asciijump_1.0.2~beta-11_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
[...]
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
ok
main.c .. ok
slang.c .. hill.c: In function ‘hl_record_read’:
hill.c:87:9: warning: ignoring return value of ‘fread’ declared with attribute
‘warn_unused_result’ [-Wunused-result]
87 | fread(&h->record, sizeof(double), 1, fd);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ok
client.c .. ok
cup.c .. ok[0m[36mcreating server [0m[36m[1m{[0m
as_display.c .. client.c: In function ‘cl_net’:
client.c:137:9: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
137 | write(cl_socket, cl_name, strlen(cl_name)+1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
okclient.c: In function ‘cl_result’:
client.c:279:9: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
279 | write(cl_socket, buf, strlen(buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
as_getline.c .. ok
as_hill.c .. ok
as_let.c .. hill.c: In function ‘hl_draw’:
hill.c:239:55: warning: ‘%d’ directive writing between 1 and 11 bytes into a
region of size 4 [-Wformat-overflow=]
239 | sprintf(tab, "%d", (px -
hl->leapsill)/2);
| ^~
hill.c:239:54: note: directive argument in the range [-1073741820, 1073741823]
239 | sprintf(tab, "%d", (px -
hl->leapsill)/2);
| ^~~~
In file included from /usr/include/stdio.h:970,
from ./include/hill.h:30,
from hill.c:9:
In function ‘sprintf’,
inlined from ‘hl_draw’ at hill.c:239:6:
ok/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note:
‘__builtin___sprintf_chk’ output between 2 and 12 bytes into a destination of
size 4
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
as_main.c .. ok
as_parse.c .. as_main.c: In function ‘as_init’:
as_main.c:421:24: error: passing argument 2 of ‘signal’ from incompatible
pointer type [-Wincompatible-pointer-types]
421 | signal(SIGINT, as_finish);
| ^~~~~~~~~
| |
| void (*)(void)
In file included from ./include/aserver.h:42,
from as_main.c:5:
/usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void
(*)(int)’} but argument is of type ‘void (*)(void)’
88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
| ~~~~~~~~~~~~~~~^~~~~~~~~
as_main.c:368:6: note: ‘as_finish’ declared here
368 | void as_finish()
| ^~~~~~~~~
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
make[1]: *** [Makefile:98: bin/as_main.o] Error 1
make[1]: *** Waiting for unfinished jobs....
okokokokokokokmake[1]: Leaving directory
'/build/reproducible-path/asciijump-1.0.2~beta'
dh_auto_build: error: make -j8 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: asciijump
Source-Version: 1.0.2~beta-12
Done: Bastian Germann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
asciijump, 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.
Bastian Germann <[email protected]> (supplier of updated asciijump 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: Fri, 19 Sep 2025 22:07:45 +0300
Source: asciijump
Architecture: source
Version: 1.0.2~beta-12
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1096330
Changes:
asciijump (1.0.2~beta-12) unstable; urgency=medium
.
* Team upload.
.
[ Adrian Bunk ]
* Fix FTBFS with GCC 15. (Closes: #1096330)
Checksums-Sha1:
a71ed089cae840a41633e696de1c9a7528a50ee2 1792 asciijump_1.0.2~beta-12.dsc
182f9a42d6f7602761f4b9809bdad846dc4fc1e1 6092
asciijump_1.0.2~beta-12.debian.tar.xz
9a6c9b92b67cedda65f2ba417e82928646cb09e7 5595
asciijump_1.0.2~beta-12_source.buildinfo
Checksums-Sha256:
560d846c7da62bf4035b0d679db80f73a833cb2b94747bd53202120eacac6d06 1792
asciijump_1.0.2~beta-12.dsc
b9815bc9807464e60b45e3a64bfbcc0a23bc545694e3c428ea4422e71d442476 6092
asciijump_1.0.2~beta-12.debian.tar.xz
8941958ae3ff94a86da3cc7ab940530d51ee78d59edf9879f5fe3a37d20cc1c6 5595
asciijump_1.0.2~beta-12_source.buildinfo
Files:
bc0094997fb658b83e6405df6e711af2 1792 games optional
asciijump_1.0.2~beta-12.dsc
f2b8e500d659a38d66513f3fb0de31cb 6092 games optional
asciijump_1.0.2~beta-12.debian.tar.xz
0050dfc265edb153b35f1d3a825ab7e3 5595 games optional
asciijump_1.0.2~beta-12_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmjS4iEQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFPRbC/9MYrSwQk3voouIZ+rNj/zf53/zQlibr0tK
rs58rcIw54VchyHb0C+iviw6jUClm49J+vzxO5wAx5wCdGutxzQv8VMtajAXniiL
iuJYMNom5vd1cI076PIk+s8IzOTVLMyCpxqoaeU6VcJmBQ1gfyd4z7Fdt3PMRdvp
K9VSKSG1QyzNK0Fc3d1ONlCEg7Lcqjly/Nq9RijzqoKEsgOkR+CpVSAj+JyK06bw
udtEgzuMX7goSjdBXuWUReqDfEXeVHBfWR3ULO2vtTaKRluKkRuDZP3N69nZJIxs
PaHNi4yFuAxE8VsiIPhiUgqtCeCaIqhVBVHKc6GtLQZ2UzL5XG3yUYTdStzEwgXe
wmL0mnpSMNNZfFcuDwpvAZmi0jDIgz6KBm+ftlc5wXHvSl0hH8nDG03a8IbxXzWP
/PEhsL0k+P08/O9wOvR/QoYV1mJ3tHDVmnoLkEsqkzDdhNoi3CqAZ5PWYTuty3X3
dOo0dH08Cs5ZQX24ztCG1zHTuxuvpPI=
=W7Kp
-----END PGP SIGNATURE-----
pgpwAf86RpRJV.pgp
Description: PGP signature
--- End Message ---