Your message dated Sat, 29 Nov 2025 15:36:02 +0000 with message-id <E1vPMzS-003Pk7-01@fasolo.debian.org> and subject line Bug#1098119: fixed in xarclock 1.0-21 has caused the Debian Bug report #1098119, regarding xarclock: ftbfs with GCC-15 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.) -- 1098119: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098119 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: xarclock: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 18:01:04 +0000
- Message-id: <E1tk5QW-009Rav-Vh@paradis.debian.org>
Package: src:xarclock Version: 1.0-20 Severity: important Tags: sid forky User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-15 [This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The severity of this report will be raised before the forky release. The full build log can be found at: http://qa-logs.debian.net/2025/02/16/amd64exp/xarclock_1.0-20_unstable_gccexp.log.gz The last lines of the build log are at the end of this report. To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS. Other 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-15/porting_to.html [...] ARClock.c:727:13: warning: old-style function definition [-Wold-style-definition] 727 | static void DrawHand(w, length, width, tick_units) | ^~~~~~~~ ARClock.c:765:9: error: too many arguments to function ‘SetSeg’; expected 0, have 5 765 | SetSeg(w, | ^~~~~~ ~ ARClock.c:77:52: note: declared here 77 | static void clock_tic(), DrawHand(), DrawSecond(), SetSeg(), DrawClockFace(); | ^~~~~~ ARClock.c:771:9: error: too many arguments to function ‘SetSeg’; expected 0, have 5 771 | SetSeg(w, x1, y1, | ^~~~~~ ~ ARClock.c:77:52: note: declared here 77 | static void clock_tic(), DrawHand(), DrawSecond(), SetSeg(), DrawClockFace(); | ^~~~~~ ARClock.c:775:9: error: too many arguments to function ‘SetSeg’; expected 0, have 5 775 | SetSeg(w, x2, y2, x, y); /* 3 ----- 1(4) */ | ^~~~~~ ~ ARClock.c:77:52: note: declared here 77 | static void clock_tic(), DrawHand(), DrawSecond(), SetSeg(), DrawClockFace(); | ^~~~~~ ARClock.c: In function ‘DrawSecond’: ARClock.c:788:13: warning: old-style function definition [-Wold-style-definition] 788 | static void DrawSecond(w, length, width, offset, tick_units) | ^~~~~~~~~~ ARClock.c:842:9: error: too many arguments to function ‘SetSeg’; expected 0, have 5 842 | SetSeg(w, | ^~~~~~ ~ ARClock.c:77:52: note: declared here 77 | static void clock_tic(), DrawHand(), DrawSecond(), SetSeg(), DrawClockFace(); | ^~~~~~ ARClock.c:847:9: error: too many arguments to function ‘SetSeg’; expected 0, have 5 847 | SetSeg(w, w->clock.centerX + iround(offset *sinangle), | ^~~~~~ ~ ARClock.c:77:52: note: declared here 77 | static void clock_tic(), DrawHand(), DrawSecond(), SetSeg(), DrawClockFace(); | ^~~~~~ ARClock.c: In function ‘SetSeg’: ARClock.c:856:13: warning: old-style function definition [-Wold-style-definition] 856 | static void SetSeg(w, x1, y1, x2, y2) | ^~~~~~ ARClock.c: In function ‘DrawClockFace’: ARClock.c:871:13: warning: old-style function definition [-Wold-style-definition] 871 | static void DrawClockFace(w) | ^~~~~~~~~~~~~ ARClock.c: In function ‘SetValues’: ARClock.c:896:16: warning: old-style function definition [-Wold-style-definition] 896 | static Boolean SetValues (gcurrent, grequest, gnew, args, num_args) | ^~~~~~~~~ ARClock.c:917:42: error: passing argument 3 of ‘XtAppAddTimeOut’ from incompatible pointer type [-Wincompatible-pointer-types] 917 | clock_tic, (XtPointer)gnew); | ^~~~~~~~~ | | | void (*)(void) /usr/include/X11/Intrinsic.h:990:5: note: expected ‘XtTimerCallbackProc’ {aka ‘void (*)(void *, long unsigned int *)’} but argument is of type ‘void (*)(void)’ 990 | XtTimerCallbackProc /* proc */, | ^~~~~~~~~~~~~~~~~~~ ARClock.c:358:13: note: ‘clock_tic’ declared here 358 | static void clock_tic(client_data, id) | ^~~~~~~~~ /usr/include/X11/Intrinsic.h:309:16: note: ‘XtTimerCallbackProc’ declared here 309 | typedef void (*XtTimerCallbackProc)( | ^~~~~~~~~~~~~~~~~~~ make[2]: *** [<builtin>: ARClock.o] Error 1 make[2]: Leaving directory '/build/reproducible-path/xarclock-1.0' dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" "CFLAGS=-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/xarclock-1.0=. -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 '/build/reproducible-path/xarclock-1.0' make: *** [debian/rules:6: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1098119-close@bugs.debian.org
- Subject: Bug#1098119: fixed in xarclock 1.0-21
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 29 Nov 2025 15:36:02 +0000
- Message-id: <E1vPMzS-003Pk7-01@fasolo.debian.org>
- Reply-to: Omar Zagonel El Laden <omarzladen@gmail.com>
Source: xarclock Source-Version: 1.0-21 Done: Omar Zagonel El Laden <omarzladen@gmail.com> 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 1098119@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Omar Zagonel El Laden <omarzladen@gmail.com> (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: Sat, 08 Nov 2025 20:21:05 -0300 Source: xarclock Architecture: source Version: 1.0-21 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Omar Zagonel El Laden <omarzladen@gmail.com> Closes: 1098119 Changes: xarclock (1.0-21) unstable; urgency=medium . * QA upload. * debian/copyright: Update packaging copyright information. * debian/patches/12-fix-build-with-gcc15.patch: Fix build with GCC 15. (Closes: #1098119) Checksums-Sha1: 7956406e82d34a7f0951521158d0f3435ae20a62 1887 xarclock_1.0-21.dsc f427dfe700b374a799da4a8ff3313b1563e72865 24328 xarclock_1.0-21.debian.tar.xz 707ec341b995f9989a59c01bc8a2e86d8ee87734 6680 xarclock_1.0-21_source.buildinfo Checksums-Sha256: 101a86b0618bb5a2fca403d3deabd275597a57871ef37397aadfce029e2d134c 1887 xarclock_1.0-21.dsc 28abade1de7969a38d2ccc3e42ced41b4d3e455a3deb6d44ff8649db241e9ca8 24328 xarclock_1.0-21.debian.tar.xz 7a898127a1b53d1d247cce599feeac5a5790752856b86148064264d7c638305b 6680 xarclock_1.0-21_source.buildinfo Files: 32686d815beec85de481ef533723627f 1887 x11 optional xarclock_1.0-21.dsc 7c989866d499e00bdf184640be6ad151 24328 x11 optional xarclock_1.0-21.debian.tar.xz 388621ead210da364a4191db8189c944 6680 x11 optional xarclock_1.0-21_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmkrDXkACgkQ9LqqgNso ukzrMhAAmQgZtit+RBt3ccHFOtnBBU2f4hNfHgAffsdDzUBxeGKkpk8Ond0bSOnC egkDTH1+sQCxQdmEaXXCMaDFbzzOOEmsueGMi59/ffwAmhrO9dXkmoje5mr+C259 Vks8W/LRNgElhPSYupkStEqFvWRQ1dafWvXnR3gORIZMEp9md3xDUOUw/tDEgzcd Hb2ru3S1pAPw0zvlJdOdf7TMn10up43t3MYnDJxszKPydR3UURH51zwQirKa0VHx rqYO2T8sNs0OWmvTaIZvKS3wEUSnnva5kx4C+jqql24ApfqMxApi3BNhosilLWLb 8aVoi2z1DOFd/BEXmjNId1nj5wfw5uhWHWnydKZ2RQ9PjnYQRZqn+gV9N5XWuQ2Q 0PA/vuFLJ76uWmLWNCET6V6EAwXh48muk64pNXwC0e711Ux+1WjF7I2gvw95RvX6 bbtE7Mph08dFCGtV7QAOHZmQPclSH3yNx8uUJo82s53Vvn0MDeFmBgb0Xh4m4aHt amHXnM9RLQm8r+jwCQp6CskgQqGdo7Wibgw32xhTDgNqYp2bkeXnn4WRjqcC7Ars r3hV2Ai3IB896Sk8Sy90JX1El5P0ipEWr6Lkf1gi2uC2Pj3UzEh073fYyAUSKO3B YnhiX9dxumpTfw/l3CKvRRs5a1nCER/rsuNOP5x2Le8TZ7lrZlA= =80t0 -----END PGP SIGNATURE-----Attachment: pgpJ5KAOOEx8g.pgp
Description: PGP signature
--- End Message ---