Your message dated Sat, 06 Sep 2025 13:05:53 +0000
with message-id <[email protected]>
and subject line Bug#1097983: fixed in tetrinetx 1.13.16-19
has caused the Debian Bug report #1097983,
regarding tetrinetx: 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.)


-- 
1097983: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097983
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tetrinetx
Version: 1.13.16-17
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/tetrinetx_1.13.16-17_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

[...]
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~
src/net.c: In function ‘open_listen’:
src/net.c:328:5: warning: old-style function definition [-Wold-style-definition]
  328 | int open_listen(port)
      |     ^~~~~~~~~~~
src/net.c: In function ‘hostnamefromip’:
src/net.c:337:7: warning: old-style function definition [-Wold-style-definition]
  337 | char *hostnamefromip(ip)
      |       ^~~~~~~~~~~~~~
src/net.c: In function ‘answer’:
src/net.c:357:5: warning: old-style function definition [-Wold-style-definition]
  357 | int answer(sock,ip,binary)
      |     ^~~~~~
src/net.c:362:49: warning: pointer targets in passing argument 3 of ‘accept’ 
differ in signedness [-Wpointer-sign]
  362 |   new_sock=accept(sock,(struct sockaddr *)&from,&addrlen);
      |                                                 ^~~~~~~~
      |                                                 |
      |                                                 int *
/usr/include/x86_64-linux-gnu/sys/socket.h:307:42: note: expected ‘socklen_t * 
restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’
  307 |                    socklen_t *__restrict __addr_len);
      |                    ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
src/net.c: In function ‘sockread’:
src/net.c:384:5: warning: old-style function definition [-Wold-style-definition]
  384 | int sockread(s,len,socket_list)
      |     ^~~~~~~~
src/net.c: In function ‘sockgets’:
src/net.c:474:5: warning: old-style function definition [-Wold-style-definition]
  474 | int sockgets(s,len)
      |     ^~~~~~~~
src/net.c: In function ‘tputs’:
src/net.c:582:6: warning: old-style function definition [-Wold-style-definition]
  582 | void tputs(z,s)
      |      ^~~~~
In file included from src/main.c:36:
src/game.c: In function ‘read_banlist’:
src/game.c:1101:21: warning: the comparison will always evaluate as ‘false’ for 
the address of ‘ban_str’ will never be NULL [-Waddress]
 1101 |         if (ban_str == NULL) break;
      |                     ^~
src/game.c:1092:10: note: ‘ban_str’ declared here
 1092 |     char ban_str[UHOSTLEN+1];
      |          ^~~~~~~
src/game.c: In function ‘read_allowlist’:
src/game.c:1118:12: warning: variable ‘allow’ set but not used 
[-Wunused-but-set-variable]
 1118 |     int i, allow;
      |            ^~~~~
src/game.c: In function ‘sendwinlist’:
src/game.c:1269:22: warning: pointer targets in assignment from ‘char *’ to 
‘unsigned char *’ differ in signedness [-Wpointer-sign]
 1269 |                     P=w[j].name;
      |                      ^
src/main.c: In function ‘net_query_cwhois’:
src/main.c:2671:19: warning: variable ‘argc’ set but not used 
[-Wunused-but-set-variable]
 2671 |         int idle, argc, found;
      |                   ^~~~
src/main.c: In function ‘net_query_cwho’:
src/main.c:2752:37: warning: variable ‘found’ set but not used 
[-Wunused-but-set-variable]
 2752 |         int argc, plen, i,  cmdnum, found, nusers, nchans, done;
      |                                     ^~~~~
src/main.c: In function ‘net_query_creadaccesslist’:
src/main.c:3325:9: error: too many arguments to function ‘init_allowlist’; 
expected 0, have 2
 3325 |         init_allowlist(allowlist, MAXALLOW);
      |         ^~~~~~~~~~~~~~ ~~~~~~~~~
src/game.c:1042:6: note: declared here
 1042 | void init_allowlist()
      |      ^~~~~~~~~~~~~~
