--- Begin Message ---
Package: src:osdlyrics
Version: 0.5.15+dfsg-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/osdlyrics_0.5.15+dfsg-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/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:34:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
725 | {
| ^
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/gdk-pixbuf-2.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/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/libmount -I/usr/include/blkid -pt
hread -DDATADIR='"/usr/share"' -DICONDIR='"/usr/share/osdlyrics/icons"' -DGUIDIR='"/usr/share/osdlyrics"' -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/osdlyrics-0.5.15+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-error=deprecated-declarations -c -o ol_path_pattern.o ol_path_pattern.c
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/gdk-pixbuf-2.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/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/libmount -I/usr/include/blkid -pt
hread -DDATADIR='"/usr/share"' -DICONDIR='"/usr/share/osdlyrics/icons"' -DGUIDIR='"/usr/share/osdlyrics"' -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/osdlyrics-0.5.15+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-error=deprecated-declarations -c -o ol_cell_renderer_button.o ol_cell_renderer_button.c
ol_keybindings.c: In function ‘ol_keybinding_init’:
ol_keybindings.c:54:40: error: passing argument 2 of ‘ol_keybinder_bind’ from incompatible pointer type [-Wincompatible-pointer-types]
54 | ol_keybinder_bind ("<Ctrl><Shift>H", ol_osd_switch_display, NULL);
| ^~~~~~~~~~~~~~~~~~~~~
| |
| void (*)(void)
In file included from ol_keybindings.c:21:
ol_keybinder.h:36:45: note: expected ‘OlBindkeyHandler’ {aka ‘void (*)(char *, void *)’} but argument is of type ‘void (*)(void)’
36 | OlBindkeyHandler handler,
| ~~~~~~~~~~~~~~~~~~^~~~~~~
In file included from ol_keybindings.c:22:
ol_commands.h:42:6: note: ‘ol_osd_switch_display’ declared here
42 | void ol_osd_switch_display ();
| ^~~~~~~~~~~~~~~~~~~~~
ol_keybinder.h:31:17: note: ‘OlBindkeyHandler’ declared here
31 | typedef void (* OlBindkeyHandler) (char *keystring, gpointer user_data);
| ^~~~~~~~~~~~~~~~
ol_keybindings.c:55:40: error: passing argument 2 of ‘ol_keybinder_bind’ from incompatible pointer type [-Wincompatible-pointer-types]
55 | ol_keybinder_bind ("<Ctrl><Shift>L", ol_osd_lock_unlock, NULL);
| ^~~~~~~~~~~~~~~~~~
| |
| void (*)(void)
ol_keybinder.h:36:45: note: expected ‘OlBindkeyHandler’ {aka ‘void (*)(char *, void *)’} but argument is of type ‘void (*)(void)’
36 | OlBindkeyHandler handler,
| ~~~~~~~~~~~~~~~~~~^~~~~~~
ol_commands.h:36:6: note: ‘ol_osd_lock_unlock’ declared here
36 | void ol_osd_lock_unlock ();
| ^~~~~~~~~~~~~~~~~~
ol_keybinder.h:31:17: note: ‘OlBindkeyHandler’ declared here
31 | typedef void (* OlBindkeyHandler) (char *keystring, gpointer user_data);
| ^~~~~~~~~~~~~~~~
make[3]: *** [Makefile:661: ol_keybindings.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcelleditable.h:27,
from /usr/include/gtk-2.0/gtk/gtkcellrenderer.h:27,
from ol_cell_renderer_button.h:23,
from ol_cell_renderer_button.c:20:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
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/gtkwidget.h:34:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
725 | {
| ^
make[3]: Leaving directory '/build/reproducible-path/osdlyrics-0.5.15+dfsg/src'
make[2]: *** [Makefile:440: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/osdlyrics-0.5.15+dfsg'
make[1]: *** [Makefile:381: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/osdlyrics-0.5.15+dfsg'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:21: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---