------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/metis-5.1.0_8.tgz 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/indexinfo-0.3.1.tgz Installing /packages/All/gmp-6.1.2_1.tgz Installing /packages/All/mpfr-4.0.2.tgz Installing /packages/All/mpc-1.1.0_2.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/binutils-2.32_1,1.tgz Installing /packages/All/gcc8-8.3.0_3.tgz Message from gcc8-8.3.0_3: 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/blas-3.5.0_6.tgz Installing /packages/All/lapack-3.5.0_8.tgz Installing /packages/All/openblas-0.2.20_10,1.tgz Installing /packages/All/suitesparse-5.2.0_4.tgz Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/python36-3.6.9.tgz Message from python36-3.6.9: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py36-gdbm databases/py-gdbm@py36 py36-sqlite3 databases/py-sqlite3@py36 py36-tkinter x11-toolkits/py-tkinter@py36 =========================================================================== Installing /packages/All/py36-setuptools-41.0.1.tgz Installing /packages/All/py36-numpy-1.16.4_1,1.tgz SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-deap-1.3.0_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-deap-1.3.0_1 for building => SHA256 Checksum OK for deap-1.3.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-deap-1.3.0_1 for building ===> Extracting for py36-deap-1.3.0_1 => SHA256 Checksum OK for deap-1.3.0.tar.gz. Extracted Memory Use: 3.02M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-deap-1.3.0_1 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for py36-deap-1.3.0_1 running config warning: pypandoc module not found, could not convert ReadMe Markdown to RST SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-deap-1.3.0_1 running build running build_py creating build creating build/lib.dragonfly-5.7-x86_64-3.6 creating build/lib.dragonfly-5.7-x86_64-3.6/deap copying deap/gp.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap copying deap/base.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap copying deap/creator.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap copying deap/__init__.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap copying deap/cma.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap copying deap/algorithms.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap creating build/lib.dragonfly-5.7-x86_64-3.6/deap/tests copying deap/tests/test_algorithms.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tests copying deap/tests/test_logbook.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tests copying deap/tests/test_statistics.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tests copying deap/tests/__init__.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tests copying deap/tests/test_benchmarks.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tests copying deap/tests/test_pickle.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tests copying deap/tests/test_creator.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tests copying deap/tests/test_init.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tests creating build/lib.dragonfly-5.7-x86_64-3.6/deap/tools copying deap/tools/constraint.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tools copying deap/tools/emo.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tools copying deap/tools/crossover.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tools copying deap/tools/mutation.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tools copying deap/tools/__init__.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tools copying deap/tools/indicator.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tools copying deap/tools/migration.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tools copying deap/tools/support.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tools copying deap/tools/init.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tools copying deap/tools/selection.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tools creating build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks copying deap/benchmarks/gp.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks copying deap/benchmarks/__init__.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks copying deap/benchmarks/tools.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks copying deap/benchmarks/binary.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks copying deap/benchmarks/movingpeaks.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks creating build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume copying deap/tools/_hypervolume/__init__.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume copying deap/tools/_hypervolume/pyhv.py -> build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume Fixing build/lib.dragonfly-5.7-x86_64-3.6/deap/gp.py build/lib.dragonfly-5.7-x86_64-3.6/deap/base.py build/lib.dragonfly-5.7-x86_64-3.6/deap/creator.py build/lib.dragonfly-5.7-x86_64-3.6/deap/__init__.py build/lib.dragonfly-5.7-x86_64-3.6/deap/cma.py build/lib.dragonfly-5.7-x86_64-3.6/deap/algorithms.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_algorithms.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_logbook.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_statistics.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/__init__.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_benchmarks.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_pickle.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_creator.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_init.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/constraint.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/emo.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/crossover.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/mutation.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/__init__.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/indicator.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/migration.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/support.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/init.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/selection.py build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/gp.py build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/__init__.py build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/tools.py build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/binary.py build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/movingpeaks.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume/__init__.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume/pyhv.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma Fixing build/lib.dragonfly-5.7-x86_64-3.6/deap/gp.py build/lib.dragonfly-5.7-x86_64-3.6/deap/base.py build/lib.dragonfly-5.7-x86_64-3.6/deap/creator.py build/lib.dragonfly-5.7-x86_64-3.6/deap/__init__.py build/lib.dragonfly-5.7-x86_64-3.6/deap/cma.py build/lib.dragonfly-5.7-x86_64-3.6/deap/algorithms.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_algorithms.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_logbook.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_statistics.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/__init__.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_benchmarks.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_pickle.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_creator.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_init.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/constraint.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/emo.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/crossover.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/mutation.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/__init__.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/indicator.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/migration.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/support.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/init.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/selection.py build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/gp.py build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/__init__.py build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/tools.py build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/binary.py build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/movingpeaks.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume/__init__.py build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume/pyhv.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma running build_ext building 'deap.tools._hypervolume.hv' extension creating build/temp.dragonfly-5.7-x86_64-3.6 creating build/temp.dragonfly-5.7-x86_64-3.6/deap creating build/temp.dragonfly-5.7-x86_64-3.6/deap/tools creating build/temp.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.6m -c deap/tools/_hypervolume/_hv.c -o build/temp.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume/_hv.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.6m -c deap/tools/_hypervolume/hv.cpp -o build/temp.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume/hv.o c++ -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume/_hv.o build/temp.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume/hv.o -L/usr/local/lib -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume/hv.so warning: pypandoc module not found, could not convert ReadMe Markdown to RST SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-deap-1.3.0_1 ===> Generating temporary packing list running install running build running build_py running build_ext running install_lib creating /construction/math/py-deap/stage/usr/local/lib/python3.6 creating /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages creating /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap copying build/lib.dragonfly-5.7-x86_64-3.6/deap/gp.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap copying build/lib.dragonfly-5.7-x86_64-3.6/deap/creator.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap copying build/lib.dragonfly-5.7-x86_64-3.6/deap/__init__.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap copying build/lib.dragonfly-5.7-x86_64-3.6/deap/algorithms.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap copying build/lib.dragonfly-5.7-x86_64-3.6/deap/cma.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap creating /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/benchmarks copying build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/tools.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/benchmarks copying build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/movingpeaks.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/benchmarks copying build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/__init__.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/benchmarks copying build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/binary.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/benchmarks copying build/lib.dragonfly-5.7-x86_64-3.6/deap/benchmarks/gp.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/benchmarks copying build/lib.dragonfly-5.7-x86_64-3.6/deap/base.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap creating /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/crossover.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/indicator.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/migration.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/support.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools creating /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/_hypervolume copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume/hv.so -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/_hypervolume copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume/pyhv.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/_hypervolume copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/_hypervolume/__init__.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/_hypervolume copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/mutation.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/emo.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/selection.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/init.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/__init__.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tools/constraint.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools creating /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_logbook.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/__init__.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_benchmarks.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_pickle.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_creator.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_init.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_algorithms.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests copying build/lib.dragonfly-5.7-x86_64-3.6/deap/tests/test_statistics.py -> /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/gp.py to gp.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/creator.py to creator.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/algorithms.py to algorithms.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/cma.py to cma.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/benchmarks/tools.py to tools.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/benchmarks/movingpeaks.py to movingpeaks.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/benchmarks/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/benchmarks/binary.py to binary.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/benchmarks/gp.py to gp.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/base.py to base.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/crossover.py to crossover.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/indicator.py to indicator.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/migration.py to migration.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/support.py to support.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/_hypervolume/pyhv.py to pyhv.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/_hypervolume/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/mutation.py to mutation.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/emo.py to emo.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/selection.py to selection.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/init.py to init.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tools/constraint.py to constraint.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests/test_logbook.py to test_logbook.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests/test_benchmarks.py to test_benchmarks.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests/test_pickle.py to test_pickle.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests/test_creator.py to test_creator.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests/test_init.py to test_init.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests/test_algorithms.py to test_algorithms.cpython-36.pyc byte-compiling /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap/tests/test_statistics.py to test_statistics.cpython-36.pyc writing byte-compilation script '/tmp/tmp2q69m08q.py' /usr/local/bin/python3.6 /tmp/tmp2q69m08q.py removing /tmp/tmp2q69m08q.py running install_egg_info running egg_info writing deap.egg-info/PKG-INFO writing dependency_links to deap.egg-info/dependency_links.txt writing top-level names to deap.egg-info/top_level.txt reading manifest file 'deap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.hpp' under directory 'deap' warning: no files found matching '*.h' under directory 'examples' no previously-included directories found matching 'doc/_build' warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'deap.egg-info/SOURCES.txt' Copying deap.egg-info to /construction/math/py-deap/stage/usr/local/lib/python3.6/site-packages/deap-1.3.0-py3.6.egg-info running install_scripts writing list of installed files to '/construction/math/py-deap/.PLIST.pymodtmp' warning: pypandoc module not found, could not convert ReadMe Markdown to RST ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.6/site-packages/deap/tools/_hypervolume/hv.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:03 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py36-deap-1.3.0_1 file sizes/checksums [98]: 0% file sizes/checksums [98]: 100% packing files [98]: 0% packing files [98]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:27