Cook: pycrypto 2.3 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): python-dev-2.7.15-i486 Installing (pkg/local): gmp-dev-6.2.0-i486 Extracting source archive "pycrypto-2.3.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/Crypto copying lib/Crypto/pct_warnings.py -> build/lib.linux-x86_64-2.7/Crypto copying lib/Crypto/__init__.py -> build/lib.linux-x86_64-2.7/Crypto creating build/lib.linux-x86_64-2.7/Crypto/Hash copying lib/Crypto/Hash/MD5.py -> build/lib.linux-x86_64-2.7/Crypto/Hash copying lib/Crypto/Hash/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Hash copying lib/Crypto/Hash/RIPEMD.py -> build/lib.linux-x86_64-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA.py -> build/lib.linux-x86_64-2.7/Crypto/Hash copying lib/Crypto/Hash/HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/Hash creating build/lib.linux-x86_64-2.7/Crypto/Cipher copying lib/Crypto/Cipher/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher creating build/lib.linux-x86_64-2.7/Crypto/Util copying lib/Crypto/Util/winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/Util copying lib/Crypto/Util/asn1.py -> build/lib.linux-x86_64-2.7/Crypto/Util copying lib/Crypto/Util/_number_new.py -> build/lib.linux-x86_64-2.7/Crypto/Util copying lib/Crypto/Util/RFC1751.py -> build/lib.linux-x86_64-2.7/Crypto/Util copying lib/Crypto/Util/randpool.py -> build/lib.linux-x86_64-2.7/Crypto/Util copying lib/Crypto/Util/python_compat.py -> build/lib.linux-x86_64-2.7/Crypto/Util copying lib/Crypto/Util/Counter.py -> build/lib.linux-x86_64-2.7/Crypto/Util copying lib/Crypto/Util/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Util copying lib/Crypto/Util/number.py -> build/lib.linux-x86_64-2.7/Crypto/Util creating build/lib.linux-x86_64-2.7/Crypto/Random copying lib/Crypto/Random/random.py -> build/lib.linux-x86_64-2.7/Crypto/Random copying lib/Crypto/Random/_UserFriendlyRNG.py -> build/lib.linux-x86_64-2.7/Crypto/Random copying lib/Crypto/Random/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random creating build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/SHAd256.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/FortunaAccumulator.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/FortunaGenerator.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna creating build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/nt.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/posix.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/fallback.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/rng_base.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG creating build/lib.linux-x86_64-2.7/Crypto/SelfTest copying lib/Crypto/SelfTest/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest copying lib/Crypto/SelfTest/st_common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_XOR.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_RIPEMD.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_chaffing.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_importKey.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test_rpoolcompat.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_nt.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_posix.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_generic.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util creating build/lib.linux-x86_64-2.7/Crypto/Protocol copying lib/Crypto/Protocol/Chaffing.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol copying lib/Crypto/Protocol/AllOrNothing.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol copying lib/Crypto/Protocol/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol creating build/lib.linux-x86_64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/RSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/_slowmath.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/qNEW.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/pubkey.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/DSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey warning: PCTBuildPy: byte-compiling is disabled, skipping. running build_ext building 'Crypto.PublicKey._fastmath' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/src i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/_fastmath.c -o build/temp.linux-x86_64-2.7/src/_fastmath.o In file included from /usr/include/python2.7/Python.h:8, from src/_fastmath.c:32: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from src/_fastmath.c:30: /usr/include/features.h:294: note: this is the location of the previous definition # define _POSIX_C_SOURCE 199506L In file included from /usr/include/python2.7/Python.h:83, from src/_fastmath.c:32: src/_fastmath.c: In function 'dsaKey__verify': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ src/_fastmath.c:473:3: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_True); ^~~~~~~~~ /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ src/_fastmath.c:476:3: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_False); ^~~~~~~~~ src/_fastmath.c: In function 'dsaKey_has_private': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ src/_fastmath.c:495:3: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_False); ^~~~~~~~~ /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ src/_fastmath.c:498:3: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_True); ^~~~~~~~~ src/_fastmath.c: In function 'rsaKey__verify': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ src/_fastmath.c:678:3: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_True); ^~~~~~~~~ /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ src/_fastmath.c:682:3: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_False); ^~~~~~~~~ src/_fastmath.c: In function 'rsaKey_has_private': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ src/_fastmath.c:770:3: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_False); ^~~~~~~~~ /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ src/_fastmath.c:773:3: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_True); ^~~~~~~~~ src/_fastmath.c: In function 'isPrime': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ src/_fastmath.c:825:3: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_False); ^~~~~~~~~ /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ src/_fastmath.c:828:3: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_True); ^~~~~~~~~ i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/_fastmath.o -L/usr/lib -lgmp -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/PublicKey/_fastmath.so building 'Crypto.Hash.MD2' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o In file included from /usr/include/python2.7/Python.h:8, from src/MD2.c:31: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/MD2.c:30: /usr/include/features.h:294: note: this is the location of the previous definition # define _POSIX_C_SOURCE 199506L i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/MD2.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/MD2.so building 'Crypto.Hash.MD4' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD4.c -o build/temp.linux-x86_64-2.7/src/MD4.o In file included from /usr/include/python2.7/Python.h:8, from src/MD4.c:31: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/MD4.c:30: /usr/include/features.h:294: note: this is the location of the previous definition # define _POSIX_C_SOURCE 199506L i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/MD4.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/MD4.so building 'Crypto.Hash.SHA256' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA256.c -o build/temp.linux-x86_64-2.7/src/SHA256.o i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/SHA256.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/SHA256.so building 'Crypto.Hash.RIPEMD160' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python2.7 -c src/RIPEMD160.c -o build/temp.linux-x86_64-2.7/src/RIPEMD160.o In file included from /usr/include/python2.7/Python.h:8, from src/RIPEMD160.c:49: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/assert.h:35, from src/RIPEMD160.c:46: /usr/include/features.h:294: note: this is the location of the previous definition # define _POSIX_C_SOURCE 199506L i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/RIPEMD160.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/RIPEMD160.so building 'Crypto.Cipher.AES' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/AES.c -o build/temp.linux-x86_64-2.7/src/AES.o In file included from /usr/include/python2.7/Python.h:8, from src/AES.c:29: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/assert.h:35, from src/AES.c:27: /usr/include/features.h:294: note: this is the location of the previous definition # define _POSIX_C_SOURCE 199506L i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/AES.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/AES.so building 'Crypto.Cipher.ARC2' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC2.c -o build/temp.linux-x86_64-2.7/src/ARC2.o In file included from /usr/include/python2.7/Python.h:8, from src/ARC2.c:45: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/ARC2.c:44: /usr/include/features.h:294: note: this is the location of the previous definition # define _POSIX_C_SOURCE 199506L i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/ARC2.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/ARC2.so building 'Crypto.Cipher.Blowfish' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/Blowfish.c -o build/temp.linux-x86_64-2.7/src/Blowfish.o In file included from /usr/include/python2.7/Python.h:8, from src/Blowfish.c:32: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/assert.h:35, from src/Blowfish.c:29: /usr/include/features.h:294: note: this is the location of the previous definition # define _POSIX_C_SOURCE 199506L i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/Blowfish.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/Blowfish.so building 'Crypto.Cipher.CAST' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/CAST.c -o build/temp.linux-x86_64-2.7/src/CAST.o i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/CAST.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/CAST.so building 'Crypto.Cipher.DES' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES.c -o build/temp.linux-x86_64-2.7/src/DES.o In file included from /usr/include/python2.7/Python.h:8, from src/DES.c:37: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/assert.h:35, from src/libtom/tomcrypt.h:3, from src/libtom/tomcrypt_des.c:11, from src/DES.c:32: /usr/include/features.h:294: note: this is the location of the previous definition # define _POSIX_C_SOURCE 199506L i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/DES.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/DES.so building 'Crypto.Cipher.DES3' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES3.c -o build/temp.linux-x86_64-2.7/src/DES3.o In file included from /usr/include/python2.7/Python.h:8, from src/DES.c:37, from src/DES3.c:26: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/assert.h:35, from src/libtom/tomcrypt.h:3, from src/libtom/tomcrypt_des.c:11, from src/DES.c:32, from src/DES3.c:26: /usr/include/features.h:294: note: this is the location of the previous definition # define _POSIX_C_SOURCE 199506L i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/DES3.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/DES3.so building 'Crypto.Cipher.ARC4' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC4.c -o build/temp.linux-x86_64-2.7/src/ARC4.o i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/ARC4.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/ARC4.so building 'Crypto.Cipher.XOR' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/XOR.c -o build/temp.linux-x86_64-2.7/src/XOR.o i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/XOR.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/XOR.so building 'Crypto.Util.strxor' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/strxor.c -o build/temp.linux-x86_64-2.7/src/strxor.o src/strxor.c:31:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "$Id$"; ^~~~~ i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/strxor.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Util/strxor.so building 'Crypto.Util._counter' extension i486-slitaz-linux-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -march=i486 -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/_counter.c -o build/temp.linux-x86_64-2.7/src/_counter.o In file included from /usr/include/python2.7/Python.h:8, from src/_counter.h:28, from src/_counter.c:29: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/assert.h:35, from src/_counter.c:25: /usr/include/features.h:294: note: this is the location of the previous definition # define _POSIX_C_SOURCE 199506L In file included from /usr/include/python2.7/Python.h:83, from src/_counter.h:28, from src/_counter.c:29: src/_counter.c: In function 'CounterLEObject_getattr': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ src/_counter.c:308:9: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_True); ^~~~~~~~~ src/_counter.c: In function 'CounterBEObject_getattr': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ src/_counter.c:322:9: note: in expansion of macro 'Py_INCREF' Py_INCREF(Py_True); ^~~~~~~~~ i486-slitaz-linux-gcc -pthread -shared -Wl,-Os,--as-needed -Wl,-Os,--as-needed -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 build/temp.linux-x86_64-2.7/src/_counter.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Util/_counter.so running install running build running build_py warning: PCTBuildPy: byte-compiling is disabled, skipping. running build_ext running install_lib creating /home/slitaz/wok/pycrypto/install creating /home/slitaz/wok/pycrypto/install/usr creating /home/slitaz/wok/pycrypto/install/usr/lib creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7 creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.7/Crypto/Util/winrandom.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.7/Crypto/Util/asn1.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.7/Crypto/Util/_number_new.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.7/Crypto/Util/_counter.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.7/Crypto/Util/RFC1751.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.7/Crypto/Util/randpool.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.7/Crypto/Util/strxor.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.7/Crypto/Util/python_compat.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.7/Crypto/Util/Counter.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.7/Crypto/Util/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.7/Crypto/Util/number.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Util creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_asn1.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_winrandom.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_Counter.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_number.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Util creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_Blowfish.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_ARC2.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_DES3.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/common.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_DES.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_XOR.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_AES.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_CAST.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_ARC4.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol/test_chaffing.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol/test_rfc1751.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Protocol creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_MD2.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_RIPEMD.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA256.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_MD4.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/common.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_MD5.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_HMAC.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Hash creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/test_rpoolcompat.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/test_random.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG/test_nt.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG/test_posix.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG/test_generic.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/Random creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_RSA.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_DSA.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_importKey.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/SelfTest/st_common.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/SelfTest creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.7/Crypto/Cipher/ARC4.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.7/Crypto/Cipher/ARC2.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.7/Crypto/Cipher/DES.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.7/Crypto/Cipher/Blowfish.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.7/Crypto/Cipher/DES3.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.7/Crypto/Cipher/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.7/Crypto/Cipher/CAST.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.7/Crypto/Cipher/XOR.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.7/Crypto/Cipher/AES.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.7/Crypto/pct_warnings.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto copying build/lib.linux-x86_64-2.7/Crypto/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Protocol copying build/lib.linux-x86_64-2.7/Crypto/Protocol/Chaffing.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Protocol copying build/lib.linux-x86_64-2.7/Crypto/Protocol/AllOrNothing.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Protocol copying build/lib.linux-x86_64-2.7/Crypto/Protocol/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Protocol creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.7/Crypto/Hash/MD4.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.7/Crypto/Hash/SHA256.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.7/Crypto/Hash/MD5.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.7/Crypto/Hash/RIPEMD160.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.7/Crypto/Hash/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.7/Crypto/Hash/RIPEMD.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.7/Crypto/Hash/MD2.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.7/Crypto/Hash/SHA.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.7/Crypto/Hash/HMAC.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Hash creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random copying build/lib.linux-x86_64-2.7/Crypto/Random/random.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random copying build/lib.linux-x86_64-2.7/Crypto/Random/_UserFriendlyRNG.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna/SHAd256.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna/FortunaAccumulator.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna/FortunaGenerator.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random/Fortuna creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG/nt.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG/posix.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG/fallback.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG/rng_base.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.7/Crypto/Random/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/Random creating /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/PublicKey/RSA.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/PublicKey/_fastmath.so -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/PublicKey/_slowmath.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/PublicKey/qNEW.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/PublicKey/__init__.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/PublicKey/pubkey.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/PublicKey/DSA.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/PublicKey/ElGamal.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/PublicKey/_DSA.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.7/Crypto/PublicKey/_RSA.py -> /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/Crypto/PublicKey warning: install_lib: byte-compiling is disabled, skipping. running install_egg_info Writing /home/slitaz/wok/pycrypto/install/usr/lib/python2.7/site-packages/pycrypto-2.3-py2.7.egg-info ================================================================================ Executing strip on all files... Done Time: 6.24s. Size: 528676 B -> 466948 B. Save: 60 KB. ================================================================================ Build dependencies to remove: 2 Removing: gmp-dev python-dev Pack: pycrypto 2.3 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "pycrypto-2.3-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "pycrypto-2.3-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/pycrypto-2.3... Done Checking site script in source/pycrypto-2.3... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: pycrypto 2.3 ================================================================================ Src file : pycrypto-2.3.tar.gz Src size : 324.0K Source dir : 3.4M Produced : 1.2M Cook time : 23s Cook date : 2020-07-07 19:22 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 1.3M : 191.4K : 103 : pycrypto-2.3-i486.tazpkg ================================================================================