• Bug#1067346: seahorse: FTBFS: src/seahorse.p/application.c:385:9: error

    From Lucas Nussbaum@21:1/5 to All on Wed Mar 20 22:20:10 2024
    Source: seahorse
    Version: 43.0-1
    Severity: serious
    Justification: FTBFS
    Tags: trixie sid ftbfs
    User: lucas@debian.org
    Usertags: ftbfs-20240319 ftbfs-trixie

    Hi,

    During a rebuild of all packages in sid, your package failed to build
    on amd64.


    Relevant part (hopefully):
    cc -Isrc/seahorse.p -Isrc -I../src -Icommon -I../common -I. -I.. -Igkr -I../gkr -Issh -I../ssh -Ipgp -I../pgp -Ipkcs11 -I../pkcs11 -Idata -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -
    I/usr/include/gio-unix-2.0 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -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/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 -I/usr/include/libhandy-1 -I/
    usr/include/libsecret-1 -I/usr/include/gcr-3 -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -DGCR_API_SUBJECT_TO_CHANGE -DGCK_API_SUBJECT_TO_CHANGE -DSECRET_WITH_UNSTABLE -include
    config.h -Wno-unused-parameter -Wno-missing-field-initializers -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-
    time -D_FORTIFY_SOURCE=2 -pthread -DHANDY_USE_UNSTABLE_API -MD -MQ src/seahorse.p/meson-generated_application.c.o -MF src/seahorse.p/meson-generated_application.c.o.d -o src/seahorse.p/meson-generated_application.c.o -c src/seahorse.p/application.c
    In file included from gkr/seahorse-gkr.h:10,
    from src/seahorse.p/application.c:37: /usr/include/libsecret-1/libsecret/secret.h:40:2: warning: #warning "Some parts of the libsecret API are unstable. Define SECRET_API_SUBJECT_TO_CHANGE to acknowledge" [-Wcpp]
    40 | #warning "Some parts of the libsecret API are unstable. Define SECRET_API_SUBJECT_TO_CHANGE to acknowledge"
    | ^~~~~~~
    src/seahorse.p/application.c: In function ‘seahorse_application_add_action_accelerators’:
    src/seahorse.p/application.c:325:84: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
    325 | gtk_application_set_accels_for_action ((GtkApplication*) self, "app.help", _tmp2_);
    | ^~~~~~
    | |
    | gchar ** {aka char **}
    In file included from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
    from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
    from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
    from /usr/include/gtk-3.0/gtk/gtk.h:31,
    from src/seahorse.p/application.c:27: /usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
    156 | const gchar * const *accels);
    | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
    src/seahorse.p/application.c:332:84: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
    332 | gtk_application_set_accels_for_action ((GtkApplication*) self, "app.quit", _tmp5_);
    | ^~~~~~
    | |
    | gchar ** {aka char **}
    /usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
    156 | const gchar * const *accels);
    | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
    src/seahorse.p/application.c:339:91: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
    339 | gtk_application_set_accels_for_action ((GtkApplication*) self, "win.show-search", _tmp8_);
    | ^~~~~~
    | |
    | gchar ** {aka char **}
    /usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
    156 | const gchar * const *accels);
    | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
    src/seahorse.p/application.c:346:88: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
    346 | gtk_application_set_accels_for_action ((GtkApplication*) self, "win.new-item", _tmp11_);
    | ^~~~~~~
    | |
    | gchar ** {aka char **}
    /usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
    156 | const gchar * const *accels);
    | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
    src/seahorse.p/application.c:353:91: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
    353 | gtk_application_set_accels_for_action ((GtkApplication*) self, "win.import-file", _tmp14_);
    | ^~~~~~~
    | |
    | gchar ** {aka char **}
    /usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
    156 | const gchar * const *accels);
    | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
    src/seahorse.p/application.c:360:84: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
    360 | gtk_application_set_accels_for_action ((GtkApplication*) self, "win.copy", _tmp17_);
    | ^~~~~~~
    | |
    | gchar ** {aka char **}
    /usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
    156 | const gchar * const *accels);
    | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
    src/seahorse.p/application.c:367:85: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
    367 | gtk_application_set_accels_for_action ((GtkApplication*) self, "win.paste", _tmp20_);
    | ^~~~~~~
    | |
    | gchar ** {aka char **}
    /usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
    156 | const gchar * const *accels);
    | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
    src/seahorse.p/application.c: In function ‘seahorse_application_real_startup’:
    src/seahorse.p/application.c:385:9: error: implicit declaration of function ‘seahorse_pkcs11_backend_initialize’; did you mean ‘seahorse_pgp_backend_initialize’? [-Werror=implicit-function-declaration]
    385 | seahorse_pkcs11_backend_initialize ();
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    | seahorse_pgp_backend_initialize
    src/seahorse.p/application.c: In function ‘seahorse_application_real_open’:
    src/seahorse.p/application.c:448:22: warning: unused variable ‘_file_collection_size_’ [-Wunused-variable]
    448 | gint _file_collection_size_ = 0;
    | ^~~~~~~~~~~~~~~~~~~~~~ src/seahorse.p/application.c: In function ‘seahorse_application_real_handle_local_options’:
    src/seahorse.p/application.c:478:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
    478 | SeahorseApplication * self;
    | ^~~~
    src/seahorse.p/application.c: In function ‘__lambda24_’: src/seahorse.p/application.c:581:30: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
    581 | SeahorseApplication* self;
    | ^~~~
    In file included from /usr/include/glib-2.0/glib/gthread.h:34,
    from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
    from /usr/include/glib-2.0/glib.h:34,
    from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
    from /usr/include/gtk-3.0/gdk/gdk.h:30,
    from /usr/include/gtk-3.0/gtk/gtk.h:30: src/seahorse.p/application.c: In function ‘seahorse_application_get_type’:
    /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wincompatible-pointer-types]
    131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
    | ^~~~~~~~~~~~~
    /usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
    262 | (!g_atomic_pointer_get (location) && \
    | ^~~~~~~~~~~~~~~~~~~~
    src/seahorse.p/application.c:732:13: note: in expansion of macro ‘g_once_init_enter’
    732 | if (g_once_init_enter (&seahorse_application_type_id__once)) {
    | ^~~~~~~~~~~~~~~~~
    src/seahorse.p/application.c: At top level: src/seahorse.p/application.c:94:20: warning: ‘seahorse_application_properties’ defined but not used [-Wunused-variable]
    94 | static GParamSpec* seahorse_application_properties[SEAHORSE_APPLICATION_NUM_PROPERTIES];
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    cc1: some warnings being treated as errors
    [263/266] cc -Isrc/seahorse.p -Isrc -I../src -Icommon -I../common -I. -I.. -Igkr -I../gkr -Issh -I../ssh -Ipgp -I../pgp -Ipkcs11 -I../pkcs11 -Idata -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount -I/usr/
    include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -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/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 -I/usr/
    include/libhandy-1 -I/usr/include/libsecret-1 -I/usr/include/gcr-3 -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -DGCR_API_SUBJECT_TO_CHANGE -DGCK_API_SUBJECT_TO_CHANGE -DSECRET_WITH_
    UNSTABLE -include config.h -Wno-unused-parameter -Wno-missing-field-initializers -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -DHANDY_USE_UNSTABLE_API -MD -MQ src/seahorse.p/meson-generated_sidebar.c.o -MF src/seahorse.p/meson-generated_sidebar.c.o.d -o src/seahorse.p/meson-generated_sidebar.c.o -c src/seahorse.p/sidebar.c
    src/seahorse.p/sidebar.c: In function ‘seahorse_sidebar_constructor’: src/seahorse.p/sidebar.c:1505:76: warning: passing argument 3 of ‘gtk_list_box_bind_model’ from incompatible pointer type [-Wincompatible-pointer-types]
    1505 | gtk_list_box_bind_model ((GtkListBox*) self, (GListModel*) _tmp0_, _seahorse_sidebar_place_widget_create_cb_gtk_list_box_create_widget_func, g_object_ref (self), g_object_unref);
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    | |
    | GtkWidget * (*)(GObject *, void *) {aka struct _GtkWidget * (*)(struct _GObject *, void *)}
    In file included from /usr/include/gtk-3.0/gtk/gtk.h:140,
    from src/seahorse.p/sidebar.c:24: /usr/include/gtk-3.0/gtk/gtklistbox.h:312:89: note: expected ‘GtkListBoxCreateWidgetFunc’ {aka ‘struct _GtkWidget * (*)(void *, void *)’} but argument is of type ‘GtkWidget * (*)(GObject *, void *)’ {aka ‘struct _GtkWidget * (*)(struct _
    GObject *, void *)’}
    312 | GtkListBoxCreateWidgetFunc create_widget_func,
    | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
    In file included from /usr/include/glib-2.0/glib/gthread.h:34,
    from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
    from /usr/include/glib-2.0/glib.h:34,
    from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
    from /usr/include/gtk-3.0/gdk/gdk.h:30,
    from /usr/include/gtk-3.0/gtk/gtk.h:30: src/seahorse.p/sidebar.c: In function ‘seahorse_sidebar_get_type’: /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wincompatible-pointer-types]
    131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
    | ^~~~~~~~~~~~~
    /usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
    262 | (!g_atomic_pointer_get (location) && \
    | ^~~~~~~~~~~~~~~~~~~~
    src/seahorse.p/sidebar.c:1611:13: note: in expansion of macro ‘g_once_init_enter’
    1611 | if (g_once_init_enter (&seahorse_sidebar_type_id__once)) {
    | ^~~~~~~~~~~~~~~~~
    src/seahorse.p/sidebar.c: In function ‘block6_data_unref’: src/seahorse.p/sidebar.c:1750:38: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
    1750 | SeahorseSidebarItem* self;
    | ^~~~
    src/seahorse.p/sidebar.c: In function ‘block7_data_unref’: src/seahorse.p/sidebar.c:1814:38: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
    1814 | SeahorseSidebarItem* self;
    | ^~~~
    src/seahorse.p/sidebar.c: In function ‘block8_data_unref’: src/seahorse.p/sidebar.c:1857:38: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
    1857 | SeahorseSidebarItem* self;
    | ^~~~
    src/seahorse.p/sidebar.c: In function ‘__lambda13_’: src/seahorse.p/sidebar.c:1893:30: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
    1893 | SeahorseSidebarItem* self;
    | ^~~~
    src/seahorse.p/sidebar.c: In function ‘seahorse_sidebar_item_show_popup_menu’:
    src/seahorse.p/sidebar.c:2019:65: warning: passing argument 2 of ‘gtk_menu_shell_append’ from incompatible pointer type [-Wincompatible-pointer-types]
    2019 | gtk_menu_shell_append ((GtkMenuShell*) _tmp31_, _tmp32_);
    | ^~~~~~~
    | |
    | GtkMenuItem * {aka struct _GtkMenuItem *}
    In file included from /usr/include/gtk-3.0/gtk/gtkmenu.h:33,
    from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
    from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
    from /usr/include/gtk-3.0/gtk/gtk.h:33: /usr/include/gtk-3.0/gtk/gtkmenushell.h:92:55: note: expected ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} but argument is of type ‘GtkMenuItem *’ {aka ‘struct _GtkMenuItem *’}
    92 | GtkWidget *child);
    | ~~~~~~~~~~~~~~^~~~~ src/seahorse.p/sidebar.c:2031:65: warning: passing argument 2 of ‘gtk_menu_shell_append’ from incompatible pointer type [-Wincompatible-pointer-types]
    2031 | gtk_menu_shell_append ((GtkMenuShell*) _tmp37_, _tmp38_);
    | ^~~~~~~
    | |
    | GtkMenuItem * {aka struct _GtkMenuItem *}
    /usr/include/gtk-3.0/gtk/gtkmenushell.h:92:55: note: expected ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} but argument is of type ‘GtkMenuItem *’ {aka ‘struct _GtkMenuItem *’}
    92 | GtkWidget *child);
    | ~~~~~~~~~~~~~~^~~~~ src/seahorse.p/sidebar.c:2058:65: warning: passing argument 2 of ‘gtk_menu_shell_append’ from incompatible pointer type [-Wincompatible-pointer-types]
    2058 | gtk_menu_shell_append ((GtkMenuShell*) _tmp44_, _tmp45_);
    | ^~~~~~~
    | |
    | GtkMenuItem * {aka struct _GtkMenuItem *}
    /usr/include/gtk-3.0/gtk/gtkmenushell.h:92:55: note: expected ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} but argument is of type ‘GtkMenuItem *’ {aka ‘struct _GtkMenuItem *’}
    92 | GtkWidget *child);
    | ~~~~~~~~~~~~~~^~~~~ src/seahorse.p/sidebar.c:2082:65: warning: passing argument 2 of ‘gtk_menu_shell_append’ from incompatible pointer type [-Wincompatible-pointer-types]
    2082 | gtk_menu_shell_append ((GtkMenuShell*) _tmp50_, _tmp51_);
    | ^~~~~~~
    | |
    | GtkMenuItem * {aka struct _GtkMenuItem *}
    /usr/include/gtk-3.0/gtk/gtkmenushell.h:92:55: note: expected ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} but argument is of type ‘GtkMenuItem *’ {aka ‘struct _GtkMenuItem *’}
    92 | GtkWidget *child);
    | ~~~~~~~~~~~~~~^~~~~ src/seahorse.p/sidebar.c: In function ‘___lambda11_’: src/seahorse.p/sidebar.c:2392:24: warning: assignment to ‘GtkContainer *’ {aka ‘struct _GtkContainer *’} from incompatible pointer type ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} [-Wincompatible-pointer-types]
    2392 | _tmp1_ = gtk_widget_get_parent ((GtkWidget*) self);
    | ^
    src/seahorse.p/sidebar.c: In function ‘seahorse_sidebar_item_get_type’: /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wincompatible-pointer-types]
    131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
    | ^~~~~~~~~~~~~
    /usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
    262 | (!g_atomic_pointer_get (location) && \
    | ^~~~~~~~~~~~~~~~~~~~
    src/seahorse.p/sidebar.c:2732:13: note: in expansion of macro ‘g_once_init_enter’
    2732 | if (g_once_init_enter (&seahorse_sidebar_item_type_id__once)) {
    | ^~~~~~~~~~~~~~~~~
    [264/266] cc -Isrc/seahorse.p -Isrc -I../src -Icommon -I../common -I. -I.. -Igkr -I../gkr -Issh -I../ssh -Ipgp -I../pgp -Ipkcs11 -I../pkcs11 -Idata -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount -I/usr/
    include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -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/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 -I/usr/
    include/libhandy-1 -I/usr/include/libsecret-1 -I/usr/include/gcr-3 -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -DGCR_API_SUBJECT_TO_CHANGE -DGCK_API_SUBJECT_TO_CHANGE -DSECRET_WITH_
    UNSTABLE -include config.h -Wno-unused-parameter -Wno-missing-field-initializers -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -DHANDY_USE_UNSTABLE_API -MD -MQ src/seahorse.p/meson-generated_key-manager.c.o -MF src/seahorse.p/meson-generated_key-manager.c.o.d -o src/seahorse.p/meson-generated_key-manager.c.o -c src/seahorse.p/
    key-manager.c
    In file included from /usr/include/glib-2.0/glib/gthread.h:34,
    from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
    from /usr/include/glib-2.0/glib.h:34,
    from /usr/include/glib-2.0/gobject/gbinding.h:30,
    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 common/seahorse-common.h:6,
    from src/seahorse.p/key-manager.c:26: src/seahorse.p/key-manager.c: In function ‘seahorse_key_manager_dnd_target_get_type’:
    /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wincompatible-pointer-types]
    131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
    | ^~~~~~~~~~~~~
    /usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
    262 | (!g_atomic_pointer_get (location) && \
    | ^~~~~~~~~~~~~~~~~~~~
    src/seahorse.p/key-manager.c:419:13: note: in expansion of macro ‘g_once_init_enter’
    419 | if (g_once_init_enter (&seahorse_key_manager_dnd_target_type_id__once)) {
    | ^~~~~~~~~~~~~~~~~
    src/seahorse.p/key-manager.c: In function ‘seahorse_key_manager_construct’:
    src/seahorse.p/key-manager.c:599:64: warning: passing argument 3 of ‘gtk_list_box_bind_model’ from incompatible pointer type [-Wincompatible-pointer-types]
    599 | gtk_list_box_bind_model (_tmp5_, (GListModel*) _tmp6_, ___lambda21__gtk_list_box_create_widget_func, g_object_ref (self), g_object_unref);
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    | |
    | GtkWidget * (*)(GObject *, void *) {aka struct _GtkWidget * (*)(struct _GObject *, void *)}
    In file included from /usr/include/gtk-3.0/gtk/gtk.h:140,
    from common/seahorse-common.h:11: /usr/include/gtk-3.0/gtk/gtklistbox.h:312:89: note: expected ‘GtkListBoxCreateWidgetFunc’ {aka ‘struct _GtkWidget * (*)(void *, void *)’} but argument is of type ‘GtkWidget * (*)(GObject *, void *)’ {aka ‘struct _GtkWidget * (*)(struct _
    GObject *, void *)’}
    312 | GtkListBoxCreateWidgetFunc create_widget_func,
    | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
    src/seahorse.p/key-manager.c:579:14: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
    579 | gint _tmp15__length1;
    | ^~~~~~~~~~~~~~~
    src/seahorse.p/key-manager.c: In function ‘_seahorse_key_manager_on_filter_changed_gtk_search_entry_search_changed’:
    src/seahorse.p/key-manager.c:1014:77: warning: passing argument 2 of ‘seahorse_key_manager_on_filter_changed’ from incompatible pointer type [-Wincompatible-pointer-types]
    1014 | seahorse_key_manager_on_filter_changed ((SeahorseKeyManager*) self, _sender);
    | ^~~~~~~
    | |
    | GtkSearchEntry * {aka struct _GtkSearchEntry *}
    src/seahorse.p/key-manager.c:995:54: note: expected ‘GtkEditable *’ {aka ‘struct _GtkEditable *’} but argument is of type ‘GtkSearchEntry *’ {aka ‘struct _GtkSearchEntry *’}
    995 | GtkEditable* entry)
    | ~~~~~~~~~~~~~^~~~~ src/seahorse.p/key-manager.c: In function ‘seahorse_key_manager_on_drag_data_received’:
    src/seahorse.p/key-manager.c:1362:24: warning: pointer targets in assignment from ‘guchar *’ {aka ‘unsigned char *’} to ‘gchar *’ {aka ‘char *’} differ in signedness [-Wpointer-sign]
    1362 | _tmp0_ = gtk_selection_data_get_text (selection_data);
    | ^
    In file included from /usr/include/glib-2.0/glib/gstring.h:37,
    from /usr/include/glib-2.0/glib/giochannel.h:36,
    from /usr/include/glib-2.0/glib.h:56: src/seahorse.p/key-manager.c:1399:61: warning: passing argument 1 of ‘g_strchug’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
    1399 | g_strstrip (_tmp6_);
    | ^~~~~~ /usr/include/glib-2.0/glib/gstrfuncs.h:248:56: note: in definition of macro ‘g_strstrip’
    248 | #define g_strstrip( string ) g_strchomp (g_strchug (string))
    | ^~~~~~ /usr/include/glib-2.0/glib/gstrfuncs.h:243:55: note: expected ‘gchar *’ {aka ‘char *’} but argument is of type ‘const gchar *’ {aka ‘const char *’}
    243 | gchar* g_strchug (gchar *string);
    | ~~~~~~~~~~~~~~^~~~~~ src/seahorse.p/key-manager.c:1387:38: warning: unused variable ‘_uri_collection_size_’ [-Wunused-variable]
    1387 | gint _uri_collection_size_ = 0;
    | ^~~~~~~~~~~~~~~~~~~~~ src/seahorse.p/key-manager.c:1373:30: warning: variable ‘_uris_size_’ set but not used [-Wunused-but-set-variable]
    1373 | gint _uris_size_;
    | ^~~~~~~~~~~ src/seahorse.p/key-manager.c: In function ‘__lambda17_’: src/seahorse.p/key-manager.c:1756:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
    1756 | gint _tmp0__length1;
    | ^~~~~~~~~~~~~~
    src/seahorse.p/key-manager.c: In function ‘seahorse_key_manager_restore_keyring_selection’:
    src/seahorse.p/key-manager.c:1846:25: warning: variable ‘_tmp5_’ set but not used [-Wunused-but-set-variable]
    1846 | gchar** _tmp5_;
    | ^~~~~~
    src/seahorse.p/key-manager.c:1831:14: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
    1831 | gint _tmp4__length1;
    | ^~~~~~~~~~~~~~
    src/seahorse.p/key-manager.c: In function ‘seahorse_key_manager_on_sidebar_selected_rows_changed’:
    src/seahorse.p/key-manager.c:1900:59: warning: passing argument 3 of ‘g_settings_set_strv’ from incompatible pointer type [-Wincompatible-pointer-types]
    1900 | g_settings_set_strv (_tmp6_, "keyrings-selected", _tmp10_);
    | ^~~~~~~
    | |
    | gchar ** {aka char **}
    In file included from /usr/include/glib-2.0/gio/gio.h:137: /usr/include/glib-2.0/gio/gsettings.h:191:94: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
    191 | const gchar *const *value);
    | ~~~~~~~~~~~~~~~~~~~~^~~~~

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jeremy Bicha@21:1/5 to All on Wed Mar 20 22:50:02 2024
    Control: tag -1 pending

    Hello,

    Bug #1067346 in seahorse reported by you has been fixed in the
    Git repository and is awaiting an upload. You can see the commit
    message below and you can check the diff of the fix at:

    https://salsa.debian.org/gnome-team/seahorse/-/commit/b28fc01de8330ff2f8e0e01bcff3daf000f029b4

    ------------------------------------------------------------------------ Cherry-pick patch to fix implicit function declaration

    Closes: #1067346 ------------------------------------------------------------------------

    (this message was generated automatically)
    --
    Greetings

    https://bugs.debian.org/1067346

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Wed Mar 20 22:50:02 2024
    Processing control commands:

    tag -1 pending
    Bug #1067346 [src:seahorse] seahorse: FTBFS: src/seahorse.p/application.c:385:9: error: implicit declaration of function ‘seahorse_pkcs11_backend_initialize’; did you mean ‘seahorse_pgp_backend_initialize’? [-Werror=implicit-function-declaration]
    Added tag(s) pending.

    --
    1067346: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067346
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Wed Mar 20 23:30:02 2024
    This is a multi-part message in MIME format...

    Your message dated Wed, 20 Mar 2024 22:25:51 +0000
    with message-id <E1rn4Nb-008t9a-KN@fasolo.debian.org>
    and subject line Bug#1067346: fixed in seahorse 43.0-2
    has caused the Debian Bug report #1067346,
    regarding seahorse: FTBFS: src/seahorse.p/application.c:385:9: error: implicit declaration of function ‘seahorse_pkcs11_backend_initialize’; did you mean ‘seahorse_pgp_backend_initialize’? [-Werror=implicit-function-declaration]
    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.)


    --
    1067346: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067346
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    Received: (at submit) by bugs.debian.org; 20 Mar 2024 21:06:32 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
    (2021-04-09) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-103.6 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
    DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,
    FVGT_m_MULTI_ODD,LONGWORD,SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE,
    UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST
    autolearn=ham autolearn_force=no
    version=3.4.6-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 159; hammy, 150; neutral, 502; spammy,
    0. spammytokens:
    hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
    0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
    0.000-+--H*RT:108, 0.000-+--H*RT:311
    Return-path: <lucas@debian.org>
    Received: from stravi