Your message dated Fri, 09 Aug 2024 21:54:22 +0000
with message-id <e1scxz0-0063vq...@fasolo.debian.org>
and subject line Bug#1075529: fixed in spacearyarya 1.0.3-2
has caused the Debian Bug report #1075529,
regarding spacearyarya: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)


-- 
1075529: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075529
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:spacearyarya
Version: 1.0.3-1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/spacearyarya_1.0.3-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

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-14/porting_to.html

[...]
ranking.c:44:18: warning: format ‘%u’ expects argument of type ‘unsigned int 
*’, but argument 3 has type ‘Uint32 *’ {aka ‘long unsigned int *’} [-Wformat=]
   44 |       fscanf(fp, "%"SCNu32" %"SCNu8" %s",
      |                  ^~~
   45 |              &(Ranking[i]->Score),
      |              ~~~~~~~~~~~~~~~~~~~~
      |              |
      |              Uint32 * {aka long unsigned int *}
/usr/include/inttypes.h:244:26: note: format string is defined here
  244 | # define SCNu32         "u"
ranking.c: In function ‘WriteScore’:
ranking.c:71:19: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 3 has type ‘Uint32’ {aka ‘long unsigned int’} [-Wformat=]
   71 |     fprintf(fp, "%d\n", Root->HiScore);
      |                  ~^     ~~~~~~~~~~~~~
      |                   |         |
      |                   int       Uint32 {aka long unsigned int}
      |                  %ld
ranking.c:73:21: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 3 has type ‘Uint32’ {aka ‘long unsigned int’} [-Wformat=]
   73 |       fprintf(fp, "%d %d %s\n",
      |                    ~^
      |                     |
      |                     int
      |                    %ld
   74 |               Ranking[i]->Score,
      |               ~~~~~~~~~~~~~~~~~
      |                         |
      |                         Uint32 {aka long unsigned int}
ranking.c: In function ‘ReadScore’:
ranking.c:42:5: warning: ignoring return value of ‘fscanf’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   42 |     fscanf(fp, "%"SCNu32, &(Root->HiScore));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ranking.c:44:7: warning: ignoring return value of ‘fscanf’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   44 |       fscanf(fp, "%"SCNu32" %"SCNu8" %s",
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   45 |              &(Ranking[i]->Score),
      |              ~~~~~~~~~~~~~~~~~~~~~
   46 |              &(Ranking[i]->Stage),
      |              ~~~~~~~~~~~~~~~~~~~~~
   47 |              Ranking[i]->Name);
      |              ~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:380: ranking.o] Error 1
make[2]: *** Waiting for unfinished jobs....
opening.c: In function ‘Opening’:
opening.c:79:35: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 4 has type ‘Uint32’ {aka ‘long unsigned int’} [-Wformat=]
   79 |       sprintf(buff, "    %d    %08d     %d    %-8s", i + 1,
      |                                ~~~^
      |                                   |
      |                                   int
      |                                %08ld
   80 |               Ranking[i]->Score, Ranking[i]->Stage + 1,
      |               ~~~~~~~~~~~~~~~~~    
      |                         |
      |                         Uint32 {aka long unsigned int}
main.c: In function ‘main’:
main.c:184:27: error: passing argument 2 of ‘KXL_InitSound’ from incompatible 
pointer type [-Wincompatible-pointer-types]
  184 |   KXL_InitSound(WAV_PATH, sname);
      |                           ^~~~~
      |                           |
      |                           Uint8 ** {aka unsigned char **}
In file included from geki4.h:14,
                 from main.c:6:
/usr/include/KXL.h:304:52: note: expected ‘char **’ but argument is of type 
‘Uint8 **’ {aka ‘unsigned char **’}
  304 | void        KXL_InitSound(const char *path, char **fname);
      |                                             ~~~~~~~^~~~~
make[2]: *** [Makefile:380: main.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:348: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:16: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: spacearyarya
Source-Version: 1.0.3-2
Done: Alexandre Detiste <tc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
spacearyarya, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexandre Detiste <tc...@debian.org> (supplier of updated spacearyarya 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 09 Aug 2024 22:30:34 +0200
Source: spacearyarya
Architecture: source
Version: 1.0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1075529
Changes:
 spacearyarya (1.0.3-2) unstable; urgency=medium
 .
   * Team upload.
   * Fix build with GCC-14 (Closes: #1075529)
Checksums-Sha1:
 db0d4f37dfe07f4c979e561bcbbccabb49a7dcad 2040 spacearyarya_1.0.3-2.dsc
 ce71030165bf31a7731ceb43575264c43acb9ab8 7552 
spacearyarya_1.0.3-2.debian.tar.xz
 d25833d407956ee3f46fa3ecd4e1476bd205b20f 6916 
spacearyarya_1.0.3-2_source.buildinfo
Checksums-Sha256:
 3296d85f836b2a307cfad8d84202cb359da50f7cb68eb3fce06abae5d4e50cf0 2040 
spacearyarya_1.0.3-2.dsc
 2e4ee81502c892bbd88731588af942fbaf6a96f0e4f9fc2b95055a4761ac388c 7552 
spacearyarya_1.0.3-2.debian.tar.xz
 984ae098e44387153e92e58dd59bf23edc76d1ea50e3ba3c4e3f0a05ec6e6b08 6916 
spacearyarya_1.0.3-2_source.buildinfo
Files:
 d5dc59fd218ffd00f2ada8e1dc06651c 2040 games optional spacearyarya_1.0.3-2.dsc
 1c1c846e1433501a226fe54a55b98521 7552 games optional 
spacearyarya_1.0.3-2.debian.tar.xz
 5803ad6fec9a9010024adff8d35ce661 6916 games optional 
spacearyarya_1.0.3-2_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAma2fdsRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBqSag//br7aYXJCIeU+MgjwAvWN4jq7zJVDP3HH
Zv+rEMDR2pjneRYC9rLCrHY5se4oD5JYu6snxy9LCSdpPguCUkb6mrBt1BWTTrPz
EdFRMk7cC309qp8JhtJabMUbB9P7z0Yg9NsTHed+rQiEYL5UAoHi4iIOY9DC9cKh
FLjTenJ9aFJQ558Y0ZVVa0beZIgclE7mZVK9hDgELLx7fwp/YAoCmVxJE6/il9d9
/smijXIsT/lFURFv5wL7ZV8QzXsnWgog73koiEPmXQb27S8dNP+calpjurr7x9pJ
g5pPdJSIa4Wn0Ica8b3TxRv707Exmrd63z8W7/Ha1tEd21nbZHFXcp4ZHcWFBhl8
MjTD3DzicZosgIUzgHsx0Wm73Rb2UcLsWQRiSIqNYkeizJyMeteicTVTwEqfHjr6
abU+zNigPEnlRD0tMqvqt02kZYtk4oVJf/guzyf43fjEfHsTNIsYYs38wFyxvl/M
IqwvdtNW51iRn1r1XNbx9jN7BUJok85/s4+7M1oYs6xgeNWtrpI1SeAZWiAE5qkc
sisLW50EctcdowZ73dS4v4FPWPKwlRc2QiHpaLvyHINqRmJBWo7Xlz0FQAIWAj9T
Dg6sznME/uXk7w2RRiYaeTZaRE783rzWoeN8VRTKhpkm+nB14zkkBe3k/LQXrNPg
NotVmrPWzHg=
=3Fp2
-----END PGP SIGNATURE-----

Attachment: pgplpykotZaRQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to