------------------------------------------------------------------------------- -- 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 SUCCEEDED 00:00:09 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-simplejson-3.17.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-simplejson-3.17.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-simplejson-3.17.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-simplejson-3.17.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-simplejson-3.17.0 for building => SHA256 Checksum OK for simplejson-3.17.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-simplejson-3.17.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-simplejson-3.17.0 for building ===> Extracting for py37-simplejson-3.17.0 => SHA256 Checksum OK for simplejson-3.17.0.tar.gz. Extracted Memory Use: 0.47M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-simplejson-3.17.0 ===> Applying ports patches for py37-simplejson-3.17.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-simplejson-3.17.0 depends on package: py37-setuptools>0 - found ===> py37-simplejson-3.17.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-simplejson-3.17.0 depends on package: py37-setuptools>0 - found ===> py37-simplejson-3.17.0 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-simplejson-3.17.0 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-simplejson-3.17.0 running build running build_py creating build creating build/lib.dragonfly-5.9-x86_64-3.7 creating build/lib.dragonfly-5.9-x86_64-3.7/simplejson copying simplejson/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson copying simplejson/decoder.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson copying simplejson/raw_json.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson copying simplejson/encoder.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson copying simplejson/tool.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson copying simplejson/ordered_dict.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson copying simplejson/compat.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson copying simplejson/scanner.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson copying simplejson/errors.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson creating build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_tool.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_separators.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_tuple.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_subclass.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_float.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_speedups.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_dump.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_bigint_as_string.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_recursion.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_default.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_str_subclass.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_pass2.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_pass3.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_raw_json.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_iterable.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_bitsize_int_as_string.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_indent.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_for_json.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_check_circular.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_fail.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_decimal.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_encode_basestring_ascii.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_pass1.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_item_sort_key.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_scanstring.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_encode_for_html.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_unicode.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_decode.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_namedtuple.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests copying simplejson/tests/test_errors.py -> build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests running build_ext building 'simplejson._speedups' extension creating build/temp.dragonfly-5.9-x86_64-3.7 creating build/temp.dragonfly-5.9-x86_64-3.7/simplejson cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c simplejson/_speedups.c -o build/temp.dragonfly-5.9-x86_64-3.7/simplejson/_speedups.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/simplejson/_speedups.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/simplejson/_speedups.so SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-simplejson-3.17.0 depends on package: py37-setuptools>0 - found ===> py37-simplejson-3.17.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-simplejson-3.17.0 ===> py37-simplejson-3.17.0 depends on package: py37-setuptools>0 - found ===> py37-simplejson-3.17.0 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py running build_ext running install_lib creating /construction/devel/py-simplejson/stage/usr/local/lib/python3.7 creating /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages creating /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/_speedups.so -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson creating /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_tool.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_pass3.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_default.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_errors.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_indent.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_namedtuple.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_for_json.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_unicode.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/__init__.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_raw_json.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_float.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_tuple.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_decode.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_item_sort_key.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_pass1.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_subclass.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_bitsize_int_as_string.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_recursion.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_encode_for_html.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_dump.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_scanstring.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_separators.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_check_circular.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_decimal.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_encode_basestring_ascii.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_bigint_as_string.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_fail.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_speedups.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_pass2.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_iterable.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tests/test_str_subclass.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/tool.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/raw_json.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/ordered_dict.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/decoder.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/errors.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/encoder.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/compat.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/__init__.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-3.7/simplejson/scanner.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_tool.py to test_tool.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_pass3.py to test_pass3.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_default.py to test_default.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_errors.py to test_errors.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_indent.py to test_indent.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_namedtuple.py to test_namedtuple.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_for_json.py to test_for_json.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_unicode.py to test_unicode.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_raw_json.py to test_raw_json.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_float.py to test_float.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_tuple.py to test_tuple.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_decode.py to test_decode.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_item_sort_key.py to test_item_sort_key.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_pass1.py to test_pass1.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_subclass.py to test_subclass.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_bitsize_int_as_string.py to test_bitsize_int_as_string.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_recursion.py to test_recursion.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_encode_for_html.py to test_encode_for_html.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_dump.py to test_dump.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_scanstring.py to test_scanstring.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_separators.py to test_separators.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_check_circular.py to test_check_circular.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_decimal.py to test_decimal.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_encode_basestring_ascii.py to test_encode_basestring_ascii.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_bigint_as_string.py to test_bigint_as_string.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_fail.py to test_fail.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_speedups.py to test_speedups.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_pass2.py to test_pass2.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_iterable.py to test_iterable.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tests/test_str_subclass.py to test_str_subclass.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/tool.py to tool.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/raw_json.py to raw_json.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/ordered_dict.py to ordered_dict.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/decoder.py to decoder.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/errors.py to errors.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/encoder.py to encoder.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/compat.py to compat.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/scanner.py to scanner.cpython-37.pyc writing byte-compilation script '/tmp/tmpgz0dulb4.py' /usr/local/bin/python3.7 /tmp/tmpgz0dulb4.py removing /tmp/tmpgz0dulb4.py running install_egg_info running egg_info writing simplejson.egg-info/PKG-INFO writing dependency_links to simplejson.egg-info/dependency_links.txt writing top-level names to simplejson.egg-info/top_level.txt reading manifest file 'simplejson.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'simplejson.egg-info/SOURCES.txt' Copying simplejson.egg-info to /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson-3.17.0-py3.7.egg-info running install_scripts writing list of installed files to '/construction/devel/py-simplejson/.PLIST.pymodtmp' /usr/bin/strip /construction/devel/py-simplejson/stage/usr/local/lib/python3.7/site-packages/simplejson/_speedups.so ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.7/site-packages/simplejson/_speedups.so is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency Warning: you need USES+=gettext-runtime Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-simplejson-3.17.0 file sizes/checksums [125]: 0% file sizes/checksums [125]: 80% file sizes/checksums [125]: 100% packing files [125]: 0% packing files [125]: 80% packing files [125]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:20