Your message dated Mon, 14 Oct 2024 13:04:46 +0000
with message-id <e1t0kkg-003dxf...@fasolo.debian.org>
and subject line Bug#1074943: fixed in fairymax 5.0b-2
has caused the Debian Bug report #1074943,
regarding fairymax: 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.)
--
1074943: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074943
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fairymax
Version: 5.0b-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/fairymax_5.0b-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
[...]
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-f63009fb-7e65-478c-8ead-7b27591a5b1a
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package fairymax
dpkg-buildpackage: info: source version 5.0b-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Vincent Legout <vleg...@debian.org>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_auto_clean
dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 9
in use)
make -j1 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f fairymax shamax maxqi fairymax.6.gz
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in
use)
debian/rules build
dh build
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_update_autotools_config
dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 10 are deprecated
(level 9 in use)
dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9
in use)
make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wl,-z,relro -Wl,-z,now -Wdate-time -D_FORTIFY_SOURCE=2
-DFAIRYDIR=\"/usr/share/games/fairymax\" fairymax.c -o fairymax
fairymax.c:176:1: error: return type defaults to ‘int’ [-Wimplicit-int]
176 | D(k,q,l,e,E,z,n) /* recursive minimax search, k=moving side,
n=depth*/
| ^
fairymax.c: In function ‘PrintVariants’:
fairymax.c:477:28: error: ‘return’ with a value, in function returning void
[-Wreturn-mismatch]
477 | if(f==NULL) return 0;
| ^
fairymax.c:471:6: note: declared here
471 | void PrintVariants(int combo)
| ^~~~~~~~~~~~~
fairymax.c: In function ‘LoadGame’:
fairymax.c:552:27: error: ‘return’ with a value, in function returning void
[-Wreturn-mismatch]
552 | return 0; /* keep old settings */
| ^
fairymax.c:524:6: note: declared here
524 | void LoadGame(char *name)
| ^~~~~~~~
fairymax.c:562:16: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
562 | i = 1; fscanf(f, "=%d", &i); zone = i - 1; // new method
to indicate deviant zone depth
| ^~~~~~~~~~~~~~~~~~~~
fairymax.c:564:29: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
564 | for(i=0; i<BW; i++) fscanf(f, "%d", oo+i);
| ^~~~~~~~~~~~~~~~~~~~~
fairymax.c:565:29: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
565 | for(i=0; i<BW; i++) fscanf(f, "%d", oo+i+16);
| ^~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:19: fairymax] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:6: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: fairymax
Source-Version: 5.0b-2
Done: Andreas Tille <ti...@debian.org>
We believe that the bug you reported is fixed in the latest version of
fairymax, 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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated fairymax 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: SHA256
Format: 1.8
Date: Mon, 14 Oct 2024 14:31:03 +0200
Source: fairymax
Architecture: source
Version: 5.0b-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 824910 1074943
Changes:
fairymax (5.0b-2) unstable; urgency=medium
.
* Team upload.
.
[ Andreas Tille ]
* Point Vcs fields to Salsa
* Standards-Version: 4.7.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Secure URI in copyright format (routine-update)
* Rules-Requires-Root: no (routine-update)
* Use secure URI in Homepage field.
* d/watch: version=4
* Fix build with gcc-14
Closes: #1074943
.
[ hol...@hoicher.de ]
* Fix hanging on platforms with unsigned char
Closes: #824910
Checksums-Sha1:
0e77821169d59691a9c69e914c82f4425333a437 1930 fairymax_5.0b-2.dsc
5091a4f2fa80bfb14d872b690d1bd49ae50e3838 4348 fairymax_5.0b-2.debian.tar.xz
bbf5dd06cb14cbb5ec67b457905a99ef6e059d99 6162 fairymax_5.0b-2_amd64.buildinfo
Checksums-Sha256:
ef15c880a03299377c5df259d19413b2a8f69deb02d9335678b47ccff40d8fff 1930
fairymax_5.0b-2.dsc
8f5d42ca0dd8ac192ec6ac082a30a75fc794d837db29814dbc48ce3fd81c8068 4348
fairymax_5.0b-2.debian.tar.xz
a6a958dda02c6747692abc41ef3d2d396895a7794c280380b4b1809b45a76384 6162
fairymax_5.0b-2_amd64.buildinfo
Files:
e3ef5bb43b52a5148a7ad68d83545778 1930 games optional fairymax_5.0b-2.dsc
980198c05fd7b776db07329f9e4bc5e3 4348 games optional
fairymax_5.0b-2.debian.tar.xz
c31a6e5b81e738c5c14c95b75ee40035 6162 games optional
fairymax_5.0b-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmcND/MRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEJYQ/8Drty0ffl24WGMOnnKnT/FyftMM41wJbA
dgbq3ijrCBwy7sqpIIDUHPA9kBtaWuUOdOT1YzzVZXjf0ZTCsRM2pXKiDxRYBvxI
Yi4YFRTQhklxKj0vzJbwT1S1qjAukeUaHiZKZ7+plXLBY/9x9GHRU0+1Otzxft6f
DWmezez+U7NMrj83PRVZXTqqSpXKpz6jwYge5YAvvSh3IW1swsEVwvzS/NWeRau+
QzlFLkmJBoKvkmrFNh4NlLxvixNNrQHQZXj2cuJUWsvtFNTqRdKt2iQpX4U/iA0p
7Jou89uV2GmkkAK4CAlMF7h3Z8iKJjoV8iQXZ1KRBcJIV578E54KYCSFJM2rsiuD
/gf57d84Zi2xLrdgO+QzB1JqzWUQzYlAW9IiQ1Wt04mwM4S+5bqH/WcNcYLiZ7zn
PRMnGihjncM9cC8Y9ID9FDPNOoEQqbcqgATlIfo5pa3JhNm++prydlrQ2WAszrTh
dHN36ycuz84amEs8bzP3RqPNhXoUdKAEYS/I4nvFc1nGiwBZLGSocfwR/fTfbxlG
dokid0rTuKXlcO4W/H//h91nq3Fq+NsGD9E8D6yr5t5cWQGPXUT6n6JTThUDMhvH
6g92isW5w4lXaLDBUpYuktiW5RgVvNi9gF2txlGMwe5850X3A8hgVZuh3O1CgprJ
CwMuU8hutPk=
=jDrq
-----END PGP SIGNATURE-----
pgpgM7bUcMvlX.pgp
Description: PGP signature
--- End Message ---