------------------------------------------------------------------------------- -- 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:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-pyhull-2015.2.1_2 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-pyhull-2015.2.1_2 for building => SHA256 Checksum OK for pyhull-2015.2.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-pyhull-2015.2.1_2 for building ===> Extracting for py36-pyhull-2015.2.1_2 => SHA256 Checksum OK for pyhull-2015.2.1.tar.gz. Extracted Memory Use: 1.44M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-pyhull-2015.2.1_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for py36-pyhull-2015.2.1_2 running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-pyhull-2015.2.1_2 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/pyhull copying pyhull/__init__.py -> build/lib.dragonfly-5.7-x86_64-3.6/pyhull copying pyhull/halfspace.py -> build/lib.dragonfly-5.7-x86_64-3.6/pyhull copying pyhull/delaunay.py -> build/lib.dragonfly-5.7-x86_64-3.6/pyhull copying pyhull/convex_hull.py -> build/lib.dragonfly-5.7-x86_64-3.6/pyhull copying pyhull/voronoi.py -> build/lib.dragonfly-5.7-x86_64-3.6/pyhull copying pyhull/simplex.py -> build/lib.dragonfly-5.7-x86_64-3.6/pyhull running build_ext building 'pyhull._pyhull' extension creating build/temp.dragonfly-5.7-x86_64-3.6 creating build/temp.dragonfly-5.7-x86_64-3.6/src creating build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/_pyhull.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/_pyhull.o src/_pyhull.c: In function 'py_qconvex': src/_pyhull.c:137:20: warning: passing argument 1 of 'fmemopen' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] fin = fmemopen(data, strlen(data), "r"); ^~~~ In file included from /usr/local/include/python3.6m/Python.h:25, from src/_pyhull.c:28: /usr/include/stdio.h:309:8: note: expected 'void * restrict' but argument is of type 'const char *' FILE *fmemopen(void *__restrict, size_t, const char *__restrict); ^~~~~~~~ src/_pyhull.c: In function 'py_qdelaunay': src/_pyhull.c:234:20: warning: passing argument 1 of 'fmemopen' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] fin = fmemopen(data, strlen(data), "r"); ^~~~ In file included from /usr/local/include/python3.6m/Python.h:25, from src/_pyhull.c:28: /usr/include/stdio.h:309:8: note: expected 'void * restrict' but argument is of type 'const char *' FILE *fmemopen(void *__restrict, size_t, const char *__restrict); ^~~~~~~~ src/_pyhull.c: In function 'py_qvoronoi': src/_pyhull.c:334:20: warning: passing argument 1 of 'fmemopen' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] fin = fmemopen(data, strlen(data), "r"); ^~~~ In file included from /usr/local/include/python3.6m/Python.h:25, from src/_pyhull.c:28: /usr/include/stdio.h:309:8: note: expected 'void * restrict' but argument is of type 'const char *' FILE *fmemopen(void *__restrict, size_t, const char *__restrict); ^~~~~~~~ src/_pyhull.c: In function 'py_qhalf': src/_pyhull.c:432:20: warning: passing argument 1 of 'fmemopen' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] fin = fmemopen(data, strlen(data), "r"); ^~~~ In file included from /usr/local/include/python3.6m/Python.h:25, from src/_pyhull.c:28: /usr/include/stdio.h:309:8: note: expected 'void * restrict' but argument is of type 'const char *' FILE *fmemopen(void *__restrict, size_t, const char *__restrict); ^~~~~~~~ cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/io.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/io.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/poly2.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/poly2.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/merge.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/merge.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/libqhull.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/libqhull.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/userprintf.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/userprintf.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/mem.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/mem.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/user.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/user.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/usermem.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/usermem.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/rboxlib.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/rboxlib.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/geom.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/geom.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/userprintf_rbox.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/userprintf_rbox.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/global.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/global.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/geom2.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/geom2.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/random.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/random.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/stat.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/stat.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/qset.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/qset.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/poly.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/poly.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/src/_pyhull.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/io.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/poly2.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/merge.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/libqhull.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/userprintf.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/mem.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/user.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/usermem.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/rboxlib.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/geom.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/userprintf_rbox.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/global.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/geom2.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/random.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/stat.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/qset.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/poly.o -L/usr/local/lib -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pyhull/_pyhull.so SUCCEEDED 00:00:18 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-pyhull-2015.2.1_2 ===> Generating temporary packing list running install running build running build_py copying pyhull/__init__.py -> build/lib.dragonfly-5.7-x86_64-3.6/pyhull copying pyhull/halfspace.py -> build/lib.dragonfly-5.7-x86_64-3.6/pyhull copying pyhull/delaunay.py -> build/lib.dragonfly-5.7-x86_64-3.6/pyhull copying pyhull/convex_hull.py -> build/lib.dragonfly-5.7-x86_64-3.6/pyhull copying pyhull/voronoi.py -> build/lib.dragonfly-5.7-x86_64-3.6/pyhull copying pyhull/simplex.py -> build/lib.dragonfly-5.7-x86_64-3.6/pyhull running build_ext building 'pyhull._pyhull' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/_pyhull.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/_pyhull.o src/_pyhull.c: In function 'py_qconvex': src/_pyhull.c:137:20: warning: passing argument 1 of 'fmemopen' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] fin = fmemopen(data, strlen(data), "r"); ^~~~ In file included from /usr/local/include/python3.6m/Python.h:25, from src/_pyhull.c:28: /usr/include/stdio.h:309:8: note: expected 'void * restrict' but argument is of type 'const char *' FILE *fmemopen(void *__restrict, size_t, const char *__restrict); ^~~~~~~~ src/_pyhull.c: In function 'py_qdelaunay': src/_pyhull.c:234:20: warning: passing argument 1 of 'fmemopen' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] fin = fmemopen(data, strlen(data), "r"); ^~~~ In file included from /usr/local/include/python3.6m/Python.h:25, from src/_pyhull.c:28: /usr/include/stdio.h:309:8: note: expected 'void * restrict' but argument is of type 'const char *' FILE *fmemopen(void *__restrict, size_t, const char *__restrict); ^~~~~~~~ src/_pyhull.c: In function 'py_qvoronoi': src/_pyhull.c:334:20: warning: passing argument 1 of 'fmemopen' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] fin = fmemopen(data, strlen(data), "r"); ^~~~ In file included from /usr/local/include/python3.6m/Python.h:25, from src/_pyhull.c:28: /usr/include/stdio.h:309:8: note: expected 'void * restrict' but argument is of type 'const char *' FILE *fmemopen(void *__restrict, size_t, const char *__restrict); ^~~~~~~~ src/_pyhull.c: In function 'py_qhalf': src/_pyhull.c:432:20: warning: passing argument 1 of 'fmemopen' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] fin = fmemopen(data, strlen(data), "r"); ^~~~ In file included from /usr/local/include/python3.6m/Python.h:25, from src/_pyhull.c:28: /usr/include/stdio.h:309:8: note: expected 'void * restrict' but argument is of type 'const char *' FILE *fmemopen(void *__restrict, size_t, const char *__restrict); ^~~~~~~~ cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/io.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/io.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/poly2.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/poly2.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/merge.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/merge.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/libqhull.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/libqhull.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/userprintf.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/userprintf.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/mem.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/mem.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/user.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/user.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/usermem.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/usermem.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/rboxlib.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/rboxlib.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/geom.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/geom.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/userprintf_rbox.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/userprintf_rbox.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/global.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/global.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/geom2.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/geom2.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/random.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/random.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/stat.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/stat.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/qset.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/qset.o cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -Isrc/libqhull -I/usr/local/include/python3.6m -c src/libqhull/poly.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/poly.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/src/_pyhull.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/io.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/poly2.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/merge.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/libqhull.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/userprintf.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/mem.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/user.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/usermem.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/rboxlib.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/geom.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/userprintf_rbox.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/global.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/geom2.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/random.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/stat.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/qset.o build/temp.dragonfly-5.7-x86_64-3.6/src/libqhull/poly.o -L/usr/local/lib -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pyhull/_pyhull.so running install_lib creating /construction/math/py-pyhull/stage/usr/local/lib/python3.6 creating /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages creating /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull copying build/lib.dragonfly-5.7-x86_64-3.6/pyhull/convex_hull.py -> /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull copying build/lib.dragonfly-5.7-x86_64-3.6/pyhull/__init__.py -> /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull copying build/lib.dragonfly-5.7-x86_64-3.6/pyhull/simplex.py -> /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull copying build/lib.dragonfly-5.7-x86_64-3.6/pyhull/halfspace.py -> /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull copying build/lib.dragonfly-5.7-x86_64-3.6/pyhull/delaunay.py -> /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull copying build/lib.dragonfly-5.7-x86_64-3.6/pyhull/voronoi.py -> /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull copying build/lib.dragonfly-5.7-x86_64-3.6/pyhull/_pyhull.so -> /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull byte-compiling /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull/convex_hull.py to convex_hull.cpython-36.pyc byte-compiling /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull/simplex.py to simplex.cpython-36.pyc byte-compiling /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull/halfspace.py to halfspace.cpython-36.pyc byte-compiling /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull/delaunay.py to delaunay.cpython-36.pyc byte-compiling /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull/voronoi.py to voronoi.cpython-36.pyc writing byte-compilation script '/tmp/tmpfmw23q4l.py' /usr/local/bin/python3.6 /tmp/tmpfmw23q4l.py removing /tmp/tmpfmw23q4l.py running install_egg_info running egg_info writing pyhull.egg-info/PKG-INFO writing dependency_links to pyhull.egg-info/dependency_links.txt writing requirements to pyhull.egg-info/requires.txt writing top-level names to pyhull.egg-info/top_level.txt reading manifest file 'pyhull.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.md' warning: no files found matching '*.c' warning: no files found matching 'ez_setup.py' no previously-included directories found matching '**/tests' writing manifest file 'pyhull.egg-info/SOURCES.txt' Copying pyhull.egg-info to /construction/math/py-pyhull/stage/usr/local/lib/python3.6/site-packages/pyhull-2015.2.1-py3.6.egg-info running install_scripts writing list of installed files to '/construction/math/py-pyhull/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.6/site-packages/pyhull/_pyhull.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:23 ------------------------------------------------------------------------------- -- 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py36-pyhull-2015.2.1_2 file sizes/checksums [24]: 0% file sizes/checksums [24]: 100% packing files [24]: 0% packing files [24]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:57