tar -xf xdelta3.0z.tar.gz distcc gcc -Wall -Wshadow -fno-builtin -O2 -march=armv5te xdelta3.c -lm -o xdelta3 \ -DGENERIC_ENCODE_TABLES=0 \ -DREGRESSION_TEST=1 \ -DSECONDARY_DJW=1 \ -DSECONDARY_FGK=1 \ -DXD3_DEBUG=0 \ -DXD3_MAIN=1 \ -DXD3_POSIX=1 \ -DXD3_USE_LARGEFILE64=1 In file included from xdelta3.c:750:0: xdelta3.c: In function 'xd3_set_source': xdelta3.c:2610:11: warning: variable 'check' set but not used [-Wunused-but-set-variable] In file included from xdelta3.c:793:0: xdelta3-main.h: In function 'main': xdelta3-main.h:4193:8: warning: variable 'eqcase' set but not used [-Wunused-but-set-variable] In file included from xdelta3.c:797:0: xdelta3-test.h: In function 'test_identical_behavior': xdelta3-test.h:2369:10: warning: variable 'srcwin' set but not used [-Wunused-but-set-variable] python setup.py install --verbose --compile --force --root /builds/salix/arm/14.0/original/ap/xdelta3/pkg/ running install running build running build_ext building 'xdelta3main' extension creating build creating build/temp.linux-armv5tel-2.7 distcc gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Wall -Wshadow -fno-builtin -O2 -march=armv5te -fPIC -DPYTHON_MODULE=1 -DSECONDARY_DJW=1 -DVCDIFF_TOOLS=1 -DGENERIC_ENCODE_TABLES=0 -DXD3_POSIX=1 -DXD3_USE_LARGEFILE64=0 -DEXTERNAL_COMPRESSION=0 -DREGRESSION_TEST=0 -DSECONDARY_FGK=0 -DXD3_DEBUG=0 -I/usr/include/python2.7 -c xdelta3.c -o build/temp.linux-armv5tel-2.7/xdelta3.o -O2 -march=armv5te -g -fno-builtin In file included from /usr/include/python2.7/Python.h:8:0, from xdelta3-python.h:19, from xdelta3.c:801: /usr/include/python2.7/pyconfig.h:1161:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default] In file included from /usr/include/errno.h:29:0, from xdelta3.c:267: /usr/include/features.h:215:0: note: this is the location of the previous definition In file included from xdelta3.c:750:0: xdelta3.c: In function 'xd3_set_source': xdelta3.c:2610:11: warning: variable 'check' set but not used [-Wunused-but-set-variable] In file included from xdelta3.c:793:0: xdelta3-main.h: In function 'xd3_main_cmdline': xdelta3-main.h:4193:8: warning: variable 'eqcase' set but not used [-Wunused-but-set-variable] creating build/lib.linux-armv5tel-2.7 gcc -pthread -shared -Wall -Wshadow -fno-builtin -O2 -march=armv5te build/temp.linux-armv5tel-2.7/xdelta3.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv5tel-2.7/xdelta3main.so running install_lib creating /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr/lib creating /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr/lib/python2.7 creating /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr/lib/python2.7/site-packages copying build/lib.linux-armv5tel-2.7/xdelta3main.so -> /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr/lib/python2.7/site-packages running install_egg_info Writing /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr/lib/python2.7/site-packages/xdelta3main-3.0z-py2.7.egg-info distcc gcc -Wall -Wshadow -fno-builtin -O2 -march=armv5te -DXD3_DEBUG=1 -DEXTERNAL_COMPRESSION=0 -DXD3_USE_LARGEFILE64=1 -DGENERIC_ENCODE_TABLES=1 -DSECONDARY_DJW=1 -DVCDIFF_TOOLS=1 -DSWIG_MODULE=1 \ -DHAVE_CONFIG_H \ -I/usr/include/python2.7 \ -I/usr/lib/python2.7/config \ -fpic \ -c xdelta3_wrap.c xdelta3_wrap.c: In function '_wrap_xd3_encode_memory': xdelta3_wrap.c:3138:3: warning: pointer targets in passing argument 1 of 'xd3_encode_memory' differ in signedness [-Wpointer-sign] In file included from xdelta3_wrap.c:2697:0: xdelta3.h:1028:5: note: expected 'const uint8_t *' but argument is of type 'const char *' xdelta3_wrap.c:3138:3: warning: pointer targets in passing argument 3 of 'xd3_encode_memory' differ in signedness [-Wpointer-sign] In file included from xdelta3_wrap.c:2697:0: xdelta3.h:1028:5: note: expected 'const uint8_t *' but argument is of type 'const char *' xdelta3_wrap.c:3138:3: warning: pointer targets in passing argument 5 of 'xd3_encode_memory' differ in signedness [-Wpointer-sign] In file included from xdelta3_wrap.c:2697:0: xdelta3.h:1028:5: note: expected 'uint8_t *' but argument is of type 'char *' xdelta3_wrap.c: In function '_wrap_xd3_decode_memory': xdelta3_wrap.c:3222:3: warning: pointer targets in passing argument 1 of 'xd3_decode_memory' differ in signedness [-Wpointer-sign] In file included from xdelta3_wrap.c:2697:0: xdelta3.h:1038:5: note: expected 'const uint8_t *' but argument is of type 'const char *' xdelta3_wrap.c:3222:3: warning: pointer targets in passing argument 3 of 'xd3_decode_memory' differ in signedness [-Wpointer-sign] In file included from xdelta3_wrap.c:2697:0: xdelta3.h:1038:5: note: expected 'const uint8_t *' but argument is of type 'const char *' xdelta3_wrap.c:3222:3: warning: pointer targets in passing argument 5 of 'xd3_decode_memory' differ in signedness [-Wpointer-sign] In file included from xdelta3_wrap.c:2697:0: xdelta3.h:1038:5: note: expected 'uint8_t *' but argument is of type 'char *' distcc gcc -Wall -Wshadow -fno-builtin -O2 -march=armv5te -c xdelta3.c -DXD3_DEBUG=1 -DEXTERNAL_COMPRESSION=0 -DXD3_USE_LARGEFILE64=1 -DGENERIC_ENCODE_TABLES=1 -DSECONDARY_DJW=1 -DVCDIFF_TOOLS=1 -DSWIG_MODULE=1 -o xdelta3.o In file included from xdelta3.c:793:0: xdelta3-main.h: In function 'xd3_main_cmdline': xdelta3-main.h:4193:8: warning: variable 'eqcase' set but not used [-Wunused-but-set-variable] distcc gcc -shared -Wall -Wshadow -fno-builtin -O2 -march=armv5te xdelta3.o xdelta3_wrap.o \ -o xdelta3module.so \ /usr/lib/libpython2.7.so \ -lc make: `xdelta3module.so' is up to date. /builds/salix/arm/14.0/original/ap/xdelta3/pkg: total 8 drwxr-xr-x 2 root root 4096 Dec 24 18:38 install drwxr-xr-x 6 root root 4096 Dec 24 18:38 usr /builds/salix/arm/14.0/original/ap/xdelta3/pkg/install: total 4 -rw-r--r-- 1 root root 263 Dec 24 18:38 slack-desc /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr: total 16 drwxr-xr-x 2 root root 4096 Dec 24 18:38 bin drwxr-xr-x 3 root root 4096 Dec 24 18:38 doc drwxr-xr-x 3 root root 4096 Dec 24 18:37 lib drwxr-xr-x 3 root root 4096 Dec 24 18:35 src /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr/bin: total 132 -rwxr-xr-x 1 root root 133148 Dec 24 18:38 xdelta3 /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 Dec 24 18:38 xdelta3-3.0z /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr/doc/xdelta3-3.0z: total 24 -rw-r--r-- 1 root root 18009 Dec 24 18:38 COPYING -rw-r--r-- 1 root root 390 Dec 24 18:38 README /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr/lib: total 4 drwxr-xr-x 3 root root 4096 Dec 24 18:37 python2.7 /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr/lib/python2.7: total 4 drwxr-xr-x 2 root root 4096 Dec 24 18:38 site-packages /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr/lib/python2.7/site-packages: total 236 -rw-r--r-- 1 root root 3210 Dec 24 18:38 xdelta3.py -rw-r--r-- 1 root root 184 Dec 24 18:37 xdelta3main-3.0z-py2.7.egg-info -rwxr-xr-x 1 root root 96512 Dec 24 18:38 xdelta3main.so -rw-r--r-- 1 root root 134160 Dec 24 18:38 xdelta3module.so /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Dec 24 18:38 xdelta3-3.0z /builds/salix/arm/14.0/original/ap/xdelta3/pkg/usr/src/xdelta3-3.0z: total 4 -rw-r--r-- 1 root root 1722 Dec 24 18:38 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/salix/arm/14.0/original/ap/xdelta3/xdelta3-3.0z-arm-3rl.txz ./ usr/ usr/src/ usr/src/xdelta3-3.0z/ usr/src/xdelta3-3.0z/SLKBUILD usr/bin/ usr/bin/xdelta3 usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/xdelta3.py usr/lib/python2.7/site-packages/xdelta3module.so usr/lib/python2.7/site-packages/xdelta3main-3.0z-py2.7.egg-info usr/lib/python2.7/site-packages/xdelta3main.so usr/doc/ usr/doc/xdelta3-3.0z/ usr/doc/xdelta3-3.0z/README usr/doc/xdelta3-3.0z/COPYING install/ install/slack-desc Slackware package /builds/salix/arm/14.0/original/ap/xdelta3/xdelta3-3.0z-arm-3rl.txz created. Package has been built. Cleaning pkg and src directories