Your message dated Fri, 26 Sep 2025 21:04:57 +0000 with message-id <E1v2Fcf-001uRs-11@fasolo.debian.org> and subject line Bug#1096721: fixed in gkrelluim 0.3.2-3 has caused the Debian Bug report #1096721, regarding gkrelluim: 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.) -- 1096721: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096721 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: gkrelluim: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 17:16:12 +0000
- Message-id: <E1tk4j6-009JTL-3C@paradis.debian.org>
Package: src:gkrelluim Version: 0.3.2-2 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/gkrelluim_0.3.2-2_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 [...] from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/gkrellm2/log.h:37, from /usr/include/gkrellm2/gkrellm.h:41, from gkrelluim.h:33, from uim-helper.c:41: /usr/include/glib-2.0/glib/gutils.h:329:9: note: declared here 329 | void g_atexit (GVoidFunc func); | ^~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:31, from /usr/include/glib-2.0/glib-object.h:24, from /usr/include/glib-2.0/gio/gioenums.h:30, from /usr/include/glib-2.0/gio/giotypes.h:30, from /usr/include/glib-2.0/gio/gio.h:28, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from /usr/include/gkrellm2/gkrellm.h:47, from gkrelluim.h:33, from gkrelluim.c:22: gkrelluim.c: In function ‘cb_menu_button’: gkrelluim.c:126:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 126 | (gpointer)i ); | ^ gkrelluim.c: In function ‘create_gkrelluim’: gkrelluim.c:192:9: error: passing argument 3 of ‘gkrellm_put_decal_in_meter_button’ from incompatible pointer type [-Wincompatible-pointer-types] 192 | cb_mode_button, | ^~~~~~~~~~~~~~ | | | void (*)(GkrellmDecalbutton *, GdkEventButton *) In file included from /usr/include/gkrellm2/gkrellm.h:1083: /usr/include/gkrellm2/gkrellm-public-proto.h:262:72: note: expected ‘void (*)(void)’ but argument is of type ‘void (*)(GkrellmDecalbutton *, GdkEventButton *)’ 262 | GkrellmDecal *, void (*func)(), void *, | ~~~~~~~^~~~~~~ gkrelluim.c:136:13: note: ‘cb_mode_button’ declared here 136 | static void cb_mode_button( GkrellmDecalbutton *button, GdkEventButton *event ) { | ^~~~~~~~~~~~~~ gkrelluim.c:203:9: error: passing argument 3 of ‘gkrellm_put_decal_in_meter_button’ from incompatible pointer type [-Wincompatible-pointer-types] 203 | cb_input_button, | ^~~~~~~~~~~~~~~ | | | void (*)(GkrellmDecalbutton *, GdkEventButton *) /usr/include/gkrellm2/gkrellm-public-proto.h:262:72: note: expected ‘void (*)(void)’ but argument is of type ‘void (*)(GkrellmDecalbutton *, GdkEventButton *)’ 262 | GkrellmDecal *, void (*func)(), void *, | ~~~~~~~^~~~~~~ gkrelluim.c:146:13: note: ‘cb_input_button’ declared here 146 | static void cb_input_button( GkrellmDecalbutton *button, GdkEventButton *event ) { | ^~~~~~~~~~~~~~~ gkrelluim.c:212:9: error: passing argument 3 of ‘gkrellm_make_scaled_button’ from incompatible pointer type [-Wincompatible-pointer-types] 212 | cb_menu_button, /* Button clicked callback function */ | ^~~~~~~~~~~~~~ | | | void (*)(GkrellmDecalbutton *, GdkEventButton *) /usr/include/gkrellm2/gkrellm-public-proto.h:269:77: note: expected ‘void (*)(void)’ but argument is of type ‘void (*)(GkrellmDecalbutton *, GdkEventButton *)’ 269 | GkrellmPiximage *im, void (*func)(), void *data, | ~~~~~~~^~~~~~~ gkrelluim.c:98:13: note: ‘cb_menu_button’ declared here 98 | static void cb_menu_button( GkrellmDecalbutton *button, GdkEventButton *event ) { | ^~~~~~~~~~~~~~ make[3]: *** [Makefile:415: gkrelluim.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/build/reproducible-path/gkrelluim-0.3.2/src' make[2]: *** [Makefile:300: all] Error 2 make[2]: Leaving directory '/build/reproducible-path/gkrelluim-0.3.2/src' make[1]: *** [Makefile:377: all-recursive] Error 1 make[1]: Leaving directory '/build/reproducible-path/gkrelluim-0.3.2' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:12: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1096721-close@bugs.debian.org
- Subject: Bug#1096721: fixed in gkrelluim 0.3.2-3
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 26 Sep 2025 21:04:57 +0000
- Message-id: <E1v2Fcf-001uRs-11@fasolo.debian.org>
- Reply-to: Adrian Bunk <bunk@debian.org>
Source: gkrelluim Source-Version: 0.3.2-3 Done: Adrian Bunk <bunk@debian.org> We believe that the bug you reported is fixed in the latest version of gkrelluim, 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 1096721@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Adrian Bunk <bunk@debian.org> (supplier of updated gkrelluim 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: Fri, 26 Sep 2025 20:37:05 +0300 Source: gkrelluim Architecture: source Version: 0.3.2-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Adrian Bunk <bunk@debian.org> Closes: 1096721 Changes: gkrelluim (0.3.2-3) unstable; urgency=medium . * QA upload. * Build with -std=gnu17 to workaround FTBFS with GCC 15 in GKrellM headers. (Closes: #1096721) Checksums-Sha1: edfc50f79381cf41a7bd2c452b2ea530ff39d2ad 2159 gkrelluim_0.3.2-3.dsc ed78e85dc473ed7eb09319ec03b48c44d56b2c83 9572 gkrelluim_0.3.2-3.debian.tar.xz Checksums-Sha256: 74b11a70d709bd7fdd52eb61f3798530a1855f5b897fe2355f378d6f216504d8 2159 gkrelluim_0.3.2-3.dsc 86767abb8e2963ed749bcbc9da87dd12ff956c7f5adf89a34e6de503c0e67907 9572 gkrelluim_0.3.2-3.debian.tar.xz Files: 5d576e6bdb254baac28af5dc363ca0a8 2159 x11 optional gkrelluim_0.3.2-3.dsc 87cb0f931a2c49795045c7783aeb8834 9572 x11 optional gkrelluim_0.3.2-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjW+nMACgkQiNJCh6LY mLFIGRAAwtUojL939fnssLEQduBNukMZX/5pQby/sZn4fFILizu3MgVMf5TjOPgK 0Is1wGjuDKsXE9xbvl12U5QoY+InjEBvBpdRymBtQAPbgYPL7CVKh5ivBbCvfr1B lsCQTxVtlW5prHZ0U1z5kqz7V+4vCjCZ2QgReK6HfH7ZMMxMauft5eA3hWqK2LCr +8XW0u6m0jsoWNs8gUG2cdsrsHwzS1lHI5RdR6gAE7qUW7i0O6dsJ8ZtHZw+gg7F Mna6ZmR6ncK+iBOmaMCL4s5lbgBqt2I3AwS/D9YRJxRjcHPg8o3jwWxeOgY7FFPh HOKah0qEiTPZ9Kkvgrv1yGOfSY8swYkQzkB0mxsNx6LOMYRB/lAb6mOb+Q751c6d F4uZuvsJHetH+UDjy4mbmFaGkapLy8DKH9ap8CFz951MZmjiHaD6pTrt4VyiJJRR voJ43oXwUHB75DyMA5TYm7fimaXVdL275Vahm+3QalYa1I8sp/aetW3qoKwNAV6L +BxG4fyxaDavw4LxVd9Ao27ub/GQ+H5BhOag7FIR5DCU4o2idc7Qw+PkN+GXPZui PJ0Qr5DAZwL+MwnvmdLXhTqkUNQb/i06ZPcSQSMdrA1DbZRt1kwrlA+0yuz0IEgS /DdWff5fc06x2FqW8ajsykNR4Cc2+HgRtZDpOsH9l043Z4egmzs= =vcxW -----END PGP SIGNATURE-----Attachment: pgp67PGk_etat.pgp
Description: PGP signature
--- End Message ---