Your message dated Thu, 22 Aug 2024 12:27:31 +0000
with message-id <[email protected]>
and subject line Bug#1075692: fixed in xwatch 2.11-16.2
has caused the Debian Bug report #1075692,
regarding xwatch: 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 [email protected]
immediately.)
--
1075692: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075692
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xwatch
Version: 2.11-16.1
Severity: important
Tags: sid trixie
User: [email protected]
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/xwatch_2.11-16.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_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-da1378d0-9814-4a51-91c3-824af6282d0f
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 xwatch
dpkg-buildpackage: info: source version 2.11-16.1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Marcos Talau <[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
test -f debian/rules
cd src; rm -f build
cd src; make clean
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
rm -f xwatch xwatch.o usage.o ui.o parsegag.o xmalloc.o xrealloc.o xstrdup.o
alarmhandler.o addfile.o scanfile.o parsecolorstring.o warning.o addline.o
error.o checksetting.o getcolorindex.o parsegeometry.o parseignore.o
colorname2rgb.o parsecolors.o colorname2index.o core
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
mv src/addline.c.orig src/addline.c-orig
mv src/.makedist.orig src/.makedist-orig
dh_clean
mv src/addline.c-orig src/addline.c.orig
mv src/.makedist-orig src/.makedist.orig
rm -rf doc/tmp
debian/rules build
test -f debian/rules
dh_auto_build --sourcedirectory=src -- final "STDLFLAGS=-L/usr/lib"
"RGB_FILEFLAG = -DRGB_FILE=\\\"/usr/share/xwatch/rgb.txt\\\""
cd src && make -j8 "INSTALL=install --strip-program=true" final
STDLFLAGS=-L/usr/lib "RGB_FILEFLAG =
-DRGB_FILE=\\\"/usr/share/xwatch/rgb.txt\\\""
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
make xwatch CFLAGS="-c -O2 -Wall -DMAXCMDLINE=1024
-DRGB_FILE=\"/usr/share/xwatch/rgb.txt\" " LFLAGS="-L/usr/lib"
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make
rule.
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"
-DVER=\"2.11\" xwatch.c
xwatch.c:37:6: warning: return type of ‘main’ is not ‘int’ [-Wmain]
37 | void main(int argc, char *argv[])
| ^~~~
In file included from xwatch.c:34:
data.inc:17:5: warning: array ‘ignorestring’ assumed to have one element
17 | ignorestring[]; /* files to ignore */
| ^~~~~~~~~~~~
cc -c -O2 -Wall -DMAXCMDLINE=1024 -DRGB_FILE="/usr/share/xwatch/rgb.txt"
-DVER=\"2.11\" usage.c
usage.c: In function ‘usage’:
usage.c:89:5: error: implicit declaration of function ‘exit’
[-Wimplicit-function-declaration]
89 | exit (1);
| ^~~~
usage.c:30:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
29 | #include "xwatch.h"
+++ |+#include <stdlib.h>
30 |
usage.c:89:5: warning: incompatible implicit declaration of built-in function
‘exit’ [-Wbuiltin-declaration-mismatch]
89 | exit (1);
| ^~~~
usage.c:89:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
make[2]: *** [Makefile:70: usage.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:90: final] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
dh_auto_build: error: cd src && make -j8 "INSTALL=install --strip-program=true"
final STDLFLAGS=-L/usr/lib "RGB_FILEFLAG =
-DRGB_FILE=\\\"/usr/share/xwatch/rgb.txt\\\"" returned exit code 2
make: *** [debian/rules:15: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xwatch
Source-Version: 2.11-16.2
Done: Stephen Kitt <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xwatch, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stephen Kitt <[email protected]> (supplier of updated xwatch 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 22 Aug 2024 14:03:52 +0200
Source: xwatch
Architecture: source
Version: 2.11-16.2
Distribution: unstable
Urgency: medium
Maintainer: Peter S Galbraith <[email protected]>
Changed-By: Stephen Kitt <[email protected]>
Closes: 1075692
Changes:
xwatch (2.11-16.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Include stdlib.h to fix the build with GCC 14. Closes: #1075692.
Checksums-Sha1:
22489a8c626e8276ba3246b08e77bba86d72c3bc 1677 xwatch_2.11-16.2.dsc
4934dec10ace91e99372489fd449f07d2acd9376 11260 xwatch_2.11-16.2.debian.tar.xz
Checksums-Sha256:
4f6fb86d246c3d2a1a8f1a6693508ad9c0b4a7313d491475e031d278b9c2685b 1677
xwatch_2.11-16.2.dsc
5fa2eb5fa86823df8524f41637d7adc06bf9b2b3bae4b48af72d12381c0a06d5 11260
xwatch_2.11-16.2.debian.tar.xz
Files:
02ae54a71fac4737fe728b98a7a20d26 1677 admin optional xwatch_2.11-16.2.dsc
2ec29d8828371d37d1201d320f421c6e 11260 admin optional
xwatch_2.11-16.2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAmbHKnAACgkQgNMC9Yht
g5z4qg//ajXtPnkECwsqD66XoZokEvp4iEtthFBWw6t6Fmfx1vi2KMOE8gt0Wuc7
QdQ81PdcfibCDABPXMP1bv4Tq7eJYm/AGfwBgCHLnNOcNDYsQKsXu+PiKeTKFcqE
aZ1gSlqCJyB+JVhbYbnR7Brjgc1CWAbr62QTF8HOT3sQvYxSOIFCP9FVeU3zr++d
1MpQTTQoiEc4YeHEhpRrMkwJIsmfrJqzaijVllMibg63YXGuNblG6N38xNrhIIYf
gEzEpKfm8YIRVR5IXFI5HpxNjUeuwUy/HeVkMZ0I4pZPYOa5WedFE+wbiOITT+k5
HvmN4o88Tvdu3MnUwOH9fUU/VBxP/Jrjx5s8J0w/aWUYw8Fh5QFf2clqzfuT6fqj
GsXLgpmsTOVIDkQQDfuKvQkFLejKlwceH1//nuA0QrEoVg9Ltp9mF8wCrlaIR3hN
7fksLiDZbfTpI+LL2Hf//rOr+V73yjQaWOvTUOPd36Y9cTQ8Scp2caky6XzmJ51N
4FWRS/ozij3201CVWJeTG4NAZsDPXGlHMQFLLbQH/LG6nCRktJPf8Wi+5Ia804eh
jOPSKg6XepmZdQEZlbzR2fy87HXaNMwNEEoRmHft/Cq796zKYW8zkhmdJ3P9JC5b
cPozR+ZnNPugroG/bmNxwVt+YVm8/1VDC6hsiff71r95MGqEJ6I=
=f23f
-----END PGP SIGNATURE-----
pgpgRAAlvzUup.pgp
Description: PGP signature
--- End Message ---