+ 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/deforaos-terminal-0.2.0nb7/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/deforaos-terminal-0.2.0nb7/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for deforaos-terminal-0.2.0nb7 ./docbook.sh -P "/opt/pkg" -- "terminal.1" xsltproc --nonet --xinclude -o terminal.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl terminal.xml Note: Writing terminal.1 ./docbook.sh -P "/opt/pkg" -- "terminal.html" xsltproc --nonet --xinclude --param custom.css.source "terminal.css.xml" --param generate.css.header 1 -o terminal.html http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl terminal.xml ./gettext.sh -P "/opt/pkg" -- "Terminal.pot" xgettext --force-po -d Terminal -o Terminal.pot --keyword=_ --keyword=N_ -f POTFILES ./gettext.sh -P "/opt/pkg" -- "es.mo" msgmerge -U es.po Terminal.pot ... done. msgfmt -c -v -o es.mo es.po 12 translated messages, 10 untranslated messages. ./gettext.sh -P "/opt/pkg" -- "fr.mo" msgmerge -U fr.po Terminal.pot ... done. msgfmt -c -v -o fr.mo fr.po 22 translated messages. cc -D PREFIX=\"/opt/pkg\" `pkg-config --cflags libDesktop` -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libdrm -o terminal.o -c terminal.c terminal.c:147:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 147 | { N_("_Close"), G_CALLBACK(_terminal_on_file_close), GTK_STOCK_CLOSE, | ^ terminal.c:158:17: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 158 | GTK_STOCK_FULLSCREEN, | ^~~~~~~~~~~~~~~~~~~~ terminal.c:171:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 171 | { N_("_About"), G_CALLBACK(_terminal_on_help_about), GTK_STOCK_ABOUT, 0, | ^ terminal.c: In function 'terminal_new': terminal.c:251:9: warning: 'gtk_toggle_tool_button_new_from_stock' is deprecated: Use 'gtk_toggle_tool_button_new' instead [-Wdeprecated-declarations] 251 | toolitem = gtk_toggle_tool_button_new_from_stock(GTK_STOCK_FULLSCREEN); | ^~~~~~~~ In file included from /home/pbulk/build/sysutils/deforaos-terminal/work/.buildlink/include/gtk-3.0/gtk/gtkradiotoolbutton.h:28, from /home/pbulk/build/sysutils/deforaos-terminal/work/.buildlink/include/gtk-3.0/gtk/gtk.h:173, from terminal.c:39: /home/pbulk/build/sysutils/deforaos-terminal/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ terminal.c:251:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 251 | toolitem = gtk_toggle_tool_button_new_from_stock(GTK_STOCK_FULLSCREEN); | ^~~~~~~~ terminal.c: In function '_on_closex_confirm': terminal.c:560:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 560 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ terminal.c:561:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 561 | GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL); | ^~~~~~~~~~~~~~~ terminal.c: In function '_terminal_on_tab_rename': terminal.c:627:9: warning: 'gtk_message_dialog_set_image' is deprecated [-Wdeprecated-declarations] 627 | gtk_message_dialog_set_image(GTK_MESSAGE_DIALOG(dialog), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/sysutils/deforaos-terminal/work/.buildlink/include/gtk-3.0/gtk/gtk.h:150: /home/pbulk/build/sysutils/deforaos-terminal/work/.buildlink/include/gtk-3.0/gtk/gtkmessagedialog.h:115:12: note: declared here 115 | void gtk_message_dialog_set_image (GtkMessageDialog *dialog, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ terminal.c:635:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 635 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ terminal.c:636:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 636 | GTK_STOCK_OK, GTK_RESPONSE_OK, NULL); | ^~~~~~~~~~~~ cc `pkg-config --cflags libDesktop` -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libdrm -o main.o -c main.c cc -o terminal terminal.o main.o `pkg-config --libs libDesktop` -lintl -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 *** Please use pkgtools/verifypc to sanity check dependencies.