=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for py34-cjson-1.0.5 (cd /scratch/textproc/py-cjson/work/python-cjson-1.0.5/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.4 CC=gcc CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.4 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.4 CXX=c++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.4 COMPILER_RPATH_FLAG=-Wl,-R F77=g77 FC=g77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/scratch/textproc/py-cjson/work/.wrapper/bin:/scratch/textproc/py-cjson/work/.buildlink/bin:/scratch/textproc/py-cjson/work/.gcc/bin:/scratch/textproc/py-cjson/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/scratch/textproc/py-cjson/work/.home CPP=cpp LINK_ALL_LIBGCC_HACK= LOCALBASE=/usr/pkg NO_WHOLE_ARCHIVE_FLAG=-Wl,--no-whole-archive WHOLE_ARCHIVE_FLAG=-Wl,--whole-archive X11BASE=/usr/X11R7 X11PREFIX=/usr/pkg PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulkXXX\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/scratch/textproc/py-cjson/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/scratch/textproc/py-cjson/work/.buildlink/lib/pkgconfig:/scratch/textproc/py-cjson/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/scratch/textproc/py-cjson/work/.pkg-config.log PKG_CONFIG_PATH= WRAPPER_DEBUG=no WRAPPER_UPDATE_CACHE=yes VIEWBASE=/usr/pkg /usr/pkg/bin/python3.4 setup.py build ) running build running build_ext building 'cjson' extension creating build creating build/temp.netbsd-6.1.4-amd64-3.4 gcc -DNDEBUG -O2 -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include/python3.4 -I/usr/include -I/usr/pkg/include/python3.4 -fPIC -DMODULE_VERSION="1.0.5" -I/usr/pkg/include/python3.4 -c cjson.c -o build/temp.netbsd-6.1.4-amd64-3.4/cjson.o cjson.c: In function 'decode_string': cjson.c:168:16: warning: assignment makes pointer from integer without a cast cjson.c:170:16: warning: assignment makes pointer from integer without a cast cjson.c:186:65: warning: pointer/integer type mismatch in conditional expression cjson.c: In function 'decode_number': cjson.c:295:9: warning: assignment makes pointer from integer without a cast cjson.c:300:9: error: too many arguments to function 'PyFloat_FromString' /scratch/textproc/py-cjson/work/.buildlink/include/python3.4/floatobject.h:42:24: note: declared here cjson.c:302:16: warning: assignment makes pointer from integer without a cast cjson.c: In function 'encode_string': cjson.c:541:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token cjson.c:541:30: error: 'op' undeclared (first use in this function) cjson.c:541:30: note: each undeclared identifier is reported only once for each function it appears in cjson.c:541:36: error: 'PyStringObject' undeclared (first use in this function) cjson.c:541:51: error: expected expression before ')' token cjson.c:550:7: warning: assignment makes pointer from integer without a cast cjson.c:562:11: warning: assignment makes pointer from integer without a cast cjson.c:594:30: warning: cast from pointer to integer of different size cjson.c: In function 'encode_unicode': cjson.c:626:10: warning: assignment makes pointer from integer without a cast cjson.c:630:7: warning: assignment makes pointer from integer without a cast cjson.c:638:57: error: subscripted value is neither array nor pointer cjson.c:647:26: warning: initialization makes integer from pointer without a cast cjson.c:653:19: warning: assignment makes pointer from integer without a cast cjson.c:742:36: error: subscripted value is neither array nor pointer cjson.c: In function 'encode_tuple': cjson.c:766:10: error: 'PyTupleObject' has no member named 'ob_size' cjson.c:768:9: warning: return makes pointer from integer without a cast cjson.c:784:7: warning: assignment makes pointer from integer without a cast cjson.c:793:7: warning: assignment makes pointer from integer without a cast cjson.c:803:7: warning: assignment makes pointer from integer without a cast cjson.c:806:12: warning: assignment makes pointer from integer without a cast cjson.c: In function 'encode_list': cjson.c:840:10: error: 'PyListObject' has no member named 'ob_size' cjson.c:841:16: warning: assignment makes pointer from integer without a cast cjson.c:851:22: error: 'PyListObject' has no member named 'ob_size' cjson.c:864:7: warning: assignment makes pointer from integer without a cast cjson.c:873:7: warning: assignment makes pointer from integer without a cast cjson.c:883:7: warning: assignment makes pointer from integer without a cast cjson.c:886:12: warning: assignment makes pointer from integer without a cast cjson.c: In function 'encode_dict': cjson.c:925:16: warning: assignment makes pointer from integer without a cast cjson.c:933:11: warning: assignment makes pointer from integer without a cast cjson.c:965:7: warning: assignment makes pointer from integer without a cast cjson.c:974:7: warning: assignment makes pointer from integer without a cast cjson.c:984:7: warning: assignment makes pointer from integer without a cast cjson.c:987:12: warning: assignment makes pointer from integer without a cast cjson.c: In function 'encode_object': cjson.c:1002:9: warning: return makes pointer from integer without a cast cjson.c:1004:9: warning: return makes pointer from integer without a cast cjson.c:1006:9: warning: return makes pointer from integer without a cast cjson.c:1014:13: warning: return makes pointer from integer without a cast cjson.c:1017:17: warning: return makes pointer from integer without a cast cjson.c:1019:17: warning: return makes pointer from integer without a cast cjson.c: In function 'initcjson': cjson.c:1129:7: warning: assignment makes pointer from integer without a cast error: command 'gcc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/textproc/py-cjson *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/textproc/py-cjson