Your message dated Sun, 26 Oct 2025 22:22:19 +0000
with message-id <[email protected]>
and subject line Bug#1097888: fixed in sjeng 11.2-15.1
has caused the Debian Bug report #1097888,
regarding sjeng: 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.)


-- 
1097888: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097888
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sjeng
Version: 11.2-14
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/sjeng_11.2-14_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

[...]
      |                  ^~~~~~~~
seval.c:42:18: warning: ‘rook_o’ defined but not used [-Wunused-const-variable=]
   42 | static const int rook_o[4] = {12, -12, 1, -1};
      |                  ^~~~~~
sjeng.h:103:28: warning: useless type name in empty declaration
make[3]: *** [Makefile:490: seval.o] Error 1
ttable.c: In function ‘ProbeTT’:
ttable.c:245:31: warning: unused parameter ‘alpha’ [-Wunused-parameter]
  245 | int ProbeTT(long *score, long alpha, long beta, int *best, int *threat, 
int *donull, int depth)
      |                          ~~~~~^~~~~
ttable.c: In function ‘QProbeTT’:
ttable.c:331:32: warning: unused parameter ‘alpha’ [-Wunused-parameter]
  331 | int QProbeTT(long *score, long alpha, long beta, int *best)
      |                           ~~~~~^~~~~
ttable.c:331:44: warning: unused parameter ‘beta’ [-Wunused-parameter]
  331 | int QProbeTT(long *score, long alpha, long beta, int *best)
      |                                       ~~~~~^~~~
In file included from partner.c:24:
sjeng.h:103:28: error: expected ‘;’, identifier or ‘(’ before ‘bool’
  103 | typedef enum {FALSE, TRUE} bool;
      |                            ^~~~
sjeng.h:103:28: warning: useless type name in empty declaration
make[3]: *** [Makefile:490: ttable.o] Error 1
In file included from attacks.c:24:
sjeng.h:103:28: error: expected ‘;’, identifier or ‘(’ before ‘bool’
  103 | typedef enum {FALSE, TRUE} bool;
      |                            ^~~~
sjeng.h:103:28: warning: useless type name in empty declaration
In file included from learn.c:24:
sjeng.h:103:28: error: expected ‘;’, identifier or ‘(’ before ‘bool’
  103 | typedef enum {FALSE, TRUE} bool;
      |                            ^~~~
sjeng.h:103:28: warning: useless type name in empty declaration
learn.c: In function ‘Learn’:
learn.c:67:3: warning: ignoring return value of ‘fread’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
   67 |   fread(&number, sizeof(int), 1, *lrnfile);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
learn.c:68:3: warning: ignoring return value of ‘fread’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
   68 |   fread(&next, sizeof(int), 1, *lrnfile);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
learn.c: In function ‘LoadLearn’:
learn.c:128:3: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  128 |   fread(&number, sizeof(int), 1, *lrnfile);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
learn.c:133:7: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  133 |       fread(&draft, sizeof(LearnType), 1, *lrnfile);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:490: learn.o] Error 1
make[3]: *** [Makefile:490: attacks.o] Error 1
In file included from book.c:26:
sjeng.h:103:28: error: expected ‘;’, identifier or ‘(’ before ‘bool’
  103 | typedef enum {FALSE, TRUE} bool;
      |                            ^~~~
sjeng.h:103:28: warning: useless type name in empty declaration
make[3]: *** [Makefile:490: partner.o] Error 1
In file included from crazy.c:25:
sjeng.h:103:28: error: expected ‘;’, identifier or ‘(’ before ‘bool’
  103 | typedef enum {FALSE, TRUE} bool;
      |                            ^~~~
sjeng.h:103:28: warning: useless type name in empty declaration
make[3]: *** [Makefile:490: book.o] Error 1
make[3]: *** [Makefile:490: crazy.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/sjeng-11.2'
make[2]: *** [Makefile:506: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/sjeng-11.2'
make[1]: *** [Makefile:350: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/sjeng-11.2'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:27: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: sjeng
Source-Version: 11.2-15.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sjeng, 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 sjeng 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, 24 Oct 2025 20:23:18 +0300
Source: sjeng
Architecture: source
Version: 11.2-15.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097888
Changes:
 sjeng (11.2-15.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 15. (Closes: #1097888)
Checksums-Sha1:
 9b4394355a3f6399fdb5196ef5024cc0c3a6cb65 1888 sjeng_11.2-15.1.dsc
 a8a3833c158f221b179db5bef407200a3cd4bddb 13580 sjeng_11.2-15.1.debian.tar.xz
Checksums-Sha256:
 c0f7556578cc197f5ee952c1bf070833adc3e6d442944a9e96a66435d6b438d1 1888 
sjeng_11.2-15.1.dsc
 ee68cb3148d74602bd9efec84fce13ece5edf426be58441aed88235d5a58385e 13580 
sjeng_11.2-15.1.debian.tar.xz
Files:
 a9b7fd582859498fd166cd8443e615c7 1888 games optional sjeng_11.2-15.1.dsc
 fff627751e692e97508cca34a83f2ceb 13580 games optional 
sjeng_11.2-15.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj8DTQACgkQiNJCh6LY
mLFmXhAAsCBPKf39EM+5kDJiYhZLhF+tVR4bnVn59MI3+5Aqu2A6ltv4Px2DeSF5
XNfPBmv2pNRn6/inR4LSEdakkUDBh9P8cnymZ/5AvnfNAs2ZXO2+jKAj+mhc5pOj
nGo0fKbmQ2wbXuClvjHDGX7PKH6BrZNpDLYbMSJTUd6NN11YzzcRlFPnbDPbQpq9
X6TXJOPB206pFIY2gYni3dio/kGf+DIT7cxTMZml51DR31jzQL+GdO0V/xCixrWX
WGOQitHm+FzVtIykcaCZV4U0QMYogp+7cbwnCiWJT6xeYdKGETdhyOvPMo0cheK8
W0/lb2pDMCXp3jsV+Ruv31cpRQ0hrmOWuF54s5JwzTtElu1s981egsj/R53E+uBJ
nRnBtpxzMMImQjNPPhTnWGSmRN3OZJMUFtOSnQhqVu12HC+dJtnwmnK+EILKlWmB
ObriIzMoSHdzQqEThocTCxxYTxLx7s4vrqRxjUXZJvckgyHOmpgeL4W8mWOe92Ug
E87CxIVa36iauBoSsduyLXnaWbz6hthNOEJ42JWEMWItL1rktY7O9SMq10aT8kPZ
iEQWudqoLkPW5DhB78nuAtLBHzjdJNlsgVyEJDz3ArET7kCfEuQgb+yKcmPyk2p4
dRsOOk/xqUo5TfMX/tax7PO+Ffzh70SoPggIFbYBGjYfl6YuuRE=
=JCJX
-----END PGP SIGNATURE-----

Attachment: pgp82gnf7xlnO.pgp
Description: PGP signature


--- End Message ---

Reply via email to