------------------------------------------------------------------------------- -- 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.21.txz Installing /packages/All/binutils-2.33.1_3,1.txz ===== Message from binutils-2.33.1_3,1: -- ===> NOTICE: The binutils 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/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.10,1.txz Installing /packages/All/suitesparse-5.8.1.txz Installing /packages/All/libffi-3.3_1.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.2.20201017.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1h_1,1.txz Installing /packages/All/python37-3.7.9_1.txz ===== Message from python37-3.7.9_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/eigen-3.3.7.txz Installing /packages/All/py37-cython-0.29.21.txz Installing /packages/All/libccd-2.1.txz Installing /packages/All/libxml2-2.9.10_1.txz Installing /packages/All/wayland-1.18.0.txz Installing /packages/All/liblz4-1.9.2_1,1.txz Installing /packages/All/zstd-1.4.5_1.txz Installing /packages/All/pciids-20200922.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/libunwind-20200331_1.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.14_1.txz Installing /packages/All/libX11-1.6.12,1.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/mesa-libs-20.2.0_1.txz Installing /packages/All/libGLU-9.0.1.txz Installing /packages/All/double-conversion-3.1.5.19.txz Installing /packages/All/icu-67.1,1.txz Installing /packages/All/pcre2-10.35.txz Installing /packages/All/pcre-8.44.txz Installing /packages/All/libiconv-1.16.txz Installing /packages/All/glib-2.66.2,1.txz No schema files found: doing nothing. Installing /packages/All/qtchooser-66_4.txz ===== Message from qtchooser-66_4: -- qtchooser is a wrapper that allows to specify Qt version of binaries for qmake, moc and other tools will be run when invoking the binaries in $PATH. By default, the Qt5 versions are run. It is possible to change the behavior by setting the QT_SELECT environment variable to "qtX", where X is desired Qt version, provided that it is offered by the Ports Collection. See qtchooser(1) for more information. Installing /packages/All/qt5-core-5.15.0_2.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/dbus-1.12.20_3.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/libevdev-1.5.9.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/freetype2-2.10.4.txz ===== Message from freetype2-2.10.4: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.7.2_1.txz Installing /packages/All/libudev-devd-0.4.2_1.txz Installing /packages/All/evdev-proto-5.8.txz Installing /packages/All/libmtdev-1.1.6.txz Installing /packages/All/py37-evdev-1.3.0.txz Installing /packages/All/py37-six-1.15.0.txz Installing /packages/All/py37-pyudev-0.22.0.txz Installing /packages/All/libinput-1.12.6_1.txz Installing /packages/All/xcb-util-0.4.0_2,1.txz Installing /packages/All/xcb-util-wm-0.4.1_3.txz Installing /packages/All/xcb-util-image-0.4.0_1.txz Installing /packages/All/xcb-util-keysyms-0.4.0_1.txz Installing /packages/All/xcb-util-renderutil-0.3.9_1.txz Installing /packages/All/xkeyboard-config-2.31.txz Installing /packages/All/libxkbcommon-1.0.1.txz ===== Message from libxkbcommon-1.0.1: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=xorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg Installing /packages/All/jpeg-turbo-2.0.5.txz Installing /packages/All/qt5-dbus-5.15.0.txz Installing /packages/All/ca_root_nss-3.58.txz ===== Message from ca_root_nss-3.58: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/qt5-network-5.15.0.txz Installing /packages/All/vulkan-headers-1.2.135.0.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/xprop-1.2.4.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXmu-1.1.3,1.txz Installing /packages/All/xset-1.2.4_3.txz Installing /packages/All/xdg-utils-1.1.3_1.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.4.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/qt5-gui-5.15.0_1.txz Installing /packages/All/qt5-widgets-5.15.0.txz Installing /packages/All/qt5-opengl-5.15.0.txz Installing /packages/All/qt5-xml-5.15.0.txz Installing /packages/All/qt5-sql-5.15.0.txz ===== Message from qt5-sql-5.15.0: -- To enable Qt database support, install the database plugin ports. The following plugin ports are available: - databases/qt5-sqldrivers-ibase InterBase/Firebird - databases/qt5-sqldrivers-mysql MySQL - databases/qt5-sqldrivers-odbc Open Database Connectivity - databases/qt5-sqldrivers-pgsql PostgreSQL - databases/qt5-sqldrivers-sqlite2 SQLite 2 - databases/qt5-sqldrivers-sqlite3 SQLite 3 - databases/qt5-sqldrivers-tds FreeTDS Installing /packages/All/qt5-testlib-5.15.0.txz Installing /packages/All/qt5-declarative-5.15.0_1.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.18.1_1.txz Installing /packages/All/gobject-introspection-1.66.1,1.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.7_3.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/nettle-3.6.txz Installing /packages/All/libtasn1-4.16.0.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/bash-5.0.18_3.txz Installing /packages/All/bash-completion-2.11,2.txz ===== Message from bash-completion-2.11,2: -- To enable the bash completion library, add the following to your .bashrc file: [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] && \ source /usr/local/share/bash-completion/bash_completion.sh See /usr/local/share/doc/bash-completion/README.md for more information. Installing /packages/All/p11-kit-0.23.21.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_3.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_3: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.15.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.3.3_1.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/qt5-printsupport-5.15.0.txz Installing /packages/All/libedit-3.1.20191231,1.txz Installing /packages/All/sqlite3-3.33.0,1.txz Installing /packages/All/qt5-sqldrivers-sqlite3-5.15.0.txz Installing /packages/All/qt5-help-5.15.0.txz Installing /packages/All/qt5-assistant-5.15.0.txz Installing /packages/All/qt5-uiplugin-5.15.0.txz Installing /packages/All/qt5-designer-5.15.0.txz Installing /packages/All/libQGLViewer-2.7.2.txz Installing /packages/All/octomap-1.9.5.190.txz Installing /packages/All/fcl05-0.5.0.txz UNFLAVORED devel/binutils -> use devel/binutils@native SUCCEEDED 00:01:38 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-python-fcl-0.0.12 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-python-fcl-0.0.12 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-python-fcl-0.0.12 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-python-fcl-0.0.12 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-python-fcl-0.0.12 for building => SHA256 Checksum OK for python-fcl-0.0.12.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-python-fcl-0.0.12 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-python-fcl-0.0.12 for building ===> Extracting for py37-python-fcl-0.0.12 ===> py37-python-fcl-0.0.12 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-python-fcl-0.0.12 for building => SHA256 Checksum OK for python-fcl-0.0.12.tar.gz. Extracted Memory Use: 0.14M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-python-fcl-0.0.12 ===> Applying ports patches for py37-python-fcl-0.0.12 from /xports/math/py-python-fcl/files /usr/bin/env WRKSRC=/construction/math/py-python-fcl/python-fcl-0.0.12 REWARNFILE=/construction/math/py-python-fcl/reinplace_warnings.txt /xports/Mk/Scripts/sed_checked.sh -e 's|bsd|dragonfly|' /construction/math/py-python-fcl/python-fcl-0.0.12/setup.py SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-python-fcl-0.0.12 depends on package: py37-numpy>=1.16,1<1.20,1 - found ===> py37-python-fcl-0.0.12 depends on package: eigen>0 - found ===> py37-python-fcl-0.0.12 depends on executable: cython-3.7 - found ===> py37-python-fcl-0.0.12 depends on package: py37-setuptools>0 - found ===> py37-python-fcl-0.0.12 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> py37-python-fcl-0.0.12 depends on shared library: libfcl05.so - found (/usr/local/lib/libfcl05.so) ===> py37-python-fcl-0.0.12 depends on shared library: liboctomap.so - found (/usr/local/lib/liboctomap.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-python-fcl-0.0.12 depends on package: py37-numpy>=1.16,1<1.20,1 - found ===> py37-python-fcl-0.0.12 depends on package: eigen>0 - found ===> py37-python-fcl-0.0.12 depends on executable: cython-3.7 - found ===> py37-python-fcl-0.0.12 depends on package: py37-setuptools>0 - found ===> py37-python-fcl-0.0.12 depends on file: /usr/local/bin/python3.7 - found ===> py37-python-fcl-0.0.12 depends on shared library: libfcl05.so - found (/usr/local/lib/libfcl05.so) ===> py37-python-fcl-0.0.12 depends on shared library: liboctomap.so - found (/usr/local/lib/liboctomap.so) ===> Configuring for py37-python-fcl-0.0.12 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-python-fcl-0.0.12 running build_ext cythoning fcl/fcl.pyx to fcl/fcl.cpp building 'fcl.fcl' extension creating build creating build/temp.dragonfly-5.9-x86_64-3.7 creating build/temp.dragonfly-5.9-x86_64-3.7/fcl 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/include -I/usr/local/include/fcl05 -I/usr/local/include -I/usr/include/eigen3 -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include/python3.7m -c fcl/fcl.cpp -o build/temp.dragonfly-5.9-x86_64-3.7/fcl/fcl.o -std=c++11 In file included from /usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822, from /usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4, from fcl/fcl.cpp:631: /usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] #warning "Using deprecated NumPy API, disable it with " \ ^~~~~~~ creating build/lib.dragonfly-5.9-x86_64-3.7 creating build/lib.dragonfly-5.9-x86_64-3.7/fcl c++ -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/fcl/fcl.o -L/usr/lib -L/usr/local/lib/ -L/usr/local/lib/ -L/usr/local/lib -lfcl05 -loctomap -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/fcl/fcl.so -Wl,-rpath, /usr/local/lib/fcl05 SUCCEEDED 00:00:26 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-python-fcl-0.0.12 depends on package: py37-numpy>=1.16,1<1.20,1 - found ===> py37-python-fcl-0.0.12 depends on package: eigen>0 - found ===> py37-python-fcl-0.0.12 depends on package: py37-setuptools>0 - found ===> py37-python-fcl-0.0.12 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-python-fcl-0.0.12 ===> py37-python-fcl-0.0.12 depends on package: py37-numpy>=1.16,1<1.20,1 - found ===> py37-python-fcl-0.0.12 depends on package: eigen>0 - found ===> py37-python-fcl-0.0.12 depends on package: py37-setuptools>0 - found ===> py37-python-fcl-0.0.12 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py copying fcl/version.py -> build/lib.dragonfly-5.9-x86_64-3.7/fcl copying fcl/collision_data.py -> build/lib.dragonfly-5.9-x86_64-3.7/fcl copying fcl/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/fcl running build_ext skipping 'fcl/fcl.cpp' Cython extension (up-to-date) running install_lib creating /construction/math/py-python-fcl/stage/usr/local/lib/python3.7 creating /construction/math/py-python-fcl/stage/usr/local/lib/python3.7/site-packages creating /construction/math/py-python-fcl/stage/usr/local/lib/python3.7/site-packages/fcl copying build/lib.dragonfly-5.9-x86_64-3.7/fcl/fcl.so -> /construction/math/py-python-fcl/stage/usr/local/lib/python3.7/site-packages/fcl copying build/lib.dragonfly-5.9-x86_64-3.7/fcl/__init__.py -> /construction/math/py-python-fcl/stage/usr/local/lib/python3.7/site-packages/fcl copying build/lib.dragonfly-5.9-x86_64-3.7/fcl/collision_data.py -> /construction/math/py-python-fcl/stage/usr/local/lib/python3.7/site-packages/fcl copying build/lib.dragonfly-5.9-x86_64-3.7/fcl/version.py -> /construction/math/py-python-fcl/stage/usr/local/lib/python3.7/site-packages/fcl byte-compiling /construction/math/py-python-fcl/stage/usr/local/lib/python3.7/site-packages/fcl/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-python-fcl/stage/usr/local/lib/python3.7/site-packages/fcl/collision_data.py to collision_data.cpython-37.pyc byte-compiling /construction/math/py-python-fcl/stage/usr/local/lib/python3.7/site-packages/fcl/version.py to version.cpython-37.pyc writing byte-compilation script '/tmp/tmpts9ov3eg.py' /usr/local/bin/python3.7 /tmp/tmpts9ov3eg.py removing /tmp/tmpts9ov3eg.py running install_egg_info running egg_info writing python_fcl.egg-info/PKG-INFO writing dependency_links to python_fcl.egg-info/dependency_links.txt writing requirements to python_fcl.egg-info/requires.txt writing top-level names to python_fcl.egg-info/top_level.txt reading manifest file 'python_fcl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python_fcl.egg-info/SOURCES.txt' Copying python_fcl.egg-info to /construction/math/py-python-fcl/stage/usr/local/lib/python3.7/site-packages/python_fcl-0.0.12-py3.7.egg-info running install_scripts writing list of installed files to '/construction/math/py-python-fcl/.PLIST.pymodtmp' /usr/bin/strip /construction/math/py-python-fcl/stage/usr/local/lib/python3.7/site-packages/fcl/fcl.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/fcl/fcl.so is linked to /usr/local/lib/libccd.so.2 from math/libccd but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libccd.so:math/libccd Error: /usr/local/lib/python3.7/site-packages/fcl/fcl.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:05 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> 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 ------------------------------------------------------------------------------- ===> Building package for py37-python-fcl-0.0.12 file sizes/checksums [15]: 0% file sizes/checksums [15]: 100% packing files [15]: 0% packing files [15]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:02:15