------------------------------------------------------------------------------- -- 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:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The blist port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-blist-1.3.6_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The blist port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py37-blist-1.3.6_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-blist-1.3.6_1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The blist port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py37-blist-1.3.6_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-blist-1.3.6_1 for building => SHA256 Checksum OK for blist-1.3.6.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The blist port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> py37-blist-1.3.6_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-blist-1.3.6_1 for building ===> Extracting for py37-blist-1.3.6_1 => SHA256 Checksum OK for blist-1.3.6.tar.gz. Extracted Memory Use: 0.64M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-blist-1.3.6_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-blist-1.3.6_1 depends on package: py37-setuptools>0 - found ===> py37-blist-1.3.6_1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-blist-1.3.6_1 depends on package: py37-setuptools>0 - found ===> py37-blist-1.3.6_1 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-blist-1.3.6_1 running config SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-blist-1.3.6_1 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/blist copying blist/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/blist copying blist/_sortedlist.py -> build/lib.dragonfly-5.9-x86_64-3.7/blist copying blist/_btuple.py -> build/lib.dragonfly-5.9-x86_64-3.7/blist copying blist/_sorteddict.py -> build/lib.dragonfly-5.9-x86_64-3.7/blist running build_ext building 'blist._blist' extension creating build/temp.dragonfly-5.9-x86_64-3.7 creating build/temp.dragonfly-5.9-x86_64-3.7/blist 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 -DBLIST_FLOAT_RADIX_SORT=1 -I/usr/local/include/python3.7m -c blist/_blist.c -o build/temp.dragonfly-5.9-x86_64-3.7/blist/_blist.o blist/_blist.c: In function 'sort_ulong': blist/_blist.c:5387:31: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] for (j = 0; j < NUM_PASSES; j++) { ^ blist/_blist.c:5393:31: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] for (j = 0; j < NUM_PASSES; j++) { ^ blist/_blist.c:5403:23: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] for (j = 0; j < NUM_PASSES; j++) { ^ cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/blist/_blist.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/blist/_blist.so SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-blist-1.3.6_1 depends on package: py37-setuptools>0 - found ===> py37-blist-1.3.6_1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-blist-1.3.6_1 ===> py37-blist-1.3.6_1 depends on package: py37-setuptools>0 - found ===> py37-blist-1.3.6_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-blist/stage/usr/local/lib/python3.7 creating /construction/devel/py-blist/stage/usr/local/lib/python3.7/site-packages creating /construction/devel/py-blist/stage/usr/local/lib/python3.7/site-packages/blist copying build/lib.dragonfly-5.9-x86_64-3.7/blist/_sorteddict.py -> /construction/devel/py-blist/stage/usr/local/lib/python3.7/site-packages/blist copying build/lib.dragonfly-5.9-x86_64-3.7/blist/_btuple.py -> /construction/devel/py-blist/stage/usr/local/lib/python3.7/site-packages/blist copying build/lib.dragonfly-5.9-x86_64-3.7/blist/_sortedlist.py -> /construction/devel/py-blist/stage/usr/local/lib/python3.7/site-packages/blist copying build/lib.dragonfly-5.9-x86_64-3.7/blist/__init__.py -> /construction/devel/py-blist/stage/usr/local/lib/python3.7/site-packages/blist copying build/lib.dragonfly-5.9-x86_64-3.7/blist/_blist.so -> /construction/devel/py-blist/stage/usr/local/lib/python3.7/site-packages/blist byte-compiling /construction/devel/py-blist/stage/usr/local/lib/python3.7/site-packages/blist/_sorteddict.py to _sorteddict.cpython-37.pyc byte-compiling /construction/devel/py-blist/stage/usr/local/lib/python3.7/site-packages/blist/_btuple.py to _btuple.cpython-37.pyc byte-compiling /construction/devel/py-blist/stage/usr/local/lib/python3.7/site-packages/blist/_sortedlist.py to _sortedlist.cpython-37.pyc byte-compiling /construction/devel/py-blist/stage/usr/local/lib/python3.7/site-packages/blist/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmpjtybx_fs.py' /usr/local/bin/python3.7 /tmp/tmpjtybx_fs.py removing /tmp/tmpjtybx_fs.py running install_egg_info running egg_info writing blist.egg-info/PKG-INFO writing dependency_links to blist.egg-info/dependency_links.txt writing top-level names to blist.egg-info/top_level.txt reading manifest file 'blist.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'blist.rst' writing manifest file 'blist.egg-info/SOURCES.txt' Copying blist.egg-info to /construction/devel/py-blist/stage/usr/local/lib/python3.7/site-packages/blist-1.3.6-py3.7.egg-info running install_scripts writing list of installed files to '/construction/devel/py-blist/.PLIST.pymodtmp' /usr/bin/strip /construction/devel/py-blist/stage/usr/local/lib/python3.7/site-packages/blist/*.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.7/site-packages/blist/_blist.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 py37-blist-1.3.6_1 file sizes/checksums [18]: 0% file sizes/checksums [18]: 100% packing files [18]: 0% packing files [18]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:14