=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for deforaos-coder-0.2.0nb10 --- subdirs --- --- coder.1 --- --- coder.html --- --- sequel.1 --- --- sequel.html --- --- coder.1 --- ./docbook.sh -P "/usr/pkg" -- "coder.1" --- coder.html --- ./docbook.sh -P "/usr/pkg" -- "coder.html" --- sequel.html --- ./docbook.sh -P "/usr/pkg" -- "sequel.html" --- coder.1 --- xsltproc --nonet --xinclude -o coder.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl coder.xml --- sequel.1 --- ./docbook.sh -P "/usr/pkg" -- "sequel.1" xsltproc --nonet --xinclude -o sequel.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl sequel.xml --- coder.html --- xsltproc --nonet --xinclude --param custom.css.source "coder.css.xml" --param generate.css.header 1 -o coder.html http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl coder.xml --- sequel.html --- xsltproc --nonet --xinclude --param custom.css.source "sequel.css.xml" --param generate.css.header 1 -o sequel.html http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl sequel.xml --- simulator.1 --- ./docbook.sh -P "/usr/pkg" -- "simulator.1" --- simulator.html --- --- simulator.1 --- xsltproc --nonet --xinclude -o simulator.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl simulator.xml --- simulator.html --- ./docbook.sh -P "/usr/pkg" -- "simulator.html" xsltproc --nonet --xinclude --param custom.css.source "simulator.css.xml" --param generate.css.header 1 -o simulator.html http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl simulator.xml --- coder.1 --- Note: Writing coder.1 --- sequel.1 --- Note: Writing sequel.1 --- simulator.1 --- Note: Writing simulator.1 --- Coder.pot --- ./gettext.sh -P "/usr/pkg" -- "Coder.pot" xgettext --force-po -d Coder -o Coder.pot --keyword=_ --keyword=N_ -f POTFILES --- es.mo --- --- fr.mo --- ./gettext.sh -P "/usr/pkg" -- "fr.mo" --- es.mo --- ./gettext.sh -P "/usr/pkg" -- "es.mo" msgmerge -U es.po Coder.pot --- fr.mo --- msgmerge -U fr.po Coder.pot ................ done. --- es.mo --- ................ done. msgfmt -c -v -o es.mo es.po --- fr.mo --- msgfmt -c -v -o fr.mo fr.po 151 translated messages, 3 untranslated messages. --- es.mo --- 144 translated messages, 10 untranslated messages. --- callbacks.o --- --- coder.o --- --- main.o --- --- project.o --- --- coder.o --- cc -D PREFIX=\"/usr/pkg\" `pkg-config --cflags libDesktop` -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/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/freetype2 -I/usr/X11R7/include/libdrm -o coder.o -c coder.c --- main.o --- cc `pkg-config --cflags libDesktop` -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/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/freetype2 -I/usr/X11R7/include/libdrm -o main.o -c main.c --- project.o --- cc `pkg-config --cflags libDesktop` -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/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/freetype2 -I/usr/X11R7/include/libdrm -o project.o -c project.c --- callbacks.o --- cc -D PREFIX=\"/usr/pkg\" `pkg-config --cflags libDesktop` -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/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/freetype2 -I/usr/X11R7/include/libdrm -o callbacks.o -c callbacks.c callbacks.c: In function 'on_file_open': callbacks.c:59:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_CANCEL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ callbacks.c:60:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN, ^~~~~~~~~~~~~~~~~~~ --- coder.o --- coder.c:82:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("_New file..."), G_CALLBACK(on_file_new), GTK_STOCK_NEW, ^ coder.c:84:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("_Open file..."), G_CALLBACK(on_file_open), GTK_STOCK_OPEN, ^ coder.c:88:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_PREFERENCES, GDK_CONTROL_MASK, GDK_KEY_P }, ^~~~~~~~~~~~~~~~~~~~~ coder.c:90:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("_Exit"), G_CALLBACK(on_file_exit), GTK_STOCK_QUIT, ^ coder.c:98:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("_New project..."), G_CALLBACK(on_project_new), GTK_STOCK_NEW, 0, ^ coder.c:100:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("_Open project..."), G_CALLBACK(on_project_open), GTK_STOCK_OPEN, ^ coder.c:102:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("_Save project"), G_CALLBACK(on_project_save), GTK_STOCK_SAVE, ^ coder.c:105:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_SAVE_AS, 0, 0 }, ^~~~~~~~~~~~~~~~~ coder.c:108:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_PROPERTIES, GDK_MOD1_MASK, GDK_KEY_Return }, ^~~~~~~~~~~~~~~~~~~~ coder.c:133:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("_About"), G_CALLBACK(on_help_about), GTK_STOCK_ABOUT, 0, 0 }, ^ coder.c:152:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("Exit"), G_CALLBACK(on_file_exit), GTK_STOCK_QUIT, 0, 0, NULL }, ^ coder.c: In function 'coder_project_open_dialog': coder.c:388:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_CANCEL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ coder.c:389:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN, ^~~~~~~~~~~~~~~~~~~ coder.c: In function 'coder_project_save_dialog': coder.c:475:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_CANCEL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ coder.c:476:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN, ^~~~~~~~~~~~~~~~~~~ coder.c: In function '_show_preferences_window': coder.c:580:2: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new(FALSE, 4); ^~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/Desktop.h:34, from coder.c:28: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here GtkWidget * gtk_vbox_new (gboolean homogeneous, ^~~~~~~~~~~~ coder.c:583:2: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] nb_vbox = gtk_vbox_new(FALSE, 4); ^~~~~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/Desktop.h:34, from coder.c:28: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here GtkWidget * gtk_vbox_new (gboolean homogeneous, ^~~~~~~~~~~~ coder.c:603:2: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] nb_vbox = gtk_vbox_new(FALSE, 0); ^~~~~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/Desktop.h:34, from coder.c:28: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here GtkWidget * gtk_vbox_new (gboolean homogeneous, ^~~~~~~~~~~~ coder.c:614:2: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] b_ok = gtk_button_new_from_stock(GTK_STOCK_OK); ^~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/Desktop.h:34, from coder.c:28: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); ^~~~~~~~~~~~~~~~~~~~~~~~~ coder.c:614:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] b_ok = gtk_button_new_from_stock(GTK_STOCK_OK); ^~~~ coder.c:618:2: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] b_apply = gtk_button_new_from_stock(GTK_STOCK_APPLY); ^~~~~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/Desktop.h:34, from coder.c:28: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); ^~~~~~~~~~~~~~~~~~~~~~~~~ coder.c:618:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] b_apply = gtk_button_new_from_stock(GTK_STOCK_APPLY); ^~~~~~~ coder.c:622:2: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] b_cancel = gtk_button_new_from_stock(GTK_STOCK_CANCEL); ^~~~~~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/Desktop.h:34, from coder.c:28: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); ^~~~~~~~~~~~~~~~~~~~~~~~~ coder.c:622:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] b_cancel = gtk_button_new_from_stock(GTK_STOCK_CANCEL); ^~~~~~~~ --- coder --- cc -o coder callbacks.o coder.o main.o project.o `pkg-config --libs libDesktop` -lintl -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib --- subdirs --- --- console.o --- --- debugger.o --- --- debugger-main.o --- --- console.o --- cc `pkg-config --cflags libDesktop` -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/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/freetype2 -I/usr/X11R7/include/libdrm -o console.o -c console.c --- debugger.o --- cc `pkg-config --cflags libDesktop` -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/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/freetype2 -I/usr/X11R7/include/libdrm `pkg-config --cflags Asm` -o debugger.o -c debugger.c --- debugger-main.o --- cc `pkg-config --cflags libDesktop` -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/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/freetype2 -I/usr/X11R7/include/libdrm `pkg-config --cflags Asm` -o debugger-main.o -c debugger-main.c --- subdirs --- --- asm.o --- cc `pkg-config --cflags gtk+-2.0` -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/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/freetype2 -I/usr/X11R7/include/libdrm `pkg-config --cflags Asm` -o asm.o -c asm.c Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'gtk+-2.0', required by 'virtual:world', not found asm.c:31:10: fatal error: gtk/gtk.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. *** [asm.o] Error code 1 make[2]: stopped in /tmp/devel/deforaos-coder/work/Coder-0.2.0/tools/backend 1 error make[2]: stopped in /tmp/devel/deforaos-coder/work/Coder-0.2.0/tools/backend *** [subdirs] Error code 2 make[1]: stopped in /tmp/devel/deforaos-coder/work/Coder-0.2.0/tools --- debugger.o --- debugger.c:175:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("_Open..."), G_CALLBACK(_debugger_on_open), GTK_STOCK_OPEN, ^ debugger.c:179:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_PROPERTIES, GDK_MOD1_MASK, GDK_KEY_Return }, ^~~~~~~~~~~~~~~~~~~~ debugger.c:181:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("_Close"), G_CALLBACK(_debugger_on_close), GTK_STOCK_CLOSE, ^ debugger.c:217:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("_About"), G_CALLBACK(_debugger_on_about), GTK_STOCK_ABOUT, 0, 0 }, ^ debugger.c:244:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] { N_("Open"), G_CALLBACK(_debugger_on_open), GTK_STOCK_OPEN, ^ debugger.c:262:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_PROPERTIES, 0, 0, NULL }, ^~~~~~~~~~~~~~~~~~~~ debugger.c: In function 'debugger_new': debugger.c:351:2: warning: 'gtk_hpaned_new' is deprecated: Use 'gtk_paned_new' instead [-Wdeprecated-declarations] paned = gtk_hpaned_new(); ^~~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:263:0, from debugger.c:38: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhpaned.h:61:13: note: declared here GtkWidget * gtk_hpaned_new (void); ^~~~~~~~~~~~~~ debugger.c:363:2: warning: 'gtk_widget_override_font' is deprecated [-Wdeprecated-declarations] gtk_widget_override_font(debugger->das_view, debugger->monospace); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from debugger.c:38: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here void gtk_widget_override_font (GtkWidget *widget, ^~~~~~~~~~~~~~~~~~~~~~~~ debugger.c:385:2: warning: 'gtk_widget_override_font' is deprecated [-Wdeprecated-declarations] gtk_widget_override_font(debugger->dhx_view, debugger->monospace); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from debugger.c:38: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here void gtk_widget_override_font (GtkWidget *widget, ^~~~~~~~~~~~~~~~~~~~~~~~ debugger.c: In function 'debugger_properties': debugger.c:701: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/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:150:0, from debugger.c:38: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkmessagedialog.h:115:12: note: declared here void gtk_message_dialog_set_image (GtkMessageDialog *dialog, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ debugger.c:702:4: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] gtk_image_new_from_stock(GTK_STOCK_PROPERTIES, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42, from debugger.c:38: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, ^~~~~~~~~~~~~~~~~~~~~~~~ debugger.c:702:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] gtk_image_new_from_stock(GTK_STOCK_PROPERTIES, ^~~~~~~~~~~~~~~~~~~~~~~~ debugger.c: In function '_properties_label': debugger.c:742:2: warning: 'gtk_widget_override_font' is deprecated [-Wdeprecated-declarations] gtk_widget_override_font(widget, debugger->bold); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from debugger.c:38: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here void gtk_widget_override_font (GtkWidget *widget, ^~~~~~~~~~~~~~~~~~~~~~~~ --- console.o --- console.c: In function '_console': console.c:125:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_EXECUTE); ^~~~~~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149, from /tmp/devel/deforaos-coder/work/.buildlink/include/Desktop.h:34, from console.c:21: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ console.c:125:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_EXECUTE); ^~~~~~~~ console.c:129:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_CLEAR); ^~~~~~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149, from /tmp/devel/deforaos-coder/work/.buildlink/include/Desktop.h:34, from console.c:21: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ console.c:129:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_CLEAR); ^~~~~~~~ console.c:140:2: warning: 'gtk_widget_override_font' is deprecated [-Wdeprecated-declarations] gtk_widget_override_font(console.code, desc); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from /tmp/devel/deforaos-coder/work/.buildlink/include/Desktop.h:34, from console.c:21: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here void gtk_widget_override_font (GtkWidget *widget, ^~~~~~~~~~~~~~~~~~~~~~~~ console.c:147:2: warning: 'gtk_widget_override_font' is deprecated [-Wdeprecated-declarations] gtk_widget_override_font(console.console, desc); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27:0, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31, from /tmp/devel/deforaos-coder/work/.buildlink/include/Desktop.h:34, from console.c:21: /tmp/devel/deforaos-coder/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here void gtk_widget_override_font (GtkWidget *widget, ^~~~~~~~~~~~~~~~~~~~~~~~ 1 error make[1]: stopped in /tmp/devel/deforaos-coder/work/Coder-0.2.0/tools *** [subdirs] Error code 2 make: stopped in /tmp/devel/deforaos-coder/work/Coder-0.2.0 1 error make: stopped in /tmp/devel/deforaos-coder/work/Coder-0.2.0 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/devel/deforaos-coder *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/devel/deforaos-coder