src/main.c: In function ‘check_timeouts’:
src/main.c:4863:9: warning: variable ‘found’ set but not used 
[-Wunused-but-set-variable]
 4863 |     int found,i;
      |         ^~~~~
make: *** [debian/rules:33: bin/tetrinetx] Error 1
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: tetrinetx
Source-Version: 1.13.16-19
Done: Alexandre Detiste <[email protected]>

We believe that the bug you reported is fixed in the latest version of
tetrinetx, 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 tetrinetx 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, 06 Sep 2025 11:06:03 +0200
Source: tetrinetx
Architecture: source
Version: 1.13.16-19
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1097983
Changes:
 tetrinetx (1.13.16-19) unstable; urgency=medium
 .
   * Patch for GCC-15 (Closes: #1097983)
Checksums-Sha1:
 9eb937984a857de1a39302ce0339c89dccfbd8c6 1973 tetrinetx_1.13.16-19.dsc
 fe6f520d5003a23c58d096a8b6cb4af60bacda41 10756 
tetrinetx_1.13.16-19.debian.tar.xz
 44238e74c74885fcf0b53c7d1159a324178ed722 5956 
tetrinetx_1.13.16-19_source.buildinfo
Checksums-Sha256:
 fbb5e4db12f8f3daf24ed262372bb2c773d4dabd3445135cdf409372ced800c4 1973 
tetrinetx_1.13.16-19.dsc
 8f68ca97c25ecb52f84dc3fa920b3d9c082abd8666fd3417afd6df2d0b66304f 10756 
tetrinetx_1.13.16-19.debian.tar.xz
 58edf02893baa2c4323e056c9c8801e6e3c37ed3c49003fe7c752d75620a0850 5956 
tetrinetx_1.13.16-19_source.buildinfo
Files:
 a06b929317bf22d3ab898f2331d338bb 1973 games optional tetrinetx_1.13.16-19.dsc
 072d16f380140d44a4beafd8daf83d79 10756 games optional 
tetrinetx_1.13.16-19.debian.tar.xz
 4cf36728a540bbe5805638f4bffb7e6d 5956 games optional 
tetrinetx_1.13.16-19_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmi7+ZIRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBqcahAAmCUIrxxhHGr6UW/0MAoEqPCLR0SX+ee7
H7L54CuwylF5oEssHrQCy9TGCIWjEa3qh/Vc0KPcfE8RltT/5G2UgdHa+gwYVNQ5
UdstlRLZxYv93FELp0h6iWccNyKfjgB20AeN0La0s2RRolGj4nzDZbX2zzPcgQCp
yaZhxaRUkKha9EgXnJTuNpm94PeSXuCRH6EIOTJlNLDUNjl7A5bI1UgoK/D+dWsc
l/vchYF0hmNorj/DWL0XJq3daJ7r9+/C3fsorY6qWfp+7+UYl8Wsm2ShaBWj5KHo
YFaYKNiAZy1tIyoBQI3gGuMBy2d+/eBbxzmkTw+Bd9mL6Eh0i4lYPHa4bIn6b/Cx
9haUenczhrH4neYT3dvVL7CkXqxs6fUySiqMNyQJAjGLQObsL2oEOqs7WnK6+nvd
OSEHBazUhF5ZK60rPyX6c72IM4zXlff66fu4/FhSdI2x95bwh5B5jGGyElCdhvWx
XA8SHE6M8ThJRs4B5IyIDQ/s141kl5KBkBPR+I4Maymbi/KoGOWnvbOkBC+Dt0vC
Z0eI+dw1brYFcJjK4a8AtzWyrcaOfZWgBCnln/GfVCJVLtTWu+DgTfrMgIsooFt8
fIhfqshLxbTxCNVr2sOjHTQw9z1vc0bycG6SjAcAm/qu+VWRPG0FXgeqFsVECAtU
WpkBlWWk4UM=
=88IM
-----END PGP SIGNATURE-----

Attachment: pgpN51BNrGMQl.pgp
Description: PGP signature


--- End Message ---

Reply via email to