Your message dated Tue, 16 Sep 2025 22:49:45 +0000
with message-id <[email protected]>
and subject line Bug#1098163: fixed in xphoon 20000613+0-10
has caused the Debian Bug report #1098163,
regarding xphoon: 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.)


-- 
1098163: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098163
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xphoon
Version: 20000613+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/xphoon_20000613+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

[...]
   40 | extern void getbits();
      |             ^~~~~~~
xphoon.c:167:5: error: too many arguments to function ‘xinit’; expected 0, have 
1
  167 |     xinit( display_name );
      |     ^~~~~  ~~~~~~~~~~~~
xphoon.c:47:13: note: declared here
   47 | static void xinit();
      |             ^~~~~
xphoon.c:178:9: error: too many arguments to function ‘hack_bits’; expected 0, 
have 10
  178 |         hack_bits(
      |         ^~~~~~~~~
  179 |             dtwstime(), moon_w, moon_h, moon, cx, cy, r, blackflag, 
demoflag,
      |             ~~~~~~~~~~
xphoon.c:49:13: note: declared here
   49 | static void hack_bits();
      |             ^~~~~~~~~
xphoon.c:181:9: error: too many arguments to function ‘set_root’; expected 0, 
have 6
  181 |         set_root( moon_w, moon_h, moon, cx, cy, r );
      |         ^~~~~~~~  ~~~~~~
xphoon.c:50:13: note: declared here
   50 | static void set_root();
      |             ^~~~~~~~
xphoon.c:239:9: error: too many arguments to function ‘hack_bits’; expected 0, 
have 10
  239 |         hack_bits(
      |         ^~~~~~~~~
  240 |             dtwstime(), moon_w, moon_h, mooncopy, cx, cy, r, blackflag,
      |             ~~~~~~~~~~
xphoon.c:49:13: note: declared here
   49 | static void hack_bits();
      |             ^~~~~~~~~
xphoon.c:242:9: error: too many arguments to function ‘set_root’; expected 0, 
have 6
  242 |         set_root( moon_w, moon_h, mooncopy, cx, cy, r );
      |         ^~~~~~~~  ~~~~~~
xphoon.c:50:13: note: declared here
   50 | static void set_root();
      |             ^~~~~~~~
xphoon.c: In function ‘xinit’:
xphoon.c:271:1: warning: old-style function definition [-Wold-style-definition]
  271 | xinit( display_name )
      | ^~~~~
xphoon.c: In function ‘byte_flip’:
xphoon.c:471:1: warning: old-style function definition [-Wold-style-definition]
  471 | byte_flip( orig_bits )
      | ^~~~~~~~~
xphoon.c: In function ‘hack_bits’:
xphoon.c:518:1: warning: old-style function definition [-Wold-style-definition]
  518 | hack_bits( t, bits_w, bits_h, bits, cx, cy, r, blackflag, demoflag, 
southflag )
      | ^~~~~~~~~
xphoon.c:540:10: error: too many arguments to function ‘jtime’; expected 0, 
have 1
  540 |     jd = jtime( t );
      |          ^~~~~  ~
xphoon.c:41:15: note: declared here
   41 | extern double jtime();
      |               ^~~~~
xphoon.c:548:16: error: too many arguments to function ‘phase’; expected 0, 
have 7
  548 |     angphase = phase( jd, &cphase, &aom, &cdist, &cangdia, &csund, 
&csuang );
      |                ^~~~~  ~~
xphoon.c:42:15: note: declared here
   42 | extern double phase();
      |               ^~~~~
xphoon.c: In function ‘set_root’:
xphoon.c:628:1: warning: old-style function definition [-Wold-style-definition]
  628 | set_root( bits_w, bits_h, bits, cx, cy, r )
      | ^~~~~~~~
make[2]: *** [<builtin>: xphoon.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/xphoon-20000613+0'
make[1]: *** [debian/rules:15: override_dh_auto_build] Error 2
make[1]: Leaving directory '/build/reproducible-path/xphoon-20000613+0'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xphoon
Source-Version: 20000613+0-10
Done: Ricardo Mones <[email protected]>

We believe that the bug you reported is fixed in the latest version of
xphoon, 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.
Ricardo Mones <[email protected]> (supplier of updated xphoon 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: Wed, 17 Sep 2025 00:23:47 +0200
Source: xphoon
Architecture: source
Version: 20000613+0-10
Distribution: unstable
Urgency: high
Maintainer: Ricardo Mones <[email protected]>
Changed-By: Ricardo Mones <[email protected]>
Closes: 1098163
Changes:
 xphoon (20000613+0-10) unstable; urgency=high
 .
   [ Janitor ]
   * Fix some issues reported by lintian
 .
   [ Ricardo Mones ]
   * Refresh patches with quilt
   * Add patch to fix FTBFS with GCC 15 (Closes: #1098163)
   * Update Standards-Version to 4.7.2 with no other changes
   * Update copyright years range
   * Raise urgency because of RC bug
Checksums-Sha1:
 83e5166a266e7d80af219d2755ca594ec22f3663 1884 xphoon_20000613+0-10.dsc
 f6b47d9a893521566902991382b1d0b419b9781a 8456 
xphoon_20000613+0-10.debian.tar.xz
 bc3f04620533527b8c54c29c5eca84a260db2442 6589 
xphoon_20000613+0-10_amd64.buildinfo
Checksums-Sha256:
 a2d4ccb8418947e77e7df329f4f88b89e0dd1a8d2d7326901e8e12fce5ded859 1884 
xphoon_20000613+0-10.dsc
 aaa4be3a0d18b7cce63a10e8fc629792ba3e891b2a69041b692f54f1e7b2e294 8456 
xphoon_20000613+0-10.debian.tar.xz
 18ff1d40d2c434dba4cb340fd4bda5a7ca8c4fc083e06733b4b928de9b9729d5 6589 
xphoon_20000613+0-10_amd64.buildinfo
Files:
 1711a1fd4ddbd0a5d139c91057a19037 1884 games optional xphoon_20000613+0-10.dsc
 905057a755ccdc17d443de74199c066e 8456 games optional 
xphoon_20000613+0-10.debian.tar.xz
 e3b97c576cfac35ba03e195472643e58 6589 games optional 
xphoon_20000613+0-10_amd64.buildinfo

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

iQIzBAEBCgAdFiEEQ7w2SxbfDCBevXWSHw8KiN5bzKYFAmjJ5KMACgkQHw8KiN5b
zKaR/A//UAaknWSKQCF79Zf95sJmeqKCzyJjEKzZs6fHswBlnJacFphhTMJpK+GW
t6VBKcOrI5t/lUuR/HF0dPXsNY2DiZyJnukvv+UktGomsSGsXIKEEBV+W5xnYitk
mzI8FuqR8TRScvn6bf62p6NnhJW7UrVgTuamddYy7lTUeErwdg+QLlifHP/QTxmV
eXRCFG/QeI/bUitOXUibrNyXax15EfFBxCDyOn4gmWpld2lCfPKcJb5qAKxzznsh
CQmPFLBXCWqmmYgu8kKLJUHK8DzjUUvQV/y1tJdsGDAqr62zGDAfi353un113UDy
P8aa3/5QDFpBKIyqZrSjkMcBE+QjpwEpIV/VD/z/kxQ9NvDB4qAWQN5WN0oxoeSX
cXpl618gh6/mQjdHvgJqWbWWxpcguWs1Rz1bQ5UxrJ1gMREcIDIdKycQS/GyADqC
j7gGmYjAxg2zv5R26DwOwpb2MhzTCEZa4rg1VHboysoNkUXge60AessQI37bE2Tj
5cRbKQEeUvOlpQe9QMB/yyUKFbfBYH/pIwZkJG+tSfbqhy9igw8swFq5l6rtiUpf
MGdNFZmgGeaQOhn54Mh0dnA8mkgMh2AdXJhUJmlzf6QT7Pf2s//ZjkaIbQFd7D51
nrBLztA7quNvUHeoIGUnFEXCkfKQtjudaOspJC6z50L/+Wkdeyk=
=s/2k
-----END PGP SIGNATURE-----

Attachment: pgpeEYhdPNEfH.pgp
Description: PGP signature


--- End Message ---

Reply via email to