[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