=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/misc/mousetweaks", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for mousetweaks-3.32.0nb21 /opt/local/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0' Making all in src gmake[2]: Entering directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0/src' GEN stamp-mt-enum-types.h /opt/local/bin/gmake all-am gmake[3]: Entering directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0/src' CC mousetweaks-mt-main.o CC mousetweaks-mt-enum-types.o CC mousetweaks-mt-common.o mt-common.c: In function 'mt_common_xtrap_push': mt-common.c:35:5: warning: 'gdk_error_trap_push' is deprecated: Use 'gdk_x11_display_error_trap_push' instead [-Wdeprecated-declarations] 35 | gdk_error_trap_push (); | ^~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from mt-common.h:24, from mt-common.c:24: /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:70:32: note: declared here 70 | void gdk_error_trap_push (void); | ^~~~~~~~~~~~~~~~~~~ mt-common.c: In function 'mt_common_xtrap_pop': mt-common.c:43:5: warning: 'gdk_flush' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] 43 | gdk_flush (); | ^~~~~~~~~ /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here 124 | void gdk_flush (void); | ^~~~~~~~~ mt-common.c:44:5: warning: 'gdk_error_trap_pop' is deprecated: Use 'gdk_x11_display_error_trap_pop' instead [-Wdeprecated-declarations] 44 | if ((xerror = gdk_error_trap_pop ())) | ^~ /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:73:32: note: declared here 73 | G_GNUC_WARN_UNUSED_RESULT gint gdk_error_trap_pop (void); | ^~~~~~~~~~~~~~~~~~ mt-common.c: In function 'mt_common_get_client_pointer': mt-common.c:57:5: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations] 57 | manager = gdk_display_get_device_manager (gdk_dpy); | ^~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32, from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32: /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here 171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mt-common.c:60:9: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations] 60 | return gdk_device_manager_get_client_pointer (manager); | ^~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32: /tmp/work/misc/mousetweaks/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mt-common.c: In function 'mt_common_get_screen': mt-common.c:73:5: warning: 'gdk_display_get_n_screens' is deprecated [-Wdeprecated-declarations] 73 | n_screens = gdk_display_get_n_screens (gdk_dpy); | ^~~~~~~~~ /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:54:13: note: declared here 54 | gint gdk_display_get_n_screens (GdkDisplay *display); | ^~~~~~~~~~~~~~~~~~~~~~~~~ mt-common.c: In function 'mt_common_show_help': mt-common.c:95:5: warning: 'gtk_show_uri' is deprecated: Use 'gtk_show_uri_on_window' instead [-Wdeprecated-declarations] 95 | if (!gtk_show_uri (screen, "ghelp:mousetweaks", timestamp, &error)) | ^~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtk.h:200: /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtkshow.h:33:10: note: declared here 33 | gboolean gtk_show_uri (GdkScreen *screen, | ^~~~~~~~~~~~ mt-common.c: In function 'mt_common_show_dialog': mt-common.c:127:36: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 127 | GTK_STOCK_OK, GTK_RESPONSE_OK); | ^~~~~~~~~~~~ mt-common.c:132:36: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 132 | GTK_STOCK_OK, GTK_RESPONSE_OK); | ^~~~~~~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/gthread.h:34, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib.h:34, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib-object.h:24, from mt-enum-types.h:26, from mt-enum-types.c:25: mt-enum-types.c: In function 'g_desktop_mouse_dwell_mode_get_type': /tmp/work/misc/mousetweaks/work/.buildlink/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); \ | ^~~~~~~~~~~~~ /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ mt-enum-types.c:32:9: note: in expansion of macro 'g_once_init_enter' 32 | if (g_once_init_enter (&g_define_type_id__volatile)) | ^~~~~~~~~~~~~~~~~ mt-enum-types.c: In function 'g_desktop_mouse_dwell_direction_get_type': /tmp/work/misc/mousetweaks/work/.buildlink/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); \ | ^~~~~~~~~~~~~ /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ mt-enum-types.c:50:9: note: in expansion of macro 'g_once_init_enter' 50 | if (g_once_init_enter (&g_define_type_id__volatile)) | ^~~~~~~~~~~~~~~~~ mt-enum-types.c: In function 'mt_dwell_click_type_get_type': /tmp/work/misc/mousetweaks/work/.buildlink/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); \ | ^~~~~~~~~~~~~ /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ mt-enum-types.c:69:9: note: in expansion of macro 'g_once_init_enter' 69 | if (g_once_init_enter (&g_define_type_id__volatile)) | ^~~~~~~~~~~~~~~~~ mt-enum-types.c: In function 'mt_click_type_window_style_get_type': /tmp/work/misc/mousetweaks/work/.buildlink/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); \ | ^~~~~~~~~~~~~ /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ mt-enum-types.c:89:9: note: in expansion of macro 'g_once_init_enter' 89 | if (g_once_init_enter (&g_define_type_id__volatile)) | ^~~~~~~~~~~~~~~~~ mt-enum-types.c: In function 'mt_click_type_window_orientation_get_type': /tmp/work/misc/mousetweaks/work/.buildlink/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); \ | ^~~~~~~~~~~~~ /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get' 274 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ mt-enum-types.c:107:9: note: in expansion of macro 'g_once_init_enter' 107 | if (g_once_init_enter (&g_define_type_id__volatile)) | ^~~~~~~~~~~~~~~~~ CC mousetweaks-mt-pidfile.o mt-main.c: In function 'mt_main_set_cursor': mt-main.c:137:5: warning: 'gdk_display_get_n_screens' is deprecated [-Wdeprecated-declarations] 137 | n_screens = gdk_display_get_n_screens (gdk_dpy); | ^~~~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32, from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from mt-main.c:29: /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:54:13: note: declared here 54 | gint gdk_display_get_n_screens (GdkDisplay *display); | ^~~~~~~~~~~~~~~~~~~~~~~~~ mt-main.c:139:5: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 139 | cursor = gdk_cursor_new (type); | ^~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdk.h:34: /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here 228 | GdkCursor* gdk_cursor_new (GdkCursorType cursor_type); | ^~~~~~~~~~~~~~ mt-main.c:142:9: warning: 'gdk_display_get_screen' is deprecated [-Wdeprecated-declarations] 142 | screen = gdk_display_get_screen (gdk_dpy, i); | ^~~~~~ /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:56:13: note: declared here 56 | GdkScreen * gdk_display_get_screen (GdkDisplay *display, | ^~~~~~~~~~~~~~~~~~~~~~ mt-main.c: In function 'dwell_start_gesture': mt-main.c:298:13: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 298 | cursor = gdk_cursor_new (GDK_CROSS); | ^~~~~~ /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here 228 | GdkCursor* gdk_cursor_new (GdkCursorType cursor_type); | ^~~~~~~~~~~~~~ mt-main.c:300:13: warning: 'gdk_device_grab' is deprecated: Use 'gdk_seat_grab' instead [-Wdeprecated-declarations] 300 | gdk_device_grab (cp, root, | ^~~~~~~~~~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkdnd.h:33, from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkevents.h:34, from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:31: /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkdevice.h:230:15: note: declared here 230 | GdkGrabStatus gdk_device_grab (GdkDevice *device, | ^~~~~~~~~~~~~~~ mt-main.c: In function 'dwell_stop_gesture': mt-main.c:326:13: warning: 'gdk_device_ungrab' is deprecated: Use 'gdk_seat_ungrab' instead [-Wdeprecated-declarations] 326 | gdk_device_ungrab (cp, gtk_get_current_event_time ()); | ^~~~~~~~~~~~~~~~~ /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkdevice.h:239:15: note: declared here 239 | void gdk_device_ungrab (GdkDevice *device, | ^~~~~~~~~~~~~~~~~ mt-main.c: In function 'cursor_overlay_time': mt-main.c:483:5: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 483 | style = gtk_widget_get_style (mt_ctw_get_window ()); | ^~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277: /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ CC mousetweaks-mt-service.o CC mousetweaks-mt-ctw.o CC mousetweaks-mt-timer.o mt-timer.c: In function 'mt_timer_init': mt-timer.c:56:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 56 | MtTimerPrivate); | ^ ~~~~~~~~~~~~~~~~ mt-timer.c: In function 'mt_timer_class_init': mt-timer.c:141:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 141 | g_type_class_add_private (klass, sizeof (MtTimerPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib-object.h:24, from mt-timer.h:23, from mt-timer.c:22: /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ CC mousetweaks-mt-cursor.o mt-service.c: In function 'mt_service_init': mt-service.c:59:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 59 | MtServicePrivate); | ^ ~~~~~~~~~~~~~~~~~~ mt-service.c: In function 'mt_service_class_init': mt-service.c:151:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 151 | g_type_class_add_private (klass, sizeof (MtServicePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gio/gio.h:28, from mt-service.c:20: /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ mt-cursor.c: In function 'mt_cursor_init': mt-cursor.c:41:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 41 | MtCursorPrivate); | ^ ~~~~~~~~~~~~~~~~~ mt-cursor.c: In function 'mt_cursor_class_init': mt-cursor.c:60:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 60 | g_type_class_add_private (klass, sizeof (MtCursorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib-object.h:24, from mt-cursor.h:23, from mt-cursor.c:22: /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ mt-cursor.c: In function 'mt_cursor_get_image_copy': mt-cursor.c:119:5: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 119 | return g_memdup (priv->image, priv->width * priv->height * 4); | ^~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib.h:56, from mt-cursor.c:20: /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ mt-ctw.c: In function 'ctw_context_menu': mt-ctw.c:132:9: 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] 132 | gtk_menu_popup (GTK_MENU (O ("popup")), | ^~~~~~~~~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from mt-ctw.h:23, from mt-ctw.c:20: /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ mt-ctw.c: In function 'mt_ctw_init': mt-ctw.c:306:5: warning: 'gtk_window_parse_geometry' is deprecated [-Wdeprecated-declarations] 306 | gtk_window_parse_geometry (GTK_WINDOW (ctw), ms->ctw_geometry); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31: /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:443:10: note: declared here 443 | gboolean gtk_window_parse_geometry (GtkWindow *window, | ^~~~~~~~~~~~~~~~~~~~~~~~~ CC mousetweaks-mt-cursor-manager.o CC mousetweaks-mt-listener.o CC mousetweaks-mt-sig-handler.o mt-sig-handler.c: In function 'mt_sig_handler_init': mt-sig-handler.c:50:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 50 | MtSigHandlerPrivate); | ^ ~~~~~~~~~~~~~~~~~~~~~ mt-sig-handler.c: In function 'mt_sig_handler_class_init': mt-sig-handler.c:85:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 85 | g_type_class_add_private (klass, sizeof (MtSigHandlerPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib-object.h:24, from mt-sig-handler.h:23, from mt-sig-handler.c:23: /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ CC mousetweaks-mt-settings.o mt-cursor-manager.c: In function 'mt_cursor_manager_init': mt-cursor-manager.c:63:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 63 | MtCursorManagerPrivate); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~ mt-cursor-manager.c: In function 'mt_cursor_manager_class_init': mt-cursor-manager.c:117:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 117 | g_type_class_add_private (klass, sizeof (MtCursorManagerPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib-object.h:24, from mt-cursor-manager.h:23, from mt-cursor-manager.c:23: /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ mt-cursor-manager.c: In function 'mt_cursor_manager_set_xcursor': mt-cursor-manager.c:156:9: warning: 'gdk_flush' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] 156 | gdk_flush (); | ^~~~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from mt-common.h:24, from mt-cursor-manager.c:25: /tmp/work/misc/mousetweaks/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here 124 | void gdk_flush (void); | ^~~~~~~~~ mt-cursor-manager.c: In function 'mt_cursor_manager_add_cursor': mt-cursor-manager.c:199:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 199 | pixels = g_memdup (image->pixels, image->width * image->height * 4); | ^~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib.h:56, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ mt-listener.c: In function 'mt_listener_init': mt-listener.c:55:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 55 | MtListenerPrivate); | ^ ~~~~~~~~~~~~~~~~~~~ mt-listener.c: In function 'mt_listener_class_init': mt-listener.c:90:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 90 | g_type_class_add_private (klass, sizeof (MtListenerPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib-object.h:24, from mt-listener.h:23, from mt-listener.c:20: /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ mt-listener.c: In function 'mt_event_copy': mt-listener.c:96:5: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 96 | return g_memdup (event, sizeof (MtEvent)); | ^~~~~~ In file included from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib.h:56, from /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/misc/mousetweaks/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ CCLD mousetweaks gmake[3]: Leaving directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0/src' gmake[2]: Leaving directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0/src' Making all in data gmake[2]: Entering directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0/data' GEN org.gnome.mousetweaks.enums.xml GEN org.gnome.mousetweaks.gschema.valid gmake[2]: Leaving directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0/data' Making all in pixmaps gmake[2]: Entering directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0/pixmaps' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0/pixmaps' Making all in po gmake[2]: Entering directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0/po' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0/po' Making all in man gmake[2]: Entering directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0/man' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0/man' gmake[2]: Entering directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0' gmake[2]: Leaving directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0' gmake[1]: Leaving directory '/tmp/work/misc/mousetweaks/work/mousetweaks-3.32.0' *** Please use pkgtools/verifypc to sanity check dependencies.