Your message dated Sun, 02 Aug 2026 09:22:19 +0000
with message-id <[email protected]>
and subject line Bug#1133440: fixed in cdogs-sdl 2.4.0+dfsg-2
has caused the Debian Bug report #1133440,
regarding cdogs-sdl: ftbfs with GCC-16
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.)
--
1133440: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1133440
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:cdogs-sdl
Version: 2.1.0+dfsg-2.1
Severity: important
Tags: sid forky ftbfs
User: [email protected]
Usertags: ftbfs-gcc-16
Hi,
cdogs-sdl fails to build in a test rebuild on at least amd64 and arm64 with
gcc-16/g++-16, but builds properly with gcc-15/g++-15. The severity of this
report will be raised before the forky release.
The full build log can be found at:
https://people.debian.org/~ema/gcc-16-rebuilds/output-1/cdogs-sdl_arm64.build.xz
The last lines of the build log are at the end of this report.
To build with GCC 16, either set CC=gcc-16 CXX=g++-16 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures include unused (but set) variables, array subscripts
partly outside array bounds, and new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-16/porting_to.html
Please only close this issue after double-checking that the package can be
built correctly with GCC 16.
Please do not reassign this bug to another package. If a fix in another package
is required, then file a bug for the other package (or clone), and mark this
bug as blocked by the bug in the other package.
[...]
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c: In function
‘HighScoreDraw’:
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:221:21: warning:
‘%d’ directive writing between 1 and 11 bytes into a region of size 10
[-Wformat-overflow=]
221 | sprintf(s, "%d.", idx + 1);
| ^~
In function ‘DisplayEntry’,
inlined from ‘DisplayPage’ at
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:254:8,
inlined from ‘HighScoreDraw’ at
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:332:20:
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:221:20: note:
directive argument in the range [-2147483647, 20]
221 | sprintf(s, "%d.", idx + 1);
| ^~~~~
In function ‘sprintf’,
inlined from ‘DisplayEntry’ at
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:221:2,
inlined from ‘DisplayPage’ at
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:254:8,
inlined from ‘HighScoreDraw’ at
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:332:20:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:30:10: note:
‘__builtin___sprintf_chk’ output between 3 and 13 bytes into a destination of
size 10
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c: In function
‘HighScoreDraw’:
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:227:22: warning:
‘%d’ directive writing between 1 and 11 bytes into a region of size 9
[-Wformat-overflow=]
227 | sprintf(s, "(%d)", e->lastMission + 1);
| ^~
In function ‘DisplayEntry’,
inlined from ‘DisplayPage’ at
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:254:8,
inlined from ‘HighScoreDraw’ at
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:332:20:
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:227:20: note:
directive argument in the range [-2147483647, 2147483647]
227 | sprintf(s, "(%d)", e->lastMission + 1);
| ^~~~~~
In function ‘sprintf’,
inlined from ‘DisplayEntry’ at
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:227:2,
inlined from ‘DisplayPage’ at
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:254:8,
inlined from ‘HighScoreDraw’ at
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/src/hiscores.c:332:20:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:30:10: note:
‘__builtin___sprintf_chk’ output between 4 and 14 bytes into a destination of
size 10
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
/usr/bin/cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/cdogs-sdl-2.1.0+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard -finline-limit=1000
-Wno-stringop-truncation -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nanopb
-g -Wl,-z,relro -Wl,-z,now
-Wl,--dependency-file=CMakeFiles/player_test.dir/link.d
CMakeFiles/player_test.dir/player_test.c.o -o player_test cbehave/libcbehave.a
../cdogs/libcdogs.a ../proto/libcdogs_proto.a -lm
../cdogs/c_hashmap/libc_hashmap.a ../cdogs/cwolfmap/libcwolfmap.a -lm
../cdogs/cwolfmap/wad/libwad.a ../cdogs/cwolfmap/zip/libzip.a ../json/libjson.a
../cdogs/SDL_JoystickButtonNames/libSDL_joystickbuttonnames.a
/usr/lib/aarch64-linux-gnu/libSDL2.so ../cdogs/lib/libyajl_s.a
/usr/lib/aarch64-linux-gnu/libSDL2_image.so
/usr/lib/aarch64-linux-gnu/libSDL2_mixer.so -lenet -lprotobuf-nanopb
make[3]: Leaving directory
'/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/obj-aarch64-linux-gnu'
[ 98%] Built target player_test
[ 99%] Linking C executable autosave_test
cd
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/obj-aarch64-linux-gnu/src/tests
&& /usr/bin/cmake -E cmake_link_script CMakeFiles/autosave_test.dir/link.txt
--verbose=1
/usr/bin/cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/cdogs-sdl-2.1.0+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard -finline-limit=1000
-Wno-stringop-truncation -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nanopb
-g -Wl,-z,relro -Wl,-z,now -Wl,--dependency-file=CMakeFiles/pic_test.dir/link.d
CMakeFiles/pic_test.dir/pic_test.c.o -o pic_test cbehave/libcbehave.a
../cdogs/libcdogs.a ../proto/libcdogs_proto.a
/usr/lib/aarch64-linux-gnu/libSDL2_image.so -lm
../cdogs/c_hashmap/libc_hashmap.a ../cdogs/cwolfmap/libcwolfmap.a -lm
../cdogs/cwolfmap/wad/libwad.a ../cdogs/cwolfmap/zip/libzip.a ../json/libjson.a
../cdogs/SDL_JoystickButtonNames/libSDL_joystickbuttonnames.a
/usr/lib/aarch64-linux-gnu/libSDL2.so ../cdogs/lib/libyajl_s.a
/usr/lib/aarch64-linux-gnu/libSDL2_mixer.so -lenet -lprotobuf-nanopb
make[3]: Leaving directory
'/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/obj-aarch64-linux-gnu'
[ 99%] Built target pic_test
/usr/bin/cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/cdogs-sdl-2.1.0+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard -finline-limit=1000
-Wno-stringop-truncation -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nanopb
-g -Wl,-z,relro -Wl,-z,now
-Wl,--dependency-file=CMakeFiles/autosave_test.dir/link.d
CMakeFiles/autosave_test.dir/autosave_test.c.o
CMakeFiles/autosave_test.dir/__/autosave.c.o -o autosave_test
cbehave/libcbehave.a ../cdogs/libcdogs.a ../proto/libcdogs_proto.a -lm
../cdogs/c_hashmap/libc_hashmap.a ../cdogs/cwolfmap/libcwolfmap.a -lm
../cdogs/cwolfmap/wad/libwad.a ../cdogs/cwolfmap/zip/libzip.a ../json/libjson.a
../cdogs/SDL_JoystickButtonNames/libSDL_joystickbuttonnames.a
/usr/lib/aarch64-linux-gnu/libSDL2.so ../cdogs/lib/libyajl_s.a
/usr/lib/aarch64-linux-gnu/libSDL2_image.so
/usr/lib/aarch64-linux-gnu/libSDL2_mixer.so -lenet -lprotobuf-nanopb
make[3]: Leaving directory
'/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/obj-aarch64-linux-gnu'
[ 99%] Built target autosave_test
cc1: all warnings being treated as errors
make[3]: *** [src/CMakeFiles/cdogs-sdl.dir/build.make:362:
src/CMakeFiles/cdogs-sdl.dir/prep.c.o] Error 1
make[3]: Leaving directory
'/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/obj-aarch64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1326: src/CMakeFiles/cdogs-sdl.dir/all]
Error 2
make[2]: *** Waiting for unfinished jobs....
[100%] Linking C executable actor_test
cd
/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/obj-aarch64-linux-gnu/src/tests
&& /usr/bin/cmake -E cmake_link_script CMakeFiles/actor_test.dir/link.txt
--verbose=1
/usr/bin/cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/cdogs-sdl-2.1.0+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard -finline-limit=1000
-Wno-stringop-truncation -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nanopb
-g -Wl,-z,relro -Wl,-z,now
-Wl,--dependency-file=CMakeFiles/actor_test.dir/link.d
CMakeFiles/actor_test.dir/actor_test.c.o
CMakeFiles/actor_test.dir/__/cdogs/actors.c.o -o actor_test
cbehave/libcbehave.a ../cdogs/libcdogs.a ../proto/libcdogs_proto.a -lm
../cdogs/c_hashmap/libc_hashmap.a ../cdogs/cwolfmap/libcwolfmap.a -lm
../cdogs/cwolfmap/wad/libwad.a ../cdogs/cwolfmap/zip/libzip.a ../json/libjson.a
../cdogs/SDL_JoystickButtonNames/libSDL_joystickbuttonnames.a
/usr/lib/aarch64-linux-gnu/libSDL2.so ../cdogs/lib/libyajl_s.a
/usr/lib/aarch64-linux-gnu/libSDL2_image.so
/usr/lib/aarch64-linux-gnu/libSDL2_mixer.so -lenet -lprotobuf-nanopb
make[3]: Leaving directory
'/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/obj-aarch64-linux-gnu'
[100%] Built target actor_test
make[2]: Leaving directory
'/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/obj-aarch64-linux-gnu'
make[1]: *** [Makefile:169: all] Error 2
make[1]: Leaving directory
'/build/reproducible-path/cdogs-sdl-2.1.0+dfsg/obj-aarch64-linux-gnu'
dh_auto_build: error: cd obj-aarch64-linux-gnu && make -j128 INSTALL="install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--- End Message ---
--- Begin Message ---
Source: cdogs-sdl
Source-Version: 2.4.0+dfsg-2
Done: Alexandre Detiste <[email protected]>
We believe that the bug you reported is fixed in the latest version of
cdogs-sdl, 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 cdogs-sdl 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, 02 Aug 2026 10:46:39 +0200
Source: cdogs-sdl
Architecture: source
Version: 2.4.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1133440
Changes:
cdogs-sdl (2.4.0+dfsg-2) unstable; urgency=medium
.
* Team upload.
* Add GCC-16 patch (Closes: #1133440)
Checksums-Sha1:
e7679c2ea410fd09605d058d5927a1d8de8ad430 2137 cdogs-sdl_2.4.0+dfsg-2.dsc
cf69ca7411f0177332de314f6efadafad98af5b9 27472
cdogs-sdl_2.4.0+dfsg-2.debian.tar.xz
f05db25ab6a00355681054d017464de9027b65e5 12390
cdogs-sdl_2.4.0+dfsg-2_source.buildinfo
Checksums-Sha256:
ffef530f8d7ff5da232ae9e07c557ccf378cab739d242dc6380b94d8dba3ce3e 2137
cdogs-sdl_2.4.0+dfsg-2.dsc
8c04da618aedc8f10b5f48913cd7def568f2b4f6ff40873229105a6b422cef58 27472
cdogs-sdl_2.4.0+dfsg-2.debian.tar.xz
5ccd68240f275b16ef71017c7fa8b94220578229ba300291a6ba8ea5a5300122 12390
cdogs-sdl_2.4.0+dfsg-2_source.buildinfo
Files:
9cbe2d73071f95e23c3272412267dcae 2137 games optional cdogs-sdl_2.4.0+dfsg-2.dsc
97ccdfc2cca435e5cc9852a166291c36 27472 games optional
cdogs-sdl_2.4.0+dfsg-2.debian.tar.xz
2cb6c785ebf2a329d81b2a883298b30d 12390 games optional
cdogs-sdl_2.4.0+dfsg-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmpvBg0RHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBpl3hAAsluUP+tOysHOYjJ9E81TPcO6F3ahDks7
IHTKXNll5u8zPzkufZU26xFhAPXqYb5seNRsjXtyUaW2cinVi9EEculRW+wZsej0
WRNgn+rZ4kJrAvK5GMUnHXQwQ6cGlQFyyjasPROiSiNz+xvSqRIec1BFW9ugBbSJ
NLxNGONv//AlTDpmXfT/hCQdCDNMAbnp5KT9jIl3a0gUC6lmIYWMQhCNbnITHubJ
YQsvMnad35sw2B0R/JEx9PZw0ZWFM08aUHfGxlOSF3J2qwGUO+qC4qkQFxjciYVm
Pz0wQ3Rz1Yb6cDWz0IMdOCQ0hutXqmBwHfh4hOTDmSXTrKQx0umPsGO3DBphI4qD
DcMnv5TfeHtPqGqiGolXOPuQNFwSloOTLvadnDcmLjaxVnetIGPvayLcvI4UBW4E
fRltZsHMUhdOcJIB9cK2nZJkLwxDlKuWf+3AYQd6R7JYuoo7D+wV05GR2tyZwmm5
eQ/kghh8zsEoVb7rlDiQNq+oZDX7Jy+awQfvLfmrPOLTS7x2Ez4QaDXGaxBK1rF1
hQHw3LEqRqn287gmDvX/A+xoYuQf7dezT0wWHVhcARFyDbWlM30iCJ1NTr2KSk+P
q+hviGGY0dvLn1+ZeWyQgNnXzDsPbxal5WhbH3InVZtH7lPycmmcndZyrgWGzNfa
P0HIh+PCp1g=
=EYDA
-----END PGP SIGNATURE-----
pgphGfo3IHAPw.pgp
Description: PGP signature
--- End Message ---