Created
June 6, 2014 16:27
-
-
Save include/2a7d70d159aef110db75 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib.macosx-10.9-intel-2.7 | |
creating build/lib.macosx-10.9-intel-2.7/Crypto | |
copying lib/Crypto/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto | |
copying lib/Crypto/pct_warnings.py -> build/lib.macosx-10.9-intel-2.7/Crypto | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
copying lib/Crypto/Hash/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
copying lib/Crypto/Hash/hashalgo.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
copying lib/Crypto/Hash/HMAC.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
copying lib/Crypto/Hash/MD2.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
copying lib/Crypto/Hash/MD4.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
copying lib/Crypto/Hash/MD5.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
copying lib/Crypto/Hash/RIPEMD.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
copying lib/Crypto/Hash/SHA.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
copying lib/Crypto/Hash/SHA224.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
copying lib/Crypto/Hash/SHA256.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
copying lib/Crypto/Hash/SHA384.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
copying lib/Crypto/Hash/SHA512.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/Cipher | |
copying lib/Crypto/Cipher/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Cipher | |
copying lib/Crypto/Cipher/AES.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Cipher | |
copying lib/Crypto/Cipher/ARC2.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Cipher | |
copying lib/Crypto/Cipher/ARC4.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Cipher | |
copying lib/Crypto/Cipher/blockalgo.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Cipher | |
copying lib/Crypto/Cipher/Blowfish.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Cipher | |
copying lib/Crypto/Cipher/CAST.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Cipher | |
copying lib/Crypto/Cipher/DES.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Cipher | |
copying lib/Crypto/Cipher/DES3.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Cipher | |
copying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Cipher | |
copying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Cipher | |
copying lib/Crypto/Cipher/XOR.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Cipher | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/Util | |
copying lib/Crypto/Util/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Util | |
copying lib/Crypto/Util/_number_new.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Util | |
copying lib/Crypto/Util/asn1.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Util | |
copying lib/Crypto/Util/Counter.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Util | |
copying lib/Crypto/Util/number.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Util | |
copying lib/Crypto/Util/py21compat.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Util | |
copying lib/Crypto/Util/py3compat.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Util | |
copying lib/Crypto/Util/randpool.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Util | |
copying lib/Crypto/Util/RFC1751.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Util | |
copying lib/Crypto/Util/winrandom.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Util | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/Random | |
copying lib/Crypto/Random/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Random | |
copying lib/Crypto/Random/_UserFriendlyRNG.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Random | |
copying lib/Crypto/Random/random.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Random | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/Random/Fortuna | |
copying lib/Crypto/Random/Fortuna/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Random/Fortuna | |
copying lib/Crypto/Random/Fortuna/FortunaAccumulator.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Random/Fortuna | |
copying lib/Crypto/Random/Fortuna/FortunaGenerator.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Random/Fortuna | |
copying lib/Crypto/Random/Fortuna/SHAd256.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Random/Fortuna | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/Random/OSRNG | |
copying lib/Crypto/Random/OSRNG/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Random/OSRNG | |
copying lib/Crypto/Random/OSRNG/fallback.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Random/OSRNG | |
copying lib/Crypto/Random/OSRNG/nt.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Random/OSRNG | |
copying lib/Crypto/Random/OSRNG/posix.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Random/OSRNG | |
copying lib/Crypto/Random/OSRNG/rng_base.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Random/OSRNG | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest | |
copying lib/Crypto/SelfTest/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest | |
copying lib/Crypto/SelfTest/st_common.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher | |
copying lib/Crypto/SelfTest/Cipher/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher | |
copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher | |
copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher | |
copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher | |
copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher | |
copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher | |
copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher | |
copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher | |
copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher | |
copying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher | |
copying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher | |
copying lib/Crypto/SelfTest/Cipher/test_XOR.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash | |
copying lib/Crypto/SelfTest/Hash/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash | |
copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash | |
copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash | |
copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash | |
copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash | |
copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash | |
copying lib/Crypto/SelfTest/Hash/test_RIPEMD.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash | |
copying lib/Crypto/SelfTest/Hash/test_SHA.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash | |
copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash | |
copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash | |
copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash | |
copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Protocol | |
copying lib/Crypto/SelfTest/Protocol/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Protocol | |
copying lib/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Protocol | |
copying lib/Crypto/SelfTest/Protocol/test_chaffing.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Protocol | |
copying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Protocol | |
copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Protocol | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/PublicKey | |
copying lib/Crypto/SelfTest/PublicKey/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/PublicKey | |
copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/PublicKey | |
copying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/PublicKey | |
copying lib/Crypto/SelfTest/PublicKey/test_importKey.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/PublicKey | |
copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/PublicKey | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random | |
copying lib/Crypto/SelfTest/Random/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random | |
copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random | |
copying lib/Crypto/SelfTest/Random/test_rpoolcompat.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/Fortuna | |
copying lib/Crypto/SelfTest/Random/Fortuna/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/Fortuna | |
copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/Fortuna | |
copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/Fortuna | |
copying lib/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/Fortuna | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/OSRNG | |
copying lib/Crypto/SelfTest/Random/OSRNG/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/OSRNG | |
copying lib/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/OSRNG | |
copying lib/Crypto/SelfTest/Random/OSRNG/test_generic.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/OSRNG | |
copying lib/Crypto/SelfTest/Random/OSRNG/test_nt.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/OSRNG | |
copying lib/Crypto/SelfTest/Random/OSRNG/test_posix.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/OSRNG | |
copying lib/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/OSRNG | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Util | |
copying lib/Crypto/SelfTest/Util/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Util | |
copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Util | |
copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Util | |
copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Util | |
copying lib/Crypto/SelfTest/Util/test_winrandom.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Util | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Signature | |
copying lib/Crypto/SelfTest/Signature/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Signature | |
copying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Signature | |
copying lib/Crypto/SelfTest/Signature/test_pkcs1_pss.py -> build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Signature | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/Protocol | |
copying lib/Crypto/Protocol/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Protocol | |
copying lib/Crypto/Protocol/AllOrNothing.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Protocol | |
copying lib/Crypto/Protocol/Chaffing.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Protocol | |
copying lib/Crypto/Protocol/KDF.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Protocol | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey | |
copying lib/Crypto/PublicKey/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey | |
copying lib/Crypto/PublicKey/_DSA.py -> build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey | |
copying lib/Crypto/PublicKey/_RSA.py -> build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey | |
copying lib/Crypto/PublicKey/_slowmath.py -> build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey | |
copying lib/Crypto/PublicKey/DSA.py -> build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey | |
copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey | |
copying lib/Crypto/PublicKey/pubkey.py -> build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey | |
copying lib/Crypto/PublicKey/RSA.py -> build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey | |
creating build/lib.macosx-10.9-intel-2.7/Crypto/Signature | |
copying lib/Crypto/Signature/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Signature | |
copying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Signature | |
copying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Signature | |
running build_ext | |
running build_configure | |
checking for gcc... clang | |
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 clang accepts -g... yes | |
checking for clang 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... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/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.macosx-10.9-intel-2.7 | |
creating build/temp.macosx-10.9-intel-2.7/src | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/_fastmath.c -o build/temp.macosx-10.9-intel-2.7/src/_fastmath.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/_fastmath.o -lgmp -o build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey/_fastmath.so | |
building 'Crypto.Hash._MD2' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/MD2.c -o build/temp.macosx-10.9-intel-2.7/src/MD2.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/MD2.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_MD2.so | |
building 'Crypto.Hash._MD4' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/MD4.c -o build/temp.macosx-10.9-intel-2.7/src/MD4.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/MD4.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_MD4.so | |
building 'Crypto.Hash._SHA256' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/SHA256.c -o build/temp.macosx-10.9-intel-2.7/src/SHA256.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/SHA256.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA256.so | |
building 'Crypto.Hash._SHA224' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/SHA224.c -o build/temp.macosx-10.9-intel-2.7/src/SHA224.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/SHA224.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA224.so | |
building 'Crypto.Hash._SHA384' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/SHA384.c -o build/temp.macosx-10.9-intel-2.7/src/SHA384.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/SHA384.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA384.so | |
building 'Crypto.Hash._SHA512' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/SHA512.c -o build/temp.macosx-10.9-intel-2.7/src/SHA512.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/SHA512.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA512.so | |
building 'Crypto.Hash._RIPEMD160' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/RIPEMD160.c -o build/temp.macosx-10.9-intel-2.7/src/RIPEMD160.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/RIPEMD160.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_RIPEMD160.so | |
building 'Crypto.Cipher._AES' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/AES.c -o build/temp.macosx-10.9-intel-2.7/src/AES.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/AES.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_AES.so | |
building 'Crypto.Cipher._ARC2' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/ARC2.c -o build/temp.macosx-10.9-intel-2.7/src/ARC2.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/ARC2.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_ARC2.so | |
building 'Crypto.Cipher._Blowfish' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/Blowfish.c -o build/temp.macosx-10.9-intel-2.7/src/Blowfish.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/Blowfish.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_Blowfish.so | |
building 'Crypto.Cipher._CAST' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/CAST.c -o build/temp.macosx-10.9-intel-2.7/src/CAST.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/CAST.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_CAST.so | |
building 'Crypto.Cipher._DES' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/DES.c -o build/temp.macosx-10.9-intel-2.7/src/DES.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/DES.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_DES.so | |
building 'Crypto.Cipher._DES3' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/DES3.c -o build/temp.macosx-10.9-intel-2.7/src/DES3.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/DES3.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_DES3.so | |
building 'Crypto.Cipher._ARC4' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/ARC4.c -o build/temp.macosx-10.9-intel-2.7/src/ARC4.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/ARC4.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_ARC4.so | |
building 'Crypto.Cipher._XOR' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/XOR.c -o build/temp.macosx-10.9-intel-2.7/src/XOR.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/XOR.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_XOR.so | |
building 'Crypto.Util.strxor' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/strxor.c -o build/temp.macosx-10.9-intel-2.7/src/strxor.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/strxor.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Util/strxor.so | |
building 'Crypto.Util._counter' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/_counter.c -o build/temp.macosx-10.9-intel-2.7/src/_counter.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/_counter.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Util/_counter.so | |
running install_lib | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_AES.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_ARC2.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_ARC4.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_Blowfish.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_CAST.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_DES.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_DES3.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_XOR.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/AES.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/ARC2.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/ARC4.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/blockalgo.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/Blowfish.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/CAST.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/DES.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/DES3.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/PKCS1_OAEP.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/PKCS1_v1_5.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/XOR.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_MD2.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_MD4.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_RIPEMD160.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA224.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA256.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA384.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA512.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/hashalgo.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/HMAC.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/MD2.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/MD4.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/MD5.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/RIPEMD.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/SHA.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/SHA224.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/SHA256.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/SHA384.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Hash/SHA512.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/pct_warnings.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Protocol | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Protocol/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Protocol | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Protocol/AllOrNothing.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Protocol | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Protocol/Chaffing.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Protocol | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Protocol/KDF.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Protocol | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey/_DSA.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey/_fastmath.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey/_RSA.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey/_slowmath.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey/DSA.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey/ElGamal.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey/pubkey.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey/RSA.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Random/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Random/_UserFriendlyRNG.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/Fortuna | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Random/Fortuna/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/Fortuna | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Random/Fortuna/FortunaAccumulator.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/Fortuna | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Random/Fortuna/FortunaGenerator.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/Fortuna | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Random/Fortuna/SHAd256.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/Fortuna | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/OSRNG | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Random/OSRNG/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/OSRNG | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Random/OSRNG/fallback.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/OSRNG | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Random/OSRNG/nt.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/OSRNG | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Random/OSRNG/posix.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/OSRNG | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Random/OSRNG/rng_base.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/OSRNG | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Random/random.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher/common.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher/test_AES.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher/test_ARC2.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher/test_ARC4.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher/test_Blowfish.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher/test_CAST.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher/test_DES.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher/test_DES3.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Cipher/test_XOR.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash/common.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash/test_HMAC.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash/test_MD2.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash/test_MD4.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash/test_MD5.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash/test_RIPEMD.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash/test_SHA.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash/test_SHA224.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash/test_SHA256.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash/test_SHA384.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Hash/test_SHA512.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Protocol | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Protocol/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Protocol | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Protocol | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Protocol/test_chaffing.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Protocol | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Protocol/test_KDF.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Protocol | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Protocol/test_rfc1751.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Protocol | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/PublicKey/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/PublicKey/test_DSA.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/PublicKey/test_ElGamal.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/PublicKey/test_importKey.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/PublicKey/test_RSA.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/Fortuna/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/OSRNG/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/OSRNG/test_generic.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/OSRNG/test_nt.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/OSRNG/test_posix.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/test_random.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Random/test_rpoolcompat.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Signature | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Signature/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Signature | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Signature/test_pkcs1_15.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Signature | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Signature/test_pkcs1_pss.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Signature | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/st_common.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Util/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Util/test_asn1.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Util/test_Counter.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Util/test_number.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/SelfTest/Util/test_winrandom.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Util | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Signature | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Signature/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Signature | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Signature/PKCS1_PSS.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Signature | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Signature/PKCS1_v1_5.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Signature | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Util/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Util/_counter.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Util/_number_new.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Util/asn1.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Util/Counter.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Util/number.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Util/py21compat.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Util/py3compat.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Util/randpool.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Util/RFC1751.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Util/strxor.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util | |
copying build/lib.macosx-10.9-intel-2.7/Crypto/Util/winrandom.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher/AES.py to AES.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher/ARC2.py to ARC2.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher/ARC4.py to ARC4.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher/blockalgo.py to blockalgo.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher/Blowfish.py to Blowfish.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher/CAST.py to CAST.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher/DES.py to DES.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher/DES3.py to DES3.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher/PKCS1_OAEP.py to PKCS1_OAEP.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher/PKCS1_v1_5.py to PKCS1_v1_5.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Cipher/XOR.py to XOR.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash/hashalgo.py to hashalgo.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash/HMAC.py to HMAC.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash/MD2.py to MD2.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash/MD4.py to MD4.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash/MD5.py to MD5.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash/RIPEMD.py to RIPEMD.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash/SHA.py to SHA.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash/SHA224.py to SHA224.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash/SHA256.py to SHA256.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash/SHA384.py to SHA384.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Hash/SHA512.py to SHA512.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/pct_warnings.py to pct_warnings.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Protocol/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Protocol/AllOrNothing.py to AllOrNothing.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Protocol/Chaffing.py to Chaffing.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Protocol/KDF.py to KDF.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey/_DSA.py to _DSA.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey/_RSA.py to _RSA.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey/_slowmath.py to _slowmath.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey/DSA.py to DSA.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey/ElGamal.py to ElGamal.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey/pubkey.py to pubkey.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/PublicKey/RSA.py to RSA.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py to _UserFriendlyRNG.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/Fortuna/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py to FortunaAccumulator.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py to FortunaGenerator.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/Fortuna/SHAd256.py to SHAd256.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/OSRNG/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/OSRNG/fallback.py to fallback.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/OSRNG/nt.py to nt.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/OSRNG/posix.py to posix.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/OSRNG/rng_base.py to rng_base.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Random/random.py to random.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher/common.py to common.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher/test_AES.py to test_AES.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher/test_ARC2.py to test_ARC2.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher/test_ARC4.py to test_ARC4.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher/test_Blowfish.py to test_Blowfish.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher/test_CAST.py to test_CAST.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher/test_DES.py to test_DES.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher/test_DES3.py to test_DES3.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_15.py to test_pkcs1_15.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py to test_pkcs1_oaep.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Cipher/test_XOR.py to test_XOR.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash/common.py to common.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash/test_HMAC.py to test_HMAC.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash/test_MD2.py to test_MD2.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash/test_MD4.py to test_MD4.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash/test_MD5.py to test_MD5.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash/test_RIPEMD.py to test_RIPEMD.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash/test_SHA.py to test_SHA.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash/test_SHA224.py to test_SHA224.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash/test_SHA256.py to test_SHA256.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash/test_SHA384.py to test_SHA384.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Hash/test_SHA512.py to test_SHA512.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Protocol/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Protocol/test_AllOrNothing.py to test_AllOrNothing.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Protocol/test_chaffing.py to test_chaffing.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Protocol/test_KDF.py to test_KDF.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Protocol/test_rfc1751.py to test_rfc1751.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey/test_DSA.py to test_DSA.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey/test_ElGamal.py to test_ElGamal.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey/test_importKey.py to test_importKey.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/PublicKey/test_RSA.py to test_RSA.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py to test_FortunaAccumulator.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py to test_FortunaGenerator.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py to test_SHAd256.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_fallback.py to test_fallback.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_generic.py to test_generic.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_nt.py to test_nt.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_posix.py to test_posix.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.py to test_winrandom.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/test_random.py to test_random.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Random/test_rpoolcompat.py to test_rpoolcompat.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Signature/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Signature/test_pkcs1_15.py to test_pkcs1_15.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Signature/test_pkcs1_pss.py to test_pkcs1_pss.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/st_common.py to st_common.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Util/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Util/test_asn1.py to test_asn1.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Util/test_Counter.py to test_Counter.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Util/test_number.py to test_number.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/SelfTest/Util/test_winrandom.py to test_winrandom.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Signature/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Signature/PKCS1_PSS.py to PKCS1_PSS.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Signature/PKCS1_v1_5.py to PKCS1_v1_5.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util/_number_new.py to _number_new.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util/asn1.py to asn1.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util/Counter.py to Counter.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util/number.py to number.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util/py21compat.py to py21compat.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util/py3compat.py to py3compat.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util/randpool.py to randpool.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util/RFC1751.py to RFC1751.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/Crypto/Util/winrandom.py to winrandom.pyc | |
running install_egg_info | |
Writing /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/pycrypto-2.6-py2.7.egg-info |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c -lgmp | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lgmp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lmpir -lgmp | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lmpir -lgmp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c -lgmp | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lgmp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c -lgmp | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lgmp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lgmp | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lgmp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lgmp | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lgmp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/_fastmath.c -o build/temp.macosx-10.9-intel-2.7/src/_fastmath.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/usr/include/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/_fastmath.c -o build/temp.macosx-10.9-intel-2.7/src/_fastmath.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/_fastmath.o -lgmp -o build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey/_fastmath.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/_fastmath.o -lgmp -o build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey/_fastmath.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/MD2.c -o build/temp.macosx-10.9-intel-2.7/src/MD2.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/MD2.c -o build/temp.macosx-10.9-intel-2.7/src/MD2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/MD2.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_MD2.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/MD2.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_MD2.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/MD4.c -o build/temp.macosx-10.9-intel-2.7/src/MD4.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/MD4.c -o build/temp.macosx-10.9-intel-2.7/src/MD4.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/MD4.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_MD4.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/MD4.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_MD4.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/SHA256.c -o build/temp.macosx-10.9-intel-2.7/src/SHA256.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/SHA256.c -o build/temp.macosx-10.9-intel-2.7/src/SHA256.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/SHA256.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA256.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/SHA256.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA256.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/SHA224.c -o build/temp.macosx-10.9-intel-2.7/src/SHA224.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/SHA224.c -o build/temp.macosx-10.9-intel-2.7/src/SHA224.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/SHA224.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA224.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/SHA224.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA224.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/SHA384.c -o build/temp.macosx-10.9-intel-2.7/src/SHA384.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/SHA384.c -o build/temp.macosx-10.9-intel-2.7/src/SHA384.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/SHA384.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA384.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/SHA384.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA384.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/SHA512.c -o build/temp.macosx-10.9-intel-2.7/src/SHA512.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/SHA512.c -o build/temp.macosx-10.9-intel-2.7/src/SHA512.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/SHA512.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA512.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/SHA512.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_SHA512.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/RIPEMD160.c -o build/temp.macosx-10.9-intel-2.7/src/RIPEMD160.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/RIPEMD160.c -o build/temp.macosx-10.9-intel-2.7/src/RIPEMD160.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/RIPEMD160.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_RIPEMD160.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/RIPEMD160.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Hash/_RIPEMD160.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/AES.c -o build/temp.macosx-10.9-intel-2.7/src/AES.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/AES.c -o build/temp.macosx-10.9-intel-2.7/src/AES.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/AES.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_AES.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/AES.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_AES.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/ARC2.c -o build/temp.macosx-10.9-intel-2.7/src/ARC2.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/ARC2.c -o build/temp.macosx-10.9-intel-2.7/src/ARC2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/ARC2.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_ARC2.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/ARC2.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_ARC2.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/Blowfish.c -o build/temp.macosx-10.9-intel-2.7/src/Blowfish.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/Blowfish.c -o build/temp.macosx-10.9-intel-2.7/src/Blowfish.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/Blowfish.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_Blowfish.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/Blowfish.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_Blowfish.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/CAST.c -o build/temp.macosx-10.9-intel-2.7/src/CAST.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/CAST.c -o build/temp.macosx-10.9-intel-2.7/src/CAST.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/CAST.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_CAST.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/CAST.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_CAST.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/DES.c -o build/temp.macosx-10.9-intel-2.7/src/DES.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/DES.c -o build/temp.macosx-10.9-intel-2.7/src/DES.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/DES.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_DES.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/DES.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_DES.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/DES3.c -o build/temp.macosx-10.9-intel-2.7/src/DES3.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/DES3.c -o build/temp.macosx-10.9-intel-2.7/src/DES3.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/DES3.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_DES3.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/DES3.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_DES3.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/ARC4.c -o build/temp.macosx-10.9-intel-2.7/src/ARC4.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/ARC4.c -o build/temp.macosx-10.9-intel-2.7/src/ARC4.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/ARC4.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_ARC4.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/ARC4.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_ARC4.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/XOR.c -o build/temp.macosx-10.9-intel-2.7/src/XOR.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/XOR.c -o build/temp.macosx-10.9-intel-2.7/src/XOR.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/XOR.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_XOR.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/XOR.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Cipher/_XOR.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/strxor.c -o build/temp.macosx-10.9-intel-2.7/src/strxor.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/strxor.c -o build/temp.macosx-10.9-intel-2.7/src/strxor.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/strxor.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Util/strxor.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/strxor.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Util/strxor.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -Wall -Wstrict-prototypes -Wshorten-64-to-32 -fwrapv -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/_counter.c -o build/temp.macosx-10.9-intel-2.7/src/_counter.o | |
superenv removed: -arch x86_64 -arch i386 -Wall -Wstrict-prototypes -Wshorten-64-to-32 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -O3 | |
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -fwrapv -DENABLE_DTRACE -pipe -std=c99 -fomit-frame-pointer -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/_counter.c -o build/temp.macosx-10.9-intel-2.7/src/_counter.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/_counter.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Util/_counter.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/_counter.o -o build/lib.macosx-10.9-intel-2.7/Crypto/Util/_counter.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib.macosx-10.9-intel-2.7 | |
creating build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/__init__.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/composer.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/constructor.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/cyaml.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/dumper.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/emitter.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/error.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/events.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/loader.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/nodes.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/parser.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/reader.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/representer.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/resolver.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/scanner.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/serializer.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
copying lib/yaml/tokens.py -> build/lib.macosx-10.9-intel-2.7/yaml | |
running build_ext | |
creating build/temp.macosx-10.9-intel-2.7 | |
checking if libyaml is compilable | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/temp.macosx-10.9-intel-2.7/check_libyaml.c -o build/temp.macosx-10.9-intel-2.7/check_libyaml.o | |
checking if libyaml is linkable | |
clang build/temp.macosx-10.9-intel-2.7/check_libyaml.o -lyaml -o build/temp.macosx-10.9-intel-2.7/check_libyaml | |
building '_yaml' extension | |
creating build/temp.macosx-10.9-intel-2.7/ext | |
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c ext/_yaml.c -o build/temp.macosx-10.9-intel-2.7/ext/_yaml.o | |
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/ext/_yaml.o -lyaml -o build/lib.macosx-10.9-intel-2.7/_yaml.so | |
running install_lib | |
copying build/lib.macosx-10.9-intel-2.7/_yaml.so -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/composer.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/constructor.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/cyaml.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/dumper.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/emitter.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/error.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/events.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/loader.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/nodes.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/parser.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/reader.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/representer.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/resolver.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/scanner.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/serializer.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
copying build/lib.macosx-10.9-intel-2.7/yaml/tokens.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/composer.py to composer.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/constructor.py to constructor.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/cyaml.py to cyaml.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/dumper.py to dumper.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/emitter.py to emitter.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/error.py to error.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/events.py to events.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/loader.py to loader.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/nodes.py to nodes.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/parser.py to parser.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/reader.py to reader.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/representer.py to representer.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/resolver.py to resolver.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/scanner.py to scanner.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/serializer.py to serializer.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/yaml/tokens.py to tokens.pyc | |
running install_egg_info | |
Writing /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/PyYAML-3.10-py2.7.egg-info |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/temp.macosx-10.9-intel-2.7/check_libyaml.c -o build/temp.macosx-10.9-intel-2.7/check_libyaml.o | |
superenv removed: -arch x86_64 -arch i386 -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes -arch x86_64 -arch i386 | |
superenv added: -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/temp.macosx-10.9-intel-2.7/check_libyaml.c -o build/temp.macosx-10.9-intel-2.7/check_libyaml.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: build/temp.macosx-10.9-intel-2.7/check_libyaml.o -lyaml -o build/temp.macosx-10.9-intel-2.7/check_libyaml | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native build/temp.macosx-10.9-intel-2.7/check_libyaml.o -lyaml -o build/temp.macosx-10.9-intel-2.7/check_libyaml -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c ext/_yaml.c -o build/temp.macosx-10.9-intel-2.7/ext/_yaml.o | |
superenv removed: -arch x86_64 -arch i386 -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes -arch x86_64 -arch i386 | |
superenv added: -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c ext/_yaml.c -o build/temp.macosx-10.9-intel-2.7/ext/_yaml.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/ext/_yaml.o -lyaml -o build/lib.macosx-10.9-intel-2.7/_yaml.so | |
superenv removed: -arch x86_64 -arch i386 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.9-intel-2.7/ext/_yaml.o -lyaml -o build/lib.macosx-10.9-intel-2.7/_yaml.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib | |
creating build/lib/paramiko | |
copying paramiko/__init__.py -> build/lib/paramiko | |
copying paramiko/_winapi.py -> build/lib/paramiko | |
copying paramiko/agent.py -> build/lib/paramiko | |
copying paramiko/auth_handler.py -> build/lib/paramiko | |
copying paramiko/ber.py -> build/lib/paramiko | |
copying paramiko/buffered_pipe.py -> build/lib/paramiko | |
copying paramiko/channel.py -> build/lib/paramiko | |
copying paramiko/client.py -> build/lib/paramiko | |
copying paramiko/common.py -> build/lib/paramiko | |
copying paramiko/compress.py -> build/lib/paramiko | |
copying paramiko/config.py -> build/lib/paramiko | |
copying paramiko/dsskey.py -> build/lib/paramiko | |
copying paramiko/file.py -> build/lib/paramiko | |
copying paramiko/hostkeys.py -> build/lib/paramiko | |
copying paramiko/kex_gex.py -> build/lib/paramiko | |
copying paramiko/kex_group1.py -> build/lib/paramiko | |
copying paramiko/logging22.py -> build/lib/paramiko | |
copying paramiko/message.py -> build/lib/paramiko | |
copying paramiko/packet.py -> build/lib/paramiko | |
copying paramiko/pipe.py -> build/lib/paramiko | |
copying paramiko/pkey.py -> build/lib/paramiko | |
copying paramiko/primes.py -> build/lib/paramiko | |
copying paramiko/proxy.py -> build/lib/paramiko | |
copying paramiko/resource.py -> build/lib/paramiko | |
copying paramiko/rsakey.py -> build/lib/paramiko | |
copying paramiko/server.py -> build/lib/paramiko | |
copying paramiko/sftp.py -> build/lib/paramiko | |
copying paramiko/sftp_attr.py -> build/lib/paramiko | |
copying paramiko/sftp_client.py -> build/lib/paramiko | |
copying paramiko/sftp_file.py -> build/lib/paramiko | |
copying paramiko/sftp_handle.py -> build/lib/paramiko | |
copying paramiko/sftp_server.py -> build/lib/paramiko | |
copying paramiko/sftp_si.py -> build/lib/paramiko | |
copying paramiko/ssh_exception.py -> build/lib/paramiko | |
copying paramiko/transport.py -> build/lib/paramiko | |
copying paramiko/util.py -> build/lib/paramiko | |
copying paramiko/win_pageant.py -> build/lib/paramiko | |
running install_lib | |
creating /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/__init__.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/_winapi.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/agent.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/auth_handler.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/ber.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/buffered_pipe.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/channel.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/client.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/common.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/compress.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/config.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/dsskey.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/file.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/hostkeys.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/kex_gex.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/kex_group1.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/logging22.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/message.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/packet.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/pipe.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/pkey.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/primes.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/proxy.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/resource.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/rsakey.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/server.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/sftp.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/sftp_attr.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/sftp_client.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/sftp_file.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/sftp_handle.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/sftp_server.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/sftp_si.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/ssh_exception.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/transport.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/util.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
copying build/lib/paramiko/win_pageant.py -> /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/_winapi.py to _winapi.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/agent.py to agent.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/auth_handler.py to auth_handler.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/ber.py to ber.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/buffered_pipe.py to buffered_pipe.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/channel.py to channel.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/client.py to client.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/common.py to common.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/compress.py to compress.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/config.py to config.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/dsskey.py to dsskey.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/file.py to file.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/hostkeys.py to hostkeys.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/kex_gex.py to kex_gex.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/kex_group1.py to kex_group1.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/logging22.py to logging22.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/message.py to message.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/packet.py to packet.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/pipe.py to pipe.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/pkey.py to pkey.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/primes.py to primes.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/proxy.py to proxy.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/resource.py to resource.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/rsakey.py to rsakey.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/server.py to server.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/sftp.py to sftp.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/sftp_attr.py to sftp_attr.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/sftp_client.py to sftp_client.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/sftp_file.py to sftp_file.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/sftp_handle.py to sftp_handle.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/sftp_server.py to sftp_server.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/sftp_si.py to sftp_si.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/ssh_exception.py to ssh_exception.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/transport.py to transport.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/util.py to util.pyc | |
byte-compiling /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko/win_pageant.py to win_pageant.pyc | |
running install_egg_info | |
Writing /usr/local/Cellar/ansible/1.6.2/libexec/lib/python2.7/site-packages/paramiko-1.11.0-py2.7.egg-info |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "setup.py", line 3, in <module> | |
from setuptools import setup, Extension, Feature | |
ImportError: No module named setuptools | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 68da542651c8c8d4fa844cd7d32b8265b0231d4a | |
CPU: dual-core 64-bit penryn | |
OS X: 10.9.3-x86_64 | |
Xcode: 5.1.1 | |
CLT: 5.1.0.0.1.1396320587 | |
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: | |
2.0.0-451 | |
X11: 2.7.6 => /opt/X11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 68da542651c8c8d4fa844cd7d32b8265b0231d4a | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit penryn | |
OS X: 10.9.3-x86_64 | |
Xcode: 5.1.1 | |
CLT: 5.1.0.0.1.1396320587 | |
Clang: 5.1 build 503 | |
X11: 2.7.6 => /opt/X11 | |
System Ruby: 2.0.0-451 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.7_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/include/.rvm/rubies/ruby-2.0.0-p247/bin/ruby |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your system is ready to brew. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment