=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> 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 py27-js2py-0.50 (cd /data/scratch/lang/py-js2py/work/Js2Py-0.50/ && /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/python2.7 CC=clang CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include CPPFLAGS=-I/usr/include\ -I/usr/pkg/include CXX=clang++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include 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\ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/data/scratch/lang/py-js2py/work/.cwrapper/bin:/data/scratch/lang/py-js2py/work/.buildlink/bin:/data/scratch/lang/py-js2py/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CPP=clang-cpp CXXCPP=clang-cpp HOME=/data/scratch/lang/py-js2py/work/.home CWRAPPERS_CONFIG_DIR=/data/scratch/lang/py-js2py/work/.cwrapper/config CPP=clang-cpp LOCALBASE=/usr/pkg X11BASE=/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=/data/scratch/lang/py-js2py/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/data/scratch/lang/py-js2py/work/.buildlink/lib/pkgconfig:/data/scratch/lang/py-js2py/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/data/scratch/lang/py-js2py/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/data/scratch/lang/py-js2py/work/.cwrapper/config /usr/pkg/bin/python2.7 setup.py build ) running build running build_py creating build creating build/lib creating build/lib/js2py copying js2py/__init__.py -> build/lib/js2py copying js2py/base.py -> build/lib/js2py copying js2py/evaljs.py -> build/lib/js2py copying js2py/pyjs.py -> build/lib/js2py copying js2py/test_internals.py -> build/lib/js2py creating build/lib/js2py/utils copying js2py/utils/__init__.py -> build/lib/js2py/utils copying js2py/utils/injector.py -> build/lib/js2py/utils creating build/lib/js2py/prototypes copying js2py/prototypes/__init__.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsarray.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsarraybuffer.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsboolean.py -> build/lib/js2py/prototypes copying js2py/prototypes/jserror.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsfunction.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsjson.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsnumber.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsobject.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsregexp.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsstring.py -> build/lib/js2py/prototypes copying js2py/prototypes/jstypedarray.py -> build/lib/js2py/prototypes creating build/lib/js2py/translators copying js2py/translators/__init__.py -> build/lib/js2py/translators copying js2py/translators/friendly_nodes.py -> build/lib/js2py/translators copying js2py/translators/jsregexps.py -> build/lib/js2py/translators copying js2py/translators/translating_nodes.py -> build/lib/js2py/translators copying js2py/translators/translator.py -> build/lib/js2py/translators creating build/lib/js2py/constructors copying js2py/constructors/__init__.py -> build/lib/js2py/constructors copying js2py/constructors/jsarray.py -> build/lib/js2py/constructors copying js2py/constructors/jsarraybuffer.py -> build/lib/js2py/constructors copying js2py/constructors/jsboolean.py -> build/lib/js2py/constructors copying js2py/constructors/jsdate.py -> build/lib/js2py/constructors copying js2py/constructors/jsfloat32array.py -> build/lib/js2py/constructors copying js2py/constructors/jsfloat64array.py -> build/lib/js2py/constructors copying js2py/constructors/jsfunction.py -> build/lib/js2py/constructors copying js2py/constructors/jsint16array.py -> build/lib/js2py/constructors copying js2py/constructors/jsint32array.py -> build/lib/js2py/constructors copying js2py/constructors/jsint8array.py -> build/lib/js2py/constructors copying js2py/constructors/jsmath.py -> build/lib/js2py/constructors copying js2py/constructors/jsnumber.py -> build/lib/js2py/constructors copying js2py/constructors/jsobject.py -> build/lib/js2py/constructors copying js2py/constructors/jsregexp.py -> build/lib/js2py/constructors copying js2py/constructors/jsstring.py -> build/lib/js2py/constructors copying js2py/constructors/jsuint16array.py -> build/lib/js2py/constructors copying js2py/constructors/jsuint32array.py -> build/lib/js2py/constructors copying js2py/constructors/jsuint8array.py -> build/lib/js2py/constructors copying js2py/constructors/jsuint8clampedarray.py -> build/lib/js2py/constructors copying js2py/constructors/time_helpers.py -> build/lib/js2py/constructors creating build/lib/js2py/host copying js2py/host/__init__.py -> build/lib/js2py/host copying js2py/host/console.py -> build/lib/js2py/host copying js2py/host/jseval.py -> build/lib/js2py/host copying js2py/host/jsfunctions.py -> build/lib/js2py/host creating build/lib/js2py/es6 copying js2py/es6/__init__.py -> build/lib/js2py/es6 copying js2py/es6/babel.py -> build/lib/js2py/es6 creating build/lib/js2py/internals copying js2py/internals/__init__.py -> build/lib/js2py/internals copying js2py/internals/base.py -> build/lib/js2py/internals copying js2py/internals/byte_trans.py -> build/lib/js2py/internals copying js2py/internals/code.py -> build/lib/js2py/internals copying js2py/internals/conversions.py -> build/lib/js2py/internals copying js2py/internals/desc.py -> build/lib/js2py/internals copying js2py/internals/fill_space.py -> build/lib/js2py/internals copying js2py/internals/func_utils.py -> build/lib/js2py/internals copying js2py/internals/gen.py -> build/lib/js2py/internals copying js2py/internals/opcodes.py -> build/lib/js2py/internals copying js2py/internals/operations.py -> build/lib/js2py/internals copying js2py/internals/seval.py -> build/lib/js2py/internals copying js2py/internals/simplex.py -> build/lib/js2py/internals copying js2py/internals/space.py -> build/lib/js2py/internals copying js2py/internals/speed.py -> build/lib/js2py/internals copying js2py/internals/trans_utils.py -> build/lib/js2py/internals creating build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/__init__.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsarray.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsboolean.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jserror.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsfunction.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsjson.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsnumber.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsobject.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsregexp.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsstring.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsutils.py -> build/lib/js2py/internals/prototypes creating build/lib/js2py/internals/constructors copying js2py/internals/constructors/__init__.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsarray.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsboolean.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsdate.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsfunction.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsmath.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsnumber.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsobject.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsregexp.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsstring.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/time_helpers.py -> build/lib/js2py/internals/constructors