Your message dated Sat, 25 Oct 2025 09:37:02 +0000
with message-id <[email protected]>
and subject line Bug#1097632: fixed in polyglot 2.0.4+git20210322-1.1
has caused the Debian Bug report #1097632,
regarding polyglot: 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.)
--
1097632: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097632
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:polyglot
Version: 2.0.4+git20210322-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/polyglot_2.0.4+git20210322-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
[...]
from board.h:9,
from attack.h:9,
from board.c:8:
util.h:113:13: error: ‘bool’ cannot be defined via ‘typedef’
113 | typedef int bool;
| ^~~~
util.h:113:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
util.h:113:1: warning: useless type name in empty declaration
113 | typedef int bool;
| ^~~~~~~
make[2]: *** [Makefile:509: attack.o] Error 1
In file included from main.h:9,
from mainloop.c:10:
util.h:113:13: error: ‘bool’ cannot be defined via ‘typedef’
113 | typedef int bool;
| ^~~~
util.h:113:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
util.h:113:1: warning: useless type name in empty declaration
113 | typedef int bool;
| ^~~~~~~
In file included from book_merge.h:9,
from book_merge.c:11:
util.h:113:13: error: ‘bool’ cannot be defined via ‘typedef’
113 | typedef int bool;
| ^~~~
In file included from colour.h:9,
from board.h:9,
from book.c:11:
util.h:113:13: error: ‘bool’ cannot be defined via ‘typedef’
113 | typedef int bool;
| ^~~~
util.h:113:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
util.h:113:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
util.h:113:1: warning: useless type name in empty declaration
113 | typedef int bool;
| ^~~~~~~
util.h:113:1: warning: useless type name in empty declaration
113 | typedef int bool;
| ^~~~~~~
In file included from engine.h:8,
from engine.c:10:
util.h:113:13: error: ‘bool’ cannot be defined via ‘typedef’
113 | typedef int bool;
| ^~~~
util.h:113:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
util.h:113:1: warning: useless type name in empty declaration
113 | typedef int bool;
| ^~~~~~~
make[2]: *** [Makefile:509: book_merge.o] Error 1
make[2]: *** [Makefile:509: book.o] Error 1
make[2]: *** [Makefile:509: mainloop.o] Error 1
make[2]: *** [Makefile:509: engine.o] Error 1
make[2]: *** [Makefile:509: board.o] Error 1
In file included from colour.h:9,
from board.h:9,
from book_make.c:11:
util.h:113:13: error: ‘bool’ cannot be defined via ‘typedef’
113 | typedef int bool;
| ^~~~
util.h:113:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
util.h:113:1: warning: useless type name in empty declaration
113 | typedef int bool;
| ^~~~~~~
make[2]: *** [Makefile:509: book_make.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/polyglot-2.0.4+git20210322'
make[1]: *** [Makefile:356: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/polyglot-2.0.4+git20210322'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: polyglot
Source-Version: 2.0.4+git20210322-1.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
polyglot, 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 polyglot 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: Thu, 23 Oct 2025 19:19:40 +0300
Source: polyglot
Architecture: source
Version: 2.0.4+git20210322-1.1
Distribution: unstable
Urgency: medium
Maintainer: Milan Zamazal <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097632
Changes:
polyglot (2.0.4+git20210322-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC 15. (Closes: #1097632)
Checksums-Sha1:
e8364ec3a91dfd3d645e90d14923a9e5090e1d4b 1752
polyglot_2.0.4+git20210322-1.1.dsc
ac7695b1972620cd17a3217520b9fdcf9351d3de 7164
polyglot_2.0.4+git20210322-1.1.debian.tar.xz
Checksums-Sha256:
7de86eee474dcbe8fd2c60b113ead800a94f25da650fd1d48bdd8ebd932137d2 1752
polyglot_2.0.4+git20210322-1.1.dsc
641425525e7da45fd450f73f18148c59717c777489b3c261ae974b1fe5d035bc 7164
polyglot_2.0.4+git20210322-1.1.debian.tar.xz
Files:
6fc62f82d9fae95b7c0e0652c51ef618 1752 games optional
polyglot_2.0.4+git20210322-1.1.dsc
971ee941c5e2e62ea2d72efc009359b9 7164 games optional
polyglot_2.0.4+git20210322-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj6hwsACgkQiNJCh6LY
mLGfMBAAgvT/gWbm7Z1D19JconpS3oi3oycrxHT47Ul7eJO+g82P3CMLilwh6gWf
Z8jAUg6Q52s7gqSQZYswqEcTMlwOwDlmAiDaj6mBkwZAciBwiEhzng01ku1afCpr
AnVc2nkIvulgyj4SlXGGsU8Pn6VZpV28mSrbZKHAxkTf2xpQoRKRcgjuwQZ9F93y
mUaQ9JbGomGnbaz+/1h6GFgfdS23nZ4iwPiPZA2cASi3dtwo6XTRdO6/S/1YAZbj
Nom8ceRglNYuyR7RWb9fiUVlWbDLucrZGDNi6uWDob5ec3tTl/TP5vrXCO/rMHnQ
mwoRd1+I3VSJSN3QWpPZHN6M+A6AOSFLzC535xP0XUQ2SUHHNwILAIbvlG8JzsVN
rMTbqaD/LKD/LMXzCwYK//tD2qjmqeUypaOt0KqafyrrNFlv8WTL4UveGVreYnSg
XOESniT9qnTS7bbdA14I/yWeX8+BimBxJcq8tP83t6yx10XZLrr27vhLcvA/5EDz
BqMYT89qTv+qTiad+gQ4A2Of0OJASJocD+qg5rVncsYM4rU0H46AC1gYDIHcs5Tr
22qdHaXymUsG3xCOTZFY6jwUiqjGqCuljdGEq4mHvFFzsoMRpKGN31Mh76pgFCF/
VVBe/bNk3CjPDsq5PRq6t0Ox6kR7UQ/vIu//LeJQNVQUgNDbWRI=
=JxUV
-----END PGP SIGNATURE-----
pgplcXj50FaOh.pgp
Description: PGP signature
--- End Message ---