Your message dated Wed, 25 Jun 2025 07:19:28 +0000
with message-id <e1uukpo-00deij...@fasolo.debian.org>
and subject line Bug#1075662: fixed in xfishtank 3.2.2-1
has caused the Debian Bug report #1075662,
regarding xfishtank: 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.)
--
1075662: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075662
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xfishtank
Version: 2.5-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/xfishtank_2.5-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
[...]
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package xfishtank
dpkg-buildpackage: info: source version 2.5-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Marius Gavrilescu <mar...@ieval.ro>
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_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
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
xmkmf -a
imake -DUseInstalled -I/usr/lib/X11/config
make Makefiles
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Nothing to be done for 'Makefiles'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make includes
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Nothing to be done for 'includes'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make depend
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gccmakedep -- -I./fishmaps -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15 -DNARROWPROTO -- xfish.c
medcut.c
xfish.c:50:10: fatal error: xfishy.h: No such file or directory
50 | #include "xfishy.h"
| ^~~~~~~~~~
compilation terminated.
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build -- CCOPTIONS="-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection"
EXTRA_LOAD_FLAGS="-Wl,-z,relro" SYS_LIBRARIES="-lImlib2" EXTENSIONLIB=
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9
in use)
make -j1 "CCOPTIONS=-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection"
EXTRA_LOAD_FLAGS=-Wl,-z,relro SYS_LIBRARIES=-lImlib2 EXTENSIONLIB=
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -g -O2 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-I./fishmaps -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15 -DNARROWPROTO -Wdate-time
-D_FORTIFY_SOURCE=2 -Wl,-z,relro makeh.c -lImlib2 -o makeh
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from makeh.c:2:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
makeh.c:19:1: error: return type defaults to ‘int’ [-Wimplicit-int]
19 | main()
| ^~~~
makeh.c: In function ‘main’:
makeh.c:33:5: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
33 | fscanf(fp, "%d\n", &numfish);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
makeh.c:41:9: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
41 | fscanf(fp, "%s\n", prefix);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [<builtin>: makeh] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 "CCOPTIONS=-g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection" EXTRA_LOAD_FLAGS=-Wl,-z,relro
SYS_LIBRARIES=-lImlib2 EXTENSIONLIB= returned exit code 2
make[1]: *** [debian/rules:6: override_dh_auto_build] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:3: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xfishtank
Source-Version: 3.2.2-1
Done: Andreas Tille <ti...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xfishtank, 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.
Andreas Tille <ti...@debian.org> (supplier of updated xfishtank 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: Sun, 15 Jun 2025 06:24:58 +0200
Source: xfishtank
Architecture: source
Version: 3.2.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1032174 1075662 1106388
Changes:
xfishtank (3.2.2-1) unstable; urgency=medium
.
* New upstream version
Closes: #1075662
* Maintain package in Debian Games team
Closes: #1106388
* Add missing Build-Depends
* Adapt d/rules to new upstream build system
* Fix watch file
Closes: #1032174
* Standards-Version: 4.7.2 (routine-update)
* debhelper-compat 13 (routine-update)
* d/copyright:
- Secure URI in copyright format (routine-update)
- New download location
- Review + remove old free text form README
* Fix Homepage
* Propagate hardening options
Checksums-Sha1:
8ac905cfc119ebff8bc12645e0f7b298c6e3b20a 2076 xfishtank_3.2.2-1.dsc
3b1b85ac19668d381425c9f28ea5c75a1b9e61b9 247504 xfishtank_3.2.2.orig.tar.gz
4c70f68472932fb47493df69bc0246c9df67d5ed 5408 xfishtank_3.2.2-1.debian.tar.xz
247403d62de73aa5f447bbd9c373e766fdc1c4d8 15659
xfishtank_3.2.2-1_amd64.buildinfo
Checksums-Sha256:
fead23bb8c9197619984e935bc7f29fe5c852de531d9bd8969d2bd1e649f154a 2076
xfishtank_3.2.2-1.dsc
2b20617a72d8ce61116d23c9538e2ae2a95fc8419633fafb0d15b074ee3e0d01 247504
xfishtank_3.2.2.orig.tar.gz
b6e0168206c4e1f7b54fecbdcc62a7d20e45323b7160bbc18f56d46a2ac33ce9 5408
xfishtank_3.2.2-1.debian.tar.xz
8668f2ecd65d81aeead34e8ea64da9f8ae3472815a3d22b11116a30e3ccfbf4e 15659
xfishtank_3.2.2-1_amd64.buildinfo
Files:
e5be2ce4658ae37f129bef9e6631ac11 2076 games optional xfishtank_3.2.2-1.dsc
2976254a089142605fef5b92a83c5098 247504 games optional
xfishtank_3.2.2.orig.tar.gz
91676394d09ee7f36a5cac9483a21553 5408 games optional
xfishtank_3.2.2-1.debian.tar.xz
9ce923dce3132b925c04fe722a2b5a7c 15659 games optional
xfishtank_3.2.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmhOS7URHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtF4Xw//dax922WlX0woonmhGuldKB8f0zR8O3BV
/Uf7CmdQaPqCOgUaJpANBeR+aBk5fTJdL5dWagTL0OXf0lXFKPzfiFUT4PqLJtGj
5evNpQagO2MIo9DqA0XMnS8L/XmwLjVMyMoOJRnfFSIRlwxUfQkHWz9pKmjHLECu
ObqHTiE44wPwg1TaKAevQ9cVMPp+/0yW9ESl4qDk1qU1ECZk4lPmPcYFSBkbt5Sb
UsC0rYJRlmzdYZeYRp+UKc4wFXZKaGaXycYyVuJK/pjobV7T0gUAsOSTi7ExTjVl
Rc14Kp17T8EWNrAQg+kSLZuwNx2x/coXTQBUppLY5Yz11p5viKq8+X9n9R1cNfDY
HyhoLJTGQpZORB6ehADZsmdFwT3hveZQl5jTezPLAwiUE/BRZQJpJohJXer64sXD
mqdFN7CybOjn0Rg3jojj6g8R2Q9EYfsWMuZQZnm/W0eNI8ODNOtoCqwoA5iTJJMV
kqMWySKqRsHHbxTjPzr8AumvKHtwLN/TPoJ4k1g3Bvo4gygPzium6WXJy5UeMlRq
UlqiI20hyXA4Ypk2IOiD9gB874BsJQWjwUPvFjR0pNlfXxFXKFWN5Dz8azFdSU8F
rJYxg5jfe6S+7CANpvkNEC5hCjSYUjkicyl9T35YSHaBzD4QK/7RR86gUyKraVYN
/7zObylGd3s=
=8s70
-----END PGP SIGNATURE-----
pgpVCpAu9BiTF.pgp
Description: PGP signature
--- End Message ---