Your message dated Tue, 20 Aug 2024 20:54:26 +0000
with message-id <e1sgvs2-008d51...@fasolo.debian.org>
and subject line Bug#1075654: fixed in xbs 0-12
has caused the Debian Bug report #1075654,
regarding xbs: 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.)
--
1075654: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075654
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xbs
Version: 0-11
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/xbs_0-11_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-631da2a6-b046-4078-bd98-ddbb00f51702
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 xbs
dpkg-buildpackage: info: source version 0-11
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Matthew Vernon <matt...@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 *.o xbs
rm: cannot remove '*.o': No such file or directory
rm: cannot remove 'xbs': No such file or directory
make[1]: [Makefile:18: clean] Error 1 (ignored)
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>>'
gcc -O3 -o xbs xbs.c -L/usr/X11R6/lib -lX11 -lm
In file included from xbs.c:179:
grsubs.h:101:1: error: return type defaults to ‘int’ [-Wimplicit-int]
101 | FreeColorGC (icol)
| ^~~~~~~~~~~
grsubs.h: In function ‘NewSpecColor’:
grsubs.h:185:9: error: implicit declaration of function ‘match’; did you mean
‘rpmatch’? [-Wimplicit-function-declaration]
185 | if (match(spec[i].lab, pat)) {
| ^~~~~
| rpmatch
In file included from xbs.c:181:
subs.h: In function ‘readclusterdata’:
subs.h:269:7: error: implicit declaration of function ‘readclusterline’; did
you mean ‘readclusterdata’? [-Wimplicit-function-declaration]
269 | readclusterline(str,0);
| ^~~~~~~~~~~~~~~
| readclusterdata
xbs.c: At top level:
xbs.c:516:1: error: return type defaults to ‘int’ [-Wimplicit-int]
516 | main(argc, argv)
| ^~~~
xbs.c: In function ‘main’:
xbs.c:791:15: error: implicit declaration of function ‘interpret_keypress’
[-Wimplicit-function-declaration]
791 | keytype=interpret_keypress (&ev, &inpmode, input, &ixyz, &alfa);
| ^~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:14: all] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:4: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xbs
Source-Version: 0-12
Done: Matthew Vernon <matt...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xbs, 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.
Matthew Vernon <matt...@debian.org> (supplier of updated xbs 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: Tue, 20 Aug 2024 20:41:54 +0100
Source: xbs
Architecture: source
Version: 0-12
Distribution: unstable
Urgency: medium
Maintainer: Matthew Vernon <matt...@debian.org>
Changed-By: Matthew Vernon <matt...@debian.org>
Closes: 1075654
Changes:
xbs (0-12) unstable; urgency=medium
.
* Fix all the gcc-14 compilation failures (Closes: #1075654)
Checksums-Sha1:
0305600860ed5a1f97b1bae84f9f0edc2af3bd95 1524 xbs_0-12.dsc
55fd5360a17200af50a05f686d7eea6c228fad25 108427 xbs_0-12.tar.gz
Checksums-Sha256:
fadd54ea86d5f4bca2e2a19480b7c15706fd62f67031fc8e3f3b34c73dac88b0 1524
xbs_0-12.dsc
333d8d748dfa6b60b05245d2eaf92baafe8b65a203b0ccc4a98c0ca3267bfa48 108427
xbs_0-12.tar.gz
Files:
83a90b6a9cf9fcaac8c11db3765382e2 1524 science optional xbs_0-12.dsc
802bdb32ef1c2fef923258ab2886f1d8 108427 science optional xbs_0-12.tar.gz
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCgAxFiEEuk75yE35bTfYoeLUEvTSHI9qY8gFAmbE+nkTHG1hdHRoZXdA
ZGViaWFuLm9yZwAKCRAS9NIcj2pjyJX6EACF1ubQnSxt45GB1EHG6YyfIOumN3nA
lLB+Ozl9fw03Pp443xp7eP4Bf9kgxDFzLxdGIl6+6xAYudT8NrR2fy++a3fmba5A
95MFMHO3Bmo+hVZfh23qJoJgCt68S5LG8/N3mHLsZiVqra2JSmuYtF+bpJHbNVCG
aoZS7DokaW+rZCFoPPJNpM02uv5BVOz5yPC85R003VJIHF7wErYJ+vQVsxBnJ6XK
hfBLzd0rsZjTsfCfJZybZKeEmN4F0X0vP14Xn5B71GtKq39Q/W+pDsRmHlwc/6AW
6hCs5zOjWm1NgD7iRSlceMK/smSB8VKyhLi8BHRjUjwiMYhUo4OYXO1ZPORdMPr/
A8wSISDLsZzHHQwdE08C5Z4brXw4SQYxL/JzvmVcebJXuJZ5I2hcNDun8b8odEAI
UJAYQV4qpACuGWr+1R73aT93khc4u/wt+jydlkUnnd6N46Hbz4YYW0Im0COiDej8
HInhrFboWq76kSQ+J6I64g6tpkn5USxnEdWYSggQ8t3Ozb1XOwxeiyJmSLxPFHM7
Zl4CIcUtAZHtYuluBGuOTe5w4xDPC+ivQZLjKQWRIYno11X5Hwvkb7JFOOlpdqZA
exq/JrbrOi0So+6UDk4jDpIJF4Yw/A8ylfe8/qP10/hdassja2pk6xYc65k3kylR
7Un0CbPqQZD9mw==
=xmTr
-----END PGP SIGNATURE-----
pgpKYMYRRRdlh.pgp
Description: PGP signature
--- End Message ---