configure.ac:6: installing './compile' configure.ac:4: installing './install-sh' configure.ac:4: installing './missing' src/Makefile.am: installing './depcomp' Traceback (most recent call last): File "/usr/bin/gtkdoc-depscan", line 366, in scan_source_file(name) File "/usr/bin/gtkdoc-depscan", line 332, in scan_source_file contents = __comment_regex.sub('', file(name).read()) NameError: name 'file' is not defined Traceback (most recent call last): File "/usr/bin/gtkdoc-depscan", line 366, in scan_source_file(name) File "/usr/bin/gtkdoc-depscan", line 332, in scan_source_file contents = __comment_regex.sub('', file(name).read()) NameError: name 'file' is not defined rce awf-1.4.0/debian/changelog awf-1.4.0/debian/compat awf-1.4.0/debian/control awf-1.4.0/debian/copyright awf-1.4.0/debian/docs awf-1.4.0/debian/rules awf-1.4.0/debian/source/ awf-1.4.0/debian/source/format awf-1.4.0/icons/ awf-1.4.0/icons/128x128/ awf-1.4.0/icons/128x128/Makefile.am awf-1.4.0/icons/128x128/awf.png awf-1.4.0/icons/16x16/ awf-1.4.0/icons/16x16/Makefile.am awf-1.4.0/icons/16x16/awf.png awf-1.4.0/icons/22x22/ awf-1.4.0/icons/22x22/Makefile.am awf-1.4.0/icons/22x22/awf.png awf-1.4.0/icons/24x24/ awf-1.4.0/icons/24x24/Makefile.am awf-1.4.0/icons/24x24/awf.png awf-1.4.0/icons/32x32/ awf-1.4.0/icons/32x32/Makefile.am awf-1.4.0/icons/32x32/awf.png awf-1.4.0/icons/48x48/ awf-1.4.0/icons/48x48/Makefile.am awf-1.4.0/icons/48x48/awf.png awf-1.4.0/icons/64x64/ awf-1.4.0/icons/64x64/Makefile.am awf-1.4.0/icons/64x64/awf.png awf-1.4.0/icons/Makefile.am awf-1.4.0/icons/scalable/ awf-1.4.0/icons/scalable/Makefile.am awf-1.4.0/icons/scalable/awf.svg awf-1.4.0/src/ awf-1.4.0/src/Makefile.am awf-1.4.0/src/awf.c awf-1.4.0/src/gtk_empty.c awf-1.4.0/src/gtk_empty.h Minimum required version: Minimum required version: checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for gtk+-3.0... yes checking for gtk+-2.0 >= 2.24... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating icons/Makefile config.status: creating icons/16x16/Makefile config.status: creating icons/22x22/Makefile config.status: creating icons/24x24/Makefile config.status: creating icons/32x32/Makefile config.status: creating icons/48x48/Makefile config.status: creating icons/64x64/Makefile config.status: creating icons/128x128/Makefile config.status: creating icons/scalable/Makefile config.status: creating awf.spec config.status: executing depfiles commands Making all in src make[1]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/src' gcc -DPACKAGE_NAME=\"A\ widget\ factory\" -DPACKAGE_TARNAME=\"a-widget-factory\" -DPACKAGE_VERSION=\"1.4.0\" -DPACKAGE_STRING=\"A\ widget\ factory\ 1.4.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"a-widget-factory\" -DVERSION=\"1.4.0\" -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=i586 -mtune=i686 -MT awf_gtk3-awf.o -MD -MP -MF .deps/awf_gtk3-awf.Tpo -c -o awf_gtk3-awf.o `test -f 'awf.c' || echo './'`awf.c awf.c: In function ‘main’: awf.c:401:9: warning: ‘gtk_tool_button_new_from_stock’ is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 401 | refresh = GTK_WIDGET (gtk_tool_button_new_from_stock (GTK_STOCK_REFRESH)); | ^~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28, from /usr/include/gtk-3.0/gtk/gtk.h:149, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ awf.c:401:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 401 | refresh = GTK_WIDGET (gtk_tool_button_new_from_stock (GTK_STOCK_REFRESH)); | ^~~~~~~ awf.c:402:9: warning: ‘gtk_tool_button_new_from_stock’ is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 402 | icon1 = GTK_WIDGET (gtk_tool_button_new_from_stock (GTK_STOCK_GOTO_FIRST)); | ^~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28, from /usr/include/gtk-3.0/gtk/gtk.h:149, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ awf.c:402:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 402 | icon1 = GTK_WIDGET (gtk_tool_button_new_from_stock (GTK_STOCK_GOTO_FIRST)); | ^~~~~ awf.c:403:9: warning: ‘gtk_tool_button_new_from_stock’ is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 403 | icon2 = GTK_WIDGET (gtk_tool_button_new_from_stock (GTK_STOCK_GOTO_LAST)); | ^~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28, from /usr/include/gtk-3.0/gtk/gtk.h:149, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ awf.c:403:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 403 | icon2 = GTK_WIDGET (gtk_tool_button_new_from_stock (GTK_STOCK_GOTO_LAST)); | ^~~~~ awf.c:404:9: warning: ‘gtk_toggle_tool_button_new_from_stock’ is deprecated: Use 'gtk_toggle_tool_button_new' instead [-Wdeprecated-declarations] 404 | icon3 = GTK_WIDGET (gtk_toggle_tool_button_new_from_stock (GTK_STOCK_ADD)); | ^~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkradiotoolbutton.h:28, from /usr/include/gtk-3.0/gtk/gtk.h:173, from gtk_empty.h:27, from awf.c:45: /usr/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ awf.c:404:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 404 | icon3 = GTK_WIDGET (gtk_toggle_tool_button_new_from_stock (GTK_STOCK_ADD)); | ^~~~~ awf.c:527:9: warning: ‘gdk_color_parse’ is deprecated: Use 'gdk_rgba_parse' instead [-Wdeprecated-declarations] 527 | gdk_color_parse ("#7796ba", &color); | ^~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkcairo.h:26, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:79:11: note: declared here 79 | gboolean gdk_color_parse (const gchar *spec, | ^~~~~~~~~~~~~~~ awf.c:528:9: warning: ‘gtk_color_button_new_with_color’ is deprecated: Use 'gtk_color_button_new_with_rgba' instead [-Wdeprecated-declarations] 528 | button6 = gtk_color_button_new_with_color (&color); | ^~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:74, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gtk/gtkcolorbutton.h:87:12: note: declared here 87 | GtkWidget *gtk_color_button_new_with_color (const GdkColor *color); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ awf.c:655:9: warning: ‘gtk_vbutton_box_new’ is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations] 655 | vbox_buttonbox = gtk_vbutton_box_new (); | ^~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:285, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gtk/deprecated/gtkvbbox.h:61:12: note: declared here 61 | GtkWidget *gtk_vbutton_box_new (void); | ^~~~~~~~~~~~~~~~~~~ awf.c: In function ‘awf_set_theme’: awf.c:905:9: warning: ‘gtk_settings_set_string_property’ is deprecated [-Wdeprecated-declarations] 905 | gtk_settings_set_string_property (gtk_settings_get_default (), "gtk-theme-name", (const gchar*)theme, "gtkrc:0"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:194, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gtk/gtksettings.h:128:10: note: declared here 128 | void gtk_settings_set_string_property (GtkSettings *settings, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ awf.c: In function ‘awf_refresh_theme’: awf.c:922:17: warning: ‘gtk_settings_set_string_property’ is deprecated [-Wdeprecated-declarations] 922 | gtk_settings_set_string_property (gtk_settings_get_default (), "gtk-theme-name", default_theme, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:194, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gtk/gtksettings.h:128:10: note: declared here 128 | void gtk_settings_set_string_property (GtkSettings *settings, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ awf.c:924:17: warning: ‘gtk_settings_set_string_property’ is deprecated [-Wdeprecated-declarations] 924 | gtk_settings_set_string_property (gtk_settings_get_default (), "gtk-theme-name", (const gchar*)current_theme, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:194, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gtk/gtksettings.h:128:10: note: declared here 128 | void gtk_settings_set_string_property (GtkSettings *settings, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ awf.c: In function ‘awf_build_menu’: awf.c:994:17: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 994 | { 3, "_Item1" , "i", GTK_STOCK_OPEN, NULL }, | ^ awf.c:995:17: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 995 | { 3, "Item2" , "" , GTK_STOCK_SAVE, NULL }, | ^ awf.c:1028:41: warning: ‘gtk_image_menu_item_new_with_mnemonic’ is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] 1028 | menuitem = gtk_image_menu_item_new_with_mnemonic (info[i].mnemonic); | ^~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:269, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here 82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ awf.c:1029:41: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 1029 | menuimage = gtk_image_new_from_stock (info[i].image, GTK_ICON_SIZE_MENU); | ^~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42, from /usr/include/gtk-3.0/gtk/gtktreeview.h:29, from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27, from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /usr/include/gtk-3.0/gtk/gtk.h:42, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ awf.c:1030:41: warning: ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations] 1030 | gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menuitem), menuimage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:269, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here 92 | void gtk_image_menu_item_set_image (GtkImageMenuItem *image_menu_item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ awf.c:1030:41: warning: ‘gtk_image_menu_item_get_type’ is deprecated: Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations] 1030 | gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menuitem), menuimage); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:269, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:76:12: note: declared here 76 | GType gtk_image_menu_item_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ awf.c: In function ‘awf_run_me’: awf.c:1108:17: warning: ‘gdk_screen_make_display_name’ is deprecated [-Wdeprecated-declarations] 1108 | display = gdk_screen_make_display_name (gtk_window_get_screen (GTK_WINDOW (window))); | ^~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-3.0/gdk/gdkscreen.h:71:14: note: declared here 71 | gchar * gdk_screen_make_display_name (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/awf_gtk3-awf.Tpo .deps/awf_gtk3-awf.Po gcc -DPACKAGE_NAME=\"A\ widget\ factory\" -DPACKAGE_TARNAME=\"a-widget-factory\" -DPACKAGE_VERSION=\"1.4.0\" -DPACKAGE_STRING=\"A\ widget\ factory\ 1.4.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"a-widget-factory\" -DVERSION=\"1.4.0\" -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=i586 -mtune=i686 -MT awf_gtk3-gtk_empty.o -MD -MP -MF .deps/awf_gtk3-gtk_empty.Tpo -c -o awf_gtk3-gtk_empty.o `test -f 'gtk_empty.c' || echo './'`gtk_empty.c mv -f .deps/awf_gtk3-gtk_empty.Tpo .deps/awf_gtk3-gtk_empty.Po gcc -O2 -march=i586 -mtune=i686 -o awf-gtk3 awf_gtk3-awf.o awf_gtk3-gtk_empty.o -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -DPACKAGE_NAME=\"A\ widget\ factory\" -DPACKAGE_TARNAME=\"a-widget-factory\" -DPACKAGE_VERSION=\"1.4.0\" -DPACKAGE_STRING=\"A\ widget\ factory\ 1.4.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"a-widget-factory\" -DVERSION=\"1.4.0\" -I. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=i586 -mtune=i686 -MT awf_gtk2-awf.o -MD -MP -MF .deps/awf_gtk2-awf.Tpo -c -o awf_gtk2-awf.o `test -f 'awf.c' || echo './'`awf.c In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gtk_empty.h:27, from awf.c:45: /usr/include/glib-2.0/gobject/gtype.h:698:1: note: declared here 698 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gtk_empty.h:27, from awf.c:45: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/glib/gprintf.h:21, from awf.c:43: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ mv -f .deps/awf_gtk2-awf.Tpo .deps/awf_gtk2-awf.Po gcc -DPACKAGE_NAME=\"A\ widget\ factory\" -DPACKAGE_TARNAME=\"a-widget-factory\" -DPACKAGE_VERSION=\"1.4.0\" -DPACKAGE_STRING=\"A\ widget\ factory\ 1.4.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"a-widget-factory\" -DVERSION=\"1.4.0\" -I. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=i586 -mtune=i686 -MT awf_gtk2-gtk_empty.o -MD -MP -MF .deps/awf_gtk2-gtk_empty.Tpo -c -o awf_gtk2-gtk_empty.o `test -f 'gtk_empty.c' || echo './'`gtk_empty.c In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gtk_empty.h:27, from gtk_empty.c:24: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gtk_empty.h:27, from gtk_empty.c:24: /usr/include/glib-2.0/gobject/gtype.h:698:1: note: declared here 698 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gtk_empty.h:27, from gtk_empty.c:24: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gtk_empty.h:27, from gtk_empty.c:24: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ mv -f .deps/awf_gtk2-gtk_empty.Tpo .deps/awf_gtk2-gtk_empty.Po gcc -O2 -march=i586 -mtune=i686 -o awf-gtk2 awf_gtk2-awf.o awf_gtk2-gtk_empty.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype make[1]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/src' Making all in icons make[1]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons' Making all in 16x16 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/16x16' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/16x16' Making all in 22x22 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/22x22' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/22x22' Making all in 24x24 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/24x24' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/24x24' Making all in 32x32 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/32x32' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/32x32' Making all in 48x48 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/48x48' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/48x48' Making all in 64x64 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/64x64' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/64x64' Making all in 128x128 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/128x128' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/128x128' Making all in scalable make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/scalable' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/scalable' make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons' make[1]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons' make[1]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0' Making install in src make[1]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/src' make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/src' /usr/bin/mkdir -p '/usr/src/slapt-src/desktop/awf/package-awf/usr/bin' /usr/bin/ginstall -c awf-gtk3 awf-gtk2 '/usr/src/slapt-src/desktop/awf/package-awf/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/src' make[1]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/src' Making install in icons make[1]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons' Making install in 16x16 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/16x16' make[3]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/16x16' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/16x16/apps' /usr/bin/ginstall -c -m 644 awf.png '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/16x16/apps' make[3]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/16x16' make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/16x16' Making install in 22x22 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/22x22' make[3]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/22x22' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/22x22/apps' /usr/bin/ginstall -c -m 644 awf.png '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/22x22/apps' make[3]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/22x22' make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/22x22' Making install in 24x24 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/24x24' make[3]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/24x24' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/24x24/apps' /usr/bin/ginstall -c -m 644 awf.png '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/24x24/apps' make[3]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/24x24' make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/24x24' Making install in 32x32 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/32x32' make[3]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/32x32' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/32x32/apps' /usr/bin/ginstall -c -m 644 awf.png '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/32x32/apps' make[3]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/32x32' make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/32x32' Making install in 48x48 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/48x48' make[3]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/48x48' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/48x48/apps' /usr/bin/ginstall -c -m 644 awf.png '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/48x48/apps' make[3]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/48x48' make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/48x48' Making install in 64x64 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/64x64' make[3]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/64x64' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/64x64/apps' /usr/bin/ginstall -c -m 644 awf.png '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/64x64/apps' make[3]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/64x64' make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/64x64' Making install in 128x128 make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/128x128' make[3]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/128x128' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/128x128/apps' /usr/bin/ginstall -c -m 644 awf.png '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/128x128/apps' make[3]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/128x128' make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/128x128' Making install in scalable make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/scalable' make[3]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/scalable' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/scalable/apps' /usr/bin/ginstall -c -m 644 awf.svg '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/icons/hicolor/scalable/apps' make[3]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/scalable' make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons/scalable' make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons' make[3]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons' make[3]: Nothing to be done for 'install-exec-am'. make install-data-hook make[4]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons' *** Icon cache not updated. Remember to run: *** *** gtk-update-icon-cache -f -t /usr/share/icons/hicolor *** make[4]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons' make[3]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons' make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons' make[1]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0/icons' make[1]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0' make[2]: Entering directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/applications' /usr/bin/ginstall -c -m 644 awf.desktop '/usr/src/slapt-src/desktop/awf/package-awf/usr/share/applications' make[2]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0' make[1]: Leaving directory '/usr/src/slapt-src/desktop/awf/awf-1.4.0' Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/desktop/awf/awf-1.4.0-i586-1salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/awf-gtk2 usr/bin/awf-gtk3 usr/doc/ usr/doc/awf-1.4.0/ usr/doc/awf-1.4.0/AUTHORS usr/doc/awf-1.4.0/COPYING usr/doc/awf-1.4.0/ChangeLog usr/doc/awf-1.4.0/INSTALL usr/doc/awf-1.4.0/NEWS usr/doc/awf-1.4.0/README usr/doc/awf-1.4.0/README.md usr/doc/awf-1.4.0/awf.SlackBuild usr/share/ usr/share/applications/ usr/share/applications/awf.desktop usr/share/icons/ usr/share/icons/hicolor/ usr/share/icons/hicolor/128x128/ usr/share/icons/hicolor/128x128/apps/ usr/share/icons/hicolor/128x128/apps/awf.png usr/share/icons/hicolor/16x16/ usr/share/icons/hicolor/16x16/apps/ usr/share/icons/hicolor/16x16/apps/awf.png usr/share/icons/hicolor/22x22/ usr/share/icons/hicolor/22x22/apps/ usr/share/icons/hicolor/22x22/apps/awf.png usr/share/icons/hicolor/24x24/ usr/share/icons/hicolor/24x24/apps/ usr/share/icons/hicolor/24x24/apps/awf.png usr/share/icons/hicolor/32x32/ usr/share/icons/hicolor/32x32/apps/ usr/share/icons/hicolor/32x32/apps/awf.png usr/share/icons/hicolor/48x48/ usr/share/icons/hicolor/48x48/apps/ usr/share/icons/hicolor/48x48/apps/awf.png usr/share/icons/hicolor/64x64/ usr/share/icons/hicolor/64x64/apps/ usr/share/icons/hicolor/64x64/apps/awf.png usr/share/icons/hicolor/scalable/ usr/share/icons/hicolor/scalable/apps/ usr/share/icons/hicolor/scalable/apps/awf.svg Slackware package /usr/src/slapt-src/desktop/awf/awf-1.4.0-i586-1salix15.0.txz created. Installing package awf-1.4.0-i586-1salix15.0... | awf (A Widget Factory) | | A widget factory is a theme preview application for gtk2 and gtk3. | It displays the various widget types provided by gtk2/gtk3 in a | single window allowing to see the visual effect of the applied theme. | | | | | Homepage: https://github.com/valr/awf | | |