=> Bootstrap dependency digest>=20010302: found digest-20111104 ===> Building for py26-cryptopp-0.6.0 (cd /Users/kristerw/pbulk/scratch/security/py-cryptopp/work/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -D_REENTRANT PTHREAD_LDFLAGS= PTHREAD_LIBS=-lpthread PTHREADBASE=/usr DL_CFLAGS= DL_LDFLAGS= DL_LIBS= PYTHON=/usr/pkg/bin/python2.6 CC=gcc CFLAGS=-pipe\ -O2\ -I/usr/include\ -I/usr/pkg/include\ -I/usr/pkg/include/gettext CPPFLAGS=-no-cpp-precomp\ -isystem\ /usr/include\ -I/usr/include\ -I/usr/pkg/include\ -I/usr/pkg/include/gettext CXX=g++ CXXFLAGS=-pipe\ -O2\ -I/usr/include\ -I/usr/pkg/include\ -I/usr/pkg/include/gettext COMPILER_RPATH_FLAG=-L F77=f77 FC=f77 FFLAGS=-O LANG=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/lib\ -L/usr/pkg/lib LINKER_RPATH_FLAG=-L PATH=/Users/kristerw/pbulk/scratch/security/py-cryptopp/work/.wrapper/bin:/Users/kristerw/pbulk/scratch/security/py-cryptopp/work/.buildlink/bin:/Users/kristerw/pbulk/scratch/security/py-cryptopp/work/.gcc/bin:/Users/kristerw/pbulk/scratch/security/py-cryptopp/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/pkg/bin:/usr/X11/bin PREFIX=/usr/pkg PKG_SYSCONFDIR=/usr/pkg/etc HOME=/Users/kristerw/pbulk/scratch/security/py-cryptopp/work/.home CPP=gcc\ -E\ -no-cpp-precomp\ -isystem\ /usr/include LINK_ALL_LIBGCC_HACK= LOCALBASE=/usr/pkg NO_WHOLE_ARCHIVE_FLAG=-Wl,--no-whole-archive WHOLE_ARCHIVE_FLAG=-Wl,--whole-archive X11BASE=/usr/X11 X11PREFIX=/usr/pkg PKGMANDIR=man PKGINFODIR=info MAKECONF=/dev/null OBJECT_FMT=Mach-O USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ kristerw\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ kristerw\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ kristerw\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ kristerw\ -g\ staff\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ kristerw\ -g\ staff\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ kristerw\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ kristerw\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ kristerw\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ kristerw\ -g\ staff\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ kristerw\ -g\ staff\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ kristerw\ -g\ staff\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ kristerw\ -g\ staff\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ kristerw\ -g\ staff\ -m\ 775 INSTALL_INFO= MAKEINFO=/Users/kristerw/pbulk/scratch/security/py-cryptopp/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/Users/kristerw/pbulk/scratch/security/py-cryptopp/work/.buildlink/lib/pkgconfig:/Users/kristerw/pbulk/scratch/security/py-cryptopp/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/Users/kristerw/pbulk/scratch/security/py-cryptopp/work/.pkg-config.log PKG_CONFIG_PATH= WRAPPER_DEBUG=no WRAPPER_UPDATE_CACHE=yes VIEWBASE=/usr/pkg /usr/pkg/bin/python2.6 setup.py build ) running build running build_py creating build creating build/lib.macosx-10.4-x86_64-2.6 creating build/lib.macosx-10.4-x86_64-2.6/pycryptopp copying src/pycryptopp/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp copying src/pycryptopp/_version.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp creating build/lib.macosx-10.4-x86_64-2.6/pycryptopp/cipher copying src/pycryptopp/cipher/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/cipher copying src/pycryptopp/cipher/aes.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/cipher copying src/pycryptopp/cipher/xsalsa20.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/cipher creating build/lib.macosx-10.4-x86_64-2.6/pycryptopp/hash copying src/pycryptopp/hash/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/hash copying src/pycryptopp/hash/sha256.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/hash creating build/lib.macosx-10.4-x86_64-2.6/pycryptopp/publickey copying src/pycryptopp/publickey/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/publickey copying src/pycryptopp/publickey/ecdsa.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/publickey copying src/pycryptopp/publickey/rsa.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/publickey creating build/lib.macosx-10.4-x86_64-2.6/pycryptopp/publickey/ed25519 copying src/pycryptopp/publickey/ed25519/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/publickey/ed25519 copying src/pycryptopp/publickey/ed25519/_version.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/publickey/ed25519 copying src/pycryptopp/publickey/ed25519/keys.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/publickey/ed25519 creating build/lib.macosx-10.4-x86_64-2.6/pycryptopp/test copying src/pycryptopp/test/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/test copying src/pycryptopp/test/test_aes.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/test copying src/pycryptopp/test/test_ecdsa.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/test copying src/pycryptopp/test/test_ed25519.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/test copying src/pycryptopp/test/test_ed25519_kat.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/test copying src/pycryptopp/test/test_from_Nikratio.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/test copying src/pycryptopp/test/test_rsa.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/test copying src/pycryptopp/test/test_sha256.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/test copying src/pycryptopp/test/test_xsalsa20.py -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/test running egg_info writing requirements to pycryptopp.egg-info/requires.txt writing pycryptopp.egg-info/PKG-INFO writing top-level names to pycryptopp.egg-info/top_level.txt writing dependency_links to pycryptopp.egg-info/dependency_links.txt reading manifest file 'pycryptopp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pycryptopp.egg-info/SOURCES.txt' creating build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors copying src/pycryptopp/testvectors/SHA256LongMsg.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors copying src/pycryptopp/testvectors/SHA256Monte.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors copying src/pycryptopp/testvectors/SHA256ShortMsg.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors copying src/pycryptopp/testvectors/kat-ed25519-short.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors copying src/pycryptopp/testvectors/kat-ed25519.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors copying src/pycryptopp/testvectors/xsalsa20.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors creating build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBGFSbox128e.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBGFSbox256e.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBKeySbox128e.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBKeySbox256e.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBVarKey128e.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBVarKey256e.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBVarTxt128e.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBVarTxt256e.txt -> build/lib.macosx-10.4-x86_64-2.6/pycryptopp/testvectors/KAT_AES running build_ext building 'pycryptopp._pycryptopp' extension creating build/temp.macosx-10.4-x86_64-2.6 creating build/temp.macosx-10.4-x86_64-2.6/src-cryptopp creating build/temp.macosx-10.4-x86_64-2.6/src creating build/temp.macosx-10.4-x86_64-2.6/src/pycryptopp creating build/temp.macosx-10.4-x86_64-2.6/src/pycryptopp/publickey creating build/temp.macosx-10.4-x86_64-2.6/src/pycryptopp/hash creating build/temp.macosx-10.4-x86_64-2.6/src/pycryptopp/cipher gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/algebra.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/algebra.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/algparam.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/algparam.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/asn.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/asn.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/basecode.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/basecode.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/cpu.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/cpu.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/cryptlib.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/cryptlib.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/des.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/des.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/dessp.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/dessp.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/dll.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/dll.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/dsa.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/dsa.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/ec2n.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/ec2n.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/eccrypto.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/eccrypto.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/ecp.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/ecp.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/eprecomp.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/eprecomp.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/filters.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/filters.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/fips140.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/fips140.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/gf2n.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/gf2n.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/gfpcrypt.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/gfpcrypt.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/hex.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/hex.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/hmac.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/hmac.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/integer.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/integer.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/iterhash.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/iterhash.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/misc.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/misc.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/modes.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/modes.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/mqueue.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/mqueue.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/nbtheory.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/nbtheory.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/oaep.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/oaep.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/osrng.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/osrng.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/pkcspad.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/pkcspad.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/pssr.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/pssr.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/pubkey.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/pubkey.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/queue.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/queue.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/randpool.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/randpool.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/rdtables.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/rdtables.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/rijndael.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/rijndael.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/rng.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/rng.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/rsa.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/rsa.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/salsa.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/salsa.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/serpent.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/serpent.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/sha.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/sha.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/sosemanuk.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/sosemanuk.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/strciphr.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/strciphr.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/tiger.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/tiger.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src-cryptopp/tigertab.cpp -o build/temp.macosx-10.4-x86_64-2.6/src-cryptopp/tigertab.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src/pycryptopp/_pycryptoppmodule.cpp -o build/temp.macosx-10.4-x86_64-2.6/src/pycryptopp/_pycryptoppmodule.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src/pycryptopp/publickey/rsamodule.cpp -o build/temp.macosx-10.4-x86_64-2.6/src/pycryptopp/publickey/rsamodule.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src/pycryptopp/hash/sha256module.cpp -o build/temp.macosx-10.4-x86_64-2.6/src/pycryptopp/hash/sha256module.o -w gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src/pycryptopp/cipher/aesmodule.cpp -o build/temp.macosx-10.4-x86_64-2.6/src/pycryptopp/cipher/aesmodule.o -w src/pycryptopp/cipher/aesmodule.cpp: In function 'int AES_init(PyObject*, PyObject*, PyObject*)': src/pycryptopp/cipher/aesmodule.cpp:122: warning: format '%d' expects type 'int', but argument 3 has type 'Py_ssize_t' gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src/pycryptopp/cipher/xsalsa20module.cpp -o build/temp.macosx-10.4-x86_64-2.6/src/pycryptopp/cipher/xsalsa20module.o -w src/pycryptopp/cipher/xsalsa20module.cpp: In function 'int XSalsa20_init(PyObject*, PyObject*, PyObject*)': src/pycryptopp/cipher/xsalsa20module.cpp:102: warning: format '%d' expects type 'int', but argument 3 has type 'Py_ssize_t' gcc -DNDEBUG -pipe -O2 -DHAVE_DB_185_H -I/usr/include -I/usr/pkg/include/gettext -I/usr/pkg/include -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -no-cpp-precomp -isystem /usr/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -DCRYPTOPP_DISABLE_ASM=1 -I. -I/usr/pkg/include/python2.6 -c src/pycryptopp/publickey/ecdsamodule.cpp -o build/temp.macosx-10.4-x86_64-2.6/src/pycryptopp/publickey/ecdsamodule.o -w src/pycryptopp/publickey/ecdsamodule.cpp: In instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]': src/pycryptopp/publickey/ecdsamodule.cpp:347: instantiated from here src/pycryptopp/publickey/ecdsamodule.cpp:347: error: explicit instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' but no definition available src/pycryptopp/publickey/ecdsamodule.cpp: In instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]': src/pycryptopp/publickey/ecdsamodule.cpp:347: instantiated from here src/pycryptopp/publickey/ecdsamodule.cpp:347: error: explicit instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' but no definition available src/pycryptopp/publickey/ecdsamodule.cpp: In instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]': src/pycryptopp/publickey/ecdsamodule.cpp:347: instantiated from here src/pycryptopp/publickey/ecdsamodule.cpp:347: error: explicit instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' but no definition available src/pycryptopp/publickey/ecdsamodule.cpp: In instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]': src/pycryptopp/publickey/ecdsamodule.cpp:347: instantiated from here src/pycryptopp/publickey/ecdsamodule.cpp:347: error: explicit instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' but no definition available src/pycryptopp/publickey/ecdsamodule.cpp: In instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]': src/pycryptopp/publickey/ecdsamodule.cpp:347: instantiated from here src/pycryptopp/publickey/ecdsamodule.cpp:347: error: explicit instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' but no definition available src/pycryptopp/publickey/ecdsamodule.cpp: In instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]': src/pycryptopp/publickey/ecdsamodule.cpp:347: instantiated from here src/pycryptopp/publickey/ecdsamodule.cpp:347: error: explicit instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' but no definition available src/pycryptopp/publickey/ecdsamodule.cpp: In instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]': src/pycryptopp/publickey/ecdsamodule.cpp:347: instantiated from here src/pycryptopp/publickey/ecdsamodule.cpp:347: error: explicit instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' but no definition available error: command 'gcc' failed with exit status 1 *** Error code 1 Stop. bmake: stopped in /Users/kristerw/pbulk/pkgsrc/security/py-cryptopp *** Error code 1 Stop. bmake: stopped in /Users/kristerw/pbulk/pkgsrc/security/py-cryptopp