tar -xf xdelta3.0z.tar.gz cc -Wall -Wshadow -fno-builtin -O2 -fPIC 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_print_window’: xdelta3-main.h:1347:3: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] xdelta3-main.h:1361:8: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] xdelta3-main.h:1389:8: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] xdelta3-main.h:1406:7: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] xdelta3-main.h: In function ‘main_print_func’: xdelta3-main.h:1526:3: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] xdelta3-main.h:1552:7: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] xdelta3-main.h:1560:3: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] 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-x86_64-2.7 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Wall -Wshadow -fno-builtin -O2 -fPIC -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-x86_64-2.7/xdelta3.o -O2 -fPIC -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-x86_64-2.7 gcc -pthread -shared -Wall -Wshadow -fno-builtin -O2 -fPIC build/temp.linux-x86_64-2.7/xdelta3.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/xdelta3main.so running install_lib creating /home/pkg/Build/xdelta3/pkg/usr/lib64 creating /home/pkg/Build/xdelta3/pkg/usr/lib64/python2.7 creating /home/pkg/Build/xdelta3/pkg/usr/lib64/python2.7/site-packages copying build/lib.linux-x86_64-2.7/xdelta3main.so -> /home/pkg/Build/xdelta3/pkg/usr/lib64/python2.7/site-packages running install_egg_info Writing /home/pkg/Build/xdelta3/pkg/usr/lib64/python2.7/site-packages/xdelta3main-3.0z-py2.7.egg-info cc -Wall -Wshadow -fno-builtin -O2 -fPIC -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/lib64/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 -fPIC -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 ‘main_print_window’: xdelta3-main.h:1347:3: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] xdelta3-main.h:1361:8: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] xdelta3-main.h:1389:8: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] xdelta3-main.h:1406:7: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] xdelta3-main.h: In function ‘main_print_func’: xdelta3-main.h:1526:3: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] xdelta3-main.h:1552:7: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] xdelta3-main.h:1560:3: attention : format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘xoff_t’ [-Wformat] 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 -fPIC xdelta3.o xdelta3_wrap.o \ -o xdelta3module.so \ /usr/lib64/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 22 01:44 install drwxr-xr-x 6 root root 4096 août 22 01:44 usr /home/pkg/Build/xdelta3/pkg/install: total 4 -rw-r--r-- 1 root root 263 août 22 01:44 slack-desc /home/pkg/Build/xdelta3/pkg/usr: total 16 drwxr-xr-x 2 root root 4096 août 22 01:44 bin drwxr-xr-x 3 root root 4096 août 22 01:44 doc drwxr-xr-x 3 root root 4096 août 22 01:43 lib64 drwxr-xr-x 3 root root 4096 août 22 01:43 src /home/pkg/Build/xdelta3/pkg/usr/bin: total 144 -rwxr-xr-x 1 root root 144152 août 22 01:44 xdelta3 /home/pkg/Build/xdelta3/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 août 22 01:44 xdelta3-3.0z /home/pkg/Build/xdelta3/pkg/usr/doc/xdelta3-3.0z: total 24 -rw-r--r-- 1 root root 18009 août 22 01:44 COPYING -rw-r--r-- 1 root root 390 août 22 01:44 README /home/pkg/Build/xdelta3/pkg/usr/lib64: total 4 drwxr-xr-x 3 root root 4096 août 22 01:43 python2.7 /home/pkg/Build/xdelta3/pkg/usr/lib64/python2.7: total 4 drwxr-xr-x 2 root root 4096 août 22 01:44 site-packages /home/pkg/Build/xdelta3/pkg/usr/lib64/python2.7/site-packages: total 252 -rw-r--r-- 1 root root 3210 août 22 01:44 xdelta3.py -rw-r--r-- 1 root root 184 août 22 01:43 xdelta3main-3.0z-py2.7.egg-info -rwxr-xr-x 1 root root 105824 août 22 01:44 xdelta3main.so -rw-r--r-- 1 root root 140352 août 22 01:44 xdelta3module.so /home/pkg/Build/xdelta3/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 août 22 01:44 xdelta3-3.0z /home/pkg/Build/xdelta3/pkg/usr/src/xdelta3-3.0z: total 4 -rw-r--r-- 1 root root 1722 août 22 01:44 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-x86_64-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/lib64/ usr/lib64/python2.7/ usr/lib64/python2.7/site-packages/ usr/lib64/python2.7/site-packages/xdelta3main-3.0z-py2.7.egg-info usr/lib64/python2.7/site-packages/xdelta3.py usr/lib64/python2.7/site-packages/xdelta3module.so usr/lib64/python2.7/site-packages/xdelta3main.so usr/src/ usr/src/xdelta3-3.0z/ usr/src/xdelta3-3.0z/SLKBUILD install/ install/slack-desc Slackware package /home/pkg/Build/xdelta3/xdelta3-3.0z-x86_64-3cp.txz created. Package has been built. Cleaning pkg and src directories