------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.8.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python27-2.7.18.txz ===== Message from python27-2.7.18: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Installing /packages/All/py27-setuptools-44.0.0.txz ===== Message from py27-setuptools-44.0.0: -- Only /usr/local/bin/easy_install-2.7 script has been installed since Python 2.7 is not the default Python version. -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py27-simplejson-3.17.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. ===> py27-simplejson-3.17.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-simplejson-3.17.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. ===> py27-simplejson-3.17.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-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:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. ===> py27-simplejson-3.17.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-simplejson-3.17.0 for building ===> Extracting for py27-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 py27-simplejson-3.17.0 ===> Applying ports patches for py27-simplejson-3.17.0 ===> Cleanly applied ports patch(es) patch-setup.py SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py27-simplejson-3.17.0 depends on package: py27-setuptools>0 - found ===> py27-simplejson-3.17.0 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py27-simplejson-3.17.0 depends on package: py27-setuptools>0 - found ===> py27-simplejson-3.17.0 depends on file: /usr/local/bin/python2.7 - found ===> Configuring for py27-simplejson-3.17.0 running config SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py27-simplejson-3.17.0 running build running build_py creating build creating build/lib.dragonfly-5.9-x86_64-2.7 creating build/lib.dragonfly-5.9-x86_64-2.7/simplejson copying simplejson/scanner.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson copying simplejson/__init__.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson copying simplejson/errors.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson copying simplejson/decoder.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson copying simplejson/ordered_dict.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson copying simplejson/raw_json.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson copying simplejson/compat.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson copying simplejson/tool.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson copying simplejson/encoder.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson creating build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_indent.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_decode.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_tuple.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_default.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_tool.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_pass1.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_subclass.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_raw_json.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_bigint_as_string.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_encode_basestring_ascii.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_encode_for_html.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_for_json.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_fail.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_errors.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_namedtuple.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_pass2.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_str_subclass.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/__init__.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_decimal.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_float.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_iterable.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_item_sort_key.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_dump.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_scanstring.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_check_circular.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_unicode.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_bitsize_int_as_string.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_recursion.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_separators.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_speedups.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests copying simplejson/tests/test_pass3.py -> build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests running build_ext building 'simplejson._speedups' extension creating build/temp.dragonfly-5.9-x86_64-2.7 creating build/temp.dragonfly-5.9-x86_64-2.7/simplejson cc -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python2.7 -c simplejson/_speedups.c -o build/temp.dragonfly-5.9-x86_64-2.7/simplejson/_speedups.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-2.7/simplejson/_speedups.o -L/usr/local/lib -lpython2.7 -o build/lib.dragonfly-5.9-x86_64-2.7/simplejson/_speedups.so SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py27-simplejson-3.17.0 depends on package: py27-setuptools>0 - found ===> py27-simplejson-3.17.0 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py27-simplejson-3.17.0 ===> py27-simplejson-3.17.0 depends on package: py27-setuptools>0 - found ===> py27-simplejson-3.17.0 depends on file: /usr/local/bin/python2.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/python2.7 creating /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages creating /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/_speedups.so -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/decoder.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/ordered_dict.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/encoder.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/scanner.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/raw_json.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tool.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson creating /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_for_json.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_iterable.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_decode.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_dump.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_speedups.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_str_subclass.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_decimal.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_encode_basestring_ascii.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_separators.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_errors.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_check_circular.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_encode_for_html.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_namedtuple.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_pass2.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_item_sort_key.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_pass1.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_subclass.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_indent.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_float.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/__init__.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_fail.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_tool.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_recursion.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_pass3.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_unicode.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_scanstring.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_bitsize_int_as_string.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_default.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_bigint_as_string.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_tuple.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/tests/test_raw_json.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/__init__.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/errors.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson copying build/lib.dragonfly-5.9-x86_64-2.7/simplejson/compat.py -> /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/decoder.py to decoder.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/ordered_dict.py to ordered_dict.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/encoder.py to encoder.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/scanner.py to scanner.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/raw_json.py to raw_json.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tool.py to tool.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_for_json.py to test_for_json.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_iterable.py to test_iterable.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_decode.py to test_decode.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_dump.py to test_dump.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_speedups.py to test_speedups.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_str_subclass.py to test_str_subclass.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_decimal.py to test_decimal.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.py to test_encode_basestring_ascii.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_separators.py to test_separators.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_errors.py to test_errors.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_check_circular.py to test_check_circular.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_encode_for_html.py to test_encode_for_html.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_namedtuple.py to test_namedtuple.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_pass2.py to test_pass2.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_item_sort_key.py to test_item_sort_key.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_pass1.py to test_pass1.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_subclass.py to test_subclass.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_indent.py to test_indent.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_float.py to test_float.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/__init__.py to __init__.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_fail.py to test_fail.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_tool.py to test_tool.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_recursion.py to test_recursion.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_pass3.py to test_pass3.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_unicode.py to test_unicode.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_scanstring.py to test_scanstring.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_bitsize_int_as_string.py to test_bitsize_int_as_string.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_default.py to test_default.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_bigint_as_string.py to test_bigint_as_string.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_tuple.py to test_tuple.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/tests/test_raw_json.py to test_raw_json.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/__init__.py to __init__.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/errors.py to errors.pyc byte-compiling /construction/devel/py-simplejson/stage/usr/local/lib/python2.7/site-packages/simplejson/compat.py to compat.pyc writing byte-compilation script '/tmp/tmp19h4Bh.py' /usr/local/bin/python2.7 -O /tmp/tmp19h4Bh.py removing /tmp/tmp19h4Bh.py running install_egg_info running egg_info writing simplejson.egg-info/PKG-INFO writing top-level names to simplejson.egg-info/top_level.txt writing dependency_links to simplejson.egg-info/dependency_links.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/python2.7/site-packages/simplejson-3.17.0-py2.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/python2.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/python2.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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py27-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:12