------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/mpfr-4.1.0.txz Installing /packages/All/metis-5.1.0_8.txz ===== Message from metis-5.1.0_8: -- ===> NOTICE: The metis 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 Installing /packages/All/tbb-2020.3.txz Installing /packages/All/mpc-1.1.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/binutils-2.33.1_2,1.txz Installing /packages/All/gcc8-8.4.0.txz ===== Message from gcc8-8.4.0: -- To ensure binaries built with this toolchain find appropriate versions of the necessary run-time libraries, you may want to link using -Wl,-rpath=/usr/local/lib/gcc8 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens transparently. Installing /packages/All/openblas-0.3.9_2,1.txz Installing /packages/All/suitesparse-5.8.1.txz Installing /packages/All/libffi-3.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/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.8_1.txz ===== Message from python37-3.7.8_1: -- 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-numpy-1.16.6,1.txz Installing /packages/All/py37-toml-0.10.0.txz Installing /packages/All/py37-setuptools_scm-3.4.3.txz UNFLAVORED devel/binutils -> use devel/binutils@native SUCCEEDED 00:00:26 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-fast-histogram-0.9 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-fast-histogram-0.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-fast-histogram-0.9 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-fast-histogram-0.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-fast-histogram-0.9 for building => SHA256 Checksum OK for fast-histogram-0.9.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-fast-histogram-0.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-fast-histogram-0.9 for building ===> Extracting for py37-fast-histogram-0.9 => SHA256 Checksum OK for fast-histogram-0.9.tar.gz. Extracted Memory Use: 0.16M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-fast-histogram-0.9 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-fast-histogram-0.9 depends on package: py37-numpy>=1.16,1<1.20,1 - found ===> py37-fast-histogram-0.9 depends on package: py37-setuptools_scm>0 - found ===> py37-fast-histogram-0.9 depends on package: py37-setuptools>0 - found ===> py37-fast-histogram-0.9 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-fast-histogram-0.9 depends on package: py37-numpy>=1.16,1<1.20,1 - found ===> py37-fast-histogram-0.9 depends on package: py37-setuptools_scm>0 - found ===> py37-fast-histogram-0.9 depends on package: py37-setuptools>0 - found ===> py37-fast-histogram-0.9 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-fast-histogram-0.9 running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-fast-histogram-0.9 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/fast_histogram copying fast_histogram/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram copying fast_histogram/histogram.py -> build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram copying fast_histogram/version.py -> build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram creating build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram/tests copying fast_histogram/tests/test_histogram.py -> build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram/tests copying fast_histogram/tests/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram/tests running build_ext building 'fast_histogram._histogram_core' extension creating build/temp.dragonfly-5.9-x86_64-3.7 creating build/temp.dragonfly-5.9-x86_64-3.7/fast_histogram 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/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c fast_histogram/_histogram_core.c -o build/temp.dragonfly-5.9-x86_64-3.7/fast_histogram/_histogram_core.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/fast_histogram/_histogram_core.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram/_histogram_core.so SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-fast-histogram-0.9 depends on package: py37-numpy>=1.16,1<1.20,1 - found ===> py37-fast-histogram-0.9 depends on package: py37-setuptools>0 - found ===> py37-fast-histogram-0.9 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-fast-histogram-0.9 ===> py37-fast-histogram-0.9 depends on package: py37-numpy>=1.16,1<1.20,1 - found ===> py37-fast-histogram-0.9 depends on package: py37-setuptools>0 - found ===> py37-fast-histogram-0.9 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py copying fast_histogram/version.py -> build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram running build_ext running install_lib creating /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7 creating /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages creating /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram creating /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram/tests copying build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram/tests/__init__.py -> /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram/tests copying build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram/tests/test_histogram.py -> /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram/tests copying build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram/version.py -> /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram copying build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram/histogram.py -> /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram copying build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram/__init__.py -> /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram copying build/lib.dragonfly-5.9-x86_64-3.7/fast_histogram/_histogram_core.so -> /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram byte-compiling /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram/tests/test_histogram.py to test_histogram.cpython-37.pyc byte-compiling /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram/version.py to version.cpython-37.pyc byte-compiling /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram/histogram.py to histogram.cpython-37.pyc byte-compiling /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmpcmrpxvnr.py' /usr/local/bin/python3.7 /tmp/tmpcmrpxvnr.py removing /tmp/tmpcmrpxvnr.py running install_egg_info running egg_info writing fast_histogram.egg-info/PKG-INFO writing dependency_links to fast_histogram.egg-info/dependency_links.txt writing requirements to fast_histogram.egg-info/requires.txt writing top-level names to fast_histogram.egg-info/top_level.txt reading manifest file 'fast_histogram.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'fast_histogram.egg-info/SOURCES.txt' Copying fast_histogram.egg-info to /construction/misc/py-fast-histogram/stage/usr/local/lib/python3.7/site-packages/fast_histogram-0.9-py3.7.egg-info running install_scripts writing list of installed files to '/construction/misc/py-fast-histogram/.PLIST.pymodtmp' ====> 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:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-fast-histogram-0.9 file sizes/checksums [22]: 0% file sizes/checksums [22]: 100% packing files [22]: 0% packing files [22]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:37