Your message dated Sat, 18 Oct 2025 11:50:01 +0000
with message-id <[email protected]>
and subject line Bug#1098166: fixed in xscavenger 1.4.5-11
has caused the Debian Bug report #1098166,
regarding xscavenger: 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.)
--
1098166: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098166
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xscavenger
Version: 1.4.5-9
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/xscavenger_1.4.5-9_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
[...]
scav.c:1382:41: error: too many arguments to function ‘func’; expected 0, have 2
1382 | func(name2,*pnt);
| ^~~~ ~~~~~
In file included from sound.c:16:
scav.h:426:15: error: conflicting types for ‘getgfx’; have ‘uchar *(int)’ {aka
‘unsigned char *(int)’}
426 | extern uchar *getgfx(int num);
| ^~~~~~
scav.h:383:15: note: previous declaration of ‘getgfx’ with type ‘uchar *(void)’
{aka ‘unsigned char *(void)’}
383 | extern uchar *getgfx();
| ^~~~~~
scav.c: In function ‘capturescreen’:
scav.c:2811:31: error: passing argument 4 of ‘writeiff’ from incompatible
pointer type [-Wincompatible-pointer-types]
2811 | writeiff(name,640,480,csline,colormap);
| ^~~~~~
| |
| void (*)(uchar *, int) {aka void
(*)(unsigned char *, int)}
In file included from scav.c:18:
anim.h:63:63: note: expected ‘void (*)(void)’ but argument is of type ‘void
(*)(uchar *, int)’ {aka ‘void (*)(unsigned char *, int)’}
63 | extern int writeiff(uchar *name,int width, int height, void
(*fetch)(),uchar *colors);
| ~~~~~~~^~~~~~~~
scav.c:2793:6: note: ‘csline’ declared here
2793 | void csline(uchar *put, int line)
| ^~~~~~
make[2]: *** [<builtin>: sound.o] Error 1
make[2]: *** [<builtin>: edit.o] Error 1
anim.c: In function ‘savegfx’:
anim.c:1135:30: error: passing argument 4 of ‘writeiff’ from incompatible
pointer type [-Wincompatible-pointer-types]
1135 | writeiff(ttt,320,200,picline,(gfxsets+workingon)->gs_colormap);
| ^~~~~~~
| |
| void (*)(char *, int)
In file included from anim.c:13:
anim.h:63:63: note: expected ‘void (*)(void)’ but argument is of type ‘void
(*)(char *, int)’
63 | extern int writeiff(uchar *name,int width, int height, void
(*fetch)(),uchar *colors);
| ~~~~~~~^~~~~~~~
anim.c:1125:6: note: ‘picline’ declared here
1125 | void picline(char *put,int line)
| ^~~~~~~
anim.c: In function ‘writeiff’:
anim.c:1184:17: error: too many arguments to function ‘fetch’; expected 0, have
2
1184 | fetch(trow,j);
| ^~~~~ ~~~~
scav.c: In function ‘main’:
scav.c:1560:17: warning: ignoring return value of ‘read’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1560 | read(file,playername,16);
| ^~~~~~~~~~~~~~~~~~~~~~~~
anim.c: In function ‘lout’:
anim.c:1106:9: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1106 | write(wfile,buff4,4);
| ^~~~~~~~~~~~~~~~~~~~
anim.c: In function ‘wout’:
anim.c:1115:9: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1115 | write(wfile,buff2,2);
| ^~~~~~~~~~~~~~~~~~~~
anim.c: In function ‘bout’:
anim.c:1121:9: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1121 | write(wfile,&val,1);
| ^~~~~~~~~~~~~~~~~~~
make[2]: *** [<builtin>: anim.o] Error 1
scav.c: In function ‘mode3’:
scav.c:2683:25: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
2683 | write(file,playername,16);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [<builtin>: scav.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/xscavenger-1.4.5/src'
dh_auto_build: error: cd src && make -j8 "INSTALL=install --strip-program=true"
LIBNAME=/usr/share/games/xscavenger returned exit code 2
make[1]: *** [debian/rules:20: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/xscavenger-1.4.5'
make: *** [debian/rules:14: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xscavenger
Source-Version: 1.4.5-11
Done: Alexandre Detiste <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xscavenger, 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.
Alexandre Detiste <[email protected]> (supplier of updated xscavenger 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 13:15:15 +0200
Source: xscavenger
Architecture: source
Version: 1.4.5-11
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1098166
Changes:
xscavenger (1.4.5-11) unstable; urgency=medium
.
* Team Upload
* Add debian/salsa-ci.yml
.
[ Patrice Duroux ]
* d/patches: add gcc15.patch (Closes: #1098166)
* d/copyright: update GPL-2 (lintian)
Checksums-Sha1:
cfc5b177122c77080ebb6908acff8f9a8d2fe4bd 2039 xscavenger_1.4.5-11.dsc
436f5ac611eacdb4baf6639a2d426164126adfe5 8216 xscavenger_1.4.5-11.debian.tar.xz
c64fdbceda0e187e65dbcd37ad3280f431e334e1 6336
xscavenger_1.4.5-11_source.buildinfo
Checksums-Sha256:
76f5f1ede3187ec1ac44b90747bb751170a57a0e8f6397e552c1189949d51178 2039
xscavenger_1.4.5-11.dsc
2625a05196361c0978f7cecae3262bc5fa19d7d58c8f3afdc257af0b577239aa 8216
xscavenger_1.4.5-11.debian.tar.xz
dd3fb686d0c116b9d7ed6d1088f08e34a0f9bcb16d88ea434d6f9cc34fcdf38b 6336
xscavenger_1.4.5-11_source.buildinfo
Files:
d67e29ab61505d20572297d5639973dd 2039 games optional xscavenger_1.4.5-11.dsc
56280a42f2a5a79d0a6e5f45b2d5643a 8216 games optional
xscavenger_1.4.5-11.debian.tar.xz
12520b5cb5f95a7af728b646bbb3b79d 6336 games optional
xscavenger_1.4.5-11_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmjzexoRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBo17w/+PUHBITRO2lW1ydthsW9e+/ATcjjAdHxX
zJmlEHfor833ROjNGD3GgfDXJTL/IorQi2WdEXbxIV3wv1WDhDmXMNUtEuKvlaMF
xTHLyYRnS9ojYhj6+1ODlnqAGbEH6ccDEhCYsnRd7pt0AU7p/OpR+jZQ/zQlvqBu
QrLYwoQeWh7SCSEPGA5OoPz9WQ7ZVsfbryf/+IEoK+oAlhNc5RFBZ+jyrIvGlIHa
SafmSEbYwDI9pj8T45wS3ZcZUkqo4A19naeutVVYrYhNd4ugfBhxt+tW0T9Yje7k
UD6Et8lJ2vPB4NkLSChEY9HC6v0a9ul/zQR/YQARAxzosZTjT3UaBleqRVxufdW5
peUkgqv9JGJzNRokDPq4IXKYyEuNTpbaWOAiKPuaSkPETqvIvy8P47oyVqTAV4mA
oyCaVaur1/w3sAQmtA1wRn1nQjH/iY7X8v7dnZs15OqcA03B137xevflw2BtEZDS
8wneTh/8cFG6i+qDCvytV5T9EcWIUpcfUAp84oTOsGSufemxYMrLx1Wo/+D9juYN
E88WfHYtNTUrbNLYSiJ+AQgOiVCPoEhHq/jVkGSaFeTWASyk/3RELMqr6jVJZh0X
zh/nERK06Sxs5VdTo8apJ2O8b3WdhCZ/noR7+G/Xwt+6D+nR4yAk5mT9Ga2DRHsD
RTReo1neoog=
=7rCS
-----END PGP SIGNATURE-----
pgpVfGJ1UXpUk.pgp
Description: PGP signature
--- End Message ---