Your message dated Wed, 24 Sep 2025 09:19:51 +0000
with message-id <[email protected]>
and subject line Bug#1096537: fixed in dopewars 1.6.2-1.1
has caused the Debian Bug report #1096537,
regarding dopewars: 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.)
--
1096537: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096537
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dopewars
Version: 1.6.2-1
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/dopewars_1.6.2-1_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
[...]
gtk_client.c:137:13: note: ‘TalkToPlayers’ declared here
137 | static void TalkToPlayers(GtkWidget *widget, gpointer data);
| ^~~~~~~~~~~~~
gtk_client.c:172:35: error: initialization of ‘void (*)(void)’ from
incompatible pointer type ‘void (*)(GtkWidget *, void *)’ {aka ‘void (*)(struct
_GtkWidget *, void *)’} [-Wincompatible-pointer-types]
172 | {N_("/List/_Players..."), NULL, ListPlayers, 0, NULL},
| ^~~~~~~~~~~
gtk_client.c:172:35: note: (near initialization for ‘menu_items[10].callback’)
gtk_client.c:135:13: note: ‘ListPlayers’ declared here
135 | static void ListPlayers(GtkWidget *widget, gpointer data);
| ^~~~~~~~~~~
gtk_client.c:173:34: error: initialization of ‘void (*)(void)’ from
incompatible pointer type ‘void (*)(GtkWidget *, void *)’ {aka ‘void (*)(struct
_GtkWidget *, void *)’} [-Wincompatible-pointer-types]
173 | {N_("/List/_Scores..."), NULL, ListScores, 0, NULL},
| ^~~~~~~~~~
gtk_client.c:173:34: note: (near initialization for ‘menu_items[11].callback’)
gtk_client.c:101:13: note: ‘ListScores’ declared here
101 | static void ListScores(GtkWidget *widget, gpointer data);
| ^~~~~~~~~~
gtk_client.c:174:37: error: initialization of ‘void (*)(void)’ from
incompatible pointer type ‘void (*)(GtkWidget *, void *)’ {aka ‘void (*)(struct
_GtkWidget *, void *)’} [-Wincompatible-pointer-types]
174 | {N_("/List/_Inventory..."), NULL, ListInventory, 0, NULL},
| ^~~~~~~~~~~~~
gtk_client.c:174:37: note: (near initialization for ‘menu_items[12].callback’)
gtk_client.c:102:13: note: ‘ListInventory’ declared here
102 | static void ListInventory(GtkWidget *widget, gpointer data);
| ^~~~~~~~~~~~~
gtk_client.c:176:34: error: initialization of ‘void (*)(void)’ from
incompatible pointer type ‘void (*)(GtkWidget *, void *)’ {aka ‘void (*)(struct
_GtkWidget *, void *)’} [-Wincompatible-pointer-types]
176 | {N_("/Errands/_Spy..."), NULL, SpyOnPlayer, 0, NULL},
| ^~~~~~~~~~~
gtk_client.c:176:34: note: (near initialization for ‘menu_items[14].callback’)
gtk_client.c:142:13: note: ‘SpyOnPlayer’ declared here
142 | static void SpyOnPlayer(GtkWidget *widget, gpointer data);
| ^~~~~~~~~~~
gtk_client.c:177:37: error: initialization of ‘void (*)(void)’ from
incompatible pointer type ‘void (*)(GtkWidget *, void *)’ {aka ‘void (*)(struct
_GtkWidget *, void *)’} [-Wincompatible-pointer-types]
177 | {N_("/Errands/_Tipoff..."), NULL, TipOff, 0, NULL},
| ^~~~~~
gtk_client.c:177:37: note: (near initialization for ‘menu_items[15].callback’)
gtk_client.c:141:13: note: ‘TipOff’ declared here
141 | static void TipOff(GtkWidget *widget, gpointer data);
| ^~~~~~
gtk_client.c:180:37: error: initialization of ‘void (*)(void)’ from
incompatible pointer type ‘void (*)(GtkWidget *, void *)’ {aka ‘void (*)(struct
_GtkWidget *, void *)’} [-Wincompatible-pointer-types]
180 | {"/Errands/S_ack Bitch...", NULL, SackBitch, 0, NULL},
| ^~~~~~~~~
gtk_client.c:180:37: note: (near initialization for ‘menu_items[16].callback’)
gtk_client.c:144:13: note: ‘SackBitch’ declared here
144 | static void SackBitch(GtkWidget *widget, gpointer data);
| ^~~~~~~~~
gtk_client.c:181:46: error: initialization of ‘void (*)(void)’ from
incompatible pointer type ‘void (*)(GtkWidget *, void *)’ {aka ‘void (*)(struct
_GtkWidget *, void *)’} [-Wincompatible-pointer-types]
181 | {N_("/Errands/_Get spy reports..."), NULL, GetSpyReports, 0, NULL},
| ^~~~~~~~~~~~~
gtk_client.c:181:46: note: (near initialization for ‘menu_items[17].callback’)
gtk_client.c:157:13: note: ‘GetSpyReports’ declared here
157 | static void GetSpyReports(GtkWidget *widget, gpointer data);
| ^~~~~~~~~~~~~
gtk_client.c:183:33: error: initialization of ‘void (*)(void)’ from
incompatible pointer type ‘void (*)(GtkWidget *, void *)’ {aka ‘void (*)(struct
_GtkWidget *, void *)’} [-Wincompatible-pointer-types]
183 | {N_("/Help/_About..."), "F1", display_intro, 0, NULL}
| ^~~~~~~~~~~~~
gtk_client.c:183:33: note: (near initialization for ‘menu_items[19].callback’)
gtk_client.c:95:13: note: ‘display_intro’ declared here
95 | static void display_intro(GtkWidget *widget, gpointer data);
| ^~~~~~~~~~~~~
make[4]: *** [Makefile:444: gtk_client.o] Error 1
make[4]: Leaving directory
'/build/reproducible-path/dopewars-1.6.2/src/gui_client'
make[3]: *** [Makefile:655: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/dopewars-1.6.2/src'
make[2]: *** [Makefile:475: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/dopewars-1.6.2/src'
make[1]: *** [Makefile:480: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/dopewars-1.6.2'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: dopewars
Source-Version: 1.6.2-1.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
dopewars, 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.
Adrian Bunk <[email protected]> (supplier of updated dopewars 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: Mon, 22 Sep 2025 15:02:27 +0300
Source: dopewars
Architecture: source
Version: 1.6.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1096537
Changes:
dopewars (1.6.2-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Build with -std=gnu17 to workaround FTBFS with GCC 15.
(Closes: #1096537)
Checksums-Sha1:
28e0415680c3941a9b5bcb5a8f092d511bf500b8 2083 dopewars_1.6.2-1.1.dsc
94db87e784b48b845cf54370e6f56776d5cd0a85 8880 dopewars_1.6.2-1.1.debian.tar.xz
Checksums-Sha256:
b717c92e7da2c106c42b9b7b663dc21ff408f9b63e40252050ad48d1fbf1c354 2083
dopewars_1.6.2-1.1.dsc
a4cac6fe7b5db9df702406381fc2ac98ccb120014ba1da8c099b1910a7ca5431 8880
dopewars_1.6.2-1.1.debian.tar.xz
Files:
7bd23d114d04e414c76cac3ff80b2a90 2083 games optional dopewars_1.6.2-1.1.dsc
8180e61dd6595121d2a6cf1aa314a76b 8880 games optional
dopewars_1.6.2-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjRPA0ACgkQiNJCh6LY
mLE6ChAApUtCSwhGIAowHPvdg+vgsIwNMnXVTPxjIsU+hKLej1oJT+OUMeglsWau
n1sdbP4CY5yVL+cr1hmariNKRui3Pm0DLzXV1R//yC7PLMLBueHlQP4zaq1LyRg0
LyOYZ08RFvrLMEEvug+Dk9jjAL4HSGXKlJQrhSzkVaf1Eyd1M53PbG3kxHMOY3E0
IUNwyUGmfk5vvx2MSkA+i3jEvDj9qpVG+T17jb0hcjTTir6KABJzbKy5E2rVHQaK
qvd844CT5AnhPGnoSeibAIr+7x2tO7ZkUJHH753ogCFL9RGsx2XtGR0nR6KM8nD8
VBaO/pVZ436lMhw7qQl5Ppob8cZV2JqQc/Xpdj2eRQPMphE4KYMPpeWZliPGj8V1
XUf5CnangVea3oJiyMex+cZ9Eetha577OQqaief36LaDQCpbTmcv2VuEjk87+H5d
KKhSeIy8h2R77GUZw2dz2STHRTPEYEAE6GjorHfH7ZIIbz8ZFsatTPHwlFsKgxKC
9w+LlM2oep5Ex6JaThOy0HcdC8rH68c12OE/J7pQ0i3pZdbvGikQYG6N9gF8aVGF
QVZ2J6Tl62tKAdCORy3kQHOHg4Ts5gs8wN07udohM2h5YbIK2S+uSmBeNlgP3+p9
Tf/PIizqwOxPYWYXyq3GgN74tft/gWmaMG4VAFx9PMcPhqapbJI=
=IeEv
-----END PGP SIGNATURE-----
pgpe3ZgC9QbkC.pgp
Description: PGP signature
--- End Message ---