tar -xf pycrypto-2.4.1.tar.gz running build running build_py creating build creating build/lib.linux-x86_64-2.6 creating build/lib.linux-x86_64-2.6/Crypto copying lib/Crypto/pct_warnings.py -> build/lib.linux-x86_64-2.6/Crypto copying lib/Crypto/__init__.py -> build/lib.linux-x86_64-2.6/Crypto creating build/lib.linux-x86_64-2.6/Crypto/Hash copying lib/Crypto/Hash/SHA512.py -> build/lib.linux-x86_64-2.6/Crypto/Hash copying lib/Crypto/Hash/MD5.py -> build/lib.linux-x86_64-2.6/Crypto/Hash copying lib/Crypto/Hash/RIPEMD.py -> build/lib.linux-x86_64-2.6/Crypto/Hash copying lib/Crypto/Hash/SHA384.py -> build/lib.linux-x86_64-2.6/Crypto/Hash copying lib/Crypto/Hash/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Hash copying lib/Crypto/Hash/HMAC.py -> build/lib.linux-x86_64-2.6/Crypto/Hash copying lib/Crypto/Hash/SHA.py -> build/lib.linux-x86_64-2.6/Crypto/Hash copying lib/Crypto/Hash/SHA224.py -> build/lib.linux-x86_64-2.6/Crypto/Hash creating build/lib.linux-x86_64-2.6/Crypto/Cipher copying lib/Crypto/Cipher/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Cipher creating build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/asn1.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/number.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/RFC1751.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/Counter.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/randpool.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/winrandom.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/py21compat.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/py3compat.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Util copying lib/Crypto/Util/_number_new.py -> build/lib.linux-x86_64-2.6/Crypto/Util creating build/lib.linux-x86_64-2.6/Crypto/Random copying lib/Crypto/Random/_UserFriendlyRNG.py -> build/lib.linux-x86_64-2.6/Crypto/Random copying lib/Crypto/Random/random.py -> build/lib.linux-x86_64-2.6/Crypto/Random copying lib/Crypto/Random/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Random creating build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/SHAd256.py -> build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/FortunaGenerator.py -> build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/FortunaAccumulator.py -> build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna creating build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/rng_base.py -> build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/posix.py -> build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/fallback.py -> build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/nt.py -> build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG creating build/lib.linux-x86_64-2.6/Crypto/SelfTest copying lib/Crypto/SelfTest/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest copying lib/Crypto/SelfTest/st_common.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_XOR.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_RIPEMD.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_chaffing.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_importKey.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test_rpoolcompat.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_posix.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_generic.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_nt.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG creating build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_winrandom.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util creating build/lib.linux-x86_64-2.6/Crypto/Protocol copying lib/Crypto/Protocol/Chaffing.py -> build/lib.linux-x86_64-2.6/Crypto/Protocol copying lib/Crypto/Protocol/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/Protocol copying lib/Crypto/Protocol/AllOrNothing.py -> build/lib.linux-x86_64-2.6/Crypto/Protocol creating build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/DSA.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/_DSA.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/RSA.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/_slowmath.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/qNEW.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/_RSA.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/__init__.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey copying lib/Crypto/PublicKey/pubkey.py -> build/lib.linux-x86_64-2.6/Crypto/PublicKey running build_ext running build_configure checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for __gmpz_init in -lgmp... yes checking for __gmpz_init in -lmpir... no checking whether mpz_powm is declared... yes checking whether mpz_powm_sec is declared... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for size_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for memmove... yes checking for memset... yes configure: creating ./config.status config.status: creating src/config.h building 'Crypto.PublicKey._fastmath' extension creating build/temp.linux-x86_64-2.6 creating build/temp.linux-x86_64-2.6/src gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/ -I/usr/include/python2.6 -c src/_fastmath.c -o build/temp.linux-x86_64-2.6/src/_fastmath.o src/_fastmath.c: In function ‘dsaKey__verify’: src/_fastmath.c:606:3: warning: dereferencing type-punned pointer will break strict-aliasing rules src/_fastmath.c:609:3: warning: dereferencing type-punned pointer will break strict-aliasing rules src/_fastmath.c: In function ‘dsaKey_has_private’: src/_fastmath.c:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules src/_fastmath.c:631:3: warning: dereferencing type-punned pointer will break strict-aliasing rules src/_fastmath.c: In function ‘rsaKey__verify’: src/_fastmath.c:844:3: warning: dereferencing type-punned pointer will break strict-aliasing rules src/_fastmath.c:848:3: warning: dereferencing type-punned pointer will break strict-aliasing rules src/_fastmath.c: In function ‘rsaKey_has_private’: src/_fastmath.c:936:3: warning: dereferencing type-punned pointer will break strict-aliasing rules src/_fastmath.c:939:3: warning: dereferencing type-punned pointer will break strict-aliasing rules src/_fastmath.c: In function ‘isPrime’: src/_fastmath.c:991:3: warning: dereferencing type-punned pointer will break strict-aliasing rules src/_fastmath.c:994:3: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/_fastmath.o -L/usr/lib64 -lgmp -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/PublicKey/_fastmath.so building 'Crypto.Hash.MD2' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/MD2.c -o build/temp.linux-x86_64-2.6/src/MD2.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/MD2.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Hash/MD2.so building 'Crypto.Hash.MD4' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/MD4.c -o build/temp.linux-x86_64-2.6/src/MD4.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/MD4.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Hash/MD4.so building 'Crypto.Hash.SHA256' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/SHA256.c -o build/temp.linux-x86_64-2.6/src/SHA256.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/SHA256.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Hash/SHA256.so building 'Crypto.Hash.RIPEMD160' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python2.6 -c src/RIPEMD160.c -o build/temp.linux-x86_64-2.6/src/RIPEMD160.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/RIPEMD160.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Hash/RIPEMD160.so building 'Crypto.Cipher.AES' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/AES.c -o build/temp.linux-x86_64-2.6/src/AES.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/AES.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/AES.so building 'Crypto.Cipher.ARC2' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/ARC2.c -o build/temp.linux-x86_64-2.6/src/ARC2.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/ARC2.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/ARC2.so building 'Crypto.Cipher.Blowfish' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/Blowfish.c -o build/temp.linux-x86_64-2.6/src/Blowfish.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/Blowfish.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/Blowfish.so building 'Crypto.Cipher.CAST' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/CAST.c -o build/temp.linux-x86_64-2.6/src/CAST.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/CAST.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/CAST.so building 'Crypto.Cipher.DES' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.6 -c src/DES.c -o build/temp.linux-x86_64-2.6/src/DES.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/DES.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/DES.so building 'Crypto.Cipher.DES3' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.6 -c src/DES3.c -o build/temp.linux-x86_64-2.6/src/DES3.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/DES3.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/DES3.so building 'Crypto.Cipher.ARC4' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/ARC4.c -o build/temp.linux-x86_64-2.6/src/ARC4.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/ARC4.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/ARC4.so building 'Crypto.Cipher.XOR' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/XOR.c -o build/temp.linux-x86_64-2.6/src/XOR.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/XOR.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Cipher/XOR.so building 'Crypto.Util.strxor' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/strxor.c -o build/temp.linux-x86_64-2.6/src/strxor.o gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/strxor.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Util/strxor.so building 'Crypto.Util._counter' extension gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/_counter.c -o build/temp.linux-x86_64-2.6/src/_counter.o src/_counter.c: In function ‘CounterLEObject_getattr’: src/_counter.c:331:9: warning: dereferencing type-punned pointer will break strict-aliasing rules src/_counter.c: In function ‘CounterBEObject_getattr’: src/_counter.c:365:9: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -shared -O2 -fPIC build/temp.linux-x86_64-2.6/src/_counter.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/Crypto/Util/_counter.so running install running build running build_py running build_ext running build_configure running install_lib creating /home/kerd/Pkg/pycripto/pkg/usr/lib64 creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6 creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_Blowfish.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_ARC2.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_CAST.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_DES.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/common.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_AES.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_ARC4.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_XOR.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Cipher/test_DES3.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey/test_importKey.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey/test_DSA.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey/test_RSA.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/PublicKey/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util/test_asn1.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util/test_number.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util/test_winrandom.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Util/test_Counter.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/test_random.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG/test_posix.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG/test_generic.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG/test_nt.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/OSRNG/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/test_rpoolcompat.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/Fortuna/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Random/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_SHA256.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_MD2.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_SHA512.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/common.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_HMAC.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_SHA.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_MD5.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_MD4.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_RIPEMD.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_SHA384.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Hash/test_SHA224.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol/test_chaffing.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol/test_rfc1751.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/Protocol/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-x86_64-2.6/Crypto/SelfTest/st_common.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/AES.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/CAST.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/XOR.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/Blowfish.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/DES3.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/DES.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/ARC4.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Cipher copying build/lib.linux-x86_64-2.6/Crypto/Cipher/ARC2.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Cipher creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/DSA.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/_DSA.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/RSA.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/_fastmath.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/_slowmath.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/qNEW.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/_RSA.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/ElGamal.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey copying build/lib.linux-x86_64-2.6/Crypto/PublicKey/pubkey.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/asn1.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/number.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/strxor.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/RFC1751.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/Counter.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/randpool.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/winrandom.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/_counter.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/py21compat.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/py3compat.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util copying build/lib.linux-x86_64-2.6/Crypto/Util/_number_new.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random copying build/lib.linux-x86_64-2.6/Crypto/Random/_UserFriendlyRNG.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG/rng_base.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG/posix.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG/fallback.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG copying build/lib.linux-x86_64-2.6/Crypto/Random/OSRNG/nt.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna/SHAd256.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna/FortunaGenerator.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna/FortunaAccumulator.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/Random/Fortuna/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna copying build/lib.linux-x86_64-2.6/Crypto/Random/random.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random copying build/lib.linux-x86_64-2.6/Crypto/Random/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random copying build/lib.linux-x86_64-2.6/Crypto/pct_warnings.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto copying build/lib.linux-x86_64-2.6/Crypto/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/SHA512.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/SHA256.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/MD5.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/RIPEMD160.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/RIPEMD.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/SHA384.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/MD4.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/MD2.so -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/HMAC.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/SHA.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash copying build/lib.linux-x86_64-2.6/Crypto/Hash/SHA224.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash creating /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Protocol copying build/lib.linux-x86_64-2.6/Crypto/Protocol/Chaffing.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Protocol copying build/lib.linux-x86_64-2.6/Crypto/Protocol/__init__.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Protocol copying build/lib.linux-x86_64-2.6/Crypto/Protocol/AllOrNothing.py -> /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Protocol byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_Blowfish.py to test_Blowfish.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_ARC2.py to test_ARC2.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_CAST.py to test_CAST.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_DES.py to test_DES.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/common.py to common.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_AES.py to test_AES.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_ARC4.py to test_ARC4.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_XOR.py to test_XOR.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_DES3.py to test_DES3.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/test_importKey.py to test_importKey.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/test_DSA.py to test_DSA.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/test_RSA.py to test_RSA.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_asn1.py to test_asn1.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_number.py to test_number.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_winrandom.py to test_winrandom.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_Counter.py to test_Counter.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/test_random.py to test_random.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_fallback.py to test_fallback.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_posix.py to test_posix.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.py to test_winrandom.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_generic.py to test_generic.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_nt.py to test_nt.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/test_rpoolcompat.py to test_rpoolcompat.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py to test_SHAd256.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py to test_FortunaGenerator.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py to test_FortunaAccumulator.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA256.py to test_SHA256.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_MD2.py to test_MD2.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA512.py to test_SHA512.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/common.py to common.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_HMAC.py to test_HMAC.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA.py to test_SHA.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_MD5.py to test_MD5.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_MD4.py to test_MD4.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_RIPEMD.py to test_RIPEMD.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA384.py to test_SHA384.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA224.py to test_SHA224.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/test_AllOrNothing.py to test_AllOrNothing.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/test_chaffing.py to test_chaffing.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/test_rfc1751.py to test_rfc1751.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/st_common.py to st_common.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Cipher/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey/DSA.py to DSA.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey/_DSA.py to _DSA.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey/RSA.py to RSA.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey/_slowmath.py to _slowmath.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey/qNEW.py to qNEW.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey/_RSA.py to _RSA.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey/ElGamal.py to ElGamal.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey/pubkey.py to pubkey.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util/asn1.py to asn1.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util/number.py to number.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util/RFC1751.py to RFC1751.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util/Counter.py to Counter.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util/randpool.py to randpool.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util/winrandom.py to winrandom.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util/py21compat.py to py21compat.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util/py3compat.py to py3compat.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util/_number_new.py to _number_new.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/_UserFriendlyRNG.py to _UserFriendlyRNG.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/rng_base.py to rng_base.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/posix.py to posix.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/fallback.py to fallback.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/nt.py to nt.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/SHAd256.py to SHAd256.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py to FortunaGenerator.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py to FortunaAccumulator.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/random.py to random.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/pct_warnings.py to pct_warnings.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash/SHA512.py to SHA512.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash/MD5.py to MD5.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash/RIPEMD.py to RIPEMD.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash/SHA384.py to SHA384.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash/HMAC.py to HMAC.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash/SHA.py to SHA.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash/SHA224.py to SHA224.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Protocol/Chaffing.py to Chaffing.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Protocol/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Protocol/AllOrNothing.py to AllOrNothing.pyc running install_egg_info Writing /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/pycrypto-2.4.1-py2.6.egg-info /home/kerd/Pkg/pycripto/pkg: totale 8 drwxr-xr-x 2 root root 4096 nov 7 01:26 install drwxr-xr-x 5 root root 4096 nov 7 01:26 usr /home/kerd/Pkg/pycripto/pkg/install: totale 4 -rw-r--r-- 1 root root 307 nov 7 01:26 slack-desc /home/kerd/Pkg/pycripto/pkg/usr: totale 12 drwxr-xr-x 3 root root 4096 nov 7 01:26 doc drwxr-xr-x 3 root root 4096 nov 7 01:26 lib64 drwxr-xr-x 3 root root 4096 nov 7 01:25 src /home/kerd/Pkg/pycripto/pkg/usr/doc: totale 4 drwxr-xr-x 2 root root 4096 nov 7 01:26 pycrypto-2.4.1 /home/kerd/Pkg/pycripto/pkg/usr/doc/pycrypto-2.4.1: totale 32 -rw-r--r-- 1 root root 19942 nov 7 01:26 ChangeLog -rw-r--r-- 1 root root 4170 nov 7 01:26 README -rw-r--r-- 1 root root 991 nov 7 01:26 TODO /home/kerd/Pkg/pycripto/pkg/usr/lib64: totale 4 drwxr-xr-x 3 root root 4096 nov 7 01:26 python2.6 /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6: totale 4 drwxr-xr-x 3 root root 4096 nov 7 01:26 site-packages /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages: totale 8 drwxr-xr-x 9 root root 4096 nov 7 01:26 Crypto -rw-r--r-- 1 root root 623 nov 7 01:26 pycrypto-2.4.1-py2.6.egg-info /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto: totale 44 drwxr-xr-x 2 root root 4096 nov 7 01:26 Cipher drwxr-xr-x 2 root root 4096 nov 7 01:26 Hash drwxr-xr-x 2 root root 4096 nov 7 01:26 Protocol drwxr-xr-x 2 root root 4096 nov 7 01:26 PublicKey drwxr-xr-x 4 root root 4096 nov 7 01:26 Random drwxr-xr-x 8 root root 4096 nov 7 01:26 SelfTest drwxr-xr-x 2 root root 4096 nov 7 01:26 Util -rw-r--r-- 1 root root 2044 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 1175 nov 7 01:26 __init__.pyc -rw-r--r-- 1 root root 2295 nov 4 20:17 pct_warnings.py -rw-r--r-- 1 root root 2195 nov 7 01:26 pct_warnings.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Cipher: totale 268 -rwxr-xr-x 1 root root 36408 nov 7 01:26 AES.so -rwxr-xr-x 1 root root 20024 nov 7 01:26 ARC2.so -rwxr-xr-x 1 root root 9432 nov 7 01:26 ARC4.so -rwxr-xr-x 1 root root 28856 nov 7 01:26 Blowfish.so -rwxr-xr-x 1 root root 28344 nov 7 01:26 CAST.so -rwxr-xr-x 1 root root 57592 nov 7 01:26 DES.so -rwxr-xr-x 1 root root 57912 nov 7 01:26 DES3.so -rwxr-xr-x 1 root root 8984 nov 7 01:26 XOR.so -rw-r--r-- 1 root root 2026 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 1221 nov 7 01:26 __init__.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Hash: totale 124 -rw-r--r-- 1 root root 4909 nov 4 20:17 HMAC.py -rw-r--r-- 1 root root 3925 nov 7 01:26 HMAC.pyc -rwxr-xr-x 1 root root 11864 nov 7 01:26 MD2.so -rwxr-xr-x 1 root root 11928 nov 7 01:26 MD4.so -rw-r--r-- 1 root root 1503 nov 4 20:17 MD5.py -rw-r--r-- 1 root root 663 nov 7 01:26 MD5.pyc -rw-r--r-- 1 root root 1038 nov 4 20:17 RIPEMD.py -rw-r--r-- 1 root root 235 nov 7 01:26 RIPEMD.pyc -rwxr-xr-x 1 root root 20056 nov 7 01:26 RIPEMD160.so -rw-r--r-- 1 root root 1517 nov 4 20:17 SHA.py -rw-r--r-- 1 root root 695 nov 7 01:26 SHA.pyc -rw-r--r-- 1 root root 1329 nov 4 20:17 SHA224.py -rw-r--r-- 1 root root 562 nov 7 01:26 SHA224.pyc -rwxr-xr-x 1 root root 11832 nov 7 01:26 SHA256.so -rw-r--r-- 1 root root 1330 nov 4 20:17 SHA384.py -rw-r--r-- 1 root root 562 nov 7 01:26 SHA384.pyc -rw-r--r-- 1 root root 1330 nov 4 20:17 SHA512.py -rw-r--r-- 1 root root 562 nov 7 01:26 SHA512.pyc -rw-r--r-- 1 root root 1759 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 984 nov 7 01:26 __init__.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Protocol: totale 52 -rw-r--r-- 1 root root 11764 nov 4 20:17 AllOrNothing.py -rw-r--r-- 1 root root 7794 nov 7 01:26 AllOrNothing.pyc -rw-r--r-- 1 root root 10245 nov 4 20:17 Chaffing.py -rw-r--r-- 1 root root 8588 nov 7 01:26 Chaffing.pyc -rw-r--r-- 1 root root 1592 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 798 nov 7 01:26 __init__.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/PublicKey: totale 204 -rw-r--r-- 1 root root 6547 nov 4 20:17 DSA.py -rw-r--r-- 1 root root 7246 nov 7 01:26 DSA.pyc -rw-r--r-- 1 root root 4592 nov 4 20:17 ElGamal.py -rw-r--r-- 1 root root 4878 nov 7 01:26 ElGamal.pyc -rw-r--r-- 1 root root 11306 nov 4 20:17 RSA.py -rw-r--r-- 1 root root 10317 nov 7 01:26 RSA.pyc -rw-r--r-- 1 root root 3473 nov 4 20:17 _DSA.py -rw-r--r-- 1 root root 3272 nov 7 01:26 _DSA.pyc -rw-r--r-- 1 root root 2621 nov 4 20:17 _RSA.py -rw-r--r-- 1 root root 1857 nov 7 01:26 _RSA.pyc -rw-r--r-- 1 root root 1618 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 832 nov 7 01:26 __init__.pyc -rwxr-xr-x 1 root root 74104 nov 7 01:26 _fastmath.so -rw-r--r-- 1 root root 4845 nov 4 20:17 _slowmath.py -rw-r--r-- 1 root root 5822 nov 7 01:26 _slowmath.pyc -rw-r--r-- 1 root root 7073 nov 4 20:17 pubkey.py -rw-r--r-- 1 root root 7676 nov 7 01:26 pubkey.pyc -rw-r--r-- 1 root root 6216 nov 4 20:17 qNEW.py -rw-r--r-- 1 root root 5415 nov 7 01:26 qNEW.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random: totale 52 drwxr-xr-x 2 root root 4096 nov 7 01:26 Fortuna drwxr-xr-x 2 root root 4096 nov 7 01:26 OSRNG -rw-r--r-- 1 root root 6879 nov 4 20:17 _UserFriendlyRNG.py -rw-r--r-- 1 root root 8506 nov 7 01:26 _UserFriendlyRNG.pyc -rw-r--r-- 1 root root 1669 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 1071 nov 7 01:26 __init__.pyc -rw-r--r-- 1 root root 5284 nov 4 20:17 random.py -rw-r--r-- 1 root root 4630 nov 7 01:26 random.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna: totale 44 -rw-r--r-- 1 root root 5165 nov 4 20:17 FortunaAccumulator.py -rw-r--r-- 1 root root 5372 nov 7 01:26 FortunaAccumulator.pyc -rw-r--r-- 1 root root 5265 nov 4 20:17 FortunaGenerator.py -rw-r--r-- 1 root root 4192 nov 7 01:26 FortunaGenerator.pyc -rw-r--r-- 1 root root 3058 nov 4 20:17 SHAd256.py -rw-r--r-- 1 root root 2899 nov 7 01:26 SHAd256.pyc -rw-r--r-- 1 root root 0 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 155 nov 7 01:26 __init__.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG: totale 40 -rw-r--r-- 1 root root 1542 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 676 nov 7 01:26 __init__.pyc -rw-r--r-- 1 root root 1520 nov 4 20:17 fallback.py -rw-r--r-- 1 root root 1158 nov 7 01:26 fallback.pyc -rw-r--r-- 1 root root 2690 nov 4 20:17 nt.py -rw-r--r-- 1 root root 2324 nov 7 01:26 nt.pyc -rw-r--r-- 1 root root 1976 nov 4 20:17 posix.py -rw-r--r-- 1 root root 1705 nov 7 01:26 posix.pyc -rw-r--r-- 1 root root 2875 nov 4 20:17 rng_base.py -rw-r--r-- 1 root root 3241 nov 7 01:26 rng_base.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest: totale 40 drwxr-xr-x 2 root root 4096 nov 7 01:26 Cipher drwxr-xr-x 2 root root 4096 nov 7 01:26 Hash drwxr-xr-x 2 root root 4096 nov 7 01:26 Protocol drwxr-xr-x 2 root root 4096 nov 7 01:26 PublicKey drwxr-xr-x 4 root root 4096 nov 7 01:26 Random drwxr-xr-x 2 root root 4096 nov 7 01:26 Util -rw-r--r-- 1 root root 3329 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 2932 nov 7 01:26 __init__.pyc -rw-r--r-- 1 root root 2142 nov 4 20:17 st_common.py -rw-r--r-- 1 root root 1935 nov 7 01:26 st_common.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher: totale 300 -rw-r--r-- 1 root root 2193 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 1380 nov 7 01:26 __init__.pyc -rw-r--r-- 1 root root 13654 nov 4 20:17 common.py -rw-r--r-- 1 root root 12530 nov 7 01:26 common.pyc -rw-r--r-- 1 root root 70292 nov 4 20:17 test_AES.py -rw-r--r-- 1 root root 71608 nov 7 01:26 test_AES.pyc -rw-r--r-- 1 root root 4945 nov 4 20:17 test_ARC2.py -rw-r--r-- 1 root root 4034 nov 7 01:26 test_ARC2.pyc -rw-r--r-- 1 root root 3546 nov 4 20:17 test_ARC4.py -rw-r--r-- 1 root root 2627 nov 7 01:26 test_ARC4.pyc -rw-r--r-- 1 root root 5832 nov 4 20:17 test_Blowfish.py -rw-r--r-- 1 root root 5398 nov 7 01:26 test_Blowfish.pyc -rw-r--r-- 1 root root 1977 nov 4 20:17 test_CAST.py -rw-r--r-- 1 root root 1325 nov 7 01:26 test_CAST.pyc -rw-r--r-- 1 root root 15009 nov 4 20:17 test_DES.py -rw-r--r-- 1 root root 13306 nov 7 01:26 test_DES.pyc -rw-r--r-- 1 root root 14873 nov 4 20:17 test_DES3.py -rw-r--r-- 1 root root 12548 nov 7 01:26 test_DES3.pyc -rw-r--r-- 1 root root 2538 nov 4 20:17 test_XOR.py -rw-r--r-- 1 root root 2022 nov 7 01:26 test_XOR.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash: totale 116 -rw-r--r-- 1 root root 2518 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 1710 nov 7 01:26 __init__.pyc -rw-r--r-- 1 root root 5510 nov 4 20:17 common.py -rw-r--r-- 1 root root 4516 nov 7 01:26 common.pyc -rw-r--r-- 1 root root 8197 nov 4 20:17 test_HMAC.py -rw-r--r-- 1 root root 5447 nov 7 01:26 test_HMAC.pyc -rw-r--r-- 1 root root 2288 nov 4 20:17 test_MD2.py -rw-r--r-- 1 root root 1764 nov 7 01:26 test_MD2.pyc -rw-r--r-- 1 root root 2288 nov 4 20:17 test_MD4.py -rw-r--r-- 1 root root 1764 nov 7 01:26 test_MD4.pyc -rw-r--r-- 1 root root 2288 nov 4 20:17 test_MD5.py -rw-r--r-- 1 root root 1764 nov 7 01:26 test_MD5.pyc -rw-r--r-- 1 root root 2618 nov 4 20:17 test_RIPEMD.py -rw-r--r-- 1 root root 1970 nov 7 01:26 test_RIPEMD.pyc -rw-r--r-- 1 root root 2243 nov 4 20:17 test_SHA.py -rw-r--r-- 1 root root 1278 nov 7 01:26 test_SHA.pyc -rw-r--r-- 1 root root 2071 nov 4 20:17 test_SHA224.py -rw-r--r-- 1 root root 1285 nov 7 01:26 test_SHA224.pyc -rw-r--r-- 1 root root 3260 nov 4 20:17 test_SHA256.py -rw-r--r-- 1 root root 2605 nov 7 01:26 test_SHA256.pyc -rw-r--r-- 1 root root 2243 nov 4 20:17 test_SHA384.py -rw-r--r-- 1 root root 1461 nov 7 01:26 test_SHA384.pyc -rw-r--r-- 1 root root 2339 nov 4 20:17 test_SHA512.py -rw-r--r-- 1 root root 1557 nov 7 01:26 test_SHA512.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol: totale 32 -rw-r--r-- 1 root root 1751 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 1048 nov 7 01:26 __init__.pyc -rw-r--r-- 1 root root 3024 nov 4 20:17 test_AllOrNothing.py -rw-r--r-- 1 root root 2481 nov 7 01:26 test_AllOrNothing.pyc -rw-r--r-- 1 root root 2972 nov 4 20:17 test_chaffing.py -rw-r--r-- 1 root root 2559 nov 7 01:26 test_chaffing.pyc -rw-r--r-- 1 root root 2208 nov 4 20:17 test_rfc1751.py -rw-r--r-- 1 root root 2276 nov 7 01:26 test_rfc1751.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey: totale 84 -rw-r--r-- 1 root root 1737 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 1063 nov 7 01:26 __init__.pyc -rw-r--r-- 1 root root 9861 nov 4 20:17 test_DSA.py -rw-r--r-- 1 root root 11000 nov 7 01:26 test_DSA.pyc -rw-r--r-- 1 root root 15758 nov 4 20:17 test_RSA.py -rw-r--r-- 1 root root 16042 nov 7 01:26 test_RSA.pyc -rw-r--r-- 1 root root 7403 nov 4 20:17 test_importKey.py -rw-r--r-- 1 root root 8505 nov 7 01:26 test_importKey.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random: totale 40 drwxr-xr-x 2 root root 4096 nov 7 01:26 Fortuna drwxr-xr-x 2 root root 4096 nov 7 01:26 OSRNG -rw-r--r-- 1 root root 1855 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 1108 nov 7 01:26 __init__.pyc -rw-r--r-- 1 root root 7111 nov 4 20:17 test_random.py -rw-r--r-- 1 root root 4527 nov 7 01:26 test_random.pyc -rw-r--r-- 1 root root 2030 nov 4 20:17 test_rpoolcompat.py -rw-r--r-- 1 root root 1738 nov 7 01:26 test_rpoolcompat.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna: totale 44 -rw-r--r-- 1 root root 1825 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 1125 nov 7 01:26 __init__.pyc -rw-r--r-- 1 root root 8603 nov 4 20:17 test_FortunaAccumulator.py -rw-r--r-- 1 root root 5656 nov 7 01:26 test_FortunaAccumulator.pyc -rw-r--r-- 1 root root 3506 nov 4 20:17 test_FortunaGenerator.py -rw-r--r-- 1 root root 2825 nov 7 01:26 test_FortunaGenerator.pyc -rw-r--r-- 1 root root 2415 nov 4 20:17 test_SHAd256.py -rw-r--r-- 1 root root 1454 nov 7 01:26 test_SHAd256.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG: totale 48 -rw-r--r-- 1 root root 2082 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 1356 nov 7 01:26 __init__.pyc -rw-r--r-- 1 root root 1795 nov 4 20:17 test_fallback.py -rw-r--r-- 1 root root 1508 nov 7 01:26 test_fallback.pyc -rw-r--r-- 1 root root 1746 nov 4 20:17 test_generic.py -rw-r--r-- 1 root root 1460 nov 7 01:26 test_generic.pyc -rw-r--r-- 1 root root 1764 nov 4 20:17 test_nt.py -rw-r--r-- 1 root root 1454 nov 7 01:26 test_nt.pyc -rw-r--r-- 1 root root 1777 nov 4 20:17 test_posix.py -rw-r--r-- 1 root root 1481 nov 7 01:26 test_posix.pyc -rw-r--r-- 1 root root 1777 nov 4 20:17 test_winrandom.py -rw-r--r-- 1 root root 1484 nov 7 01:26 test_winrandom.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util: totale 80 -rw-r--r-- 1 root root 1743 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 1091 nov 7 01:26 __init__.pyc -rw-r--r-- 1 root root 7095 nov 4 20:17 test_Counter.py -rw-r--r-- 1 root root 7259 nov 7 01:26 test_Counter.pyc -rw-r--r-- 1 root root 9947 nov 4 20:17 test_asn1.py -rw-r--r-- 1 root root 10717 nov 7 01:26 test_asn1.pyc -rw-r--r-- 1 root root 11543 nov 4 20:17 test_number.py -rw-r--r-- 1 root root 9145 nov 7 01:26 test_number.pyc -rw-r--r-- 1 root root 1772 nov 4 20:17 test_winrandom.py -rw-r--r-- 1 root root 1430 nov 7 01:26 test_winrandom.pyc /home/kerd/Pkg/pycripto/pkg/usr/lib64/python2.6/site-packages/Crypto/Util: totale 360 -rw-r--r-- 1 root root 2586 nov 4 20:17 Counter.py -rw-r--r-- 1 root root 1621 nov 7 01:26 Counter.pyc -rw-r--r-- 1 root root 21186 nov 4 20:17 RFC1751.py -rw-r--r-- 1 root root 29237 nov 7 01:26 RFC1751.pyc -rw-r--r-- 1 root root 1507 nov 4 20:17 __init__.py -rw-r--r-- 1 root root 718 nov 7 01:26 __init__.pyc -rwxr-xr-x 1 root root 12744 nov 7 01:26 _counter.so -rw-r--r-- 1 root root 4051 nov 4 20:17 _number_new.py -rw-r--r-- 1 root root 3583 nov 7 01:26 _number_new.pyc -rw-r--r-- 1 root root 6321 nov 4 20:17 asn1.py -rw-r--r-- 1 root root 7479 nov 7 01:26 asn1.pyc -rw-r--r-- 1 root root 95488 nov 4 20:17 number.py -rw-r--r-- 1 root root 113676 nov 7 01:26 number.pyc -rw-r--r-- 1 root root 2779 nov 4 20:17 py21compat.py -rw-r--r-- 1 root root 1438 nov 7 01:26 py21compat.pyc -rw-r--r-- 1 root root 1747 nov 4 20:17 py3compat.py -rw-r--r-- 1 root root 1752 nov 7 01:26 py3compat.pyc -rw-r--r-- 1 root root 2768 nov 4 20:17 randpool.py -rw-r--r-- 1 root root 3252 nov 7 01:26 randpool.pyc -rwxr-xr-x 1 root root 6840 nov 7 01:26 strxor.so -rw-r--r-- 1 root root 1196 nov 4 20:17 winrandom.py -rw-r--r-- 1 root root 240 nov 7 01:26 winrandom.pyc /home/kerd/Pkg/pycripto/pkg/usr/src: totale 4 drwxr-xr-x 2 root root 4096 nov 7 01:26 pycrypto-2.4.1 /home/kerd/Pkg/pycripto/pkg/usr/src/pycrypto-2.4.1: totale 4 -rw-r--r-- 1 root root 769 nov 7 01:26 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/kerd/Pkg/pycripto/pycrypto-2.4.1-x86_64-1vc.txz ./ install/ install/slack-desc usr/ usr/src/ usr/src/pycrypto-2.4.1/ usr/src/pycrypto-2.4.1/SLKBUILD usr/doc/ usr/doc/pycrypto-2.4.1/ usr/doc/pycrypto-2.4.1/README usr/doc/pycrypto-2.4.1/TODO usr/doc/pycrypto-2.4.1/ChangeLog usr/lib64/ usr/lib64/python2.6/ usr/lib64/python2.6/site-packages/ usr/lib64/python2.6/site-packages/pycrypto-2.4.1-py2.6.egg-info usr/lib64/python2.6/site-packages/Crypto/ usr/lib64/python2.6/site-packages/Crypto/SelfTest/ usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/ usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_XOR.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_ARC2.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_Blowfish.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_CAST.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_ARC2.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_CAST.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_ARC4.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_DES.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/common.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_AES.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_ARC4.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_DES3.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/__init__.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_XOR.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/common.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_DES3.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_DES.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_Blowfish.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Cipher/test_AES.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/ usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/test_importKey.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/test_importKey.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/test_DSA.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/test_DSA.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/test_RSA.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/test_RSA.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/PublicKey/__init__.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/ usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_asn1.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_number.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_winrandom.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_winrandom.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_asn1.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_number.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_Counter.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/__init__.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Util/test_Counter.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/ usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/test_random.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/test_rpoolcompat.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/ usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_nt.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_fallback.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_fallback.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_posix.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_posix.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_generic.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_generic.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/test_nt.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/OSRNG/__init__.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/test_rpoolcompat.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/ usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/__init__.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/Fortuna/test_SHAd256.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/__init__.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Random/test_random.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/st_common.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/__init__.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/ usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA256.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_MD2.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_MD4.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_MD2.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA512.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA384.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA224.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA512.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA256.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/common.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_HMAC.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/__init__.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/common.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_MD5.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_MD4.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_RIPEMD.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_MD5.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA384.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_SHA224.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_HMAC.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Hash/test_RIPEMD.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/ usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/test_AllOrNothing.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/test_AllOrNothing.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/test_chaffing.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/test_chaffing.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/test_rfc1751.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/__init__.py usr/lib64/python2.6/site-packages/Crypto/SelfTest/Protocol/test_rfc1751.pyc usr/lib64/python2.6/site-packages/Crypto/SelfTest/st_common.py usr/lib64/python2.6/site-packages/Crypto/Cipher/ usr/lib64/python2.6/site-packages/Crypto/Cipher/AES.so usr/lib64/python2.6/site-packages/Crypto/Cipher/CAST.so usr/lib64/python2.6/site-packages/Crypto/Cipher/XOR.so usr/lib64/python2.6/site-packages/Crypto/Cipher/Blowfish.so usr/lib64/python2.6/site-packages/Crypto/Cipher/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/Cipher/DES3.so usr/lib64/python2.6/site-packages/Crypto/Cipher/__init__.py usr/lib64/python2.6/site-packages/Crypto/Cipher/DES.so usr/lib64/python2.6/site-packages/Crypto/Cipher/ARC4.so usr/lib64/python2.6/site-packages/Crypto/Cipher/ARC2.so usr/lib64/python2.6/site-packages/Crypto/PublicKey/ usr/lib64/python2.6/site-packages/Crypto/PublicKey/DSA.py usr/lib64/python2.6/site-packages/Crypto/PublicKey/_DSA.pyc usr/lib64/python2.6/site-packages/Crypto/PublicKey/_DSA.py usr/lib64/python2.6/site-packages/Crypto/PublicKey/_RSA.pyc usr/lib64/python2.6/site-packages/Crypto/PublicKey/pubkey.pyc usr/lib64/python2.6/site-packages/Crypto/PublicKey/RSA.py usr/lib64/python2.6/site-packages/Crypto/PublicKey/_fastmath.so usr/lib64/python2.6/site-packages/Crypto/PublicKey/_slowmath.py usr/lib64/python2.6/site-packages/Crypto/PublicKey/qNEW.py usr/lib64/python2.6/site-packages/Crypto/PublicKey/_RSA.py usr/lib64/python2.6/site-packages/Crypto/PublicKey/DSA.pyc usr/lib64/python2.6/site-packages/Crypto/PublicKey/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/PublicKey/qNEW.pyc usr/lib64/python2.6/site-packages/Crypto/PublicKey/RSA.pyc usr/lib64/python2.6/site-packages/Crypto/PublicKey/ElGamal.py usr/lib64/python2.6/site-packages/Crypto/PublicKey/_slowmath.pyc usr/lib64/python2.6/site-packages/Crypto/PublicKey/__init__.py usr/lib64/python2.6/site-packages/Crypto/PublicKey/ElGamal.pyc usr/lib64/python2.6/site-packages/Crypto/PublicKey/pubkey.py usr/lib64/python2.6/site-packages/Crypto/Util/ usr/lib64/python2.6/site-packages/Crypto/Util/py21compat.pyc usr/lib64/python2.6/site-packages/Crypto/Util/asn1.py usr/lib64/python2.6/site-packages/Crypto/Util/number.py usr/lib64/python2.6/site-packages/Crypto/Util/RFC1751.pyc usr/lib64/python2.6/site-packages/Crypto/Util/strxor.so usr/lib64/python2.6/site-packages/Crypto/Util/number.pyc usr/lib64/python2.6/site-packages/Crypto/Util/RFC1751.py usr/lib64/python2.6/site-packages/Crypto/Util/asn1.pyc usr/lib64/python2.6/site-packages/Crypto/Util/Counter.py usr/lib64/python2.6/site-packages/Crypto/Util/Counter.pyc usr/lib64/python2.6/site-packages/Crypto/Util/_number_new.pyc usr/lib64/python2.6/site-packages/Crypto/Util/randpool.py usr/lib64/python2.6/site-packages/Crypto/Util/winrandom.py usr/lib64/python2.6/site-packages/Crypto/Util/py3compat.pyc usr/lib64/python2.6/site-packages/Crypto/Util/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/Util/_counter.so usr/lib64/python2.6/site-packages/Crypto/Util/py21compat.py usr/lib64/python2.6/site-packages/Crypto/Util/py3compat.py usr/lib64/python2.6/site-packages/Crypto/Util/winrandom.pyc usr/lib64/python2.6/site-packages/Crypto/Util/__init__.py usr/lib64/python2.6/site-packages/Crypto/Util/_number_new.py usr/lib64/python2.6/site-packages/Crypto/Util/randpool.pyc usr/lib64/python2.6/site-packages/Crypto/Random/ usr/lib64/python2.6/site-packages/Crypto/Random/random.pyc usr/lib64/python2.6/site-packages/Crypto/Random/_UserFriendlyRNG.py usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/ usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/rng_base.py usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/posix.py usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/fallback.pyc usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/nt.pyc usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/posix.pyc usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/fallback.py usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/rng_base.pyc usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/__init__.py usr/lib64/python2.6/site-packages/Crypto/Random/OSRNG/nt.py usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/ usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/SHAd256.py usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/FortunaGenerator.pyc usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.pyc usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/__init__.py usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/SHAd256.pyc usr/lib64/python2.6/site-packages/Crypto/Random/random.py usr/lib64/python2.6/site-packages/Crypto/Random/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/Random/_UserFriendlyRNG.pyc usr/lib64/python2.6/site-packages/Crypto/Random/__init__.py usr/lib64/python2.6/site-packages/Crypto/pct_warnings.pyc usr/lib64/python2.6/site-packages/Crypto/pct_warnings.py usr/lib64/python2.6/site-packages/Crypto/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/__init__.py usr/lib64/python2.6/site-packages/Crypto/Hash/ usr/lib64/python2.6/site-packages/Crypto/Hash/SHA512.py usr/lib64/python2.6/site-packages/Crypto/Hash/SHA256.so usr/lib64/python2.6/site-packages/Crypto/Hash/MD5.py usr/lib64/python2.6/site-packages/Crypto/Hash/HMAC.pyc usr/lib64/python2.6/site-packages/Crypto/Hash/RIPEMD160.so usr/lib64/python2.6/site-packages/Crypto/Hash/RIPEMD.pyc usr/lib64/python2.6/site-packages/Crypto/Hash/RIPEMD.py usr/lib64/python2.6/site-packages/Crypto/Hash/SHA384.py usr/lib64/python2.6/site-packages/Crypto/Hash/SHA224.pyc usr/lib64/python2.6/site-packages/Crypto/Hash/MD4.so usr/lib64/python2.6/site-packages/Crypto/Hash/SHA384.pyc usr/lib64/python2.6/site-packages/Crypto/Hash/MD2.so usr/lib64/python2.6/site-packages/Crypto/Hash/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/Hash/MD5.pyc usr/lib64/python2.6/site-packages/Crypto/Hash/__init__.py usr/lib64/python2.6/site-packages/Crypto/Hash/HMAC.py usr/lib64/python2.6/site-packages/Crypto/Hash/SHA.py usr/lib64/python2.6/site-packages/Crypto/Hash/SHA.pyc usr/lib64/python2.6/site-packages/Crypto/Hash/SHA512.pyc usr/lib64/python2.6/site-packages/Crypto/Hash/SHA224.py usr/lib64/python2.6/site-packages/Crypto/Protocol/ usr/lib64/python2.6/site-packages/Crypto/Protocol/Chaffing.pyc usr/lib64/python2.6/site-packages/Crypto/Protocol/Chaffing.py usr/lib64/python2.6/site-packages/Crypto/Protocol/__init__.pyc usr/lib64/python2.6/site-packages/Crypto/Protocol/AllOrNothing.pyc usr/lib64/python2.6/site-packages/Crypto/Protocol/__init__.py usr/lib64/python2.6/site-packages/Crypto/Protocol/AllOrNothing.py WARNING: zero length file usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/__init__.py Slackware package /home/kerd/Pkg/pycripto/pycrypto-2.4.1-x86_64-1vc.txz created. Package has been built. Cleaning pkg and src directories