------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.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/python37-3.7.7.txz ===== Message from python37-3.7.7: -- 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 SUCCEEDED 00:00:12 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-tinycss-0.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-tinycss-0.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-tinycss-0.4 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-tinycss-0.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-tinycss-0.4 for building => SHA256 Checksum OK for tinycss-0.4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-tinycss-0.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-tinycss-0.4 for building ===> Extracting for py37-tinycss-0.4 => SHA256 Checksum OK for tinycss-0.4.tar.gz. Extracted Memory Use: 0.59M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-tinycss-0.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-tinycss-0.4 depends on package: py37-setuptools>0 - found ===> py37-tinycss-0.4 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-tinycss-0.4 depends on package: py37-setuptools>0 - found ===> py37-tinycss-0.4 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-tinycss-0.4 Building without Cython. running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-tinycss-0.4 Building without Cython. 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/tinycss copying tinycss/fonts3.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss copying tinycss/css21.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss copying tinycss/color3.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss copying tinycss/version.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss copying tinycss/decoding.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss copying tinycss/token_data.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss copying tinycss/page3.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss copying tinycss/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss copying tinycss/tokenizer.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss copying tinycss/parsing.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss creating build/lib.dragonfly-5.9-x86_64-3.7/tinycss/tests copying tinycss/tests/test_css21.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss/tests copying tinycss/tests/test_page3.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss/tests copying tinycss/tests/test_color3.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss/tests copying tinycss/tests/test_api.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss/tests copying tinycss/tests/test_decoding.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss/tests copying tinycss/tests/test_tokenizer.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss/tests copying tinycss/tests/test_fonts3.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss/tests copying tinycss/tests/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss/tests copying tinycss/tests/speed.py -> build/lib.dragonfly-5.9-x86_64-3.7/tinycss/tests running build_ext building 'tinycss.speedups' extension creating build/temp.dragonfly-5.9-x86_64-3.7 creating build/temp.dragonfly-5.9-x86_64-3.7/tinycss 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 tinycss/speedups.c -o build/temp.dragonfly-5.9-x86_64-3.7/tinycss/speedups.o tinycss/speedups.c: In function '__Pyx__ExceptionSwap': tinycss/speedups.c:6591:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type tinycss/speedups.c:6592:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value tinycss/speedups.c:6593:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback tinycss/speedups.c:6594:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = *type; ^~~~~~~~ curexc_type tinycss/speedups.c:6595:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = *value; ^~~~~~~~~ curexc_value tinycss/speedups.c:6596:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = *tb; ^~~~~~~~~~~~~ curexc_traceback *************************************************************************** WARNING: The extension could not be compiled, speedups are not enabled. Failure information, if any, is above. Retrying the build without the Cython extension now. *************************************************************************** running build running build_py creating build/lib creating build/lib/tinycss copying tinycss/fonts3.py -> build/lib/tinycss copying tinycss/css21.py -> build/lib/tinycss copying tinycss/color3.py -> build/lib/tinycss copying tinycss/version.py -> build/lib/tinycss copying tinycss/decoding.py -> build/lib/tinycss copying tinycss/token_data.py -> build/lib/tinycss copying tinycss/page3.py -> build/lib/tinycss copying tinycss/__init__.py -> build/lib/tinycss copying tinycss/tokenizer.py -> build/lib/tinycss copying tinycss/parsing.py -> build/lib/tinycss creating build/lib/tinycss/tests copying tinycss/tests/test_css21.py -> build/lib/tinycss/tests copying tinycss/tests/test_page3.py -> build/lib/tinycss/tests copying tinycss/tests/test_color3.py -> build/lib/tinycss/tests copying tinycss/tests/test_api.py -> build/lib/tinycss/tests copying tinycss/tests/test_decoding.py -> build/lib/tinycss/tests copying tinycss/tests/test_tokenizer.py -> build/lib/tinycss/tests copying tinycss/tests/test_fonts3.py -> build/lib/tinycss/tests copying tinycss/tests/__init__.py -> build/lib/tinycss/tests copying tinycss/tests/speed.py -> build/lib/tinycss/tests *************************************************************************** WARNING: The extension could not be compiled, speedups are not enabled. Plain-Python installation succeeded. *************************************************************************** SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-tinycss-0.4 depends on package: py37-setuptools>0 - found ===> py37-tinycss-0.4 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-tinycss-0.4 ===> py37-tinycss-0.4 depends on package: py37-setuptools>0 - found ===> py37-tinycss-0.4 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list Building without Cython. running install running build running build_py running build_ext building 'tinycss.speedups' extension 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 tinycss/speedups.c -o build/temp.dragonfly-5.9-x86_64-3.7/tinycss/speedups.o tinycss/speedups.c: In function '__Pyx__ExceptionSwap': tinycss/speedups.c:6591:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type tinycss/speedups.c:6592:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value tinycss/speedups.c:6593:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback tinycss/speedups.c:6594:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = *type; ^~~~~~~~ curexc_type tinycss/speedups.c:6595:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = *value; ^~~~~~~~~ curexc_value tinycss/speedups.c:6596:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = *tb; ^~~~~~~~~~~~~ curexc_traceback *************************************************************************** WARNING: The extension could not be compiled, speedups are not enabled. Failure information, if any, is above. Retrying the build without the Cython extension now. *************************************************************************** running install running build running build_py running install_lib creating /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7 creating /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages creating /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss copying build/lib/tinycss/fonts3.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss copying build/lib/tinycss/css21.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss copying build/lib/tinycss/color3.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss copying build/lib/tinycss/version.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss copying build/lib/tinycss/decoding.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss copying build/lib/tinycss/token_data.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss copying build/lib/tinycss/page3.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss copying build/lib/tinycss/__init__.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss copying build/lib/tinycss/tokenizer.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss copying build/lib/tinycss/parsing.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss creating /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests copying build/lib/tinycss/tests/test_css21.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests copying build/lib/tinycss/tests/test_page3.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests copying build/lib/tinycss/tests/test_color3.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests copying build/lib/tinycss/tests/test_api.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests copying build/lib/tinycss/tests/test_decoding.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests copying build/lib/tinycss/tests/test_tokenizer.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests copying build/lib/tinycss/tests/test_fonts3.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests copying build/lib/tinycss/tests/__init__.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests copying build/lib/tinycss/tests/speed.py -> /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/fonts3.py to fonts3.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/css21.py to css21.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/color3.py to color3.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/version.py to version.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/decoding.py to decoding.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/token_data.py to token_data.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/page3.py to page3.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tokenizer.py to tokenizer.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/parsing.py to parsing.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests/test_css21.py to test_css21.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests/test_page3.py to test_page3.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests/test_color3.py to test_color3.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests/test_api.py to test_api.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests/test_decoding.py to test_decoding.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests/test_tokenizer.py to test_tokenizer.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests/test_fonts3.py to test_fonts3.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss/tests/speed.py to speed.cpython-37.pyc writing byte-compilation script '/tmp/tmp7t4yix54.py' /usr/local/bin/python3.7 /tmp/tmp7t4yix54.py removing /tmp/tmp7t4yix54.py running install_egg_info running egg_info writing tinycss.egg-info/PKG-INFO writing dependency_links to tinycss.egg-info/dependency_links.txt writing requirements to tinycss.egg-info/requires.txt writing top-level names to tinycss.egg-info/top_level.txt reading manifest file 'tinycss.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tox.ini' no previously-included directories found matching 'docs/_build' writing manifest file 'tinycss.egg-info/SOURCES.txt' Copying tinycss.egg-info to /construction/textproc/py-tinycss/stage/usr/local/lib/python3.7/site-packages/tinycss-0.4-py3.7.egg-info running install_scripts writing list of installed files to '/construction/textproc/py-tinycss/.PLIST.pymodtmp' *************************************************************************** WARNING: The extension could not be compiled, speedups are not enabled. Plain-Python installation succeeded. *************************************************************************** ====> 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-tinycss-0.4 file sizes/checksums [62]: 0% file sizes/checksums [62]: 100% packing files [62]: 0% packing files [62]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:24