tar -xf xdelta3.0z.tar.gz cc -Wall -Wshadow -fno-builtin -O2 -march=i486 -mtune=i686 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: attention : 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: attention : 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: attention : variable ‘srcwin’ set but not used [-Wunused-but-set-variable] python setup.py install --verbose --compile --force --root /home/pkg/Build/xdelta3/pkg/ running install running build running build_ext building 'xdelta3main' extension creating build creating build/temp.linux-i686-2.7 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Wall -Wshadow -fno-builtin -O2 -march=i486 -mtune=i686 -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-i686-2.7/xdelta3.o -O2 -march=i486 -mtune=i686 -g -fno-builtin In file included from xdelta3.c:750:0: xdelta3.c: In function ‘xd3_set_source’: xdelta3.c:2610:11: attention : 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: attention : variable ‘eqcase’ set but not used [-Wunused-but-set-variable] 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: Hors de toute fonction : /usr/include/python2.7/pyconfig.h:1161:0: attention : « _POSIX_C_SOURCE » redéfini [enabled by default] In file included from /usr/include/errno.h:29:0, from xdelta3.c:267: /usr/include/features.h:215:0: note: ceci est la localisation d'une précédente définition creating build/lib.linux-i686-2.7 gcc -pthread -shared -Wall -Wshadow -fno-builtin -O2 -march=i486 -mtune=i686 build/temp.linux-i686-2.7/xdelta3.o -L/usr/lib -lpython2.7 -o build/lib.linux-i686-2.7/xdelta3main.so running install_lib creating /home/pkg/Build/xdelta3/pkg/usr/lib creating /home/pkg/Build/xdelta3/pkg/usr/lib/python2.7 creating /home/pkg/Build/xdelta3/pkg/usr/lib/python2.7/site-packages copying build/lib.linux-i686-2.7/xdelta3main.so -> /home/pkg/Build/xdelta3/pkg/usr/lib/python2.7/site-packages running install_egg_info Writing /home/pkg/Build/xdelta3/pkg/usr/lib/python2.7/site-packages/xdelta3main-3.0z-py2.7.egg-info cc -Wall -Wshadow -fno-builtin -O2 -march=i486 -mtune=i686 -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: attention : 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:9: note: expected ‘const uint8_t *’ but argument is of type ‘const char *’ xdelta3_wrap.c:3138:3: attention : 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:9: note: expected ‘const uint8_t *’ but argument is of type ‘const char *’ xdelta3_wrap.c:3138:3: attention : 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:9: note: expected ‘uint8_t *’ but argument is of type ‘char *’ xdelta3_wrap.c: In function ‘_wrap_xd3_decode_memory’: xdelta3_wrap.c:3222:3: attention : 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:9: note: expected ‘const uint8_t *’ but argument is of type ‘const char *’ xdelta3_wrap.c:3222:3: attention : 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:9: note: expected ‘const uint8_t *’ but argument is of type ‘const char *’ xdelta3_wrap.c:3222:3: attention : 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:9: note: expected ‘uint8_t *’ but argument is of type ‘char *’ cc -Wall -Wshadow -fno-builtin -O2 -march=i486 -mtune=i686 -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: attention : variable ‘eqcase’ set but not used [-Wunused-but-set-variable] cc -shared -Wall -Wshadow -fno-builtin -O2 -march=i486 -mtune=i686 xdelta3.o xdelta3_wrap.o \ -o xdelta3module.so \ /usr/lib/libpython2.7.so \ -lc make: « xdelta3module.so » est à jour. /home/pkg/Build/xdelta3/pkg: total 8 drwxr-xr-x 2 root root 4096 août 21 23:12 install drwxr-xr-x 6 root root 4096 août 21 23:12 usr /home/pkg/Build/xdelta3/pkg/install: total 4 -rw-r--r-- 1 root root 263 août 21 23:12 slack-desc /home/pkg/Build/xdelta3/pkg/usr: total 16 drwxr-xr-x 2 root root 4096 août 21 23:12 bin drwxr-xr-x 3 root root 4096 août 21 23:12 doc drwxr-xr-x 3 root root 4096 août 21 23:12 lib drwxr-xr-x 3 root root 4096 août 21 23:12 src /home/pkg/Build/xdelta3/pkg/usr/bin: total 144 -rwxr-xr-x 1 root root 145344 août 21 23:12 xdelta3 /home/pkg/Build/xdelta3/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 août 21 23:12 xdelta3-3.0z /home/pkg/Build/xdelta3/pkg/usr/doc/xdelta3-3.0z: total 24 -rw-r--r-- 1 root root 18009 août 21 23:12 COPYING -rw-r--r-- 1 root root 390 août 21 23:12 README /home/pkg/Build/xdelta3/pkg/usr/lib: total 4 drwxr-xr-x 3 root root 4096 août 21 23:12 python2.7 /home/pkg/Build/xdelta3/pkg/usr/lib/python2.7: total 4 drwxr-xr-x 2 root root 4096 août 21 23:12 site-packages /home/pkg/Build/xdelta3/pkg/usr/lib/python2.7/site-packages: total 260 -rw-r--r-- 1 root root 3210 août 21 23:12 xdelta3.py -rw-r--r-- 1 root root 184 août 21 23:12 xdelta3main-3.0z-py2.7.egg-info -rwxr-xr-x 1 root root 104496 août 21 23:12 xdelta3main.so -rw-r--r-- 1 root root 150232 août 21 23:12 xdelta3module.so /home/pkg/Build/xdelta3/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 août 21 23:12 xdelta3-3.0z /home/pkg/Build/xdelta3/pkg/usr/src/xdelta3-3.0z: total 4 -rwxr-x--- 1 root root 1722 août 21 23:12 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: /home/pkg/Build/xdelta3/xdelta3-3.0z-i486-3cp.txz ./ usr/ usr/bin/ usr/bin/xdelta3 usr/doc/ usr/doc/xdelta3-3.0z/ usr/doc/xdelta3-3.0z/README usr/doc/xdelta3-3.0z/COPYING usr/src/ usr/src/xdelta3-3.0z/ usr/src/xdelta3-3.0z/SLKBUILD 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/xdelta3main-3.0z-py2.7.egg-info usr/lib/python2.7/site-packages/xdelta3main.so usr/lib/python2.7/site-packages/xdelta3module.so install/ install/slack-desc Slackware package /home/pkg/Build/xdelta3/xdelta3-3.0z-i486-3cp.txz created. Package has been built. Cleaning pkg and src directories