+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/libappindicator-12.10.0nb28/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/libappindicator-12.10.0nb28/work.log ===> Building for libappindicator-12.10.0nb28 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/home/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0' Making all in src gmake[2]: Entering directory '/home/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/src' mkdir -p `dirname ./app-indicator-enum-types.h` /opt/pkg/bin/glib-genmarshal \ --prefix=_application_service_marshal \ --header \ ./application-service-marshal.list > xgen-mh \ && (cmp -s xgen-mh application-service-marshal.h || cp -f xgen-mh application-service-marshal.h) \ && rm -f xgen-mh \ && echo timestamp > stamp-marshal /opt/pkg/bin/glib-mkenums \ --template ./app-indicator-enum-types.h.in \ ./app-indicator.h > xgen-eh \ && (cmp -s xgen-eh ./app-indicator-enum-types.h || cp -f xgen-eh ./app-indicator-enum-types.h) \ && rm -f xgen-eh \ && echo timestamp > stamp-enum-types INFO: Reading ./application-service-marshal.list... WARNING: The token "BOOL" is deprecated; use "BOOLEAN" instead (echo "#include \"application-service-marshal.h\"" ; \ /opt/pkg/bin/glib-genmarshal \ --prefix=_application_service_marshal \ --body \ ./application-service-marshal.list) > xgen-mc \ && cp xgen-mc application-service-marshal.c \ && rm -f xgen-mc mkdir -p `dirname ./app-indicator-enum-types.c` /opt/pkg/bin/glib-mkenums \ --template ./app-indicator-enum-types.c.in \ ./app-indicator.h > xgen-ec \ && cp -f xgen-ec ./app-indicator-enum-types.c \ && rm -f xgen-ec INFO: Reading ./application-service-marshal.list... WARNING: The token "BOOL" is deprecated; use "BOOLEAN" instead /opt/pkg/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/src' CC libappindicator3_la-app-indicator.lo CC libappindicator3_la-generate-id.lo CC libappindicator3_la-gen-notification-item.xml.lo CC libappindicator3_la-gen-notification-watcher.xml.lo CC libappindicator3_la-app-indicator-enum-types.lo CC libappindicator3_la-application-service-marshal.lo app-indicator.c: In function 'app_indicator_class_init': app-indicator.c:212:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 212 | g_type_class_add_private (klass, sizeof (AppIndicatorPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/devel/libappindicator/work/.buildlink/include/libdbusmenu-glib-0.4/libdbusmenu-glib/menuitem.h:33, from app-indicator.c:34: /home/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here 1503 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ app-indicator.c: In function 'app_indicator_init': app-indicator.c:584:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" 584 | AppIndicatorPrivate * priv = APP_INDICATOR_GET_PRIVATE(self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ app-indicator.c: In function 'app_indicator_set_property': app-indicator.c:902:25: warning: 'gtk_status_icon_set_title' is deprecated [-Wdeprecated-declarations] 902 | gtk_status_icon_set_title(priv->status_icon, priv->title ? priv->title : ""); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275, from /home/pbulk/build/devel/libappindicator/work/.buildlink/include/libdbusmenu-gtk3-0.4/libdbusmenu-gtk/client.h:32, from app-indicator.c:36: /home/pbulk/build/devel/libappindicator/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, | ^~~~~~~~~~~~~~~~~~~~~~~~~ app-indicator.c: In function 'fallback': app-indicator.c:1523:9: warning: 'gtk_status_icon_new' is deprecated [-Wdeprecated-declarations] 1523 | GtkStatusIcon * icon = gtk_status_icon_new(); | ^~~~~~~~~~~~~ /home/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:84:23: note: declared here 84 | GtkStatusIcon *gtk_status_icon_new (void); | ^~~~~~~~~~~~~~~~~~~ app-indicator.c:1525:9: warning: 'gtk_status_icon_set_name' is deprecated [-Wdeprecated-declarations] 1525 | gtk_status_icon_set_name(icon, app_indicator_get_id(self)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:148:23: note: declared here 148 | void gtk_status_icon_set_name (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~ app-indicator.c:1528:17: warning: 'gtk_status_icon_set_title' is deprecated [-Wdeprecated-declarations] 1528 | gtk_status_icon_set_title(icon, title); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/libappindicator/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, | ^~~~~~~~~~~~~~~~~~~~~~~~~ app-indicator.c: In function 'status_icon_changes': app-indicator.c:1625:17: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations] 1625 | gtk_status_icon_set_visible(icon, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/libappindicator/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, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ app-indicator.c:1630:17: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations] 1630 | gtk_status_icon_set_visible(icon, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/libappindicator/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, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ app-indicator.c:1635:17: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations] 1635 | gtk_status_icon_set_visible(icon, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/libappindicator/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, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ app-indicator.c:1641:25: warning: 'gtk_status_icon_set_from_file' is deprecated [-Wdeprecated-declarations] 1641 | gtk_status_icon_set_from_file(icon, icon_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:100:23: note: declared here 100 | void gtk_status_icon_set_from_file (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ app-indicator.c:1646:33: warning: 'gtk_status_icon_set_from_icon_name' is deprecated [-Wdeprecated-declarations] 1646 | gtk_status_icon_set_from_icon_name(icon, longname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here 106 | void gtk_status_icon_set_from_icon_name (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ app-indicator.c:1648:33: warning: 'gtk_status_icon_set_from_icon_name' is deprecated [-Wdeprecated-declarations] 1648 | gtk_status_icon_set_from_icon_name(icon, icon_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here 106 | void gtk_status_icon_set_from_icon_name (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ app-indicator.c: In function 'status_icon_activate': app-indicator.c:1667: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] 1667 | gtk_menu_popup(menu, | ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34, from /home/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /home/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33: /home/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ app-indicator.c:1670:24: warning: 'gtk_status_icon_position_menu' is deprecated [-Wdeprecated-declarations] 1670 | gtk_status_icon_position_menu, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:160:23: note: declared here 160 | void gtk_status_icon_position_menu (GtkMenu *menu, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ app-indicator.c: In function 'unfallback': app-indicator.c:1695:9: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations] 1695 | gtk_status_icon_set_visible(status_icon, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/libappindicator/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, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ app-indicator.c: In function 'app_indicator_set_secondary_activate_target': app-indicator.c:2199:35: error: assignment to 'GtkWidget *' {aka 'struct _GtkWidget *'} from incompatible pointer type 'GObject *' {aka 'struct _GObject *'} [-Wincompatible-pointer-types] 2199 | priv->sec_activate_target = g_object_ref(G_OBJECT(menuitem)); | ^ gmake[3]: *** [Makefile:699: libappindicator3_la-app-indicator.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... gmake[3]: Leaving directory '/home/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/src' gmake[2]: *** [Makefile:533: all] Error 2 gmake[2]: Leaving directory '/home/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/src' gmake[1]: *** [Makefile:409: all-recursive] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0' gmake: *** [Makefile:339: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/libappindicator *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/libappindicator