Your message dated Sat, 05 Apr 2025 21:35:22 +0000 with message-id <E1u1BAg-00A95c-SX@fasolo.debian.org> and subject line Bug#1074995: fixed in ghostess 20210101-2 has caused the Debian Bug report #1074995, regarding ghostess: 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.) -- 1074995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074995 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: ghostess: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:27:42 +0000
- Message-id: <E1sOz5K-0041Do-E7@paradis.debian.org>
Package: src:ghostess Version: 20210101-1 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/ghostess_20210101-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 [...] In file included from /usr/include/lo/lo.h:33, from ghostess.c:75: /usr/include/lo/lo_serverthread.h:151:72: note: expected ‘lo_method_handler’ {aka ‘int (*)(const char *, const char *, lo_arg **, int, struct lo_message_ *, void *)’} but argument is of type ‘int (*)(const char *, const char *, lo_arg **, int, void *, void *)’ 151 | const char *typespec, lo_method_handler h, | ~~~~~~~~~~~~~~~~~~^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from eyecandy.h:27, from eyecandy.c:26: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glib-2.0/gobject/gbinding.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ eyecandy.c: In function ‘blinky_destroy’: eyecandy.c:100:11: warning: variable ‘blinky’ set but not used [-Wunused-but-set-variable] 100 | Blinky *blinky; | ^~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glib-2.0/gobject/gbinding.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ eyecandy.c: In function ‘blinky_realize’: eyecandy.c:136:11: warning: variable ‘blinky’ set but not used [-Wunused-but-set-variable] 136 | Blinky *blinky; | ^~~~~~ eyecandy.c: In function ‘blinky_size_allocate’: eyecandy.c:178:11: warning: variable ‘blinky’ set but not used [-Wunused-but-set-variable] 178 | Blinky *blinky; | ^~~~~~ make[3]: *** [Makefile:514: ghostess-ghostess.o] Error 1 make[3]: *** Waiting for unfinished jobs.... gui_interface.c: In function ‘create_windows’: gui_interface.c:551:35: warning: ‘%s’ directive output may be truncated writing up to 62 bytes into a region of size between 1 and 63 [-Wformat-truncation=] 551 | snprintf(tag, 64, "%s %s", host_name_default, host_tag); | ^~ In file included from /usr/include/stdio.h:964, from gui_interface.c:30: In function ‘snprintf’, inlined from ‘create_windows’ at gui_interface.c:551:13: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 2 and 126 bytes into a destination of size 64 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' make[2]: *** [Makefile:485: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [Makefile:374: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:4: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1074995-close@bugs.debian.org
- Subject: Bug#1074995: fixed in ghostess 20210101-2
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 05 Apr 2025 21:35:22 +0000
- Message-id: <E1u1BAg-00A95c-SX@fasolo.debian.org>
- Reply-to: Sergio Durigan Junior <sergiodj@debian.org>
Source: ghostess Source-Version: 20210101-2 Done: Sergio Durigan Junior <sergiodj@debian.org> We believe that the bug you reported is fixed in the latest version of ghostess, 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 1074995@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sergio Durigan Junior <sergiodj@debian.org> (supplier of updated ghostess 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, 05 Apr 2025 16:53:08 -0400 Source: ghostess Architecture: source Version: 20210101-2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: Sergio Durigan Junior <sergiodj@debian.org> Closes: 1074995 Changes: ghostess (20210101-2) unstable; urgency=medium . * Team upload. * d/p/fix-ftbfs-lo-method-handler.patch. Adjust declaration of message handlers passed to lo_server_thread_add_method, fixing an FTBFS with GCC 14. (Closes: #1074995) Checksums-Sha1: fed819796c195b0136e99e2fd4065293eb756309 2105 ghostess_20210101-2.dsc 9b2ef4bda4490445e2589e96cea0539693ccf382 2980 ghostess_20210101-2.debian.tar.xz 563f61553efe61427f1a38bc80ce3ff9e67208d8 12708 ghostess_20210101-2_source.buildinfo Checksums-Sha256: 821d36fa67a2ed0287c3d9abccce774c8e4ceedcb74c0bd1bdc2ed608185182d 2105 ghostess_20210101-2.dsc 961e99a8501915ebbdfbcff8cca6c7c27479d6b375abca90ac39c0e8fc6b4ef2 2980 ghostess_20210101-2.debian.tar.xz 4ef4a8a964a73cd27df5ff98aed0bfbcf1906145dd5955dc5a4dc12c2ccfab67 12708 ghostess_20210101-2_source.buildinfo Files: d64635065f571f99eae3b704d669613d 2105 sound optional ghostess_20210101-2.dsc ac76dfece8cf02d3d73b330a0397b6bb 2980 sound optional ghostess_20210101-2.debian.tar.xz 831499d57c1848961823808eaf97afff 12708 sound optional ghostess_20210101-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEI3pUsQKHKL8A7zH00Ot2KGX8XjYFAmfxn1EACgkQ0Ot2KGX8 XjZNFA/+PPyQEIoFDMYPHI+5NprluXw0pq2rRdrXICt+TmPzStXdLKY4tlyQ95bc 7803byWU034kV5stWsoYTRxiiE3VZHVKVX1MhnVsRPA6zNb4GLkkVfJcCvWvL2pJ yfV66L0GDQnMCCDcvbQRiOueGLdFQ3e+eHTKV45atxh5nX9ys9oCvDy/YjEedx1q N/FTTyoPCWqSwEvvEl2RgRjVH4Z3uJOlWC7faP29QS39hOg2aOrGwTmorwH+TGRX fvtDIlpKVan2k+UgO7GxPJV3dHOo3OZjx8fQMwOCLxDoKwRr4cFccRPx4bU6l7R4 sEzGH+qfMQwaroD4HpM33C/QtXlYnzvVueu8AO+42D9sVsFqNxUo+aE1+GWSAZK2 SXgHbppnnJBXPtDfrEudv3iqT0HeEs5Dm+DF/FqWPlc20ee/OAu1pJHaUXCaPpcc cWXHkzqnANd8EG6UVHIepgDUTldvuxLWW0x+rN3R22hv6tZJocfO0vMmtw1RTqaA /f1I050rlUi3wV3bf1TBGXdYSVWoumyL14M6cBv9jU5POGn5s3ZO19palDTw6JQ1 9ehBRJbNYhAHy9ecuQrY3i9hntE7Hdto6LVhXaRpG9bNQLF/mqIVpPkW5vECmIHK kKbQdxSugRKx8Ph4OuQZWvk/M59dtapVWrFg0HZLxqRcfZgPRhg= =yax6 -----END PGP SIGNATURE-----Attachment: pgpnzNCcxrgKx.pgp
Description: PGP signature
--- End Message ---