=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py312-js2py-0.74 (cd /tmp/pkgbuild/lang/py-js2py/work/Js2Py-0.74/ && /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.12 CC=gcc CFLAGS=-Os\ -freorder-blocks\ -I/usr/include\ -I/usr/pkg/include/python3.12 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.12 CXX=c++ CXXFLAGS=-Os\ -freorder-blocks\ -I/usr/include\ -I/usr/pkg/include/python3.12 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran 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=/tmp/pkgbuild/lang/py-js2py/work/.cwrapper/bin:/tmp/pkgbuild/lang/py-js2py/work/.buildlink/bin:/tmp/pkgbuild/lang/py-js2py/work/.tools/bin:/usr/pkg/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R7/bin:/usr/local/sbin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= ftp_proxy=downloads-forbidden-except-during-fetch http_proxy=downloads-forbidden-except-during-fetch https_proxy=downloads-forbidden-except-during-fetch no_proxy= PKG_SYSCONFDIR=/usr/pkg/etc CPP=cpp CXXCPP=cpp HOME=/tmp/pkgbuild/lang/py-js2py/work/.home CWRAPPERS_CONFIG_DIR=/tmp/pkgbuild/lang/py-js2py/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/pkgbuild/lang/py-js2py/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/pkgbuild/lang/py-js2py/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/pkgbuild/lang/py-js2py/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/pkgbuild/lang/py-js2py/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/pkgbuild/lang/py-js2py/work/.buildlink/lib/pkgconfig:/tmp/pkgbuild/lang/py-js2py/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/pkgbuild/lang/py-js2py/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/pkgbuild/lang/py-js2py/work/.cwrapper/config /usr/pkg/bin/python3.12 setup.py build ) running build running build_py 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/node_import.py -> build/lib/js2py copying js2py/pyjs.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/jsconsole.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 creating build/lib/js2py/py_node_modules copying js2py/py_node_modules/__init__.py -> build/lib/js2py/py_node_modules copying js2py/py_node_modules/crypto_js.py -> build/lib/js2py/py_node_modules copying js2py/py_node_modules/escodegen.py -> build/lib/js2py/py_node_modules copying js2py/py_node_modules/esprima.py -> build/lib/js2py/py_node_modules