------------------------------------------------------------------------------- -- 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 Installing /packages/All/py37-six-1.14.0.txz SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-pyrsistent-0.14.11_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-pyrsistent-0.14.11_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-pyrsistent-0.14.11_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-pyrsistent-0.14.11_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-pyrsistent-0.14.11_1 for building => SHA256 Checksum OK for pyrsistent-0.14.11.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-pyrsistent-0.14.11_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-pyrsistent-0.14.11_1 for building ===> Extracting for py37-pyrsistent-0.14.11_1 => SHA256 Checksum OK for pyrsistent-0.14.11.tar.gz. Extracted Memory Use: 0.54M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-pyrsistent-0.14.11_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-pyrsistent-0.14.11_1 depends on package: py37-setuptools>0 - found ===> py37-pyrsistent-0.14.11_1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-pyrsistent-0.14.11_1 depends on package: py37-setuptools>0 - found ===> py37-pyrsistent-0.14.11_1 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-pyrsistent-0.14.11_1 running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-pyrsistent-0.14.11_1 running build running build_py creating build creating build/lib.dragonfly-5.9-x86_64-3.7 copying _pyrsistent_version.py -> build/lib.dragonfly-5.9-x86_64-3.7 creating build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_immutable.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_pvector.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_compat.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_pbag.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_pdeque.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_checked_types.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/typing.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_field_common.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_transformations.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_plist.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_pmap.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_helpers.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_toolz.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_pclass.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_pset.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/_precord.py -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/py.typed -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/__init__.pyi -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent copying pyrsistent/typing.pyi -> build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent running build_ext building 'pvectorc' extension creating build/temp.dragonfly-5.9-x86_64-3.7 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 pvectorcmodule.c -o build/temp.dragonfly-5.9-x86_64-3.7/pvectorcmodule.o pvectorcmodule.c: In function 'nodeFor': pvectorcmodule.c:152:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] if((i >= 0) && (i < self->count)) { ^ pvectorcmodule.c:153:10: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] if(i >= TAIL_OFF(self)) { ^~ pvectorcmodule.c: In function 'PVector_repeat': pvectorcmodule.c:428:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] for(j=0; jcount; j++) { ^ pvectorcmodule.c: In function 'extendWithItem': pvectorcmodule.c:145:52: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] #define ROOT_NODE_FULL(vec) ((vec->count >> SHIFT) > (1 << vec->shift)) ^ pvectorcmodule.c:769:8: note: in expansion of macro 'ROOT_NODE_FULL' if(ROOT_NODE_FULL(newVec)) { ^~~~~~~~~~~~~~ pvectorcmodule.c: In function 'PVector_append': pvectorcmodule.c:145:52: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] #define ROOT_NODE_FULL(vec) ((vec->count >> SHIFT) > (1 << vec->shift)) ^ pvectorcmodule.c:919:6: note: in expansion of macro 'ROOT_NODE_FULL' if(ROOT_NODE_FULL(self)) { ^~~~~~~~~~~~~~ cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/pvectorcmodule.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/pvectorc.so SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-pyrsistent-0.14.11_1 depends on package: py37-six>0 - found ===> py37-pyrsistent-0.14.11_1 depends on package: py37-setuptools>0 - found ===> py37-pyrsistent-0.14.11_1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-pyrsistent-0.14.11_1 ===> py37-pyrsistent-0.14.11_1 depends on package: py37-six>0 - found ===> py37-pyrsistent-0.14.11_1 depends on package: py37-setuptools>0 - found ===> py37-pyrsistent-0.14.11_1 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-pyrsistent/stage/usr/local/lib/python3.7 creating /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages copying build/lib.dragonfly-5.9-x86_64-3.7/pvectorc.so -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages creating /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/typing.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_pbag.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_compat.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_pset.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/__init__.pyi -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_field_common.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_pvector.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_pdeque.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_immutable.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_pclass.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_pmap.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/typing.pyi -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_precord.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/py.typed -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/__init__.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_helpers.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_checked_types.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_plist.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_toolz.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/pyrsistent/_transformations.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent copying build/lib.dragonfly-5.9-x86_64-3.7/_pyrsistent_version.py -> /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/typing.py to typing.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_pbag.py to _pbag.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_compat.py to _compat.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_pset.py to _pset.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_field_common.py to _field_common.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_pvector.py to _pvector.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_pdeque.py to _pdeque.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_immutable.py to _immutable.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_pclass.py to _pclass.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_pmap.py to _pmap.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_precord.py to _precord.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_helpers.py to _helpers.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_checked_types.py to _checked_types.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_plist.py to _plist.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_toolz.py to _toolz.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent/_transformations.py to _transformations.cpython-37.pyc byte-compiling /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/_pyrsistent_version.py to _pyrsistent_version.cpython-37.pyc writing byte-compilation script '/tmp/tmprshshxdz.py' /usr/local/bin/python3.7 /tmp/tmprshshxdz.py removing /tmp/tmprshshxdz.py running install_egg_info running egg_info writing pyrsistent.egg-info/PKG-INFO writing dependency_links to pyrsistent.egg-info/dependency_links.txt writing requirements to pyrsistent.egg-info/requires.txt writing top-level names to pyrsistent.egg-info/top_level.txt reading manifest file 'pyrsistent.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pyrsistent.egg-info/SOURCES.txt' Copying pyrsistent.egg-info to /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pyrsistent-0.14.11-py3.7.egg-info running install_scripts writing list of installed files to '/construction/devel/py-pyrsistent/.PLIST.pymodtmp' /usr/bin/strip /construction/devel/py-pyrsistent/stage/usr/local/lib/python3.7/site-packages/pvectorc.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/pvectorc.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-pyrsistent-0.14.11_1 file sizes/checksums [63]: 0% file sizes/checksums [63]: 100% packing files [63]: 0% packing files [63]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:16