------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.8.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/readline-8.0.4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/python37-3.7.6.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from python37-3.7.6: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/py37-six-1.14.0.txz Installing /packages/All/py37-editorconfig-0.12.2.txz SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-jsbeautifier-1.10.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-jsbeautifier-1.10.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-jsbeautifier-1.10.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-jsbeautifier-1.10.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-jsbeautifier-1.10.0 for building => SHA256 Checksum OK for jsbeautifier-1.10.0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-jsbeautifier-1.10.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-jsbeautifier-1.10.0 for building ===> Extracting for py37-jsbeautifier-1.10.0 => SHA256 Checksum OK for jsbeautifier-1.10.0.tar.gz. Extracted Memory Use: 0.58M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-jsbeautifier-1.10.0 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-jsbeautifier-1.10.0 depends on package: py37-setuptools>0 - found ===> py37-jsbeautifier-1.10.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-jsbeautifier-1.10.0 depends on package: py37-setuptools>0 - found ===> py37-jsbeautifier-1.10.0 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-jsbeautifier-1.10.0 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-jsbeautifier-1.10.0 running build running build_py creating build creating build/lib creating build/lib/jsbeautifier copying jsbeautifier/__version__.py -> build/lib/jsbeautifier copying jsbeautifier/__init__.py -> build/lib/jsbeautifier creating build/lib/jsbeautifier/tests copying jsbeautifier/tests/__init__.py -> build/lib/jsbeautifier/tests copying jsbeautifier/tests/testindentation.py -> build/lib/jsbeautifier/tests creating build/lib/jsbeautifier/tests/generated copying jsbeautifier/tests/generated/__init__.py -> build/lib/jsbeautifier/tests/generated copying jsbeautifier/tests/generated/tests.py -> build/lib/jsbeautifier/tests/generated creating build/lib/jsbeautifier/core copying jsbeautifier/core/token.py -> build/lib/jsbeautifier/core copying jsbeautifier/core/options.py -> build/lib/jsbeautifier/core copying jsbeautifier/core/templatablepattern.py -> build/lib/jsbeautifier/core copying jsbeautifier/core/output.py -> build/lib/jsbeautifier/core copying jsbeautifier/core/tokenizer.py -> build/lib/jsbeautifier/core copying jsbeautifier/core/tokenstream.py -> build/lib/jsbeautifier/core copying jsbeautifier/core/inputscanner.py -> build/lib/jsbeautifier/core copying jsbeautifier/core/whitespacepattern.py -> build/lib/jsbeautifier/core copying jsbeautifier/core/directives.py -> build/lib/jsbeautifier/core copying jsbeautifier/core/pattern.py -> build/lib/jsbeautifier/core copying jsbeautifier/core/__init__.py -> build/lib/jsbeautifier/core creating build/lib/jsbeautifier/javascript copying jsbeautifier/javascript/acorn.py -> build/lib/jsbeautifier/javascript copying jsbeautifier/javascript/tokenizer.py -> build/lib/jsbeautifier/javascript copying jsbeautifier/javascript/__init__.py -> build/lib/jsbeautifier/javascript copying jsbeautifier/javascript/beautifier.py -> build/lib/jsbeautifier/javascript copying jsbeautifier/javascript/options.py -> build/lib/jsbeautifier/javascript creating build/lib/jsbeautifier/unpackers copying jsbeautifier/unpackers/javascriptobfuscator.py -> build/lib/jsbeautifier/unpackers copying jsbeautifier/unpackers/packer.py -> build/lib/jsbeautifier/unpackers copying jsbeautifier/unpackers/evalbased.py -> build/lib/jsbeautifier/unpackers copying jsbeautifier/unpackers/urlencode.py -> build/lib/jsbeautifier/unpackers copying jsbeautifier/unpackers/__init__.py -> build/lib/jsbeautifier/unpackers copying jsbeautifier/unpackers/myobfuscate.py -> build/lib/jsbeautifier/unpackers creating build/lib/jsbeautifier/unpackers/tests copying jsbeautifier/unpackers/tests/__init__.py -> build/lib/jsbeautifier/unpackers/tests copying jsbeautifier/unpackers/tests/testjavascriptobfuscator.py -> build/lib/jsbeautifier/unpackers/tests copying jsbeautifier/unpackers/tests/testpacker.py -> build/lib/jsbeautifier/unpackers/tests copying jsbeautifier/unpackers/tests/testmyobfuscate.py -> build/lib/jsbeautifier/unpackers/tests copying jsbeautifier/unpackers/tests/testurlencode.py -> build/lib/jsbeautifier/unpackers/tests SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-jsbeautifier-1.10.0 depends on package: py37-six>=1.6.1 - found ===> py37-jsbeautifier-1.10.0 depends on package: py37-editorconfig>=0.12.0 - found ===> py37-jsbeautifier-1.10.0 depends on package: py37-setuptools>0 - found ===> py37-jsbeautifier-1.10.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-jsbeautifier-1.10.0 ===> py37-jsbeautifier-1.10.0 depends on package: py37-six>=1.6.1 - found ===> py37-jsbeautifier-1.10.0 depends on package: py37-editorconfig>=0.12.0 - found ===> py37-jsbeautifier-1.10.0 depends on package: py37-setuptools>0 - found ===> py37-jsbeautifier-1.10.0 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py running install_lib creating /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7 creating /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages creating /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier copying build/lib/jsbeautifier/__init__.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier creating /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/javascript copying build/lib/jsbeautifier/javascript/options.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/javascript copying build/lib/jsbeautifier/javascript/acorn.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/javascript copying build/lib/jsbeautifier/javascript/tokenizer.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/javascript copying build/lib/jsbeautifier/javascript/beautifier.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/javascript copying build/lib/jsbeautifier/javascript/__init__.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/javascript creating /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core copying build/lib/jsbeautifier/core/output.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core copying build/lib/jsbeautifier/core/options.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core copying build/lib/jsbeautifier/core/whitespacepattern.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core copying build/lib/jsbeautifier/core/pattern.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core copying build/lib/jsbeautifier/core/tokenizer.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core copying build/lib/jsbeautifier/core/token.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core copying build/lib/jsbeautifier/core/directives.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core copying build/lib/jsbeautifier/core/tokenstream.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core copying build/lib/jsbeautifier/core/inputscanner.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core copying build/lib/jsbeautifier/core/__init__.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core copying build/lib/jsbeautifier/core/templatablepattern.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core creating /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers copying build/lib/jsbeautifier/unpackers/javascriptobfuscator.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers copying build/lib/jsbeautifier/unpackers/__init__.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers copying build/lib/jsbeautifier/unpackers/urlencode.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers copying build/lib/jsbeautifier/unpackers/myobfuscate.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers copying build/lib/jsbeautifier/unpackers/evalbased.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers creating /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/tests copying build/lib/jsbeautifier/unpackers/tests/testpacker.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/tests copying build/lib/jsbeautifier/unpackers/tests/testurlencode.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/tests copying build/lib/jsbeautifier/unpackers/tests/__init__.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/tests copying build/lib/jsbeautifier/unpackers/tests/testmyobfuscate.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/tests copying build/lib/jsbeautifier/unpackers/tests/testjavascriptobfuscator.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/tests copying build/lib/jsbeautifier/unpackers/packer.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers creating /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/tests copying build/lib/jsbeautifier/tests/testindentation.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/tests creating /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/tests/generated copying build/lib/jsbeautifier/tests/generated/tests.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/tests/generated copying build/lib/jsbeautifier/tests/generated/__init__.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/tests/generated copying build/lib/jsbeautifier/tests/__init__.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/tests copying build/lib/jsbeautifier/__version__.py -> /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/javascript/options.py to options.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/javascript/acorn.py to acorn.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/javascript/tokenizer.py to tokenizer.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/javascript/beautifier.py to beautifier.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/javascript/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core/output.py to output.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core/options.py to options.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core/whitespacepattern.py to whitespacepattern.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core/pattern.py to pattern.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core/tokenizer.py to tokenizer.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core/token.py to token.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core/directives.py to directives.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core/tokenstream.py to tokenstream.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core/inputscanner.py to inputscanner.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/core/templatablepattern.py to templatablepattern.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/javascriptobfuscator.py to javascriptobfuscator.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/urlencode.py to urlencode.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/myobfuscate.py to myobfuscate.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/evalbased.py to evalbased.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/tests/testpacker.py to testpacker.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/tests/testurlencode.py to testurlencode.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/tests/testmyobfuscate.py to testmyobfuscate.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/tests/testjavascriptobfuscator.py to testjavascriptobfuscator.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/unpackers/packer.py to packer.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/tests/testindentation.py to testindentation.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/tests/generated/tests.py to tests.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/tests/generated/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier/__version__.py to __version__.cpython-37.pyc writing byte-compilation script '/tmp/tmpfuaheko5.py' /usr/local/bin/python3.7 /tmp/tmpfuaheko5.py removing /tmp/tmpfuaheko5.py running install_egg_info running egg_info writing jsbeautifier.egg-info/PKG-INFO writing dependency_links to jsbeautifier.egg-info/dependency_links.txt writing entry points to jsbeautifier.egg-info/entry_points.txt writing requirements to jsbeautifier.egg-info/requires.txt writing top-level names to jsbeautifier.egg-info/top_level.txt reading manifest file 'jsbeautifier.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'js-beautify' writing manifest file 'jsbeautifier.egg-info/SOURCES.txt' Copying jsbeautifier.egg-info to /construction/devel/py-jsbeautifier/stage/usr/local/lib/python3.7/site-packages/jsbeautifier-1.10.0-py3.7.egg-info running install_scripts Installing js-beautify script to /construction/devel/py-jsbeautifier/stage/usr/local/bin writing list of installed files to '/construction/devel/py-jsbeautifier/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-jsbeautifier-1.10.0 file sizes/checksums [106]: 0% file sizes/checksums [106]: 94% file sizes/checksums [106]: 100% packing files [106]: 0% packing files [106]: 94% packing files [106]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:00:24