=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/notification-daemon", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for notification-daemon-0.7.6nb36 /opt/local/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/work/sysutils/notification-daemon/work/notification-daemon-0.7.6' Making all in data gmake[2]: Entering directory '/tmp/work/sysutils/notification-daemon/work/notification-daemon-0.7.6/data' ITMRG notification-daemon.desktop gmake[2]: Leaving directory '/tmp/work/sysutils/notification-daemon/work/notification-daemon-0.7.6/data' Making all in po gmake[2]: Entering directory '/tmp/work/sysutils/notification-daemon/work/notification-daemon-0.7.6/po' MSGFMT ar.gmo MSGFMT an.gmo MSGFMT af.gmo MSGFMT ast.gmo MSGFMT as.gmo MSGFMT be.gmo MSGFMT bg.gmo MSGFMT bn.gmo MSGFMT ca.gmo MSGFMT cs.gmo MSGFMT ca@valencia.gmo MSGFMT da.gmo MSGFMT de.gmo MSGFMT el.gmo MSGFMT en_GB.gmo MSGFMT eo.gmo MSGFMT et.gmo MSGFMT es.gmo MSGFMT eu.gmo MSGFMT fa.gmo MSGFMT fi.gmo MSGFMT fr.gmo MSGFMT gl.gmo MSGFMT gu.gmo MSGFMT he.gmo MSGFMT hi.gmo MSGFMT hu.gmo MSGFMT id.gmo MSGFMT it.gmo MSGFMT ja.gmo MSGFMT km.gmo MSGFMT kn.gmo MSGFMT ko.gmo MSGFMT lt.gmo MSGFMT lv.gmo MSGFMT mr.gmo MSGFMT ms.gmo MSGFMT nb.gmo MSGFMT nl.gmo MSGFMT nn.gmo MSGFMT or.gmo MSGFMT pa.gmo MSGFMT pl.gmo MSGFMT pt.gmo MSGFMT pt_BR.gmo MSGFMT ro.gmo MSGFMT ru.gmo MSGFMT sk.gmo MSGFMT sr.gmo MSGFMT sr@latin.gmo MSGFMT sl.gmo MSGFMT sv.gmo MSGFMT ta.gmo MSGFMT te.gmo MSGFMT th.gmo MSGFMT tr.gmo MSGFMT ug.gmo MSGFMT uk.gmo MSGFMT uz@cyrillic.gmo MSGFMT vi.gmo MSGFMT zh_CN.gmo MSGFMT zh_HK.gmo MSGFMT zh_TW.gmo MSGFMT zu.gmo gmake[2]: Leaving directory '/tmp/work/sysutils/notification-daemon/work/notification-daemon-0.7.6/po' Making all in src gmake[2]: Entering directory '/tmp/work/sysutils/notification-daemon/work/notification-daemon-0.7.6/src' CC nd-notification.o CC nd-bubble.o CC nd-notification-box.o In file included from nd-bubble.c:27: nd-notification.h:61:60: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 61 | GTimeVal *timeval); | ^~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib.h:32, from nd-bubble.c:25: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ In file included from nd-notification-box.c:27: nd-notification.h:61:60: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 61 | GTimeVal *timeval); | ^~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib.h:32, from nd-notification-box.c:25: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ nd-notification-box.c: In function 'nd_notification_box_class_init': nd-notification-box.c:86:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 86 | g_type_class_add_private (klass, sizeof (NdNotificationBoxPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib-object.h:24, from nd-notification.h:23: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ nd-notification-box.c: In function 'create_notification_action': nd-notification-box.c:123:9: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 123 | hbox = gtk_hbox_new (FALSE, 6); | ^~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262, from nd-notification-box.h:25, from nd-notification-box.c:28: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-notification-box.c:146:17: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 146 | gtk_misc_set_alignment (GTK_MISC (image), 0.5, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:32, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ nd-notification-box.c:153:17: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 153 | gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ nd-notification-box.c: In function 'update_notification_box': nd-notification-box.c:213:9: warning: 'gtk_widget_size_request' is deprecated: Use 'gtk_widget_get_preferred_size' instead [-Wdeprecated-declarations] 213 | gtk_widget_size_request (notification_box->priv->close_button, &req); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:672:12: note: declared here 672 | void gtk_widget_size_request (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~ nd-notification-box.c: In function 'nd_notification_box_init': nd-notification-box.c:279:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 279 | notification_box->priv = ND_NOTIFICATION_BOX_GET_PRIVATE (notification_box); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-notification-box.c:280:9: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 280 | box = gtk_hbox_new (FALSE, 6); | ^~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-notification-box.c:285:9: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 285 | iconbox = gtk_alignment_new (0.5, 0, 0, 0); | ^~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:255: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ nd-notification-box.c:287:9: warning: 'gtk_alignment_set_padding' is deprecated [-Wdeprecated-declarations] 287 | gtk_alignment_set_padding (GTK_ALIGNMENT (iconbox), | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91:12: note: declared here 91 | void gtk_alignment_set_padding (GtkAlignment *alignment, | ^~~~~~~~~~~~~~~~~~~~~~~~~ nd-notification-box.c:298:9: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 298 | vbox = gtk_vbox_new (FALSE, 6); | ^~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-notification-box.c:304:9: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 304 | alignment = gtk_alignment_new (0.5, 0, 0, 0); | ^~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ nd-notification-box.c:318:9: warning: 'gtk_rc_style_new' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations] 318 | rcstyle = gtk_rc_style_new (); | ^~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:273: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkrc.h:203:13: note: declared here 203 | GtkRcStyle* gtk_rc_style_new (void); | ^~~~~~~~~~~~~~~~ nd-notification-box.c:320:9: warning: 'gtk_widget_modify_style' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations] 320 | gtk_widget_modify_style (notification_box->priv->close_button, rcstyle); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:744:13: note: declared here 744 | void gtk_widget_modify_style (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~ nd-notification-box.c:329:9: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 329 | image = gtk_image_new_from_stock (GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU); | ^~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/sysutils/notification-daemon/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, | ^~~~~~~~~~~~~~~~~~~~~~~~ nd-notification-box.c:329:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 329 | image = gtk_image_new_from_stock (GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU); | ^~~~~ nd-notification-box.c:337:9: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 337 | gtk_misc_set_alignment (GTK_MISC (notification_box->priv->summary_label), 0, 0); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ nd-notification-box.c:343:9: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 343 | notification_box->priv->content_hbox = gtk_hbox_new (FALSE, 6); | ^~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-notification-box.c:347:9: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 347 | vbox = gtk_vbox_new (FALSE, 6); | ^~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-notification-box.c:355:9: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 355 | gtk_misc_set_alignment (GTK_MISC (notification_box->priv->body_label), 0, 0); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ nd-notification-box.c:361:9: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 361 | alignment = gtk_alignment_new (1, 0.5, 0, 0); | ^~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ nd-notification-box.c:365:9: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 365 | notification_box->priv->actions_box = gtk_hbox_new (FALSE, 6); | ^~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ In file included from nd-notification.c:26: nd-notification.h:61:60: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 61 | GTimeVal *timeval); | ^~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkconfig.h:8, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdk.h:30, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from nd-notification.c:24: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ nd-notification.c:44:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 44 | GTimeVal update_time; | ^~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ nd-notification.c: In function 'nd_notification_update': nd-notification.c:199:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 199 | g_get_current_time (¬ification->update_time); | ^~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/giochannel.h:35, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib.h:56: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmain.h:830:8: note: declared here 830 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ nd-notification.c: At top level: nd-notification.c:206:34: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 206 | GTimeVal *tvp) | ^~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ nd-notification.c: In function '_notify_daemon_pixbuf_from_data_hint': nd-notification.c:411:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 411 | data = (guchar *) g_memdup (g_variant_get_data (data_variant), | ^~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/giochannel.h:36: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ nd-notification.c: In function '_notify_daemon_pixbuf_from_path': nd-notification.c:476:25: warning: 'gtk_icon_info_free' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] 476 | gtk_icon_info_free (icon_info); | ^~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:127: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:284:23: note: declared here 284 | void gtk_icon_info_free (GtkIconInfo *icon_info); | ^~~~~~~~~~~~~~~~~~ nd-bubble.c: In function 'override_style': nd-bubble.c:148:9: warning: 'gtk_widget_ensure_style' is deprecated [-Wdeprecated-declarations] 148 | gtk_widget_ensure_style (widget); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277, from nd-bubble.h:25, from nd-bubble.c:28: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:740:13: note: declared here 740 | void gtk_widget_ensure_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~~~~ nd-bubble.c:149:9: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 149 | old_style = gtk_widget_get_style (widget); | ^~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ nd-bubble.c:150:9: warning: 'gtk_style_copy' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations] 150 | style = gtk_style_copy (old_style); | ^~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:444:11: note: declared here 444 | GtkStyle* gtk_style_copy (GtkStyle *style); | ^~~~~~~~~~~~~~ nd-bubble.c:160:25: warning: 'gtk_widget_modify_bg' is deprecated: Use 'gtk_widget_override_background_color' instead [-Wdeprecated-declarations] 160 | gtk_widget_modify_bg (widget, state, &bg); | ^~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:753:13: note: declared here 753 | void gtk_widget_modify_bg (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~ nd-bubble.c:175:25: warning: 'gtk_widget_modify_fg' is deprecated: Use 'gtk_widget_override_color' instead [-Wdeprecated-declarations] 175 | gtk_widget_modify_fg (widget, state, &fg); | ^~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:749:13: note: declared here 749 | void gtk_widget_modify_fg (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~ nd-bubble.c: In function 'paint_bubble': nd-bubble.c:306:9: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 306 | style = gtk_widget_get_style (GTK_WIDGET (bubble)); | ^~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here 742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~ nd-bubble.c: In function 'nd_bubble_class_init': nd-bubble.c:454:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 454 | g_type_class_add_private (klass, sizeof (NdBubblePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib-object.h:24, from nd-notification.h:23: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ nd-bubble.c: In function 'nd_bubble_init': nd-bubble.c:524:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 524 | bubble->priv = ND_BUBBLE_GET_PRIVATE (bubble); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-bubble.c:546:9: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 546 | main_vbox = gtk_vbox_new (FALSE, 0); | ^~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-bubble.c:555:9: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 555 | bubble->priv->main_hbox = gtk_hbox_new (FALSE, 0); | ^~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-bubble.c:562:9: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 562 | bubble->priv->iconbox = gtk_alignment_new (0.5, 0, 0, 0); | ^~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:255: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ nd-bubble.c:564:9: warning: 'gtk_alignment_set_padding' is deprecated [-Wdeprecated-declarations] 564 | gtk_alignment_set_padding (GTK_ALIGNMENT (bubble->priv->iconbox), | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91:12: note: declared here 91 | void gtk_alignment_set_padding (GtkAlignment *alignment, | ^~~~~~~~~~~~~~~~~~~~~~~~~ nd-bubble.c:575:9: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 575 | vbox = gtk_vbox_new (FALSE, 6); | ^~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-bubble.c:581:9: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 581 | alignment = gtk_alignment_new (0.5, 0, 0, 0); | ^~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ nd-bubble.c:600:9: warning: 'gtk_rc_style_new' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations] 600 | rcstyle = gtk_rc_style_new (); | ^~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:273: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkrc.h:203:13: note: declared here 203 | GtkRcStyle* gtk_rc_style_new (void); | ^~~~~~~~~~~~~~~~ nd-bubble.c:602:9: warning: 'gtk_widget_modify_style' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations] 602 | gtk_widget_modify_style (close_button, rcstyle); | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:744:13: note: declared here 744 | void gtk_widget_modify_style (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~ nd-bubble.c:611:9: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 611 | image = gtk_image_new_from_stock (GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU); | ^~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42: /tmp/work/sysutils/notification-daemon/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, | ^~~~~~~~~~~~~~~~~~~~~~~~ nd-bubble.c:611:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 611 | image = gtk_image_new_from_stock (GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU); | ^~~~~ nd-bubble.c:623:9: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 623 | gtk_misc_set_alignment (GTK_MISC (bubble->priv->summary_label), 0, 0); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:32, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ nd-bubble.c:629:9: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 629 | bubble->priv->content_hbox = gtk_hbox_new (FALSE, 6); | ^~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-bubble.c:634:9: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 634 | vbox = gtk_vbox_new (FALSE, 6); | ^~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-bubble.c:645:9: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 645 | gtk_misc_set_alignment (GTK_MISC (bubble->priv->body_label), 0, 0); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ nd-bubble.c:655:9: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 655 | alignment = gtk_alignment_new (1, 0.5, 0, 0); | ^~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ nd-bubble.c:659:9: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 659 | bubble->priv->actions_box = gtk_hbox_new (FALSE, 6); | ^~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-bubble.c: In function 'set_notification_text': nd-bubble.c:728:9: warning: 'gtk_widget_size_request' is deprecated: Use 'gtk_widget_get_preferred_size' instead [-Wdeprecated-declarations] 728 | gtk_widget_size_request (bubble->priv->close_button, &req); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:672:12: note: declared here 672 | void gtk_widget_size_request (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~ nd-bubble.c: In function 'add_notification_action': nd-bubble.c:849:17: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 849 | alignment = gtk_alignment_new (1, 0.5, 0, 0); | ^~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ nd-bubble.c:866:9: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 866 | hbox = gtk_hbox_new (FALSE, 6); | ^~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-bubble.c:893:17: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 893 | gtk_misc_set_alignment (GTK_MISC (image), 0.5, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ nd-bubble.c:904:17: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 904 | gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:9: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ CC nd-stack.o CC nd-queue.o CC daemon.o In file included from nd-bubble.h:26, from nd-stack.h:26, from nd-stack.c:33: nd-notification.h:61:60: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 61 | GTimeVal *timeval); | ^~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib.h:32, from nd-stack.c:25: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ nd-stack.c: In function 'get_work_area': nd-stack.c:119:9: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations] 119 | rect->width = gdk_screen_get_width (stack->priv->screen); | ^~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkx.h:28, from nd-stack.c:31: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here 58 | gint gdk_screen_get_width (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~ nd-stack.c:120:9: warning: 'gdk_screen_get_height' is deprecated [-Wdeprecated-declarations] 120 | rect->height = gdk_screen_get_height (stack->priv->screen); | ^~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here 60 | gint gdk_screen_get_height (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~ nd-stack.c: In function 'nd_stack_class_init': nd-stack.c:243:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 243 | g_type_class_add_private (klass, sizeof (NdStackPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ nd-stack.c: In function 'nd_stack_init': nd-stack.c:249:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 249 | stack->priv = ND_STACK_GET_PRIVATE (stack); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-stack.c: In function 'nd_stack_new': nd-stack.c:290:9: warning: 'gdk_screen_get_n_monitors' is deprecated: Use 'gdk_display_get_n_monitors' instead [-Wdeprecated-declarations] 290 | g_assert (monitor < (guint)gdk_screen_get_n_monitors (screen)); | ^~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:74:14: note: declared here 74 | gint gdk_screen_get_n_monitors (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~~~~~ nd-stack.c: In function 'nd_stack_shift_notifications': nd-stack.c:334:9: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 334 | gdk_screen_get_monitor_geometry (stack->priv->screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:78:14: note: declared here 78 | void gdk_screen_get_monitor_geometry (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-stack.c:363:25: warning: 'gtk_widget_size_request' is deprecated: Use 'gtk_widget_get_preferred_size' instead [-Wdeprecated-declarations] 363 | gtk_widget_size_request (GTK_WIDGET (nw2), &req); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from nd-stack.h:25: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:672:12: note: declared here 672 | void gtk_widget_size_request (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~ nd-stack.c: In function 'nd_stack_add_bubble': nd-stack.c:434:9: warning: 'gtk_widget_size_request' is deprecated: Use 'gtk_widget_get_preferred_size' instead [-Wdeprecated-declarations] 434 | gtk_widget_size_request (GTK_WIDGET (bubble), &req); | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:672:12: note: declared here 672 | void gtk_widget_size_request (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from nd-queue.h:26, from nd-queue.c:32: nd-notification.h:61:60: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 61 | GTimeVal *timeval); | ^~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gi18n.h:23, from nd-queue.c:23: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ nd-queue.c: In function 'create_stack_for_monitor': nd-queue.c:93:9: warning: 'gdk_screen_get_number' is deprecated [-Wdeprecated-declarations] 93 | screen_num = gdk_screen_get_number (screen); | ^~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from nd-queue.c:24: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:56:14: note: declared here 56 | gint gdk_screen_get_number (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~ nd-queue.c: In function 'on_screen_monitors_changed': nd-queue.c:109:9: warning: 'gdk_screen_get_number' is deprecated [-Wdeprecated-declarations] 109 | screen_num = gdk_screen_get_number (screen); | ^~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:56:14: note: declared here 56 | gint gdk_screen_get_number (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~ nd-queue.c:112:9: warning: 'gdk_screen_get_n_monitors' is deprecated: Use 'gdk_display_get_n_monitors' instead [-Wdeprecated-declarations] 112 | n_monitors = gdk_screen_get_n_monitors (screen); | ^~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:74:14: note: declared here 74 | gint gdk_screen_get_n_monitors (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c: In function 'create_stacks_for_screen': nd-queue.c:167:9: warning: 'gdk_screen_get_number' is deprecated [-Wdeprecated-declarations] 167 | screen_num = gdk_screen_get_number (screen); | ^~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:56:14: note: declared here 56 | gint gdk_screen_get_number (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~ nd-queue.c:170:9: warning: 'gdk_screen_get_n_monitors' is deprecated: Use 'gdk_display_get_n_monitors' instead [-Wdeprecated-declarations] 170 | nscreen->n_stacks = gdk_screen_get_n_monitors (screen); | ^~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:74:14: note: declared here 74 | gint gdk_screen_get_n_monitors (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c: In function 'create_screens': nd-queue.c:211:9: warning: 'gdk_display_get_n_screens' is deprecated [-Wdeprecated-declarations] 211 | queue->priv->n_screens = gdk_display_get_n_screens (display); | ^~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:54:13: note: declared here 54 | gint gdk_display_get_n_screens (GdkDisplay *display); | ^~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:219:17: warning: 'gdk_display_get_screen' is deprecated [-Wdeprecated-declarations] 219 | screen = gdk_display_get_screen (display, i); | ^~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:56:13: note: declared here 56 | GdkScreen * gdk_display_get_screen (GdkDisplay *display, | ^~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:232:17: warning: 'gdk_display_get_screen' is deprecated [-Wdeprecated-declarations] 232 | create_stacks_for_screen (queue, gdk_display_get_screen (display, i)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:56:13: note: declared here 56 | GdkScreen * gdk_display_get_screen (GdkDisplay *display, | ^~~~~~~~~~~~~~~~~~~~~~ nd-queue.c: In function 'nd_queue_class_init': nd-queue.c:254:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 254 | g_type_class_add_private (klass, sizeof (NdQueuePrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c: In function 'popdown_dock': nd-queue.c:264:9: warning: 'gdk_display_keyboard_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 264 | gdk_display_keyboard_ungrab (display, GDK_CURRENT_TIME); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:66:13: note: declared here 66 | void gdk_display_keyboard_ungrab (GdkDisplay *display, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:265:9: warning: 'gdk_display_pointer_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 265 | gdk_display_pointer_ungrab (display, GDK_CURRENT_TIME); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:63:13: note: declared here 63 | void gdk_display_pointer_ungrab (GdkDisplay *display, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c: In function 'release_grab': nd-queue.c:282:9: warning: 'gdk_display_keyboard_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 282 | gdk_display_keyboard_ungrab (display, event->time); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:66:13: note: declared here 66 | void gdk_display_keyboard_ungrab (GdkDisplay *display, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:283:9: warning: 'gdk_display_pointer_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 283 | gdk_display_pointer_ungrab (display, event->time); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:63:13: note: declared here 63 | void gdk_display_pointer_ungrab (GdkDisplay *display, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c: In function 'create_dock': nd-queue.c:459:9: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 459 | box = gtk_vbox_new (FALSE, 6); | ^~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-queue.c: In function 'nd_queue_init': nd-queue.c:480:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 480 | queue->priv = ND_QUEUE_GET_PRIVATE (queue); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c: In function 'destroy_screens': nd-queue.c:503:17: warning: 'gdk_display_get_screen' is deprecated [-Wdeprecated-declarations] 503 | screen = gdk_display_get_screen (display, i); | ^~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:56:13: note: declared here 56 | GdkScreen * gdk_display_get_screen (GdkDisplay *display, | ^~~~~~~~~~~~~~~~~~~~~~ nd-queue.c: In function 'get_stack_with_pointer': nd-queue.c:576:9: warning: 'gdk_display_get_pointer' is deprecated: Use 'gdk_device_get_position' instead [-Wdeprecated-declarations] 576 | gdk_display_get_pointer (gdk_display_get_default (), | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:112:18: note: declared here 112 | void gdk_display_get_pointer (GdkDisplay *display, | ^~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:581:9: warning: 'gdk_screen_get_number' is deprecated [-Wdeprecated-declarations] 581 | screen_num = gdk_screen_get_number (screen); | ^~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:56:14: note: declared here 56 | gint gdk_screen_get_number (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~ nd-queue.c:582:9: warning: 'gdk_screen_get_monitor_at_point' is deprecated: Use 'gdk_display_get_monitor_at_point' instead [-Wdeprecated-declarations] 582 | monitor_num = gdk_screen_get_monitor_at_point (screen, x, y); | ^~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:87:15: note: declared here 87 | gint gdk_screen_get_monitor_at_point (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c: In function 'collate_notifications': nd-queue.c:654:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 654 | GTimeVal tva; | ^~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ nd-queue.c:655:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 655 | GTimeVal tvb; | ^~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ nd-queue.c: In function 'update_dock': nd-queue.c:684:9: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 684 | child = gtk_vbox_new (FALSE, 6); | ^~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ nd-queue.c:685:9: warning: 'gtk_scrolled_window_add_with_viewport' is deprecated: Use 'gtk_container_add' instead [-Wdeprecated-declarations] 685 | gtk_scrolled_window_add_with_viewport (GTK_SCROLLED_WINDOW (queue->priv->dock_scrolled_window), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:187: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkscrolledwindow.h:186:16: note: declared here 186 | void gtk_scrolled_window_add_with_viewport (GtkScrolledWindow *scrolled_window, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:704:17: warning: 'gtk_hseparator_new' is deprecated: Use 'gtk_separator_new' instead [-Wdeprecated-declarations] 704 | sep = gtk_hseparator_new (); | ^~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:267: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhseparator.h:61:12: note: declared here 61 | GtkWidget* gtk_hseparator_new (void); | ^~~~~~~~~~~~~~~~~~ nd-queue.c:711:13: warning: 'gtk_status_icon_get_visible' is deprecated [-Wdeprecated-declarations] 711 | && gtk_status_icon_get_visible (GTK_STATUS_ICON (queue->priv->status_icon))) { | ^~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:154:23: note: declared here 154 | gboolean gtk_status_icon_get_visible (GtkStatusIcon *status_icon); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:715:17: warning: 'gtk_status_icon_get_geometry' is deprecated [-Wdeprecated-declarations] 715 | gtk_status_icon_get_geometry (GTK_STATUS_ICON (queue->priv->status_icon), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:166:23: note: declared here 166 | gboolean gtk_status_icon_get_geometry (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:719:17: warning: 'gdk_screen_get_monitor_at_point' is deprecated: Use 'gdk_display_get_monitor_at_point' instead [-Wdeprecated-declarations] 719 | monitor_num = gdk_screen_get_monitor_at_point (screen, area.x, area.y); | ^~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:87:15: note: declared here 87 | gint gdk_screen_get_monitor_at_point (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:720:17: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 720 | gdk_screen_get_monitor_geometry (screen, monitor_num, &area); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:78:14: note: declared here 78 | void gdk_screen_get_monitor_geometry (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c: In function 'popup_dock': nd-queue.c:747:9: warning: 'gtk_status_icon_get_geometry' is deprecated [-Wdeprecated-declarations] 747 | res = gtk_status_icon_get_geometry (GTK_STATUS_ICON (queue->priv->status_icon), | ^~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:166:23: note: declared here 166 | gboolean gtk_status_icon_get_geometry (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:759:9: warning: 'gdk_screen_get_monitor_at_point' is deprecated: Use 'gdk_display_get_monitor_at_point' instead [-Wdeprecated-declarations] 759 | monitor_num = gdk_screen_get_monitor_at_point (screen, area.x, area.y); | ^~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:87:15: note: declared here 87 | gint gdk_screen_get_monitor_at_point (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:760:9: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 760 | gdk_screen_get_monitor_geometry (screen, monitor_num, &monitor); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:78:14: note: declared here 78 | void gdk_screen_get_monitor_geometry (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:802:9: warning: 'gdk_pointer_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] 802 | if (gdk_pointer_grab (gtk_widget_get_window (queue->priv->dock), TRUE, | ^~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:86:15: note: declared here 86 | GdkGrabStatus gdk_pointer_grab (GdkWindow *window, | ^~~~~~~~~~~~~~~~ nd-queue.c:812:9: warning: 'gdk_keyboard_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] 812 | if (gdk_keyboard_grab (gtk_widget_get_window (queue->priv->dock), TRUE, time) != GDK_GRAB_SUCCESS) { | ^~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:93:15: note: declared here 93 | GdkGrabStatus gdk_keyboard_grab (GdkWindow *window, | ^~~~~~~~~~~~~~~~~ nd-queue.c:814:17: warning: 'gdk_display_pointer_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 814 | gdk_display_pointer_ungrab (display, time); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:63:13: note: declared here 63 | void gdk_display_pointer_ungrab (GdkDisplay *display, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c: In function 'update_idle': nd-queue.c:881:25: warning: 'gtk_status_icon_new' is deprecated [-Wdeprecated-declarations] 881 | queue->priv->status_icon = gtk_status_icon_new (); | ^~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:84:23: note: declared here 84 | GtkStatusIcon *gtk_status_icon_new (void); | ^~~~~~~~~~~~~~~~~~~ nd-queue.c:882:25: warning: 'gtk_status_icon_set_title' is deprecated [-Wdeprecated-declarations] 882 | gtk_status_icon_set_title (GTK_STATUS_ICON (queue->priv->status_icon), | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:143:23: note: declared here 143 | void gtk_status_icon_set_title (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:902:25: warning: 'gtk_numerable_icon_new' is deprecated [-Wdeprecated-declarations] 902 | queue->priv->numerable_icon = gtk_numerable_icon_new (icon); | ^~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtk.h:271: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtknumerableicon.h:63:19: note: declared here 63 | GIcon * gtk_numerable_icon_new (GIcon *base_icon); | ^~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:905:17: warning: 'gtk_numerable_icon_set_count' is deprecated [-Wdeprecated-declarations] 905 | gtk_numerable_icon_set_count (GTK_NUMERABLE_ICON (queue->priv->numerable_icon), num); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtknumerableicon.h:77:19: note: declared here 77 | void gtk_numerable_icon_set_count (GtkNumerableIcon *self, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:906:17: warning: 'gtk_status_icon_set_from_gicon' is deprecated [-Wdeprecated-declarations] 906 | gtk_status_icon_set_from_gicon (queue->priv->status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:109:23: note: declared here 109 | void gtk_status_icon_set_from_gicon (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nd-queue.c:908:17: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations] 908 | gtk_status_icon_set_visible (queue->priv->status_icon, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here 151 | void gtk_status_icon_set_visible (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from daemon.c:44: nd-notification.h:61:60: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 61 | GTimeVal *timeval); | ^~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gi18n.h:23, from daemon.c:30: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ daemon.c: In function 'notify_daemon_class_init': daemon.c:75:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 75 | g_type_class_add_private (daemon_class, sizeof (NotifyDaemonPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gio/gio.h:28, from daemon.c:32: /tmp/work/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ daemon.c: In function 'notify_daemon_init': daemon.c:83:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 83 | NotifyDaemonPrivate); | ^ ~~~~~~~~~~~~~~~~~~~~~ CC sound.o CCLD notification-daemon gmake[2]: Leaving directory '/tmp/work/sysutils/notification-daemon/work/notification-daemon-0.7.6/src' gmake[2]: Entering directory '/tmp/work/sysutils/notification-daemon/work/notification-daemon-0.7.6' gmake[2]: Leaving directory '/tmp/work/sysutils/notification-daemon/work/notification-daemon-0.7.6' gmake[1]: Leaving directory '/tmp/work/sysutils/notification-daemon/work/notification-daemon-0.7.6' *** Please use pkgtools/verifypc to sanity check dependencies.