tar -xf grsync-1.1.1.tar.gz 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 to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... distcc gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether distcc gcc accepts -g... yes checking for distcc gcc option to accept ISO C89... none needed checking dependency style of distcc gcc... gcc3 checking how to run the C preprocessor... distcc 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 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing strerror... none required checking for gcc... (cached) distcc gcc checking whether we are using the GNU C compiler... (cached) yes checking whether distcc gcc accepts -g... (cached) yes checking for distcc gcc option to accept ISO C89... (cached) none needed checking dependency style of distcc gcc... (cached) gcc3 checking for gcc... (cached) distcc gcc checking whether we are using the GNU C compiler... (cached) yes checking whether distcc gcc accepts -g... (cached) yes checking for distcc gcc option to accept ISO C89... (cached) none needed checking dependency style of distcc gcc... (cached) gcc3 checking for ANSI C header files... (cached) yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes configure: Configuring for plain GTK+ checking for PACKAGE... yes checking whether NLS is requested... yes checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.16.1 checking for XML::Parser... ok checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for catalogs to be installed... nl_NL it_IT zh_CN fr_FR sv_SE nb_NO tr_TR ru_RU de_DE es_ES cs_CZ gl_ES ca_ES configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating grsync.spec config.status: creating grsync.desktop config.status: creating grsync.xml config.status: creating it.opbyte.grsync.service config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands make all-recursive make[1]: Entering directory `/builds/salix/xap/grsync/src/grsync-1.1.1' Making all in src make[2]: Entering directory `/builds/salix/xap/grsync/src/grsync-1.1.1/src' distcc gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -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 -Wall -rdynamic -O2 -march=armv5te -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c distcc[26234] ERROR: nonblocking connect to 192.168.1.161:3632 failed: Connection refused distcc[26234] Warning: failed to distribute main.c to 192.168.1.161, running locally instead mv -f .deps/main.Tpo .deps/main.Po distcc gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -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 -Wall -rdynamic -O2 -march=armv5te -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c distcc[26241] ERROR: nonblocking connect to 192.168.1.162:3632 failed: Connection refused distcc[26241] Warning: failed to distribute callbacks.c to 192.168.1.162, running locally instead callbacks.c: In function 'scroll_to_end': callbacks.c:702:11: warning: 'curtime.tv_sec' may be used uninitialized in this function [-Wuninitialized] callbacks.c:702:11: warning: 'curtime.tv_sec' may be used uninitialized in this function [-Wuninitialized] mv -f .deps/callbacks.Tpo .deps/callbacks.Po distcc gcc -Wall -rdynamic -O2 -march=armv5te -o grsync main.o callbacks.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 -lm make[2]: Leaving directory `/builds/salix/xap/grsync/src/grsync-1.1.1/src' Making all in po make[2]: Entering directory `/builds/salix/xap/grsync/src/grsync-1.1.1/po' file=`echo nl_NL | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file nl_NL.po file=`echo it_IT | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file it_IT.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po file=`echo fr_FR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fr_FR.po file=`echo sv_SE | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sv_SE.po file=`echo nb_NO | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file nb_NO.po file=`echo tr_TR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file tr_TR.po file=`echo ru_RU | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ru_RU.po file=`echo de_DE | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file de_DE.po file=`echo es_ES | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file es_ES.po file=`echo cs_CZ | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file cs_CZ.po file=`echo gl_ES | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file gl_ES.po file=`echo ca_ES | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ca_ES.po make[2]: Leaving directory `/builds/salix/xap/grsync/src/grsync-1.1.1/po' make[2]: Entering directory `/builds/salix/xap/grsync/src/grsync-1.1.1' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builds/salix/xap/grsync/src/grsync-1.1.1' make[1]: Leaving directory `/builds/salix/xap/grsync/src/grsync-1.1.1' Making install in src make[1]: Entering directory `/builds/salix/xap/grsync/src/grsync-1.1.1/src' make[2]: Entering directory `/builds/salix/xap/grsync/src/grsync-1.1.1/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg/usr/bin" /usr/bin/ginstall -c grsync '/builds/original/xap/grsync/pkg/usr/bin' test -z "/usr/bin" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg/usr/bin" /usr/bin/ginstall -c grsync-batch '/builds/original/xap/grsync/pkg/usr/bin' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builds/salix/xap/grsync/src/grsync-1.1.1/src' make[1]: Leaving directory `/builds/salix/xap/grsync/src/grsync-1.1.1/src' Making install in po make[1]: Entering directory `/builds/salix/xap/grsync/src/grsync-1.1.1/po' linguas="nl_NL it_IT zh_CN fr_FR sv_SE nb_NO tr_TR ru_RU de_DE es_ES cs_CZ gl_ES ca_ES "; \ for lang in $linguas; do \ dir=/builds/original/xap/grsync/pkg/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /builds/original/xap/grsync/src/grsync-1.1.1/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/ginstall -c -m 644 $lang.gmo $dir/grsync.mo; \ echo "installing $lang.gmo as $dir/grsync.mo"; \ else \ /usr/bin/ginstall -c -m 644 ./$lang.gmo $dir/grsync.mo; \ echo "installing ./$lang.gmo as" \ "$dir/grsync.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/ginstall -c -m 644 $lang.gmo.m $dir/grsync.mo.m; \ echo "installing $lang.gmo.m as $dir/grsync.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/ginstall -c -m 644 ./$lang.gmo.m \ $dir/grsync.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/grsync.mo.m"; \ else \ true; \ fi; \ fi; \ done installing nl_NL.gmo as /builds/original/xap/grsync/pkg/usr/share/locale/nl_NL/LC_MESSAGES/grsync.mo installing it_IT.gmo as /builds/original/xap/grsync/pkg/usr/share/locale/it_IT/LC_MESSAGES/grsync.mo installing zh_CN.gmo as /builds/original/xap/grsync/pkg/usr/share/locale/zh_CN/LC_MESSAGES/grsync.mo installing fr_FR.gmo as /builds/original/xap/grsync/pkg/usr/share/locale/fr_FR/LC_MESSAGES/grsync.mo installing sv_SE.gmo as /builds/original/xap/grsync/pkg/usr/share/locale/sv_SE/LC_MESSAGES/grsync.mo installing nb_NO.gmo as /builds/original/xap/grsync/pkg/usr/share/locale/nb_NO/LC_MESSAGES/grsync.mo installing tr_TR.gmo as /builds/original/xap/grsync/pkg/usr/share/locale/tr_TR/LC_MESSAGES/grsync.mo installing ru_RU.gmo as /builds/original/xap/grsync/pkg/usr/share/locale/ru_RU/LC_MESSAGES/grsync.mo installing de_DE.gmo as /builds/original/xap/grsync/pkg/usr/share/locale/de_DE/LC_MESSAGES/grsync.mo installing es_ES.gmo as /builds/original/xap/grsync/pkg/usr/share/locale/es_ES/LC_MESSAGES/grsync.mo installing cs_CZ.gmo as /builds/original/xap/grsync/pkg/usr/share/locale/cs_CZ/LC_MESSAGES/grsync.mo installing gl_ES.gmo as /builds/original/xap/grsync/pkg/usr/share/locale/gl_ES/LC_MESSAGES/grsync.mo installing ca_ES.gmo as /builds/original/xap/grsync/pkg/usr/share/locale/ca_ES/LC_MESSAGES/grsync.mo make[1]: Leaving directory `/builds/salix/xap/grsync/src/grsync-1.1.1/po' make[1]: Entering directory `/builds/salix/xap/grsync/src/grsync-1.1.1' make[2]: Entering directory `/builds/salix/xap/grsync/src/grsync-1.1.1' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/applications" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg/usr/share/applications" /usr/bin/ginstall -c -m 644 grsync.desktop '/builds/original/xap/grsync/pkg/usr/share/applications' test -z "/usr/share/grsync" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg/usr/share/grsync" /usr/bin/ginstall -c -m 644 grsync.glade '/builds/original/xap/grsync/pkg/usr/share/grsync' test -z "" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg" test -z "/usr/share/mime/packages" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg/usr/share/mime/packages" /usr/bin/ginstall -c -m 644 grsync.xml '/builds/original/xap/grsync/pkg/usr/share/mime/packages' test -z "" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg" test -z "" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg" test -z "" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg" test -z "" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg" test -z "" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg" test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg/usr/share/man/man1" /usr/bin/ginstall -c -m 644 grsync.1 grsync-batch.1 '/builds/original/xap/grsync/pkg/usr/share/man/man1' test -z "/usr/share/icons/hicolor/48x48/mimetypes/" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg/usr/share/icons/hicolor/48x48/mimetypes/" /usr/bin/ginstall -c -m 644 pixmaps/application-x-grsync-session.png '/builds/original/xap/grsync/pkg/usr/share/icons/hicolor/48x48/mimetypes/' test -z "/usr/share/pixmaps" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg/usr/share/pixmaps" /usr/bin/ginstall -c -m 644 pixmaps/grsync.png '/builds/original/xap/grsync/pkg/usr/share/pixmaps' test -z "/usr/share/pixmaps" || /usr/bin/mkdir -p "/builds/original/xap/grsync/pkg/usr/share/pixmaps" /usr/bin/ginstall -c -m 644 pixmaps/grsync-busy.png '/builds/original/xap/grsync/pkg/usr/share/pixmaps' make[2]: Leaving directory `/builds/salix/xap/grsync/src/grsync-1.1.1' make[1]: Leaving directory `/builds/salix/xap/grsync/src/grsync-1.1.1' /builds/original/xap/grsync/pkg: total 8 drwxr-xr-x 2 root root 4096 Jan 28 09:30 install drwxr-xr-x 7 root root 4096 Jan 28 09:30 usr /builds/original/xap/grsync/pkg/install: total 4 -rw-r--r-- 1 root root 289 Jan 28 09:30 slack-desc /builds/original/xap/grsync/pkg/usr: total 20 drwxr-xr-x 2 root root 4096 Jan 28 09:30 bin drwxr-xr-x 3 root root 4096 Jan 28 09:30 doc drwxr-xr-x 3 root root 4096 Jan 28 09:30 man drwxr-xr-x 8 root root 4096 Jan 28 09:30 share drwxr-xr-x 3 root root 4096 Jan 28 09:29 src /builds/original/xap/grsync/pkg/usr/bin: total 52 -rwxr-xr-x 1 root root 47452 Jan 28 09:30 grsync -rwxr-xr-x 1 root root 3541 Jan 28 09:30 grsync-batch /builds/original/xap/grsync/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 grsync-1.1.1 /builds/original/xap/grsync/pkg/usr/doc/grsync-1.1.1: total 56 -rw-r--r-- 1 root root 158 Jan 28 09:30 AUTHORS -rw-r--r-- 1 root root 18002 Jan 28 09:30 COPYING -rw-r--r-- 1 root root 9 Jan 28 09:30 ChangeLog -rw-r--r-- 1 root root 9498 Jan 28 09:30 INSTALL -rw-r--r-- 1 root root 11593 Jan 28 09:30 NEWS -rw-r--r-- 1 root root 2062 Jan 28 09:30 README /builds/original/xap/grsync/pkg/usr/man: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 man1 /builds/original/xap/grsync/pkg/usr/man/man1: total 8 -rw-r--r-- 1 root root 607 Jan 28 09:30 grsync-batch.1.gz -rw-r--r-- 1 root root 697 Jan 28 09:30 grsync.1.gz /builds/original/xap/grsync/pkg/usr/share: total 24 drwxr-xr-x 2 root root 4096 Jan 28 09:30 applications drwxr-xr-x 2 root root 4096 Jan 28 09:30 grsync drwxr-xr-x 3 root root 4096 Jan 28 09:30 icons drwxr-xr-x 15 root root 4096 Jan 28 09:30 locale drwxr-xr-x 3 root root 4096 Jan 28 09:30 mime drwxr-xr-x 2 root root 4096 Jan 28 09:30 pixmaps /builds/original/xap/grsync/pkg/usr/share/applications: total 4 -rw-r--r-- 1 root root 447 Jan 28 09:30 grsync.desktop /builds/original/xap/grsync/pkg/usr/share/grsync: total 108 -rw-r--r-- 1 root root 102487 Jan 28 09:30 grsync.glade /builds/original/xap/grsync/pkg/usr/share/icons: total 4 drwxr-xr-x 4 root root 4096 Jan 28 09:30 hicolor /builds/original/xap/grsync/pkg/usr/share/icons/hicolor: total 8 drwxr-xr-x 3 root root 4096 Jan 28 09:30 48x48 drwxr-xr-x 3 root root 4096 Jan 28 09:30 64x64 /builds/original/xap/grsync/pkg/usr/share/icons/hicolor/48x48: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 mimetypes /builds/original/xap/grsync/pkg/usr/share/icons/hicolor/48x48/mimetypes: total 8 -rw-r--r-- 1 root root 4632 Jan 28 09:30 application-x-grsync-session.png /builds/original/xap/grsync/pkg/usr/share/icons/hicolor/64x64: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 apps /builds/original/xap/grsync/pkg/usr/share/icons/hicolor/64x64/apps: total 20 -rw-r--r-- 1 root root 18766 Jan 28 09:30 grsync.png /builds/original/xap/grsync/pkg/usr/share/locale: total 52 drwxr-xr-x 3 root root 4096 Jan 28 09:30 ca_ES drwxr-xr-x 3 root root 4096 Jan 28 09:30 cs_CZ drwxr-xr-x 3 root root 4096 Jan 28 09:30 de_DE drwxr-xr-x 3 root root 4096 Jan 28 09:30 es_ES drwxr-xr-x 3 root root 4096 Jan 28 09:30 fr_FR drwxr-xr-x 3 root root 4096 Jan 28 09:30 gl_ES drwxr-xr-x 3 root root 4096 Jan 28 09:30 it_IT drwxr-xr-x 3 root root 4096 Jan 28 09:30 nb_NO drwxr-xr-x 3 root root 4096 Jan 28 09:30 nl_NL drwxr-xr-x 3 root root 4096 Jan 28 09:30 ru_RU drwxr-xr-x 3 root root 4096 Jan 28 09:30 sv_SE drwxr-xr-x 3 root root 4096 Jan 28 09:30 tr_TR drwxr-xr-x 3 root root 4096 Jan 28 09:30 zh_CN /builds/original/xap/grsync/pkg/usr/share/locale/ca_ES: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 LC_MESSAGES /builds/original/xap/grsync/pkg/usr/share/locale/ca_ES/LC_MESSAGES: total 16 -rw-r--r-- 1 root root 12548 Jan 28 09:30 grsync.mo /builds/original/xap/grsync/pkg/usr/share/locale/cs_CZ: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 LC_MESSAGES /builds/original/xap/grsync/pkg/usr/share/locale/cs_CZ/LC_MESSAGES: total 16 -rw-r--r-- 1 root root 16203 Jan 28 09:30 grsync.mo /builds/original/xap/grsync/pkg/usr/share/locale/de_DE: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 LC_MESSAGES /builds/original/xap/grsync/pkg/usr/share/locale/de_DE/LC_MESSAGES: total 16 -rw-r--r-- 1 root root 16223 Jan 28 09:30 grsync.mo /builds/original/xap/grsync/pkg/usr/share/locale/es_ES: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 LC_MESSAGES /builds/original/xap/grsync/pkg/usr/share/locale/es_ES/LC_MESSAGES: total 12 -rw-r--r-- 1 root root 11329 Jan 28 09:30 grsync.mo /builds/original/xap/grsync/pkg/usr/share/locale/fr_FR: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 LC_MESSAGES /builds/original/xap/grsync/pkg/usr/share/locale/fr_FR/LC_MESSAGES: total 16 -rw-r--r-- 1 root root 12574 Jan 28 09:30 grsync.mo /builds/original/xap/grsync/pkg/usr/share/locale/gl_ES: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 LC_MESSAGES /builds/original/xap/grsync/pkg/usr/share/locale/gl_ES/LC_MESSAGES: total 12 -rw-r--r-- 1 root root 11402 Jan 28 09:30 grsync.mo /builds/original/xap/grsync/pkg/usr/share/locale/it_IT: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 LC_MESSAGES /builds/original/xap/grsync/pkg/usr/share/locale/it_IT/LC_MESSAGES: total 20 -rw-r--r-- 1 root root 18359 Jan 28 09:30 grsync.mo /builds/original/xap/grsync/pkg/usr/share/locale/nb_NO: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 LC_MESSAGES /builds/original/xap/grsync/pkg/usr/share/locale/nb_NO/LC_MESSAGES: total 8 -rw-r--r-- 1 root root 7598 Jan 28 09:30 grsync.mo /builds/original/xap/grsync/pkg/usr/share/locale/nl_NL: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 LC_MESSAGES /builds/original/xap/grsync/pkg/usr/share/locale/nl_NL/LC_MESSAGES: total 16 -rw-r--r-- 1 root root 12544 Jan 28 09:30 grsync.mo /builds/original/xap/grsync/pkg/usr/share/locale/ru_RU: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 LC_MESSAGES /builds/original/xap/grsync/pkg/usr/share/locale/ru_RU/LC_MESSAGES: total 16 -rw-r--r-- 1 root root 13833 Jan 28 09:30 grsync.mo /builds/original/xap/grsync/pkg/usr/share/locale/sv_SE: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 LC_MESSAGES /builds/original/xap/grsync/pkg/usr/share/locale/sv_SE/LC_MESSAGES: total 4 -rw-r--r-- 1 root root 2141 Jan 28 09:30 grsync.mo /builds/original/xap/grsync/pkg/usr/share/locale/tr_TR: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 LC_MESSAGES /builds/original/xap/grsync/pkg/usr/share/locale/tr_TR/LC_MESSAGES: total 12 -rw-r--r-- 1 root root 10382 Jan 28 09:30 grsync.mo /builds/original/xap/grsync/pkg/usr/share/locale/zh_CN: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 LC_MESSAGES /builds/original/xap/grsync/pkg/usr/share/locale/zh_CN/LC_MESSAGES: total 4 -rw-r--r-- 1 root root 2073 Jan 28 09:30 grsync.mo /builds/original/xap/grsync/pkg/usr/share/mime: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 packages /builds/original/xap/grsync/pkg/usr/share/mime/packages: total 4 -rw-r--r-- 1 root root 339 Jan 28 09:30 grsync.xml /builds/original/xap/grsync/pkg/usr/share/pixmaps: total 40 -rw-r--r-- 1 root root 18693 Jan 28 09:30 grsync-busy.png -rw-r--r-- 1 root root 18766 Jan 28 09:30 grsync.png /builds/original/xap/grsync/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Jan 28 09:30 grsync-1.1.1 /builds/original/xap/grsync/pkg/usr/src/grsync-1.1.1: total 4 -rw-r--r-- 1 root root 1025 Jan 28 09:30 SLKBUILD 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: /builds/original/xap/grsync/grsync-1.1.1-arm-1rl.txz ./ usr/ usr/man/ usr/man/man1/ usr/man/man1/grsync.1.gz usr/man/man1/grsync-batch.1.gz usr/src/ usr/src/grsync-1.1.1/ usr/src/grsync-1.1.1/SLKBUILD usr/bin/ usr/bin/grsync usr/bin/grsync-batch usr/share/ usr/share/locale/ usr/share/locale/nl_NL/ usr/share/locale/nl_NL/LC_MESSAGES/ usr/share/locale/nl_NL/LC_MESSAGES/grsync.mo usr/share/locale/gl_ES/ usr/share/locale/gl_ES/LC_MESSAGES/ usr/share/locale/gl_ES/LC_MESSAGES/grsync.mo usr/share/locale/nb_NO/ usr/share/locale/nb_NO/LC_MESSAGES/ usr/share/locale/nb_NO/LC_MESSAGES/grsync.mo usr/share/locale/ru_RU/ usr/share/locale/ru_RU/LC_MESSAGES/ usr/share/locale/ru_RU/LC_MESSAGES/grsync.mo usr/share/locale/fr_FR/ usr/share/locale/fr_FR/LC_MESSAGES/ usr/share/locale/fr_FR/LC_MESSAGES/grsync.mo usr/share/locale/ca_ES/ usr/share/locale/ca_ES/LC_MESSAGES/ usr/share/locale/ca_ES/LC_MESSAGES/grsync.mo usr/share/locale/it_IT/ usr/share/locale/it_IT/LC_MESSAGES/ usr/share/locale/it_IT/LC_MESSAGES/grsync.mo usr/share/locale/tr_TR/ usr/share/locale/tr_TR/LC_MESSAGES/ usr/share/locale/tr_TR/LC_MESSAGES/grsync.mo usr/share/locale/cs_CZ/ usr/share/locale/cs_CZ/LC_MESSAGES/ usr/share/locale/cs_CZ/LC_MESSAGES/grsync.mo usr/share/locale/de_DE/ usr/share/locale/de_DE/LC_MESSAGES/ usr/share/locale/de_DE/LC_MESSAGES/grsync.mo usr/share/locale/sv_SE/ usr/share/locale/sv_SE/LC_MESSAGES/ usr/share/locale/sv_SE/LC_MESSAGES/grsync.mo usr/share/locale/zh_CN/ usr/share/locale/zh_CN/LC_MESSAGES/ usr/share/locale/zh_CN/LC_MESSAGES/grsync.mo usr/share/locale/es_ES/ usr/share/locale/es_ES/LC_MESSAGES/ usr/share/locale/es_ES/LC_MESSAGES/grsync.mo usr/share/applications/ usr/share/applications/grsync.desktop usr/share/grsync/ usr/share/grsync/grsync.glade usr/share/pixmaps/ usr/share/pixmaps/grsync-busy.png usr/share/pixmaps/grsync.png usr/share/mime/ usr/share/mime/packages/ usr/share/mime/packages/grsync.xml usr/share/icons/ usr/share/icons/hicolor/ usr/share/icons/hicolor/64x64/ usr/share/icons/hicolor/64x64/apps/ usr/share/icons/hicolor/64x64/apps/grsync.png usr/share/icons/hicolor/48x48/ usr/share/icons/hicolor/48x48/mimetypes/ usr/share/icons/hicolor/48x48/mimetypes/application-x-grsync-session.png usr/doc/ usr/doc/grsync-1.1.1/ usr/doc/grsync-1.1.1/README usr/doc/grsync-1.1.1/AUTHORS usr/doc/grsync-1.1.1/NEWS usr/doc/grsync-1.1.1/COPYING usr/doc/grsync-1.1.1/INSTALL usr/doc/grsync-1.1.1/ChangeLog install/ install/slack-desc Slackware package /builds/original/xap/grsync/grsync-1.1.1-arm-1rl.txz created. Package has been built. Cleaning pkg and src directories