Source: kylin-burner Version: 3.0.11-2 Severity: minor Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-shuffle
Hi, GNU Make now has a --shuffle option that simulates non-deterministic ordering of target prerequisites. See https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous work in Debian by Santiago Vila: https://people.debian.org/~sanvila/make-shuffle/ This package fails to build with make --shuffle=reverse. This is likely to be caused by a missing dependency in debian/rules or an upstream Makefile. More information about this mass bug filing is available at https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle Relevant part (hopefully): > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -I.. -I.. -I../libburner-utils/ -I../libburner-utils/ -I../libburner-media/ > -I../libburner-media/ -DBURNER_LOCALE_DIR=\""/usr/share/locale"\" > -DBURNER_PREFIX=\"/usr\" -DBURNER_SYSCONFDIR=\"/etc\" > -DBURNER_DATADIR=\"/usr/share/burner\" > -DBURNER_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" > -DBURNER_PLUGIN_DIRECTORY=\"/usr/lib/x86_64-linux-gnu/burner3-1/plugins\" > -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes > -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self > -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs > -Werror=return-type -DGSEAL_ENABLE -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/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 > -pthread -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/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0 > -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/gio-unix-2.0 -I/usr/include/cloudproviders > -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 > -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 > -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -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 -pthread -DGST_USE_UNSTABLE_API > -I/usr/include/gstreamer-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/orc-0.4 -pthread -D_REENTRANT -I/usr/include/gtk-3.0 > -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/gio-unix-2.0 -I/usr/include/cloudproviders > -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 > -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 > -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread > -Wno-error=format-nonliteral -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/kylin-burner-3.0.11=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -c -o burner-data-project.lo > burner-data-project.c > burner-track-data-cfg.c:2377:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2377 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (track); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_get_status': > burner-track-data-cfg.c:2401:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2401 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (track); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_get_size': > burner-track-data-cfg.c:2447:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2447 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (track); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_image_uri_cb': > burner-track-data-cfg.c:2483:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2483 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (self); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function > 'burner_track_data_cfg_unreadable_uri_cb': > burner-track-data-cfg.c:2522:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2522 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (self); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_recursive_uri_cb': > burner-track-data-cfg.c:2545:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2545 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (self); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_unknown_uri_cb': > burner-track-data-cfg.c:2571:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2571 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (self); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function > 'burner_track_data_cfg_autorun_inf_update': > burner-track-data-cfg.c:2602:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2602 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (self); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_find_icon_name': > burner-track-data-cfg.c:2643:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2643 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (track); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_joliet_rename_cb': > burner-track-data-cfg.c:2660:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2660 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (self); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function > 'burner_track_data_cfg_virtual_sibling_cb': > burner-track-data-cfg.c:2681:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2681 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (self); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function > 'burner_track_data_cfg_name_collision_cb': > burner-track-data-cfg.c:2699:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2699 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (self); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_deep_directory': > burner-track-data-cfg.c:2768:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2768 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (self); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_2G_file': > burner-track-data-cfg.c:2797:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2797 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (self); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_project_loaded': > burner-track-data-cfg.c:2825:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2825 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (self); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_activity_changed': > burner-track-data-cfg.c:2858:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2858 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (self); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_span': > burner-track-data-cfg.c:2941:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2941 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (track); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_span_again': > burner-track-data-cfg.c:2975:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2975 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (track); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_span_possible': > burner-track-data-cfg.c:2998:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 2998 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (track); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_span_stop': > burner-track-data-cfg.c:3020:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 3020 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (track); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_span_max_space': > burner-track-data-cfg.c:3043:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 3043 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (track); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_get_icon_path': > burner-track-data-cfg.c:3067:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 3067 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (track); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_get_icon': > burner-track-data-cfg.c:3093:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 3093 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (track); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function > 'burner_track_data_cfg_get_scaled_icon_path': > burner-track-data-cfg.c:3112:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 3112 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (track); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_set_icon': > burner-track-data-cfg.c:3146:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 3146 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (track); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_init': > burner-track-data-cfg.c:3293:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 3293 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (object); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_finalize': > burner-track-data-cfg.c:3385:20: warning: Deprecated pre-processor symbol: > replace with "G_ADD_PRIVATE" > 3385 | priv = BURNER_TRACK_DATA_CFG_PRIVATE (object); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > burner-track-data-cfg.c: In function 'burner_track_data_cfg_class_init': > burner-track-data-cfg.c:3422:9: warning: 'g_type_class_add_private' is > deprecated [-Wdeprecated-declarations] > 3422 | g_type_class_add_private (klass, sizeof > (BurnerTrackDataCfgPrivate)); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > 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-3.0/gdk/gdkapplaunchcontext.h:28, > from /usr/include/gtk-3.0/gdk/gdk.h:32, > from /usr/include/gtk-3.0/gtk/gtk.h:30, > from burner-track-data-cfg.c:41: > /usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here > 1503 | void g_type_class_add_private (gpointer > g_class, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > burner-data-tree-model.c:209:27: error: > 'burner_marshal_VOID__POINTER_UINT_POINTER' undeclared (first use in this > function); did you mean 'burner_marshal_VOID__STRING_STRING'? > 209 | burner_marshal_VOID__POINTER_UINT_POINTER, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > | burner_marshal_VOID__STRING_STRING > burner-data-tree-model.c:209:27: note: each undeclared identifier is reported > only once for each function it appears in > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. > -I../libburner-utils/ -I../libburner-utils/ -I../libburner-media/ > -I../libburner-media/ -DBURNER_LOCALE_DIR=\"/usr/share/locale\" > -DBURNER_PREFIX=\"/usr\" -DBURNER_SYSCONFDIR=\"/etc\" > -DBURNER_DATADIR=\"/usr/share/burner\" > -DBURNER_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" > -DBURNER_PLUGIN_DIRECTORY=\"/usr/lib/x86_64-linux-gnu/burner3-1/plugins\" > -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes > -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self > -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs > -Werror=return-type -DGSEAL_ENABLE -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/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include > -I/usr/include/sysprof-6 -pthread -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/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0 > -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/gio-unix-2.0 -I/usr/include/cloudproviders > -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 > -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 > -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -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 -pthread -DGST_USE_UNSTABLE_API > -I/usr/include/gstreamer-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/orc-0.4 -pthread -D_REENTRANT -I/usr/include/gtk-3.0 > -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/gio-unix-2.0 -I/usr/include/cloudproviders > -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 > -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 > -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread > -Wno-error=format-nonliteral -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/kylin-burner-3.0.11=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -c burner-file-node.c -fPIC -DPIC -o > .libs/burner-file-node.o > Makefile:849: update target 'burner-status-dialog.lo' due to: target does not > exist > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -I.. -I.. -I../libburner-utils/ -I../libburner-utils/ -I../libburner-media/ > -I../libburner-media/ -DBURNER_LOCALE_DIR=\""/usr/share/locale"\" > -DBURNER_PREFIX=\"/usr\" -DBURNER_SYSCONFDIR=\"/etc\" > -DBURNER_DATADIR=\"/usr/share/burner\" > -DBURNER_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" > -DBURNER_PLUGIN_DIRECTORY=\"/usr/lib/x86_64-linux-gnu/burner3-1/plugins\" > -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes > -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self > -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs > -Werror=return-type -DGSEAL_ENABLE -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/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 > -pthread -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/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0 > -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/gio-unix-2.0 -I/usr/include/cloudproviders > -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 > -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 > -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -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 -pthread -DGST_USE_UNSTABLE_API > -I/usr/include/gstreamer-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/orc-0.4 -pthread -D_REENTRANT -I/usr/include/gtk-3.0 > -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/gio-unix-2.0 -I/usr/include/cloudproviders > -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 > -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 > -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread > -Wno-error=format-nonliteral -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/kylin-burner-3.0.11=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -c -o burner-status-dialog.lo > burner-status-dialog.c > burner-data-tree-model.c:231:27: error: > 'burner_marshal_VOID__POINTER_POINTER' undeclared (first use in this > function); did you mean 'burner_marshal_VOID__STRING_STRING'? > 231 | burner_marshal_VOID__POINTER_POINTER, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > | burner_marshal_VOID__STRING_STRING > make[3]: *** [Makefile:849: burner-data-tree-model.lo] Error 1 shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/kylin-burner_3.0.11-2_unstable_reverse.log If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects