+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/geeqie-1.7.3nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/geeqie-1.7.3nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for geeqie-1.7.3nb1 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3' Making all in src gmake[2]: Entering directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src' Making all in icons gmake[3]: Entering directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src/icons' Making all in svg gmake[4]: Entering directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src/icons/svg' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src/icons/svg' gmake[4]: Entering directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src/icons' gmake[4]: Leaving directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src/icons' gmake[3]: Leaving directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src/icons' gmake[3]: Entering directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src' CC ui_bookmark.o ui_bookmark.c: In function 'bookmark_edit': ui_bookmark.c:293:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 293 | generic_dialog_add_button(gd, GTK_STOCK_OK, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui_bookmark.c:302:2: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 302 | gtk_table_attach_defaults(GTK_TABLE(table), p->name_entry, 1, 2, 0, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_bookmark.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:9: note: declared here 138 | void gtk_table_attach_defaults (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui_bookmark.c:302:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 302 | gtk_table_attach_defaults(GTK_TABLE(table), p->name_entry, 1, 2, 0, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_bookmark.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ ui_bookmark.c:311:2: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 311 | gtk_table_attach_defaults(GTK_TABLE(table), label, 1, 2, 1, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_bookmark.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:9: note: declared here 138 | void gtk_table_attach_defaults (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui_bookmark.c:311:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 311 | gtk_table_attach_defaults(GTK_TABLE(table), label, 1, 2, 1, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_bookmark.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ ui_bookmark.c:322:2: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 322 | gtk_table_attach_defaults(GTK_TABLE(table), label, 1, 2, 2, 3); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_bookmark.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:138:9: note: declared here 138 | void gtk_table_attach_defaults (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui_bookmark.c:322:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 322 | gtk_table_attach_defaults(GTK_TABLE(table), label, 1, 2, 2, 3); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_bookmark.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ ui_bookmark.c: In function 'bookmark_menu_popup': ui_bookmark.c:414:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 414 | menu_item_add_stock_sensitive(menu, _("_Properties..."), GTK_STOCK_PROPERTIES, bm->editable, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_bookmark.c:416:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 416 | menu_item_add_stock_sensitive(menu, _("Move _up"), GTK_STOCK_GO_UP, bm->editable, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_bookmark.c:418:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 418 | menu_item_add_stock_sensitive(menu, _("Move _down"), GTK_STOCK_GO_DOWN, bm->editable, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_bookmark.c:420:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 420 | menu_item_add_stock_sensitive(menu, _("_Remove"), GTK_STOCK_REMOVE, bm->editable, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_bookmark.c:425:3: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 425 | gtk_menu_popup(GTK_MENU(menu), NULL, NULL, | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from ui_bookmark.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ ui_bookmark.c:430:3: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 430 | gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, button_n, time); | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from ui_bookmark.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ ui_bookmark.c: In function 'bookmark_drag_begin': ui_bookmark.c:527:2: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations] 527 | device_manager = gdk_display_get_device_manager(gdk_window_get_display(gtk_widget_get_window(button))); | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_bookmark.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here 171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_bookmark.c:528:2: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations] 528 | device = gdk_device_manager_get_client_pointer(device_manager); | ^~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_bookmark.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here 44 | GdkDevice * gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_bookmark.c: In function 'bookmark_populate': ui_bookmark.c:675:6: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 675 | b->image = gtk_image_new_from_stock(GTK_STOCK_MISSING_IMAGE, | ^ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42, from ui_bookmark.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ ui_bookmark.c:675:6: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 675 | b->image = gtk_image_new_from_stock(GTK_STOCK_MISSING_IMAGE, | ^ ui_bookmark.c:681:5: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 681 | b->image = gtk_image_new_from_stock(GTK_STOCK_JUMP_TO, GTK_ICON_SIZE_BUTTON); | ^ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42, from ui_bookmark.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ ui_bookmark.c:681:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 681 | b->image = gtk_image_new_from_stock(GTK_STOCK_JUMP_TO, GTK_ICON_SIZE_BUTTON); | ^ CC ui_fileops.o ui_fileops.c: In function 'encoding_dialog': ui_fileops.c:117:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 117 | generic_dialog_add_button(gd, GTK_STOCK_CLOSE, NULL, NULL, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui_fileops.c:119:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 119 | generic_dialog_add_message(gd, GTK_STOCK_DIALOG_WARNING, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui_fileops.c: In function 'web_file_async_ready_cb': ui_fileops.c:1049:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1049 | file_util_warning_dialog(_("Web file download failed"), error->message, GTK_STOCK_DIALOG_ERROR, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~ ui_fileops.c: In function 'download_web_file': ui_fileops.c:1115:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1115 | generic_dialog_add_message(web->gd, GTK_STOCK_DIALOG_INFO, message, NULL, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ CC ui_help.o ui_help.c: In function 'help_window_new': ui_help.c:251:2: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 251 | button = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ^~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54, from ui_help.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui_help.c:251:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 251 | button = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ^~~~~~ CC ui_menu.o ui_menu.c: In function 'actions_sort_cb': ui_menu.c:100:2: warning: 'gtk_action_get_accel_path' is deprecated [-Wdeprecated-declarations] 100 | accel_path_a = gtk_action_get_accel_path(GTK_ACTION(a)); | ^~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:136:14: note: declared here 136 | const gchar *gtk_action_get_accel_path (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui_menu.c:100:2: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 100 | accel_path_a = gtk_action_get_accel_path(GTK_ACTION(a)); | ^~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui_menu.c:101:2: warning: 'gtk_action_get_accel_path' is deprecated [-Wdeprecated-declarations] 101 | accel_path_b = gtk_action_get_accel_path(GTK_ACTION(b)); | ^~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:136:14: note: declared here 136 | const gchar *gtk_action_get_accel_path (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui_menu.c:101:2: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 101 | accel_path_b = gtk_action_get_accel_path(GTK_ACTION(b)); | ^~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui_menu.c: In function 'menu_item_add_main_window_accelerator': ui_menu.c:141:2: warning: 'gtk_ui_manager_get_action_groups' is deprecated [-Wdeprecated-declarations] 141 | groups = gtk_ui_manager_get_action_groups(lw->ui_manager); | ^~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:145:16: note: declared here 145 | GList *gtk_ui_manager_get_action_groups (GtkUIManager *manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_menu.c:142:2: warning: 'gtk_action_group_list_actions' is deprecated [-Wdeprecated-declarations] 142 | actions = gtk_action_group_list_actions(GTK_ACTION_GROUP(groups->data)); // Only the first group required | ^~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:198:17: note: declared here 198 | GList *gtk_action_group_list_actions (GtkActionGroup *action_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_menu.c:142:2: warning: 'gtk_action_group_get_type' is deprecated [-Wdeprecated-declarations] 142 | actions = gtk_action_group_list_actions(GTK_ACTION_GROUP(groups->data)); // Only the first group required | ^~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:173:17: note: declared here 173 | GType gtk_action_group_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui_menu.c:147:3: warning: 'gtk_action_get_type' is deprecated [-Wdeprecated-declarations] 147 | action = GTK_ACTION(actions->data); | ^~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here 96 | GType gtk_action_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~ ui_menu.c:148:3: warning: 'gtk_action_get_accel_path' is deprecated [-Wdeprecated-declarations] 148 | accel_path = gtk_action_get_accel_path(action); | ^~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:136:14: note: declared here 136 | const gchar *gtk_action_get_accel_path (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui_menu.c: In function 'menu_item_add_stock': ui_menu.c:215:2: warning: 'gtk_image_menu_item_new_with_mnemonic' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 215 | item = gtk_image_menu_item_new_with_mnemonic(label); | ^~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_menu.c:219:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 219 | image = gtk_image_new_from_stock(stock_id, GTK_ICON_SIZE_MENU); | ^~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ ui_menu.c:220:2: warning: 'gtk_image_menu_item_set_image' is deprecated [-Wdeprecated-declarations] 220 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(item), image); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_menu.c:220:2: warning: 'gtk_image_menu_item_get_type' is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations] 220 | gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(item), image); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:76:10: note: declared here 76 | GType gtk_image_menu_item_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_menu.c: In function 'popup_menu_position_clamp': ui_menu.c:390:2: warning: 'gtk_widget_get_requisition' is deprecated: Use 'gtk_widget_get_preferred_width & gtk_widget_get_preferred_height' instead [-Wdeprecated-declarations] 390 | gtk_widget_get_requisition(GTK_WIDGET(menu), &requisition); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:948:23: note: declared here 948 | void gtk_widget_get_requisition (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui_menu.c:393:2: warning: 'gdk_screen_width' is deprecated [-Wdeprecated-declarations] 393 | xw = gdk_screen_width(); | ^~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here 108 | gint gdk_screen_width (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~ ui_menu.c:394:2: warning: 'gdk_screen_height' is deprecated [-Wdeprecated-declarations] 394 | xh = gdk_screen_height(); | ^~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_menu.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here 110 | gint gdk_screen_height (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ CC ui_misc.o ui_misc.c: In function 'pref_group_new': ui_misc.c:78:2: warning: 'gtk_vbox_get_type' is deprecated [-Wdeprecated-declarations] 78 | if (GTK_IS_VBOX(parent_box)) | ^~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:59:13: note: declared here 59 | GType gtk_vbox_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ ui_misc.c: In function 'pref_line': ui_misc.c:185:2: warning: 'gtk_hbox_get_type' is deprecated [-Wdeprecated-declarations] 185 | if (GTK_IS_HBOX(parent_box)) | ^~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:61:13: note: declared here 61 | GType gtk_hbox_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ ui_misc.c:187:3: warning: 'gtk_vseparator_new' is deprecated: Use 'gtk_separator_new' instead [-Wdeprecated-declarations] 187 | spacer = gtk_vseparator_new(); | ^~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:290, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvseparator.h:67:12: note: declared here 67 | GtkWidget* gtk_vseparator_new (void); | ^~~~~~~~~~~~~~~~~~ ui_misc.c:191:3: warning: 'gtk_hseparator_new' is deprecated: Use 'gtk_separator_new' instead [-Wdeprecated-declarations] 191 | spacer = gtk_hseparator_new(); | ^~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:267, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhseparator.h:61:12: note: declared here 61 | GtkWidget* gtk_hseparator_new (void); | ^~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'pref_button_new': ui_misc.c:260:3: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 260 | button = gtk_button_new_from_stock(stock_id); | ^~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui_misc.c:269:3: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 269 | if (stock_id) image = gtk_image_new_from_stock(stock_id, GTK_ICON_SIZE_BUTTON); | ^~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ ui_misc.c:289:4: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 289 | align = gtk_alignment_new(0.5, 0.5, 0.0, 0.0); | ^~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:255, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ ui_misc.c: In function 'pref_table_new': ui_misc.c:596:2: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 596 | table = gtk_table_new(rows, columns, homogeneous); | ^~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ ui_misc.c:597:2: warning: 'gtk_table_set_row_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 597 | gtk_table_set_row_spacings(GTK_TABLE(table), PREF_PAD_GAP); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:159:9: note: declared here 159 | void gtk_table_set_row_spacings (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui_misc.c:597:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 597 | gtk_table_set_row_spacings(GTK_TABLE(table), PREF_PAD_GAP); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ ui_misc.c:598:2: warning: 'gtk_table_set_col_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 598 | gtk_table_set_col_spacings(GTK_TABLE(table), PREF_PAD_SPACE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:164:9: note: declared here 164 | void gtk_table_set_col_spacings (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui_misc.c:598:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 598 | gtk_table_set_col_spacings(GTK_TABLE(table), PREF_PAD_SPACE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'pref_table_box': ui_misc.c:633:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 633 | gtk_table_attach(GTK_TABLE(table), shell, column, column + 1, row, row + 1, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ ui_misc.c:633:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 633 | gtk_table_attach(GTK_TABLE(table), shell, column, column + 1, row, row + 1, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'pref_table_label': ui_misc.c:647:2: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 647 | align = gtk_alignment_new(alignment, 0.50, 0.0, 0.0); | ^~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:255, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ ui_misc.c:648:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 648 | gtk_table_attach(GTK_TABLE(table), align, column, column + 1, row, row + 1, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ ui_misc.c:648:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 648 | gtk_table_attach(GTK_TABLE(table), align, column, column + 1, row, row + 1, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'pref_table_button': ui_misc.c:665:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 665 | gtk_table_attach(GTK_TABLE(table), button, column, column + 1, row, row + 1, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ ui_misc.c:665:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 665 | gtk_table_attach(GTK_TABLE(table), button, column, column + 1, row, row + 1, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'pref_table_spin': ui_misc.c:711:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 711 | gtk_table_attach(GTK_TABLE(table), box, column, column + 1, row, row + 1, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ ui_misc.c:711:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 711 | gtk_table_attach(GTK_TABLE(table), box, column, column + 1, row, row + 1, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'pref_toolbar_button': ui_misc.c:758:4: warning: 'gtk_toggle_tool_button_new_from_stock' is deprecated: Use 'gtk_toggle_tool_button_new' instead [-Wdeprecated-declarations] 758 | item = GTK_WIDGET(gtk_toggle_tool_button_new_from_stock(stock_id)); | ^~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkradiotoolbutton.h:28, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:173, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktoggletoolbutton.h:79:14: note: declared here 79 | GtkToolItem *gtk_toggle_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_misc.c:769:4: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 769 | item = GTK_WIDGET(gtk_tool_button_new_from_stock(stock_id)); | ^~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'pref_toolbar_button_set_icon': ui_misc.c:800:3: warning: 'gtk_tool_button_set_stock_id' is deprecated: Use 'gtk_tool_button_set_icon_name' instead [-Wdeprecated-declarations] 800 | gtk_tool_button_set_stock_id(GTK_TOOL_BUTTON(button), stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:97:23: note: declared here 97 | void gtk_tool_button_set_stock_id (GtkToolButton *button, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'date_selection_popup_hide': ui_misc.c:848:3: warning: 'gdk_keyboard_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 848 | gdk_keyboard_ungrab(GDK_CURRENT_TIME); | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:102:15: note: declared here 102 | void gdk_keyboard_ungrab (guint32 time_); | ^~~~~~~~~~~~~~~~~~~ ui_misc.c:849:3: warning: 'gdk_pointer_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 849 | gdk_pointer_ungrab(GDK_CURRENT_TIME); | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:100:15: note: declared here 100 | void gdk_pointer_ungrab (guint32 time_); | ^~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'date_selection_popup': ui_misc.c:980:2: warning: 'gdk_screen_height' is deprecated [-Wdeprecated-declarations] 980 | if (y + window_allocation.height > gdk_screen_height()) | ^~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here 110 | gint gdk_screen_height (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ ui_misc.c:991:2: warning: 'gdk_pointer_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] 991 | gdk_pointer_grab(gtk_widget_get_window(ds->window), TRUE, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:86:15: note: declared here 86 | GdkGrabStatus gdk_pointer_grab (GdkWindow *window, | ^~~~~~~~~~~~~~~~ ui_misc.c:994:2: warning: 'gdk_keyboard_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] 994 | gdk_keyboard_grab(gtk_widget_get_window(ds->window), TRUE, GDK_CURRENT_TIME); | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:93:15: note: declared here 93 | GdkGrabStatus gdk_keyboard_grab (GdkWindow *window, | ^~~~~~~~~~~~~~~~~ ui_misc.c: In function 'button_size_allocate_cb': ui_misc.c:1014:2: warning: 'gtk_widget_get_requisition' is deprecated: Use 'gtk_widget_get_preferred_width & gtk_widget_get_preferred_height' instead [-Wdeprecated-declarations] 1014 | gtk_widget_get_requisition(spin, &spin_requisition); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:948:23: note: declared here 948 | void gtk_widget_get_requisition (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'spin_increase': ui_misc.c:1034:2: warning: 'gtk_widget_size_request' is deprecated: Use 'gtk_widget_get_preferred_size' instead [-Wdeprecated-declarations] 1034 | gtk_widget_size_request(spin, &req); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:672:12: note: declared here 672 | void gtk_widget_size_request (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'date_selection_new': ui_misc.c:1096:2: warning: 'gtk_arrow_new' is deprecated [-Wdeprecated-declarations] 1096 | arrow = gtk_arrow_new(GTK_ARROW_DOWN, GTK_SHADOW_NONE); | ^~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:251, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkarrow.h:73:12: note: declared here 73 | GtkWidget* gtk_arrow_new (GtkArrowType arrow_type, | ^~~~~~~~~~~~~ ui_misc.c: In function 'sizer_default_handle_size': ui_misc.c:1205:2: warning: 'gtk_rc_get_style' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations] 1205 | style = gtk_rc_get_style(paned); | ^~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:273, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkrc.h:175:11: note: declared here 175 | GtkStyle* gtk_rc_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~ ui_misc.c:1206:2: warning: 'gtk_widget_set_style' is deprecated [-Wdeprecated-declarations] 1206 | gtk_widget_set_style(paned, style); | ^~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:737:13: note: declared here 737 | void gtk_widget_set_style (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'sizer_press_cb': ui_misc.c:1294:2: warning: 'gdk_pointer_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] 1294 | gdk_pointer_grab(gtk_widget_get_window(sd->sizer), FALSE, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:86:15: note: declared here 86 | GdkGrabStatus gdk_pointer_grab (GdkWindow *window, | ^~~~~~~~~~~~~~~~ ui_misc.c: In function 'sizer_release_cb': ui_misc.c:1308:2: warning: 'gdk_pointer_is_grabbed' is deprecated: Use 'gdk_display_device_is_grabbed' instead [-Wdeprecated-declarations] 1308 | if (gdk_pointer_is_grabbed() && gtk_widget_has_grab(sd->sizer)) | ^~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:104:15: note: declared here 104 | gboolean gdk_pointer_is_grabbed (void); | ^~~~~~~~~~~~~~~~~~~~~~ ui_misc.c:1311:3: warning: 'gdk_pointer_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 1311 | gdk_pointer_ungrab(bevent->time); | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:100:15: note: declared here 100 | void gdk_pointer_ungrab (guint32 time_); | ^~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'sizer_expose_cb': ui_misc.c:1352:2: warning: 'gdk_cairo_create' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] 1352 | cairo_t *cr = gdk_cairo_create(gtk_widget_get_window(widget)); | ^~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here 35 | cairo_t * gdk_cairo_create (GdkWindow *window); | ^~~~~~~~~~~~~~~~ ui_misc.c: In function 'sizer_realize_cb': ui_misc.c:1414:3: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 1414 | cursor = gdk_cursor_new(n); | ^~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:34, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here 228 | GdkCursor* gdk_cursor_new (GdkCursorType cursor_type); | ^~~~~~~~~~~~~~ ui_misc.c: In function 'pref_color_button_set_cb': ui_misc.c:1672:2: warning: 'gtk_color_button_get_color' is deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations] 1672 | gtk_color_button_get_color(GTK_COLOR_BUTTON(widget), color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:74, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcolorbutton.h:92:12: note: declared here 92 | void gtk_color_button_get_color (GtkColorButton *button, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'pref_color_button_new': ui_misc.c:1683:3: warning: 'gtk_color_button_new_with_color' is deprecated: Use 'gtk_color_button_new_with_rgba' instead [-Wdeprecated-declarations] 1683 | button = gtk_color_button_new_with_color(color); | ^~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:74, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcolorbutton.h:87:12: note: declared here 87 | GtkWidget *gtk_color_button_new_with_color (const GdkColor *color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_misc.c: In function 'defined_mouse_buttons': ui_misc.c:1784:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 1784 | action = gtk_action_group_get_action(lw->action_group, options->mouse_button_8); | ^~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_misc.c:1787:6: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 1787 | gtk_action_activate(action); | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ ui_misc.c:1795:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 1795 | action = gtk_action_group_get_action(lw->action_group, options->mouse_button_9); | ^~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here 195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_misc.c:1798:6: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 1798 | gtk_action_activate(action); | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252, from ui_misc.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here 119 | void gtk_action_activate (GtkAction *action); | ^~~~~~~~~~~~~~~~~~~ CC ui_pathsel.o ui_pathsel.c: In function 'dest_view_rename_cb': ui_pathsel.c:435:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 435 | warning_dialog(_("Rename failed"), buf, GTK_STOCK_DIALOG_INFO, dd->entry); | ^~~~~~~~~~~~~~ ui_pathsel.c:441:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 441 | warning_dialog(_("Rename failed"), buf, GTK_STOCK_DIALOG_ERROR, dd->entry); | ^~~~~~~~~~~~~~ ui_pathsel.c: In function 'dest_view_delete_dlg_ok_cb': ui_pathsel.c:497:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 497 | warning_dialog(_("File deletion failed"), text, GTK_STOCK_DIALOG_WARNING, dl->dd->entry); | ^~~~~~~~~~~~~~ ui_pathsel.c: In function 'dest_view_delete': ui_pathsel.c:543:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 543 | generic_dialog_add_button(dd->gd, GTK_STOCK_DELETE, NULL, dest_view_delete_dlg_ok_cb, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui_pathsel.c:546:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 546 | generic_dialog_add_message(dd->gd, GTK_STOCK_DIALOG_QUESTION, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui_pathsel.c: In function 'dest_popup_menu': ui_pathsel.c:638:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 638 | menu_item_add_stock(menu, _("Add _Bookmark"), GTK_STOCK_JUMP_TO, | ^~~~~~~~~~~~~~~~~~~ ui_pathsel.c:646:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 646 | menu_item_add_stock(menu, _("_Delete"), GTK_STOCK_DELETE, | ^~~~~~~~~~~~~~~~~~~ ui_pathsel.c:648:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 648 | menu_item_add_stock(menu, _("Add _Bookmark"), GTK_STOCK_JUMP_TO, | ^~~~~~~~~~~~~~~~~~~ ui_pathsel.c:655:3: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 655 | gtk_menu_popup(GTK_MENU(menu), NULL, NULL, | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from ui_pathsel.c:37: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ ui_pathsel.c:660:3: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 660 | gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, button, time); | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from ui_pathsel.c:37: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ ui_pathsel.c: In function 'dest_new_dir_cb': ui_pathsel.c:762:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 762 | warning_dialog(_("Error creating folder"), text, GTK_STOCK_DIALOG_ERROR, dd->entry); | ^~~~~~~~~~~~~~ ui_pathsel.c: In function 'path_selection_new_with_files': ui_pathsel.c:1039:2: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1039 | table = gtk_table_new(4, (filter != NULL) ? 3 : 1, FALSE); | ^~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_pathsel.c:37: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ ui_pathsel.c:1040:2: warning: 'gtk_table_set_col_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1040 | gtk_table_set_col_spacings(GTK_TABLE(table), PREF_PAD_GAP); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_pathsel.c:37: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:164:9: note: declared here 164 | void gtk_table_set_col_spacings (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui_pathsel.c:1040:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 1040 | gtk_table_set_col_spacings(GTK_TABLE(table), PREF_PAD_GAP); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_pathsel.c:37: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ ui_pathsel.c:1041:2: warning: 'gtk_table_set_row_spacing' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1041 | gtk_table_set_row_spacing(GTK_TABLE(table), 0, PREF_PAD_GAP); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_pathsel.c:37: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:145:9: note: declared here 145 | void gtk_table_set_row_spacing (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ui_pathsel.c:1041:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 1041 | gtk_table_set_row_spacing(GTK_TABLE(table), 0, PREF_PAD_GAP); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_pathsel.c:37: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ ui_pathsel.c:1065:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1065 | gtk_table_attach(GTK_TABLE(table), paned, 0, 3, 1, 2, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_pathsel.c:37: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ ui_pathsel.c:1065:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 1065 | gtk_table_attach(GTK_TABLE(table), paned, 0, 3, 1, 2, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_pathsel.c:37: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ ui_pathsel.c:1073:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1073 | gtk_table_attach(GTK_TABLE(table), hbox2, 0, 1, 1, 2, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_pathsel.c:37: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ ui_pathsel.c:1073:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 1073 | gtk_table_attach(GTK_TABLE(table), hbox2, 0, 1, 1, 2, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_pathsel.c:37: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ ui_pathsel.c:1166:4: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1166 | gtk_table_attach(GTK_TABLE(table), scrolled, 2, 3, 1, 2, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_pathsel.c:37: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ ui_pathsel.c:1166:4: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 1166 | gtk_table_attach(GTK_TABLE(table), scrolled, 2, 3, 1, 2, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ui_pathsel.c:37: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ CC ui_spinner.o ui_spinner.c: In function 'spinner_new': ui_spinner.c:160:3: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] 160 | pb = gdk_pixbuf_new_from_inline(-1, icon_spinner, FALSE, NULL); | ^~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_spinner.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:298:12: note: declared here 298 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui_spinner.c:181:3: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 181 | sp->image = gtk_image_new_from_stock(GTK_STOCK_MISSING_IMAGE, GTK_ICON_SIZE_DIALOG); | ^~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42, from ui_spinner.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ ui_spinner.c:181:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 181 | sp->image = gtk_image_new_from_stock(GTK_STOCK_MISSING_IMAGE, GTK_ICON_SIZE_DIALOG); | ^~ CC ui_tabcomp.o ui_tabcomp.c: In function 'tab_completion_popup_pos_cb': ui_tabcomp.c:321:2: warning: 'gdk_screen_get_monitor_at_window' is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations] 321 | monitor_num = gdk_screen_get_monitor_at_window(screen, gtk_widget_get_window(GTK_WIDGET(td->entry))); | ^~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from ui_tabcomp.c:34: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:91:15: note: declared here 91 | gint gdk_screen_get_monitor_at_window (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_tabcomp.c:322:2: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 322 | gdk_screen_get_monitor_geometry(screen, monitor_num, &monitor); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from ui_tabcomp.c:34: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:78:14: note: declared here 78 | void gdk_screen_get_monitor_geometry (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_tabcomp.c:324:2: warning: 'gtk_widget_size_request' is deprecated: Use 'gtk_widget_get_preferred_size' instead [-Wdeprecated-declarations] 324 | gtk_widget_size_request(GTK_WIDGET(menu), &req); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from ui_tabcomp.c:35: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:672:12: note: declared here 672 | void gtk_widget_size_request (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~ ui_tabcomp.c:334:2: warning: 'gtk_widget_get_requisition' is deprecated: Use 'gtk_widget_get_preferred_width & gtk_widget_get_preferred_height' instead [-Wdeprecated-declarations] 334 | gtk_widget_get_requisition(td->entry, &requisition); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from ui_tabcomp.c:35: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:948:23: note: declared here 948 | void gtk_widget_get_requisition (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui_tabcomp.c: In function 'tab_completion_popup_list': ui_tabcomp.c:412:2: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 412 | gtk_menu_popup(GTK_MENU(menu), NULL, NULL, | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from ui_tabcomp.c:35: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ ui_tabcomp.c: In function 'tab_completion_create_complete_button': ui_tabcomp.c:712:2: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] 712 | pixbuf = gdk_pixbuf_new_from_inline(-1, icon_tabcomp, FALSE, NULL); | ^~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33, from ui_tabcomp.c:34: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:298:12: note: declared here 298 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ui_tabcomp.c: In function 'tab_completion_select_show': ui_tabcomp.c:950:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 950 | file_dialog_add_button(td->fd, GTK_STOCK_OK, NULL, | ^~~~~~~~~~~~~~~~~~~~~~ CC ui_tree_edit.o ui_tree_edit.c: In function 'tree_edit_close': ui_tree_edit.c:47:2: warning: 'gdk_keyboard_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 47 | gdk_keyboard_ungrab(GDK_CURRENT_TIME); | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_tree_edit.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:102:15: note: declared here 102 | void gdk_keyboard_ungrab (guint32 time_); | ^~~~~~~~~~~~~~~~~~~ ui_tree_edit.c:48:2: warning: 'gdk_pointer_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 48 | gdk_pointer_ungrab(GDK_CURRENT_TIME); | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_tree_edit.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:100:15: note: declared here 100 | void gdk_pointer_ungrab (guint32 time_); | ^~~~~~~~~~~~~~~~~~ ui_tree_edit.c: In function 'tree_edit_by_path_idle_cb': ui_tree_edit.c:182:2: warning: 'gdk_pointer_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] 182 | gdk_pointer_grab(gtk_widget_get_window(ted->window), TRUE, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_tree_edit.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:86:15: note: declared here 86 | GdkGrabStatus gdk_pointer_grab (GdkWindow *window, | ^~~~~~~~~~~~~~~~ ui_tree_edit.c:185:2: warning: 'gdk_keyboard_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] 185 | gdk_keyboard_grab(gtk_widget_get_window(ted->window), TRUE, GDK_CURRENT_TIME); | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_tree_edit.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:93:15: note: declared here 93 | GdkGrabStatus gdk_keyboard_grab (GdkWindow *window, | ^~~~~~~~~~~~~~~~~ ui_tree_edit.c: In function 'widget_auto_scroll_cb': ui_tree_edit.c:590:2: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations] 590 | device_manager = gdk_display_get_device_manager(gdk_window_get_display(window)); | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_tree_edit.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here 171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui_tree_edit.c:591:2: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations] 591 | device = gdk_device_manager_get_client_pointer(device_manager); | ^~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from ui_tree_edit.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here 44 | GdkDevice * gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC ui_utildlg.o ui_utildlg.c: In function 'generic_dialog_add_message': ui_utildlg.c:301:3: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 301 | image = gtk_image_new_from_stock(icon_stock_id, GTK_ICON_SIZE_DIALOG); | ^~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42, from ui_utildlg.c:31: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ ui_utildlg.c: In function 'generic_dialog_setup': ui_utildlg.c:486:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 486 | gd->cancel_button = generic_dialog_add_button(gd, GTK_STOCK_CANCEL, NULL, gd->cancel_cb, TRUE); | ^~ ui_utildlg.c: In function 'warning_dialog': ui_utildlg.c:531:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 531 | generic_dialog_add_button(gd, GTK_STOCK_OK, NULL, warning_dialog_ok_cb, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~ CC pan-view/pan-calendar.o CC pan-view/pan-folder.o CC pan-view/pan-grid.o CC pan-view/pan-item.o CC pan-view/pan-timeline.o CC pan-view/pan-util.o CC pan-view/pan-view.o pan-view/pan-view.c: In function 'pan_warning_folder': pan-view/pan-view.c:521:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 521 | GTK_STOCK_DIALOG_INFO, parent); | ^~~~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c: In function 'pan_window_key_press_cb': pan-view/pan-view.c:1371:6: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 1371 | gtk_menu_popup(GTK_MENU(menu), NULL, NULL, | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ pan-view/pan-view.c: In function 'button_cb': pan-view/pan-view.c:1597:4: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 1597 | gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, 3, event->time); | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ pan-view/pan-view.c: In function 'pan_window_image_scroll_notify_cb': pan-view/pan-view.c:1721:2: warning: 'gtk_adjustment_changed' is deprecated [-Wdeprecated-declarations] 1721 | gtk_adjustment_changed(adj); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:38, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkadjustment.h:87:12: note: declared here 87 | void gtk_adjustment_changed (GtkAdjustment *adjustment); | ^~~~~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:1722:2: warning: 'gtk_adjustment_value_changed' is deprecated [-Wdeprecated-declarations] 1722 | gtk_adjustment_value_changed(adj); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:38, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkadjustment.h:89:12: note: declared here 89 | void gtk_adjustment_value_changed (GtkAdjustment *adjustment); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:1734:2: warning: 'gtk_adjustment_changed' is deprecated [-Wdeprecated-declarations] 1734 | gtk_adjustment_changed(adj); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:38, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkadjustment.h:87:12: note: declared here 87 | void gtk_adjustment_changed (GtkAdjustment *adjustment); | ^~~~~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:1735:2: warning: 'gtk_adjustment_value_changed' is deprecated [-Wdeprecated-declarations] 1735 | gtk_adjustment_value_changed(adj); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:38, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtkadjustment.h:89:12: note: declared here 89 | void gtk_adjustment_value_changed (GtkAdjustment *adjustment); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c: In function 'pan_window_entry_activate_cb': pan-view/pan-view.c:1797:11: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1797 | GTK_STOCK_DIALOG_WARNING, pw->path_entry); | ^~~~~~~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c: In function 'pan_window_new_real': pan-view/pan-view.c:1937:2: warning: 'gtk_table_set_row_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1937 | gtk_table_set_row_spacings(GTK_TABLE(table), 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:159:9: note: declared here 159 | void gtk_table_set_row_spacings (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:1937:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 1937 | gtk_table_set_row_spacings(GTK_TABLE(table), 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:1938:2: warning: 'gtk_table_set_col_spacings' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1938 | gtk_table_set_col_spacings(GTK_TABLE(table), 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:164:9: note: declared here 164 | void gtk_table_set_col_spacings (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:1938:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 1938 | gtk_table_set_col_spacings(GTK_TABLE(table), 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:1955:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1955 | gtk_table_attach(GTK_TABLE(table), pw->imd->widget, 0, 1, 0, 1, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ pan-view/pan-view.c:1955:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 1955 | gtk_table_attach(GTK_TABLE(table), pw->imd->widget, 0, 1, 0, 1, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:1963:2: warning: 'gtk_hscrollbar_new' is deprecated: Use 'gtk_scrollbar_new' instead [-Wdeprecated-declarations] 1963 | pw->scrollbar_h = gtk_hscrollbar_new(NULL); | ^~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:266, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h:61:12: note: declared here 61 | GtkWidget* gtk_hscrollbar_new (GtkAdjustment *adjustment); | ^~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:1966:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1966 | gtk_table_attach(GTK_TABLE(table), pw->scrollbar_h, 0, 1, 1, 2, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ pan-view/pan-view.c:1966:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 1966 | gtk_table_attach(GTK_TABLE(table), pw->scrollbar_h, 0, 1, 1, 2, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:1970:2: warning: 'gtk_vscrollbar_new' is deprecated: Use 'gtk_scrollbar_new' instead [-Wdeprecated-declarations] 1970 | pw->scrollbar_v = gtk_vscrollbar_new(NULL); | ^~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:289, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h:67:12: note: declared here 67 | GtkWidget* gtk_vscrollbar_new (GtkAdjustment *adjustment); | ^~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:1973:2: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 1973 | gtk_table_attach(GTK_TABLE(table), pw->scrollbar_v, 1, 2, 0, 1, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ pan-view/pan-view.c:1973:2: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 1973 | gtk_table_attach(GTK_TABLE(table), pw->scrollbar_v, 1, 2, 0, 1, | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280, from ./main.h:63, from pan-view/pan-view.h:25, from pan-view/pan-view.c:22: /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ pan-view/pan-view.c: In function 'pan_warning': pan-view/pan-view.c:2086:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2086 | generic_dialog_add_button(gd, GTK_STOCK_OK, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:2089:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2089 | box = generic_dialog_add_message(gd, GTK_STOCK_DIALOG_INFO, | ^~~ pan-view/pan-view.c: In function 'pan_popup_menu': pan-view/pan-view.c:2377:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2377 | menu_item_add_stock_sensitive(menu, _("_Play"), GTK_STOCK_MEDIA_PLAY, video, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:2381:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2381 | menu_item_add_stock(menu, _("Zoom _in"), GTK_STOCK_ZOOM_IN, | ^~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:2383:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2383 | menu_item_add_stock(menu, _("Zoom _out"), GTK_STOCK_ZOOM_OUT, | ^~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:2385:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2385 | menu_item_add_stock(menu, _("Zoom _1:1"), GTK_STOCK_ZOOM_100, | ^~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:2396:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2396 | menu_item_add_stock_sensitive(menu, _("View in _new window"), GTK_STOCK_NEW, active, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:2398:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2398 | menu_item_add_stock(menu, _("Go to original"), GTK_STOCK_FIND, | ^~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:2402:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2402 | menu_item_add_stock_sensitive(menu, _("_Copy..."), GTK_STOCK_COPY, active, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pan-view/pan-view.c:2420:6: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2420 | _("_Delete"), GTK_STOCK_DELETE, active, | ^ pan-view/pan-view.c:2481:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 2481 | menu_item_add_stock(menu, _("C_lose window"), GTK_STOCK_CLOSE, G_CALLBACK(pan_close_cb), pw); | ^~~~~~~~~~~~~~~~~~~ mv: cannot rename pan-view/.deps/pan-view.Tpo to pan-view/.deps/pan-view.Po: Disc quota exceeded gmake[3]: *** [Makefile:1136: pan-view/pan-view.o] Error 2 gmake[3]: Leaving directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src' gmake[2]: *** [Makefile:1174: all-recursive] Error 1 gmake[2]: Leaving directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3/src' gmake[1]: *** [Makefile:718: all-recursive] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/graphics/geeqie/work/geeqie-1.7.3' gmake: *** [Makefile:529: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie