Your message dated Sat, 27 Sep 2025 22:13:41 +0000 with message-id <E1v2dAj-0074AQ-0O@fasolo.debian.org> and subject line Bug#1075693: fixed in xzoom 0.3-28 has caused the Debian Bug report #1075693, regarding xzoom: 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.) -- 1075693: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075693 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: xzoom: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:49:40 +0000
- Message-id: <E1sOzQa-0045rc-MB@paradis.debian.org>
Package: src:xzoom Version: 0.3-27 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/xzoom_0.3-27_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 [...] dpkg-buildpackage ----------------- Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot dpkg-buildpackage: info: source package xzoom dpkg-buildpackage: info: source version 0.3-27 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Jelmer Vernooij <jelmer@debian.org> dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 debian/rules clean dh clean dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' xmkmf -a imake -DUseInstalled -I/usr/lib/X11/config make Makefiles make[2]: Entering directory '/<<PKGBUILDDIR>>' make[2]: Nothing to be done for 'Makefiles'. make[2]: Leaving directory '/<<PKGBUILDDIR>>' make includes make[2]: Entering directory '/<<PKGBUILDDIR>>' make[2]: Nothing to be done for 'includes'. make[2]: Leaving directory '/<<PKGBUILDDIR>>' make depend make[2]: Entering directory '/<<PKGBUILDDIR>>' gccmakedep -- -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 -DFRAME -DXSHM -- xzoom.c make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_configure make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build make -j8 "INSTALL=install --strip-program=true" make[1]: Entering directory '/<<PKGBUILDDIR>>' gcc -g -O2 -fno-strict-aliasing -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 -DFRAME -DXSHM -Wdate-time -D_FORTIFY_SOURCE=2 -c -o xzoom.o xzoom.c In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from xzoom.c:33: /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" | ^~~~~~~ xzoom.c: In function ‘main’: xzoom.c:620:33: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations] 620 | switch(XKeycodeToKeysym(dpy, event.xkey.keycode, 0)) { | ^~~~~~ In file included from xzoom.c:39: /usr/include/X11/Xlib.h:1687:15: note: declared here 1687 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ xzoom.c:629:33: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations] 629 | switch(XKeycodeToKeysym(dpy, event.xkey.keycode, 0)) { | ^~~~~~ /usr/include/X11/Xlib.h:1687:15: note: declared here 1687 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ xzoom.c:756:41: error: implicit declaration of function ‘alarm’ [-Wimplicit-function-declaration] 756 | alarm(2); | ^~~~~ xzoom.c:888:25: error: implicit declaration of function ‘usleep’ [-Wimplicit-function-declaration] 888 | usleep(delay); | ^~~~~~ make[1]: *** [<builtin>: xzoom.o] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned exit code 2 make: *** [debian/rules:16: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075693-close@bugs.debian.org
- Subject: Bug#1075693: fixed in xzoom 0.3-28
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 27 Sep 2025 22:13:41 +0000
- Message-id: <E1v2dAj-0074AQ-0O@fasolo.debian.org>
- Reply-to: Andreas Beckmann <anbe@debian.org>
Source: xzoom Source-Version: 0.3-28 Done: Andreas Beckmann <anbe@debian.org> We believe that the bug you reported is fixed in the latest version of xzoom, 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 1075693@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Beckmann <anbe@debian.org> (supplier of updated xzoom 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: SHA256 Format: 1.8 Date: Sat, 27 Sep 2025 23:51:50 +0200 Source: xzoom Architecture: source Version: 0.3-28 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Andreas Beckmann <anbe@debian.org> Closes: 1075693 Changes: xzoom (0.3-28) unstable; urgency=medium . [ Andreas Beckmann ] * QA upload. * Drop redundant Rules-Requires-Root: no. * Fix injecting dpkg-buildflags flags into the Imake buildsystem. . [ Pablo Lucas Silva Santos ] * d/rules: Add -DTIMER flag to import libraries needed to compile code. (Closes: #1075693) Checksums-Sha1: 6c9ea2b36121212780fa908f75dd9020c91b9031 1847 xzoom_0.3-28.dsc 0e5de8b3d55836cc0bf57bcda65cfd51f0675189 10784 xzoom_0.3-28.debian.tar.xz e33948a56cb333304c744877f412d0b7a90ddb25 5922 xzoom_0.3-28_source.buildinfo Checksums-Sha256: 3c2732a62e96736894bf3f19eeec53f9a94b4ea513355537d7015c8f4f09a7ab 1847 xzoom_0.3-28.dsc 61f30f01233b086d805e6a602895144f93c27f88ddae9ef44ba929b3448facc9 10784 xzoom_0.3-28.debian.tar.xz 300e3fc6939fcfca6ffbc76972ad7e7b1bc5d240221d6f523a0abc73254f9877 5922 xzoom_0.3-28_source.buildinfo Files: ed3587047e0b7ac6d274797d0d2f95b6 1847 x11 optional xzoom_0.3-28.dsc 36823088b8544f22fff35cd5ce3bb4f3 10784 x11 optional xzoom_0.3-28.debian.tar.xz cddf91a815a4d5b4e5430bde29ec1c00 5922 x11 optional xzoom_0.3-28_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmjYXRUQHGFuYmVAZGVi aWFuLm9yZwAKCRBfsz+TWentCJ0sD/9iUQrNcGjtjvadCP7oirg4jhvgzzW5JBay 7nUiL31MrqIpCYJ9xCcEf+waWN/xZEjYvrxkjvBC2W5Sjz9CLbybiE+lhixwGbFW qrYsd1JnRHFL8p+LY+vc8yH+6egkTjsIkys/6wbLFjViCDuEL8h//W7nSq/pcvrl bvz9jJrdHP+l0A1FH+CazEhkg4jQpZwyu20Vfz6ESE03X4gPuYCVKtypcqkb/hQ6 G27EV6OfLdyWHzWW6fknABEoUdFcek+QyoNdWeeOKkfPJ3XniT/J+Z87TBRFY2nQ UBKZfOfrIWGTl+9ooIoAIlXKxkO3NCEO87FW6zQfIT/fLs0NzlLBQ/tGudTU+asC ELuaFQzfxm8xDujrT7vR8QrnVFNVTAkUdg94z2AxnoFbO4eoBwfO1ehTQ/+EUuQt 2QG1xQHLPeGDvVFElpZk7cBaN8b0Dfbxu/j7WX3jQMvpnpQPh0jZEoSDCFOyZbj0 sJ+8Igyn++0FJihN/agX2mxKxVc3GB9ww9iBa7Njm7kpR6Nh+JxoRFsbLu+t1Z5A pJ99cJhcUnf0YB94W2rFreK41E1FZQVHcEdzPIf0IepMlXY6Y2J6CTycG/X5Upjm 89aiVvnp9AGjpQ0DfDXV985VhhWEYSoNPW+ihMsTPLiqJgmQV0Ilxt+5rRleIjTP qTTR6JUleg== =foBv -----END PGP SIGNATURE-----Attachment: pgpDhxmiTqz8S.pgp
Description: PGP signature
--- End Message ---