Your message dated Fri, 05 Sep 2025 11:05:19 +0000
with message-id <[email protected]>
and subject line Bug#1096711: fixed in gkrellkam 2.0.0-3
has caused the Debian Bug report #1096711,
regarding gkrellkam: 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 [email protected]
immediately.)
--
1096711: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096711
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gkrellkam
Version: 2.0.0-2
Severity: important
Tags: sid forky
User: [email protected]
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/gkrellkam_2.0.0-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
[...]
make -j8 clean
make[2]: Entering directory '/build/reproducible-path/gkrellkam-2.0.0'
rm -f gkrellkam.so gkrellkam.o
make[2]: Leaving directory '/build/reproducible-path/gkrellkam-2.0.0'
make[1]: Leaving directory '/build/reproducible-path/gkrellkam-2.0.0'
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 '/build/reproducible-path/gkrellkam-2.0.0'
cp gkrellkam2.c gkrellkam.c
dh_auto_build
make -j8 "INSTALL=install --strip-program=true"
make[2]: Entering directory '/build/reproducible-path/gkrellkam-2.0.0'
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gkrellkam-2.0.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-Wall -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0
-pthread -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -c -o gkrellkam.o
gkrellkam.c
gkrellkam.c: In function ‘listurl_results’:
gkrellkam.c:946:15: warning: variable ‘ks’ set but not used
[-Wunused-but-set-variable]
946 | KKamSource *ks;
| ^~
gkrellkam.c: In function ‘create_configpanel_tab’:
gkrellkam.c:1196:53: error: passing argument 10 of ‘gkrellm_gtk_spin_button’
from incompatible pointer type [-Wincompatible-pointer-types]
1196 | 10.0, 100.0, 1.0, 5.0, 0, 0, cb_height_spinner,
&panels[i],
| ^~~~~~~~~~~~~~~~~
| |
| void (*)(void *,
KKamPanel *)
In file included from /usr/include/gkrellm2/gkrellm.h:1083,
from gkrellkam.c:31:
/usr/include/gkrellm2/gkrellm-public-proto.h:514:92: note: expected ‘void
(*)(void)’ but argument is of type ‘void (*)(void *, KKamPanel *)’
514 | gfloat, gfloat, gfloat,
gint, gint, void (*func)(),
|
~~~~~~~^~~~~~~
gkrellkam.c:1107:13: note: ‘cb_height_spinner’ declared here
1107 | static void cb_height_spinner (gpointer w, KKamPanel *p)
| ^~~~~~~~~~~~~~~~~
gkrellkam.c:1202:51: error: passing argument 10 of ‘gkrellm_gtk_spin_button’
from incompatible pointer type [-Wincompatible-pointer-types]
1202 | 0.0, 20.0, 1.0, 1.0, 0, 0, cb_boundary_spinner,
&panels[i],
| ^~~~~~~~~~~~~~~~~~~
| |
| void (*)(void *,
KKamPanel *)
/usr/include/gkrellm2/gkrellm-public-proto.h:514:92: note: expected ‘void
(*)(void)’ but argument is of type ‘void (*)(void *, KKamPanel *)’
514 | gfloat, gfloat, gfloat,
gint, gint, void (*func)(),
|
~~~~~~~^~~~~~~
gkrellkam.c:1099:13: note: ‘cb_boundary_spinner’ declared here
1099 | static void cb_boundary_spinner (gpointer w, KKamPanel *p)
| ^~~~~~~~~~~~~~~~~~~
gkrellkam.c: In function ‘gkrellm_init_plugin’:
gkrellkam.c:2082:3: warning: ‘g_atexit’ is deprecated
[-Wdeprecated-declarations]
2082 | g_atexit (kkam_cleanup);
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:36,
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:
/usr/include/glib-2.0/glib/gutils.h:329:9: note: declared here
329 | void g_atexit (GVoidFunc func);
| ^~~~~~~~
gkrellkam.c: In function ‘click_callback’:
gkrellkam.c:1055:9: warning: ignoring return value of ‘system’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1055 | system (cmd);
| ^~~~~~~~~~~~
make[2]: *** [<builtin>: gkrellkam.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/gkrellkam-2.0.0'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned
exit code 2
make[1]: *** [debian/rules:14: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/gkrellkam-2.0.0'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gkrellkam
Source-Version: 2.0.0-3
Done: Christoph Biedl <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gkrellkam, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christoph Biedl <[email protected]> (supplier of updated gkrellkam
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 04 Sep 2025 20:48:16 +0200
Source: gkrellkam
Architecture: source
Version: 2.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: paul cannon <[email protected]>
Changed-By: Christoph Biedl <[email protected]>
Closes: 1096711
Changes:
gkrellkam (2.0.0-3) unstable; urgency=medium
.
* Cast function pointers to avoid FTBFS with gcc-15.
Closes: #1096711
Checksums-Sha1:
a6c0b65e9b55b98e4a5b01a7986ad37dc9962e23 1814 gkrellkam_2.0.0-3.dsc
dd70c97345a35d5c9fcc0c9c8604d18fa9c56a9a 6112 gkrellkam_2.0.0-3.debian.tar.xz
02ffa37f3f2f4c74c5f29258f230756db03ed572 11563
gkrellkam_2.0.0-3_powerpc.buildinfo
Checksums-Sha256:
991a7e381ee02e427e7cffa8aa80bce7beef138a86d47466f36696f4c5024efb 1814
gkrellkam_2.0.0-3.dsc
d110dae28e222317c3c04daeb27056b8c156fe28cfff93c97840c0f1825f83b1 6112
gkrellkam_2.0.0-3.debian.tar.xz
ee68d26c3595d55eef550b5166696709cf66ba36b8ef02c116ce60a5635f7b40 11563
gkrellkam_2.0.0-3_powerpc.buildinfo
Files:
fd4e3595f3d97c976949db02402a7268 1814 x11 optional gkrellkam_2.0.0-3.dsc
360c98cc77adb13cdcbfa5fe6f0e80f1 6112 x11 optional
gkrellkam_2.0.0-3.debian.tar.xz
2d0e3c583f039ce5bb983c5c17393c92 11563 x11 optional
gkrellkam_2.0.0-3_powerpc.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEWXMI+726A12MfJXdxCxY61kUkv0FAmi6vgoACgkQxCxY61kU
kv0icg//WkIKwUk1aUAguxlZUAZgbOBsRr9vcYQqR79DE8PGJHjHf1h/mHR/xz1z
ADLY8W/c8IdXgTohIrwzXOcXerJZD6LqYqvETYxGcQZDAns4TZYhQ7gmughELGe1
ckBk71xKswBfLkLHO8tULO91zK2/oUbGa5GpdkkRZUZ+mjF43Esa3QSFBvfv/9vz
GPy0CuxWld32rjdh2lf/BYfgQHUfP4JztF40n4YlxmVwY2iGKJLnNv15hv8ObuDZ
NDjrGUBHdro8yWfdWB4za8W1LhtH0rWeM+4nDxkqTMQPY8tuyN+seoUg54TzVo81
6VgORaEXLfnoOG9fKFW7JlU6wFOchlOkmCdhXJnQBeD00aV2iBRLHuBJMaycmFM8
39GjEiCus5J9Wh3QSsGLDmpUVibfSZY6IFuo/C7FzoYC24OXgeGMFEkdGiYMl27r
qKxBQcuaDw4TwLbO7k0H2QaWtXeJONED4N5ZO9N5kiXjebXDdo6aGfq2U+wwfPfM
w+vzNbAB86P4CEwQ2X7csXfVpwMokGR6m3C+t20a3LgDG0CJg3f7Eo/mZO4kkm0U
MoP2p5DUN/iVz04RISPCdUjPXyFS/X3O5Trf75oxDo2mVa1qvaOU4e5YC6I8UJ8l
6sqZVYTJCnMbr/619R4SY6Fvk/mcWLd1iVeYWVUwO5CNhxQC2zU=
=luoV
-----END PGP SIGNATURE-----
pgp_chJ9VhOwq.pgp
Description: PGP signature
--- End Message ---