tar -xf volumeicon-0.4.6.tar.gz patching file src/alsa_backend.c patching file src/oss_backend.c checking for a BSD-compatible install... /bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for an ANSI C-conforming const... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for pid_t... yes checking return type of signal handlers... void checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) 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 for X11... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating data/Makefile config.status: executing depfiles commands Making all in src make[1]: Entering directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6/src' gcc -DPACKAGE_NAME=\"volumeicon\" -DPACKAGE_TARNAME=\"volumeicon\" -DPACKAGE_VERSION=\"0.4.6\" -DPACKAGE_STRING=\"volumeicon\ 0.4.6\" -DPACKAGE_BUGREPORT=\"http://www.softwarebakery.com/maato/volumeicon.html\" -DPACKAGE_URL=\"\" -DPACKAGE=\"volumeicon\" -DVERSION=\"0.4.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -I. -Wall -DDATADIR=\"/usr/share/volumeicon\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/alsa -O2 -march=armv5te -MT volumeicon.o -MD -MP -MF .deps/volumeicon.Tpo -c -o volumeicon.o volumeicon.c volumeicon.c: In function 'volume_icon_load_icons': volumeicon.c:764:4: warning: 'gdk_pixbuf_unref' is deprecated (declared at /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243): Use 'g_object_unref' instead [-Wdeprecated-declarations] mv -f .deps/volumeicon.Tpo .deps/volumeicon.Po gcc -DPACKAGE_NAME=\"volumeicon\" -DPACKAGE_TARNAME=\"volumeicon\" -DPACKAGE_VERSION=\"0.4.6\" -DPACKAGE_STRING=\"volumeicon\ 0.4.6\" -DPACKAGE_BUGREPORT=\"http://www.softwarebakery.com/maato/volumeicon.html\" -DPACKAGE_URL=\"\" -DPACKAGE=\"volumeicon\" -DVERSION=\"0.4.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -I. -Wall -DDATADIR=\"/usr/share/volumeicon\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/alsa -O2 -march=armv5te -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c mv -f .deps/config.Tpo .deps/config.Po gcc -DPACKAGE_NAME=\"volumeicon\" -DPACKAGE_TARNAME=\"volumeicon\" -DPACKAGE_VERSION=\"0.4.6\" -DPACKAGE_STRING=\"volumeicon\ 0.4.6\" -DPACKAGE_BUGREPORT=\"http://www.softwarebakery.com/maato/volumeicon.html\" -DPACKAGE_URL=\"\" -DPACKAGE=\"volumeicon\" -DVERSION=\"0.4.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -I. -Wall -DDATADIR=\"/usr/share/volumeicon\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/alsa -O2 -march=armv5te -MT bind.o -MD -MP -MF .deps/bind.Tpo -c -o bind.o bind.c mv -f .deps/bind.Tpo .deps/bind.Po gcc -DPACKAGE_NAME=\"volumeicon\" -DPACKAGE_TARNAME=\"volumeicon\" -DPACKAGE_VERSION=\"0.4.6\" -DPACKAGE_STRING=\"volumeicon\ 0.4.6\" -DPACKAGE_BUGREPORT=\"http://www.softwarebakery.com/maato/volumeicon.html\" -DPACKAGE_URL=\"\" -DPACKAGE=\"volumeicon\" -DVERSION=\"0.4.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -I. -Wall -DDATADIR=\"/usr/share/volumeicon\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/alsa -O2 -march=armv5te -MT alsa_backend.o -MD -MP -MF .deps/alsa_backend.Tpo -c -o alsa_backend.o alsa_backend.c mv -f .deps/alsa_backend.Tpo .deps/alsa_backend.Po gcc -Wall -DDATADIR=\"/usr/share/volumeicon\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/alsa -O2 -march=armv5te -o volumeicon volumeicon.o config.o bind.o alsa_backend.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lasound -lX11 make[1]: Leaving directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6/src' Making all in data make[1]: Entering directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6/data' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6/data' make[1]: Entering directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6' if test -z ''; then \ make INSTALL_PROGRAM="/bin/sh /srv/builds/original/xap/volumeicon/src/volumeicon-0.4.6/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /srv/builds/original/xap/volumeicon/src/volumeicon-0.4.6/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ make INSTALL_PROGRAM="/bin/sh /srv/builds/original/xap/volumeicon/src/volumeicon-0.4.6/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /srv/builds/original/xap/volumeicon/src/volumeicon-0.4.6/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG=''" install; \ fi make[1]: Entering directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6' Making install in src make[2]: Entering directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6/src' make[3]: Entering directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6/src' test -z "/usr/bin" || /bin/mkdir -p "/srv/builds/original/xap/volumeicon/pkg/usr/bin" /bin/sh /srv/builds/original/xap/volumeicon/src/volumeicon-0.4.6/install-sh -c -s volumeicon '/srv/builds/original/xap/volumeicon/pkg/usr/bin' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6/src' make[2]: Leaving directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6/src' Making install in data make[2]: Entering directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6/data' make[3]: Entering directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6/data' make[3]: Nothing to be done for `install-exec-am'. test -d "/srv/builds/original/xap/volumeicon/pkg/usr/share/volumeicon" && rm -rf "/srv/builds/original/xap/volumeicon/pkg/usr/share/volumeicon" make[3]: [uninstall-local] Error 1 (ignored) mkdir -p "/srv/builds/original/xap/volumeicon/pkg/usr/share/volumeicon"; \ find gui icons | while read dir; do \ test -d "$dir" && mkdir "/srv/builds/original/xap/volumeicon/pkg/usr/share/volumeicon/$dir"; \ test -f "$dir" && cp "$dir" "/srv/builds/original/xap/volumeicon/pkg/usr/share/volumeicon/$dir"; \ done make[3]: Leaving directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6/data' make[2]: Leaving directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6/data' make[2]: Entering directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6' make[3]: Entering directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6' make[2]: Leaving directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6' make[1]: Leaving directory `/srv/builds/salix/xap/volumeicon/src/volumeicon-0.4.6' /srv/builds/original/xap/volumeicon/pkg: total 8 drwxr-xr-x 2 root root 4096 Mar 3 17:08 install drwxr-xr-x 6 root root 4096 Mar 3 17:08 usr /srv/builds/original/xap/volumeicon/pkg/install: total 4 -rw-r--r-- 1 root root 292 Mar 3 17:08 slack-desc /srv/builds/original/xap/volumeicon/pkg/usr: total 16 drwxr-xr-x 2 root root 4096 Mar 3 17:08 bin drwxr-xr-x 3 root root 4096 Mar 3 17:08 doc drwxr-xr-x 3 root root 4096 Mar 3 17:08 share drwxr-xr-x 3 root root 4096 Mar 3 17:07 src /srv/builds/original/xap/volumeicon/pkg/usr/bin: total 36 -rwxr-xr-x 1 root root 33412 Mar 3 17:08 volumeicon /srv/builds/original/xap/volumeicon/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 Mar 3 17:08 volumeicon-0.4.6 /srv/builds/original/xap/volumeicon/pkg/usr/doc/volumeicon-0.4.6: total 48 -rw-r--r-- 1 root root 599 Mar 3 17:08 AUTHORS -rw-r--r-- 1 root root 35147 Mar 3 17:08 COPYING -rw-r--r-- 1 root root 1635 Mar 3 17:08 ChangeLog -rw-r--r-- 1 root root 0 Mar 3 17:08 NEWS -rw-r--r-- 1 root root 481 Mar 3 17:08 README /srv/builds/original/xap/volumeicon/pkg/usr/share: total 4 drwxr-xr-x 4 root root 4096 Mar 3 17:08 volumeicon /srv/builds/original/xap/volumeicon/pkg/usr/share/volumeicon: total 8 drwxr-xr-x 2 root root 4096 Mar 3 17:08 gui drwxr-xr-x 6 root root 4096 Mar 3 17:08 icons /srv/builds/original/xap/volumeicon/pkg/usr/share/volumeicon/gui: total 52 -rw-r--r-- 1 root root 8909 Mar 3 17:08 appicon.svg -rw-r--r-- 1 root root 37876 Mar 3 17:08 preferences.ui /srv/builds/original/xap/volumeicon/pkg/usr/share/volumeicon/icons: total 16 drwxr-xr-x 2 root root 4096 Mar 3 17:08 Black Gnome drwxr-xr-x 2 root root 4096 Mar 3 17:08 Blue Bar drwxr-xr-x 2 root root 4096 Mar 3 17:08 White Gnome drwxr-xr-x 2 root root 4096 Mar 3 17:08 tango /srv/builds/original/xap/volumeicon/pkg/usr/share/volumeicon/icons/Black Gnome: total 32 -rw-r--r-- 1 root root 535 Mar 3 17:08 1.png -rw-r--r-- 1 root root 469 Mar 3 17:08 2.png -rw-r--r-- 1 root root 469 Mar 3 17:08 3.png -rw-r--r-- 1 root root 606 Mar 3 17:08 4.png -rw-r--r-- 1 root root 606 Mar 3 17:08 5.png -rw-r--r-- 1 root root 606 Mar 3 17:08 6.png -rw-r--r-- 1 root root 711 Mar 3 17:08 7.png -rw-r--r-- 1 root root 711 Mar 3 17:08 8.png /srv/builds/original/xap/volumeicon/pkg/usr/share/volumeicon/icons/Blue Bar: total 32 -rw-r--r-- 1 root root 1005 Mar 3 17:08 1.png -rw-r--r-- 1 root root 683 Mar 3 17:08 2.png -rw-r--r-- 1 root root 689 Mar 3 17:08 3.png -rw-r--r-- 1 root root 685 Mar 3 17:08 4.png -rw-r--r-- 1 root root 694 Mar 3 17:08 5.png -rw-r--r-- 1 root root 686 Mar 3 17:08 6.png -rw-r--r-- 1 root root 694 Mar 3 17:08 7.png -rw-r--r-- 1 root root 685 Mar 3 17:08 8.png /srv/builds/original/xap/volumeicon/pkg/usr/share/volumeicon/icons/White Gnome: total 32 -rw-r--r-- 1 root root 522 Mar 3 17:08 1.png -rw-r--r-- 1 root root 469 Mar 3 17:08 2.png -rw-r--r-- 1 root root 469 Mar 3 17:08 3.png -rw-r--r-- 1 root root 600 Mar 3 17:08 4.png -rw-r--r-- 1 root root 600 Mar 3 17:08 5.png -rw-r--r-- 1 root root 600 Mar 3 17:08 6.png -rw-r--r-- 1 root root 723 Mar 3 17:08 7.png -rw-r--r-- 1 root root 723 Mar 3 17:08 8.png /srv/builds/original/xap/volumeicon/pkg/usr/share/volumeicon/icons/tango: total 32 -rw-r--r-- 1 root root 1005 Mar 3 17:08 1.png -rw-r--r-- 1 root root 849 Mar 3 17:08 2.png -rw-r--r-- 1 root root 849 Mar 3 17:08 3.png -rw-r--r-- 1 root root 969 Mar 3 17:08 4.png -rw-r--r-- 1 root root 969 Mar 3 17:08 5.png -rw-r--r-- 1 root root 969 Mar 3 17:08 6.png -rw-r--r-- 1 root root 1122 Mar 3 17:08 7.png -rw-r--r-- 1 root root 1122 Mar 3 17:08 8.png /srv/builds/original/xap/volumeicon/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Mar 3 17:08 volumeicon-0.4.6 /srv/builds/original/xap/volumeicon/pkg/usr/src/volumeicon-0.4.6: total 8 -rw-r--r-- 1 root root 1022 Mar 3 17:08 SLKBUILD -rw-r--r-- 1 root root 618 Mar 3 17:07 volumeicon-0.4.6-glib-2.31.patch Slackware package maker, version 3.14159. 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: /srv/builds/original/xap/volumeicon/volumeicon-0.4.6-arm-1rl.txz ./ install/ install/slack-desc usr/ usr/src/ usr/src/volumeicon-0.4.6/ usr/src/volumeicon-0.4.6/volumeicon-0.4.6-glib-2.31.patch usr/src/volumeicon-0.4.6/SLKBUILD usr/bin/ usr/bin/volumeicon usr/doc/ usr/doc/volumeicon-0.4.6/ usr/doc/volumeicon-0.4.6/ChangeLog usr/doc/volumeicon-0.4.6/AUTHORS usr/doc/volumeicon-0.4.6/README usr/doc/volumeicon-0.4.6/NEWS usr/doc/volumeicon-0.4.6/COPYING usr/share/ usr/share/volumeicon/ usr/share/volumeicon/icons/ usr/share/volumeicon/icons/White Gnome/ usr/share/volumeicon/icons/White Gnome/1.png usr/share/volumeicon/icons/White Gnome/4.png usr/share/volumeicon/icons/White Gnome/6.png usr/share/volumeicon/icons/White Gnome/3.png usr/share/volumeicon/icons/White Gnome/7.png usr/share/volumeicon/icons/White Gnome/5.png usr/share/volumeicon/icons/White Gnome/2.png usr/share/volumeicon/icons/White Gnome/8.png usr/share/volumeicon/icons/Blue Bar/ usr/share/volumeicon/icons/Blue Bar/1.png usr/share/volumeicon/icons/Blue Bar/4.png usr/share/volumeicon/icons/Blue Bar/6.png usr/share/volumeicon/icons/Blue Bar/3.png usr/share/volumeicon/icons/Blue Bar/7.png usr/share/volumeicon/icons/Blue Bar/5.png usr/share/volumeicon/icons/Blue Bar/2.png usr/share/volumeicon/icons/Blue Bar/8.png usr/share/volumeicon/icons/Black Gnome/ usr/share/volumeicon/icons/Black Gnome/1.png usr/share/volumeicon/icons/Black Gnome/4.png usr/share/volumeicon/icons/Black Gnome/6.png usr/share/volumeicon/icons/Black Gnome/3.png usr/share/volumeicon/icons/Black Gnome/7.png usr/share/volumeicon/icons/Black Gnome/5.png usr/share/volumeicon/icons/Black Gnome/2.png usr/share/volumeicon/icons/Black Gnome/8.png usr/share/volumeicon/icons/tango/ usr/share/volumeicon/icons/tango/1.png usr/share/volumeicon/icons/tango/4.png usr/share/volumeicon/icons/tango/6.png usr/share/volumeicon/icons/tango/3.png usr/share/volumeicon/icons/tango/7.png usr/share/volumeicon/icons/tango/5.png usr/share/volumeicon/icons/tango/2.png usr/share/volumeicon/icons/tango/8.png usr/share/volumeicon/gui/ usr/share/volumeicon/gui/appicon.svg usr/share/volumeicon/gui/preferences.ui WARNING: zero length file usr/doc/volumeicon-0.4.6/NEWS Slackware package /srv/builds/original/xap/volumeicon/volumeicon-0.4.6-arm-1rl.txz created. Package has been built. Cleaning pkg and src directories