=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for deforaos-terminal-0.2.0nb10 --- subdirs --- --- terminal.1 --- --- terminal.html --- --- terminal.1 --- ./docbook.sh -P "/usr/pkg" -- "terminal.1" --- terminal.html --- ./docbook.sh -P "/usr/pkg" -- "terminal.html" --- terminal.1 --- xsltproc --nonet --xinclude -o terminal.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl terminal.xml --- 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 --- terminal.1 --- Note: Writing terminal.1 --- Terminal.pot --- ./gettext.sh -P "/usr/pkg" -- "Terminal.pot" xgettext --force-po -d Terminal -o Terminal.pot --keyword=_ --keyword=N_ -f POTFILES --- es.mo --- --- fr.mo --- --- es.mo --- ./gettext.sh -P "/usr/pkg" -- "es.mo" --- fr.mo --- ./gettext.sh -P "/usr/pkg" -- "fr.mo" --- es.mo --- msgmerge -U es.po Terminal.pot --- fr.mo --- msgmerge -U fr.po Terminal.pot --- es.mo --- ... done. --- fr.mo --- ... done. --- es.mo --- msgfmt -c -v -o es.mo es.po --- fr.mo --- msgfmt -c -v -o fr.mo fr.po 22 translated messages. --- es.mo --- 12 translated messages, 10 untranslated messages. --- terminal.o --- --- main.o --- --- terminal.o --- cc -D PREFIX=\"/usr/pkg\" `pkg-config --cflags libDesktop` -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -o terminal.o -c terminal.c --- main.o --- cc `pkg-config --cflags libDesktop` -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -o main.o -c main.c --- terminal.o --- terminal.c:147:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("_Close"), G_CALLBACK(_terminal_on_file_close), GTK_STOCK_CLOSE, ^ terminal.c:158:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_FULLSCREEN, ^~~~~~~~~~~~~~~~~~~~ terminal.c:171:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("_About"), G_CALLBACK(_terminal_on_help_about), GTK_STOCK_ABOUT, 0, ^ terminal.c: In function 'terminal_new': terminal.c:251:2: warning: 'gtk_toggle_tool_button_new_from_stock' is deprecated: Use 'gtk_toggle_tool_button_new' instead [-Wdeprecated-declarations] toolitem = gtk_toggle_tool_button_new_from_stock(GTK_STOCK_FULLSCREEN); ^~~~~~~~ In file included from /tmp/sysutils/deforaos-terminal/work/.buildlink/include/gtk-3.0/gtk/gtkradiotoolbutton.h:28:0, from /tmp/sysutils/deforaos-terminal/work/.buildlink/include/gtk-3.0/gtk/gtk.h:173, from terminal.c:39: /tmp/sysutils/deforaos-terminal/work/.buildlink/include/gtk-3.0/gtk/gtktoggletoolbutton.h:79:14: note: declared here GtkToolItem *gtk_toggle_tool_button_new_from_stock (const gchar *stock_id); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ terminal.c:251:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] toolitem = gtk_toggle_tool_button_new_from_stock(GTK_STOCK_FULLSCREEN); ^~~~~~~~ terminal.c: In function '_on_closex_confirm': terminal.c:560:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, ^~~~~~~~~~~~~~~~ terminal.c:561:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL); ^~~~~~~~~~~~~~~ terminal.c: In function '_terminal_on_tab_rename': terminal.c:627:2: warning: 'gtk_message_dialog_set_image' is deprecated [-Wdeprecated-declarations] gtk_message_dialog_set_image(GTK_MESSAGE_DIALOG(dialog), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/sysutils/deforaos-terminal/work/.buildlink/include/gtk-3.0/gtk/gtk.h:150:0, from terminal.c:39: /tmp/sysutils/deforaos-terminal/work/.buildlink/include/gtk-3.0/gtk/gtkmessagedialog.h:115:12: note: declared here void gtk_message_dialog_set_image (GtkMessageDialog *dialog, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ terminal.c:635:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, ^~~~~~~~~~~~~~~~ terminal.c:636:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_OK, GTK_RESPONSE_OK, NULL); ^~~~~~~~~~~~ --- terminal --- cc -o terminal terminal.o main.o `pkg-config --libs libDesktop` -lintl -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib *** Please use pkgtools/verifypc to sanity check dependencies.