Your message dated Thu, 21 Nov 2024 00:05:41 +0000 with message-id <E1tDuhZ-00Cl3x-Mu@fasolo.debian.org> and subject line Bug#1075647: fixed in xarclock 1.0-20 has caused the Debian Bug report #1075647, regarding xarclock: 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 owner@bugs.debian.org immediately.) -- 1075647: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075647 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: xarclock: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:48:20 +0000
- Message-id: <E1sOzPI-0045Yb-Nv@paradis.debian.org>
Package: src:xarclock Version: 1.0-19 Severity: important Tags: sid trixie User: debian-gcc@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/xarclock_1.0-19_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 [...] User Environment ---------------- APT_CONFIG=/var/lib/sbuild/apt.conf HOME=/sbuild-nonexistent LANG=C.UTF-8 LC_ALL=C.UTF-8 LOGNAME=user42 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games 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-96c53421-d36f-4359-bb48-179ab3b723b0 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 xarclock dpkg-buildpackage: info: source version 1.0-19 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Pino Toscano <pino@debian.org> dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 debian/rules clean dh clean dh_auto_clean make -j8 clean make[1]: Entering directory '/<<PKGBUILDDIR>>' rm -f xarclock rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut "#"* make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf dh_auto_configure debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' xmkmf mv -f Makefile Makefile.bak imake -DUseInstalled -I/usr/lib/X11/config dh_auto_build -- CFLAGS="-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" make -j8 "INSTALL=install --strip-program=true" "CFLAGS=-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" make[2]: Entering directory '/<<PKGBUILDDIR>>' gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c -o xarclock.o xarclock.c gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c -o ARClock.o ARClock.c ARClock.c: In function ‘clock_tic’: ARClock.c:371:12: error: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int] 371 | register i, j; | ^ ARClock.c:371:15: error: type defaults to ‘int’ in declaration of ‘j’ [-Wimplicit-int] 371 | register i, j; | ^ make[2]: *** [<builtin>: ARClock.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" "CFLAGS=-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" returned exit code 2 make[1]: *** [debian/rules:10: override_dh_auto_build] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:6: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075647-close@bugs.debian.org
- Subject: Bug#1075647: fixed in xarclock 1.0-20
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 21 Nov 2024 00:05:41 +0000
- Message-id: <E1tDuhZ-00Cl3x-Mu@fasolo.debian.org>
- Reply-to: Santiago Vila <sanvila@debian.org>
Source: xarclock Source-Version: 1.0-20 Done: Santiago Vila <sanvila@debian.org> We believe that the bug you reported is fixed in the latest version of xarclock, 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 1075647@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Santiago Vila <sanvila@debian.org> (supplier of updated xarclock 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 21 Nov 2024 00:35:00 +0100 Source: xarclock Architecture: source Version: 1.0-20 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Santiago Vila <sanvila@debian.org> Closes: 1075647 Changes: xarclock (1.0-20) unstable; urgency=medium . * QA upload. [ Bo YU ] * Add 11_fix-ftbfs-gcc-14.patch to fix ftbfs. Closes: #1075647. * Update years of d/copyright. * Bump std-ver to 4.7.0. Checksums-Sha1: 01fcbcc2daa79401eeb5942f6884922d46fe023a 1541 xarclock_1.0-20.dsc 4a44cc71f69750b12d7c1acf9d999a36e26082d4 23768 xarclock_1.0-20.debian.tar.xz b9fe7504996d4f7d1123fc3615853897f1e7b80d 4998 xarclock_1.0-20_source.buildinfo Checksums-Sha256: f9e651777995b93578620caaec61af549b3da4719fbbbbc29a243ed683ed33bf 1541 xarclock_1.0-20.dsc 52c1582e672483366e6c21bc6bb421d389fb11fadf9b12a6a54431d4c1b7658a 23768 xarclock_1.0-20.debian.tar.xz dd0971e7f12468d4a6519f0d6a014d52a15a57e0cc709d9756a8870b98f96672 4998 xarclock_1.0-20_source.buildinfo Files: df4c8eff3422ae7dc7e751d066933053 1541 x11 optional xarclock_1.0-20.dsc cf01d874ddf1c96100f966d636e7a368 23768 x11 optional xarclock_1.0-20.debian.tar.xz edfa832a9042a95c134e4fdb3068e446 4998 x11 optional xarclock_1.0-20_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmc+dwYACgkQQc5/C58b izKQCwgAlSau/HtIyuIPRYY3Gj4ZK7VTjbaEqsvoJsbhD+P5X/yi2d9mU0u/+eYz syeledy4HqYxG8/3mybibFdK5S+VlhS7dJsXR+R02WerfC9noJXLhGGocjt5kMM5 0vPp87GGhAn3I55KryKuo8OC08dtaIT9HPb9RfyhvBiN9am9BTZeogR21+VKGXVX H/4af2c2JS6Yv5j3ZTAIOeeUpLtpfD2CfTcm6N4DJEoRMD5k4wVWozQIrKbL1CJR xLNvGbwqhyWs8tqp6U3ZrSRBgs/bghIeBiGWXwUPHnfiLHX5AVxv1bC5add9PKXG 1aFrQqo6x9GeqE3jIkpEXN209q5L4w== =kjNZ -----END PGP SIGNATURE-----Attachment: pgp9dfTMFkiap.pgp
Description: PGP signature
--- End Message ---