Your message dated Fri, 15 Nov 2024 16:07:32 +0000
with message-id <e1tbyr6-004cvh...@fasolo.debian.org>
and subject line Bug#1075680: fixed in xscavenger 1.4.5-8
has caused the Debian Bug report #1075680,
regarding xscavenger: 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.)
--
1075680: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075680
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xscavenger
Version: 1.4.5-7
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/xscavenger_1.4.5-7_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
[...]
-o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print` TAGS
rm -f debian/substvars
debian/rules build
test -f debian/rules
# build package
test -f stamp-xmkmf || /usr/bin/make -f debian/rules xmkmf
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd src && cp ../debian/Imakefile.debian Imakefile && xmkmf && touch
../stamp-xmkmf
imake -DUseInstalled -I/usr/lib/X11/config
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
cd src && /usr/bin/make CCOPTIONS="`dpkg-buildflags --get CFLAGS`
`dpkg-buildflags --get LDFLAGS` `pkg-config --cflags --libs alsa` -O2 -g -pipe
-Wall -Wno-pointer-sign"
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
Makefile:1115: warning: overriding recipe for target 'xscavenger'
Makefile:1064: warning: ignoring old recipe for target 'xscavenger'
gcc -g -O2 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>/src=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wl,-z,relro -lasound -O2 -g -pipe -Wall -Wno-pointer-sign -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
-DLIBNAME=\"/usr/lib/games/xscavenger\" -c -o anim.o anim.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from anim.c:5:
/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"
| ^~~~~~~
anim.c: In function ‘animprocess’:
anim.c:669:20: warning: ‘bx’ may be used uninitialized [-Wmaybe-uninitialized]
669 | dbx=bx;
| ~~~^~~
anim.c:613:5: note: ‘bx’ was declared here
613 | int bx,by;
| ^~
anim.c:670:20: warning: ‘by’ may be used uninitialized [-Wmaybe-uninitialized]
670 | dby=by;
| ~~~^~~
anim.c:613:8: note: ‘by’ was declared here
613 | int bx,by;
| ^~
anim.c: In function ‘savegfx’:
anim.c:1134:25: warning: ‘%s’ directive writing up to 255 bytes into a region
of size between 0 and 255 [-Wformat-overflow=]
1134 |
sprintf(ttt,"%s/%s/%s",localname,localdirname,gfxnames[workingon]);
| ^~ ~~~~~~~~~~~~
anim.c:1134:9: note: ‘sprintf’ output 3 or more bytes (assuming 513) into a
destination of size 256
1134 |
sprintf(ttt,"%s/%s/%s",localname,localdirname,gfxnames[workingon]);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>/src=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wl,-z,relro -lasound -O2 -g -pipe -Wall -Wno-pointer-sign -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
-DLIBNAME=\"/usr/lib/games/xscavenger\" -c -o edit.o edit.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from edit.c:3:
/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"
| ^~~~~~~
gcc -g -O2 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>/src=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wl,-z,relro -lasound -O2 -g -pipe -Wall -Wno-pointer-sign -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
-DLIBNAME=\"/usr/lib/games/xscavenger\" -c -o scav.o scav.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdlib.h:26,
from scav.c:3:
/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"
| ^~~~~~~
scav.c: In function ‘doiff’:
scav.c:281:7: warning: variable ‘comp’ set but not used
[-Wunused-but-set-variable]
281 | uchar comp;
| ^~~~
scav.c: In function ‘main’:
scav.c:1581:25: error: ‘return’ with no value, in function returning non-void
[-Wreturn-mismatch]
1581 | return;
| ^~~~~~
scav.c:1528:5: note: declared here
1528 | int main (int argc, char** argv)
| ^~~~
make[1]: *** [<builtin>: scav.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
make: *** [debian/rules:76: stamp-build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xscavenger
Source-Version: 1.4.5-8
Done: Petter Reinholdtsen <p...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xscavenger, 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.
Petter Reinholdtsen <p...@debian.org> (supplier of updated xscavenger 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: Fri, 15 Nov 2024 16:40:05 +0100
Source: xscavenger
Architecture: source
Version: 1.4.5-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Petter Reinholdtsen <p...@debian.org>
Closes: 1075680
Changes:
xscavenger (1.4.5-8) unstable; urgency=medium
.
* QA upload.
.
* Added 1030-gcc-14.patch to fix build error with
GCC 14 (Closes: #1075680).
* Include CPPFLAGS in build for hardening.
Checksums-Sha1:
193a7a89060e3e6b3ece971e87e7d882d2cc0677 1868 xscavenger_1.4.5-8.dsc
eb125acffeddd8a90cf5efb826ab68de1eb9ab06 9340 xscavenger_1.4.5-8.debian.tar.xz
4a650c415f955f892f82e608b7c8fca512a51663 7010
xscavenger_1.4.5-8_source.buildinfo
Checksums-Sha256:
ab04ad1f4881ba52e4f5a7a4887e65fb87346a4e202998da373a9e7b5ba49e47 1868
xscavenger_1.4.5-8.dsc
877566618ebeb8b268178a8efa87d00e5e416ce36ba7552b5fc470f6d72743b9 9340
xscavenger_1.4.5-8.debian.tar.xz
f117b60acacd116b1965db3c7a743d4e31654906cc5447539a74bc0a73481c17 7010
xscavenger_1.4.5-8_source.buildinfo
Files:
429d7692ff791fef951e7ad6dad939a9 1868 games optional xscavenger_1.4.5-8.dsc
9f4f9f991895fcbde1dfa7168dc5343b 9340 games optional
xscavenger_1.4.5-8.debian.tar.xz
b091a3825fbd328a66d438ed993a340e 7010 games optional
xscavenger_1.4.5-8_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmc3a94ACgkQgSgKoIe6
+w7OkA/9EZKCg7IdNFVSVmq5iRmwqvdvnrAluwXV6Gl2wavSKzq4KTO/DMYMBoCb
RLFYNyUDl4le4zh0wuVNE82CLhrM6Ms3OG7LNNeOfOdmOhYQAE4Er2uIYZvAqGbT
92O2a1IlLm8gkeGgsljnqMPTSBtjk7pW4l2LnyhKw67gyB0hbLRK3mkPGsI7MiPN
wIEUBN5kd8aE34K3m1Oz2tN7kh/OleffVPBekFaVjURfXh8gXhE+0BqO/3esrfpA
ob3D9bcLs5aUNEbQUMtSWhcAiNWF+PhG6mhDNjcl0499Kt5EnfnEsQH5pYvbDCvt
2NGFdfRcOpwiW28GK0aKcw/lT5YtvtWLvJOruwYXeo1hEM1WaB6HZHX6HZNCCtOE
teXOIVD/prqe2HhEuSvH6YtTwXKrndsrsKKQfoL0rKuYlXR+34D73XAvx6KH/FWY
33TmeuFdUYFX5sUsQyA2asOXDN4ED12+yNFRWq1XqKDIlkJKCiOKb63X+E6rGfHG
JorD8phJZWf9Dmr2YGM38j8uVS2XegyYbsvAxVtyGIpC9mjN4y7lcRC9BeeK6zfs
/movVZaiPOD58BsVVJW0Iao4iTaNCK4yT/0j55e/gDaCvAbFvxDhk9in0ppziYjI
XNmVfSATb0UrSmtsuLhJssYnrI+3D7FGMA2WMpMHNJL5TxhZD9g=
=16DQ
-----END PGP SIGNATURE-----
pgpvHfd3Ok9kP.pgp
Description: PGP signature
--- End Message ---