Your message dated Sat, 06 Sep 2025 07:05:04 +0000
with message-id <[email protected]>
and subject line Bug#1098169: fixed in xskat 4.0-10
has caused the Debian Bug report #1098169,
regarding xskat: 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.)


-- 
1098169: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098169
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xskat
Version: 4.0-9
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/xskat_4.0-9_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

[...]
xio.c:3257:6: warning: old-style function definition [-Wold-style-definition]
 3257 | VOID setcurs(f)
      |      ^~~~~~~
xio.c:3259:1: error: number of arguments doesn’t match prototype
 3259 | {
      | ^
defs.h:397:6: error: prototype declaration
  397 | VOID setcurs();
      |      ^~~~~~~
xio.c:3280:9: error: too many arguments to function ‘di_info’; expected 0, have 
2
 3280 |         di_info(sn,-1);
      |         ^~~~~~~ ~~
defs.h:268:6: note: declared here
  268 | VOID di_info();
      |      ^~~~~~~
xio.c:3312:49: error: too many arguments to function ‘di_info’; expected 0, 
have 2
 3312 |         if (phase!=WEITER && phase!=REVOLUTION) di_info(sn,actsn);
      |                                                 ^~~~~~~ ~~
defs.h:268:6: note: declared here
  268 | VOID di_info();
      |      ^~~~~~~
xio.c:3318:45: error: too many arguments to function ‘di_info’; expected 0, 
have 2
 3318 |     if (phase!=WEITER && phase!=REVOLUTION) di_info(f-1,actsn);
      |                                             ^~~~~~~ ~~~
defs.h:268:6: note: declared here
  268 | VOID di_info();
      |      ^~~~~~~
irc.c: In function ‘irc_out’:
irc.c:68:3: warning: ignoring return value of ‘write’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
   68 |   write(irc_o,s,strlen(s));
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
xio.c:3332:7: error: too many arguments to function ‘v_gtext’; expected 0, have 
5
 3332 |       v_gtext(wsn,x,y,0,clr);
      |       ^~~~~~~ ~~~
xio.c:116:6: note: declared here
  116 | VOID v_gtext(sn,x,y,w,t)
      |      ^~~~~~~
xio.c:3344:11: error: too many arguments to function ‘v_gtext’; expected 0, 
have 5
 3344 |           v_gtext(wsn,x,y,0,textarr[TX_BOCK_SPIEL].t[lang[wsn]]);
      |           ^~~~~~~ ~~~
xio.c:116:6: note: declared here
  116 | VOID v_gtext(sn,x,y,w,t)
      |      ^~~~~~~
xio.c:3348:9: error: too many arguments to function ‘v_gtext’; expected 0, have 
5
 3348 |         v_gtext(wsn,x,y,0,textarr[TX_DU_BIST_DRAN].t[lang[wsn]]);
      |         ^~~~~~~ ~~~
xio.c:116:6: note: declared here
  116 | VOID v_gtext(sn,x,y,w,t)
      |      ^~~~~~~
irc.c: In function ‘irc_connect’:
irc.c:1384:3: warning: ignoring return value of ‘pipe’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
 1384 |   pipe(pipe1fd);
      |   ^~~~~~~~~~~~~
irc.c:1385:3: warning: ignoring return value of ‘pipe’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
 1385 |   pipe(pipe2fd);
      |   ^~~~~~~~~~~~~
make[2]: *** [<builtin>: irc.o] Error 1
xio.c: In function ‘read_cards’:
xio.c:1818:7: warning: ignoring return value of ‘fscanf’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1818 |       fscanf(f,"%*s ");
      |       ^~~~~~~~~~~~~~~~
make[2]: *** [<builtin>: xdial.o] Error 1
make[2]: *** [<builtin>: skat.o] Error 1
make[2]: *** [<builtin>: xio.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/xskat-4.0'
dh_auto_build: error: make -j8 CC=x86_64-linux-gnu-gcc "CCOPTIONS=-g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/xskat-4.0=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2" "EXTRA_LDOPTIONS=-Wl,-z,relro -Wl,-z,now" 
PREPROCESSMANPAGES= returned exit code 2
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/xskat-4.0'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xskat
Source-Version: 4.0-10
Done: Florian Ernst <[email protected]>

We believe that the bug you reported is fixed in the latest version of
xskat, 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.
Florian Ernst <[email protected]> (supplier of updated xskat 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 08:22:09 +0200
Source: xskat
Architecture: source
Version: 4.0-10
Distribution: unstable
Urgency: medium
Maintainer: Florian Ernst <[email protected]>
Changed-By: Florian Ernst <[email protected]>
Closes: 1098169
Changes:
 xskat (4.0-10) unstable; urgency=medium
 .
   * [1a0c4bb] d/rules: build with -std=c99 to fix FTBFS with GCC-15
     (Closes: #1098169)
Checksums-Sha1:
 f452b5d78e013384ad582fcbecc05f9c78f05a92 1800 xskat_4.0-10.dsc
 c1e12847ae15bab51d54fafd9d7068612b64a80d 4656 xskat_4.0-10.debian.tar.xz
 e841bd587ea730ce28887a6b30fb404209615a53 6828 xskat_4.0-10_amd64.buildinfo
Checksums-Sha256:
 46b2c9b4605af9b5fbe13f8b37e5901a61d7f9b9e268c53e621601a741e718a2 1800 
xskat_4.0-10.dsc
 22ba479fb9169d541f7a4f75c3673143ad9e97a9050ad4e62c5114d6f363d3eb 4656 
xskat_4.0-10.debian.tar.xz
 8a6d348007977a05a368b15e35ed5ef0eea8716272378fda7f7acf55cb6c604b 6828 
xskat_4.0-10_amd64.buildinfo
Files:
 d6bb9f8775d6485f84c92caa7be8f2b0 1800 games optional xskat_4.0-10.dsc
 5839b97f602f22efeed326eb8bb0a871 4656 games optional xskat_4.0-10.debian.tar.xz
 464b31a6ea3c19138dfa30a1d5c79c59 6828 games optional 
xskat_4.0-10_amd64.buildinfo

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

iQIzBAEBCgAdFiEEBn03XtJwVyplJ26xBjdBuvXdHs4FAmi71E4ACgkQBjdBuvXd
Hs5p7w/+ITC7YD2vsmARyD3J+VdlDrBLAiLjyqOc7Zv6DEDr0dvlGKv1T6ldxTG8
AeHTBFZMO/UlljhbaiGdxEeJ1Z9Y62y+ttznWJCaOipmR9qqokdjz1Cf3t8AAyaz
yiYspyyhUnIVzuqurkWnScwhSa0+HFIJwBGXVSKHNMUrG2rn1hfj+sBuVFhmd1jA
6cUKjv3Lmqop2iI8wc+//kGBQzodquVYaQkuQzF4YFU6W3Id6hhKmgRNGOxOYoHw
T/e9N3TKtL9xhutNawR3l20i6Mwi8z+CdTiKMbsdXKWOg5wFCp8WiWUpcj4rXsMH
/FyPYUFVTpwVuGrHhTjJQV0EAKTGQtAKoGbYaLdax85zZjqx0Yr7QT8kosR14MKl
PiOVrEbwIYr+Y/J68m+WlQpClAc8X2njb/S921hEmzJrz77EyGr1BPMI81LESILm
9TSZ7X6Rh2ownZnFOC/QAfDKkhFDFxZpk+mR5iz/vMoYApTgH1ggeCjf6HndVA77
nmVJi5729OvlhfEe3muJmzEl/5zD8uW1Lx3Wjzk7z67dwNrT0xlZS0HCI+wDe8qM
u/EIWU/P+6PJQso5jInz3wWeGY5tOKCVUZYKjMK2XWAWrTEnvqBMyD4WhUz4lsWR
Qjt8Mdq/foMWeSXU7838baO0DpP5kLL7M8U6HF50ljZ4zJxQarg=
=G1VF
-----END PGP SIGNATURE-----

Attachment: pgp5UFtF55ONu.pgp
Description: PGP signature


--- End Message ---

Reply via email to