The following packages will be installed: usbview Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching usbview.SlackBuild... 0%100%100%100%100%100%Done Fetching usbview.info... 0%100%100%100%100%100%Done usbview-2.0/ usbview-2.0/missing usbview-2.0/Makefile.in usbview-2.0/usbtree.h usbview-2.0/configure-dialog.c usbview-2.0/usbview.8 usbview-2.0/usbparse.h usbview-2.0/depcomp usbview-2.0/ChangeLog usbview-2.0/callbacks.c usbview-2.0/README usbview-2.0/configure usbview-2.0/aclocal.m4 usbview-2.0/NEWS usbview-2.0/usbparse.c usbview-2.0/Makefile.am usbview-2.0/usbview_logo.xcf usbview-2.0/configure.in usbview-2.0/COPYING usbview-2.0/INSTALL usbview-2.0/usb_icon.xpm usbview-2.0/usbview_logo.xpm usbview-2.0/config.h.in usbview-2.0/AUTHORS usbview-2.0/main.c usbview-2.0/install-sh usbview-2.0/usbview.spec usbview-2.0/TODO usbview-2.0/interface.c usbview-2.0/usbtree.c 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 for style of include used by make... GNU 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 dependency style of gcc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/usr/src/slapt-src/system/usbview/usbview-2.0' gcc -DHAVE_CONFIG_H -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/lib64/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/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po gcc -DHAVE_CONFIG_H -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/lib64/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/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -Wall -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c interface.c: In function 'create_windowMain': interface.c:111:2: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] buttonRefresh = gtk_button_new_from_stock(GTK_STOCK_REFRESH); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:54:0, from interface.c:25: /usr/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); ^ interface.c:111:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] buttonRefresh = gtk_button_new_from_stock(GTK_STOCK_REFRESH); ^ interface.c:125:2: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] buttonAbout = gtk_button_new_from_stock(GTK_STOCK_ABOUT); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:54:0, from interface.c:25: /usr/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); ^ interface.c:125:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] buttonAbout = gtk_button_new_from_stock(GTK_STOCK_ABOUT); ^ interface.c:132:2: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] buttonClose = gtk_button_new_from_stock(GTK_STOCK_QUIT); ^ In file included from /usr/include/gtk-3.0/gtk/gtk.h:54:0, from interface.c:25: /usr/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); ^ interface.c:132:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] buttonClose = gtk_button_new_from_stock(GTK_STOCK_QUIT); ^ mv -f .deps/interface.Tpo .deps/interface.Po gcc -DHAVE_CONFIG_H -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/lib64/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/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -Wall -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c mv -f .deps/callbacks.Tpo .deps/callbacks.Po gcc -DHAVE_CONFIG_H -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/lib64/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/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -Wall -MT usbtree.o -MD -MP -MF .deps/usbtree.Tpo -c -o usbtree.o usbtree.c mv -f .deps/usbtree.Tpo .deps/usbtree.Po gcc -DHAVE_CONFIG_H -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/lib64/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/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -Wall -MT usbparse.o -MD -MP -MF .deps/usbparse.Tpo -c -o usbparse.o usbparse.c mv -f .deps/usbparse.Tpo .deps/usbparse.Po gcc -DHAVE_CONFIG_H -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/lib64/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/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -Wall -MT configure-dialog.o -MD -MP -MF .deps/configure-dialog.Tpo -c -o configure-dialog.o configure-dialog.c configure-dialog.c: In function 'fileSelectButtonClick': configure-dialog.c:38:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, ^ configure-dialog.c:39:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT, ^ configure-dialog.c: In function 'configure_dialog': configure-dialog.c:66:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, ^ configure-dialog.c:67:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT, ^ mv -f .deps/configure-dialog.Tpo .deps/configure-dialog.Po gcc -O2 -fPIC -Wall -o usbview main.o interface.o callbacks.o usbtree.o usbparse.o configure-dialog.o -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 make[1]: Leaving directory '/usr/src/slapt-src/system/usbview/usbview-2.0' if test -z ''; then \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src/system/usbview/usbview-2.0/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src/system/usbview/usbview-2.0/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src/system/usbview/usbview-2.0/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src/system/usbview/usbview-2.0/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG=''" install; \ fi make[1]: Entering directory '/usr/src/slapt-src/system/usbview/usbview-2.0' make[2]: Entering directory '/usr/src/slapt-src/system/usbview/usbview-2.0' /usr/bin/mkdir -p '/usr/src/slapt-src/system/usbview/package-usbview/usr/bin' /bin/sh /usr/src/slapt-src/system/usbview/usbview-2.0/install-sh -c -s usbview '/usr/src/slapt-src/system/usbview/package-usbview/usr/bin' /usr/bin/mkdir -p '/usr/src/slapt-src/system/usbview/package-usbview/usr/man/man8' /usr/bin/ginstall -c -m 644 usbview.8 '/usr/src/slapt-src/system/usbview/package-usbview/usr/man/man8' make[2]: Leaving directory '/usr/src/slapt-src/system/usbview/usbview-2.0' make[1]: Leaving directory '/usr/src/slapt-src/system/usbview/usbview-2.0' Slackware package maker, version 3.141593. 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/system/usbview/usbview-2.0-x86_64-1salix.txz ./ usr/ usr/bin/ usr/bin/usbview usr/doc/ usr/doc/usbview-2.0/ usr/doc/usbview-2.0/README usr/doc/usbview-2.0/COPYING usr/doc/usbview-2.0/NEWS usr/doc/usbview-2.0/AUTHORS usr/doc/usbview-2.0/TODO usr/doc/usbview-2.0/ChangeLog usr/doc/usbview-2.0/INSTALL usr/doc/usbview-2.0/usbview.SlackBuild usr/man/ usr/man/man8/ usr/man/man8/usbview.8.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/system/usbview/usbview-2.0-x86_64-1salix.txz created. Installing package usbview-2.0-x86_64-1salix... | USBView (GTK program that displays the topography of USB devices) | | USBView is a GTK program that displays the topography of the | devices that are plugged into the USB bus on a Linux machine. | It also displays information on each of the devices. This can | be useful to determine if a device is working properly or not. | | Homepage: http://www.kroah.com/linux/usb/ | | | | |