------------------------------------------------------------------------------- -- 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 Installing /packages/All/py37-ptyprocess-0.6.0.txz Installing /packages/All/py37-pexpect-4.8.0.txz Installing /packages/All/sqlite3-3.31.1_1,1.txz Installing /packages/All/py37-sqlite3-3.7.7_7.txz Installing /packages/All/py37-sqlalchemy13-1.3.16.txz Installing /packages/All/py37-psutil-5.7.0.txz Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- 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/png-1.6.37.txz 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/pcre-8.43_2.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/wayland-1.18.0.txz Installing /packages/All/pciids-20200421.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,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/libXrender-0.9.10_2.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-19.0.8.txz ===== Message from mesa-libs-19.0.8: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/pixman-0.40.0.txz Installing /packages/All/cairo-1.16.0,2.txz Installing /packages/All/gobject-introspection-1.56.1,1.txz Installing /packages/All/pygobject3-common-3.28.3.txz Installing /packages/All/py37-cairo-1.18.1_1.txz Installing /packages/All/py37-gobject3-3.28.3.txz Installing /packages/All/py37-websockets-8.0.2.txz Installing /packages/All/desktop-file-utils-0.24.txz Installing /packages/All/xkeyboard-config-2.29.txz Installing /packages/All/libxkbfile-1.1.0.txz Installing /packages/All/xkbcomp-1.4.3.txz Installing /packages/All/libXv-1.0.11_2,1.txz Installing /packages/All/libXvMC-1.0.12.txz Installing /packages/All/mesa-dri-19.0.8.txz ===== Message from mesa-dri-19.0.8: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/libXfont2-2.0.4.txz Installing /packages/All/xorg-vfbserver-1.20.8_1,1.txz ===== Message from xorg-vfbserver-1.20.8_1,1: -- Xorg-server has been installed. If your kernel is compiled with the EVDEV_SUPPORT option enabled (default starting from FreeBSD 12.1) it is recommended to enable evdev mode in pointer device drivers like ums(4) and psm(4). This will give improvements like better tilt wheel support for mice and centralized gesture support via xf86-input-synaptics or libinput drivers for touchpads. This is also needed for PS/2 devices to be properly detected by Xorg when moused service is disabled in /etc/rc.conf and kernel is compiled with EVDEV_SUPPORT. To enable evdev in such a device, run the following: # sysctl kern.evdev.rcpt_mask=6 To make it persistent across reboots, add the following to /etc/sysctl.conf: kern.evdev.rcpt_mask=6 Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-arabic-misc-1.0.3_4.txz Installing /packages/All/font-cursor-misc-1.0.3_4.txz Installing /packages/All/font-daewoo-misc-1.0.3_4.txz Installing /packages/All/font-dec-misc-1.0.3_4.txz Installing /packages/All/font-isas-misc-1.0.3_4.txz Installing /packages/All/font-jis-misc-1.0.3_4.txz Installing /packages/All/font-micro-misc-1.0.3_4.txz Installing /packages/All/font-misc-misc-1.1.2_4.txz Installing /packages/All/font-mutt-misc-1.0.3_4.txz Installing /packages/All/font-schumacher-misc-1.1.2_4.txz Installing /packages/All/font-sony-misc-1.0.3_4.txz Installing /packages/All/font-sun-misc-1.0.3_4.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/xorg-fonts-miscbitmaps-7.7.txz Installing /packages/All/font-alias-1.0.3_3.txz Installing /packages/All/libtextstyle-0.20.2.txz Installing /packages/All/gettext-tools-0.20.2.txz Installing /packages/All/atk-2.28.1.txz Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/shared-mime-info-1.10_2.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.6.5.txz Installing /packages/All/fribidi-0.19.7.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.3_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/libXft-2.3.3.txz Installing /packages/All/pango-1.42.4_3.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/gtk-update-icon-cache-2.24.32.txz Installing /packages/All/libunwind-20170615_1.txz Installing /packages/All/gstreamer1-1.16.2.txz Installing /packages/All/orc-0.4.31.txz Installing /packages/All/iso-codes-4.2.txz Installing /packages/All/gstreamer1-plugins-1.16.2.txz Installing /packages/All/libepoxy-1.5.4.txz Installing /packages/All/nspr-4.25.txz Installing /packages/All/icu-67.1,1.txz Installing /packages/All/spidermonkey60-60.9.0_3.txz ===== Message from spidermonkey60-60.9.0_3: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/dbus-1.12.16.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/polkit-0.116.txz ===> Creating groups. Creating group 'polkitd' with gid '565'. ===> Creating users Creating user 'polkitd' with uid '565'. Installing /packages/All/lcms2-2.9.txz Installing /packages/All/libXScrnSaver-1.2.3_2.txz Installing /packages/All/argyllcms-1.9.2_5.txz Installing /packages/All/colord-1.3.5.txz ===> Creating groups. Creating group 'colord' with gid '970'. ===> Creating users Creating user 'colord' with uid '970'. 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/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/gmp-6.2.0.txz Installing /packages/All/nettle-3.5.1_1.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/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- 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/p11-kit-0.23.20.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_2.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_2: -- 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.13.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.2.13.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/libxkbcommon-0.10.0_2.txz ===== Message from libxkbcommon-0.10.0_2: -- 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/libXtst-1.2.3_2.txz Installing /packages/All/at-spi2-core-2.28.0.txz Installing /packages/All/at-spi2-atk-2.26.2.txz Installing /packages/All/adwaita-icon-theme-3.28.0.txz Installing /packages/All/libcroco-0.6.13.txz Installing /packages/All/libgsf-1.14.46.txz Installing /packages/All/librsvg2-2.40.21.txz Installing /packages/All/wayland-protocols-1.20.txz Installing /packages/All/gtk3-3.24.10_1.txz Installing /packages/All/gtksourceview3-3.24.8_3.txz SUCCEEDED 00:02:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- /!\ pychess-1.0.0: Makefile warnings, please consider fixing /!\ PYDISTUTILS_INSTALLNOSINGLE is deprecated, please use it no more SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> pychess-1.0.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- /!\ pychess-1.0.0: Makefile warnings, please consider fixing /!\ PYDISTUTILS_INSTALLNOSINGLE is deprecated, please use it no more ===> pychess-1.0.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by pychess-1.0.0 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- /!\ pychess-1.0.0: Makefile warnings, please consider fixing /!\ PYDISTUTILS_INSTALLNOSINGLE is deprecated, please use it no more ===> pychess-1.0.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by pychess-1.0.0 for building => SHA256 Checksum OK for pychess-1.0.0.tar.gz. SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- /!\ pychess-1.0.0: Makefile warnings, please consider fixing /!\ PYDISTUTILS_INSTALLNOSINGLE is deprecated, please use it no more ===> pychess-1.0.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by pychess-1.0.0 for building ===> Extracting for pychess-1.0.0 => SHA256 Checksum OK for pychess-1.0.0.tar.gz. Extracted Memory Use: 38.41M SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for pychess-1.0.0 ===> Applying ports patches for pychess-1.0.0 ===> Cleanly applied ports patch(es) patch-setup SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> pychess-1.0.0 depends on package: py37-pexpect>0 - found ===> pychess-1.0.0 depends on package: py37-sqlalchemy*>1. - found ===> pychess-1.0.0 depends on package: py37-psutil*>0. - found ===> pychess-1.0.0 depends on package: py37-gobject*>2 - found ===> pychess-1.0.0 depends on package: py37-websockets*>7. - found ===> pychess-1.0.0 depends on executable: update-desktop-database - found ===> pychess-1.0.0 depends on executable: Xvfb - found ===> pychess-1.0.0 depends on file: /usr/local/share/fonts/misc/8x13O.pcf.gz - found ===> pychess-1.0.0 depends on file: /usr/local/share/fonts/misc/fonts.alias - found ===> pychess-1.0.0 depends on file: /usr/local/share/X11/xkb/rules/base - found ===> pychess-1.0.0 depends on executable: xkbcomp - found ===> pychess-1.0.0 depends on executable: msgfmt - found ===> pychess-1.0.0 depends on executable: gtk-update-icon-cache - found ===> pychess-1.0.0 depends on package: py37-setuptools>0 - found ===> pychess-1.0.0 depends on file: /usr/local/bin/python3.7 - found ===> pychess-1.0.0 depends on package: gstreamer1-plugins>=1.4 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> pychess-1.0.0 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> pychess-1.0.0 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> pychess-1.0.0 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> pychess-1.0.0 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> pychess-1.0.0 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> pychess-1.0.0 depends on shared library: libgtk-3.so - found (/usr/local/lib/libgtk-3.so) ===> pychess-1.0.0 depends on shared library: libgtksourceview-3.0.so - found (/usr/local/lib/libgtksourceview-3.0.so) ===> pychess-1.0.0 depends on shared library: libgirepository-1.0.so - found (/usr/local/lib/libgirepository-1.0.so) ===> pychess-1.0.0 depends on shared library: libgsf-1.so - found (/usr/local/lib/libgsf-1.so) ===> pychess-1.0.0 depends on shared library: librsvg-2.so - found (/usr/local/lib/librsvg-2.so) ===> pychess-1.0.0 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> pychess-1.0.0 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> pychess-1.0.0 depends on shared library: libgstreamer-1.0.so - found (/usr/local/lib/libgstreamer-1.0.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> pychess-1.0.0 depends on package: py37-pexpect>0 - found ===> pychess-1.0.0 depends on package: py37-sqlalchemy*>1. - found ===> pychess-1.0.0 depends on package: py37-psutil*>0. - found ===> pychess-1.0.0 depends on package: py37-gobject*>2 - found ===> pychess-1.0.0 depends on package: py37-websockets*>7. - found ===> pychess-1.0.0 depends on executable: update-desktop-database - found ===> pychess-1.0.0 depends on executable: Xvfb - found ===> pychess-1.0.0 depends on file: /usr/local/share/fonts/misc/8x13O.pcf.gz - found ===> pychess-1.0.0 depends on file: /usr/local/share/fonts/misc/fonts.alias - found ===> pychess-1.0.0 depends on file: /usr/local/share/X11/xkb/rules/base - found ===> pychess-1.0.0 depends on executable: xkbcomp - found ===> pychess-1.0.0 depends on executable: msgfmt - found ===> pychess-1.0.0 depends on executable: gtk-update-icon-cache - found ===> pychess-1.0.0 depends on package: py37-setuptools>0 - found ===> pychess-1.0.0 depends on file: /usr/local/bin/python3.7 - found ===> pychess-1.0.0 depends on package: gstreamer1-plugins>=1.4 - found ===> pychess-1.0.0 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> pychess-1.0.0 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> pychess-1.0.0 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> pychess-1.0.0 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> pychess-1.0.0 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> pychess-1.0.0 depends on shared library: libgtk-3.so - found (/usr/local/lib/libgtk-3.so) ===> pychess-1.0.0 depends on shared library: libgtksourceview-3.0.so - found (/usr/local/lib/libgtksourceview-3.0.so) ===> pychess-1.0.0 depends on shared library: libgirepository-1.0.so - found (/usr/local/lib/libgirepository-1.0.so) ===> pychess-1.0.0 depends on shared library: libgsf-1.so - found (/usr/local/lib/libgsf-1.so) ===> pychess-1.0.0 depends on shared library: librsvg-2.so - found (/usr/local/lib/librsvg-2.so) ===> pychess-1.0.0 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> pychess-1.0.0 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> pychess-1.0.0 depends on shared library: libgstreamer-1.0.so - found (/usr/local/lib/libgstreamer-1.0.so) ===> Configuring for pychess-1.0.0 daemon -p /tmp/.xvfb-0.pid Xvfb :0 /construction/games/py-pychess/pychess-1.0.0/lib/pychess/widgets/__init__.py:1: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk /construction/games/py-pychess/pychess-1.0.0/lib/pychess/widgets/ChessClock.py:6: PyGIWarning: PangoCairo was imported without specifying a version first. Use gi.require_version('PangoCairo', '1.0') before import to ensure that the right version gets loaded. from gi.repository import GLib, Gtk, Gdk, Pango, PangoCairo, GObject Traceback (most recent call last): File "", line 1, in File "setup.py", line 14, in from pychess.Savers.pgn import PGNFile File "/construction/games/py-pychess/pychess-1.0.0/lib/pychess/Savers/pgn.py", line 38, in from pychess.widgets.ChessClock import formatTime File "/construction/games/py-pychess/pychess-1.0.0/lib/pychess/widgets/ChessClock.py", line 10, in from . import preferencesDialog File "/construction/games/py-pychess/pychess-1.0.0/lib/pychess/widgets/preferencesDialog.py", line 24, in from pychess.Players.engineNest import discoverer File "/construction/games/py-pychess/pychess-1.0.0/lib/pychess/Players/engineNest.py", line 18, in from pychess.System.SubProcess import SubProcess File "/construction/games/py-pychess/pychess-1.0.0/lib/pychess/System/SubProcess.py", line 3, in import psutil File "/usr/local/lib/python3.7/site-packages/psutil/__init__.py", line 165, in from . import _psbsd as _psplatform File "/usr/local/lib/python3.7/site-packages/psutil/_psbsd.py", line 17, in from . import _psutil_bsd as cext ImportError: /usr/local/lib/python3.7/site-packages/psutil/_psutil_bsd.so: Undefined symbol "Py_BuildfValue" *** Error code 1 Stop. make: stopped in /xports/games/py-pychess FAILED 00:00:06