>>> Building on exopi-5 under net/py-netifaces,python3 BDEPENDS = [devel/py-installer,python3;lang/python/3.10;devel/py-wheel,python3;devel/py-setuptools,python3;devel/py-build,python3] DIST = [net/py-netifaces,python3:netifaces-0.11.0.tar.gz] FULLPKGNAME = py3-netifaces-0.11.0p1 RDEPENDS = [lang/python/3.10] (Junk lock obtained for exopi-5 at 1714086378.65) >>> Running depends in net/py-netifaces,python3 at 1714086378.68 last junk was in databases/py-ldap3,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 >>> Running show-prepare-results in net/py-netifaces,python3 at 1714086380.04 ===> net/py-netifaces,python3 ===> Building from scratch py3-netifaces-0.11.0p1 ===> py3-netifaces-0.11.0p1 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-netifaces-0.11.0p1 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-netifaces-0.11.0p1 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-netifaces-0.11.0p1 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-netifaces-0.11.0p1 depends on: py3-wheel-* -> py3-wheel-0.43.0 ===> Verifying specs: pthread python3.10 ===> found pthread.27.1 python3.10.0.0 py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-5 at 1714086381.36) distfiles size=30106 >>> Running build in net/py-netifaces,python3 at 1714086381.38 ===> net/py-netifaces,python3 ===> Checking files for py3-netifaces-0.11.0p1 `/exopi-cvs/ports/distfiles/netifaces-0.11.0.tar.gz' is up to date. >> (SHA256) netifaces-0.11.0.tar.gz: OK ===> Extracting for py3-netifaces-0.11.0p1 ===> Patching for py3-netifaces-0.11.0p1 ===> Applying OpenBSD patch patch-netifaces_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: netifaces.c |--- netifaces.c.orig |+++ netifaces.c -------------------------- Patching file netifaces.c using Plan A... Hunk #1 succeeded at 195. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-netifaces-0.11.0p1 ===> Configuring for py3-netifaces-0.11.0p1 ===> Building for py3-netifaces-0.11.0p1 * Getting build dependencies for wheel... /usr/local/lib/python3.10/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running egg_info writing netifaces.egg-info/PKG-INFO writing dependency_links to netifaces.egg-info/dependency_links.txt writing top-level names to netifaces.egg-info/top_level.txt reading manifest file 'netifaces.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'netifaces.egg-info/SOURCES.txt' * Building wheel... /usr/local/lib/python3.10/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running bdist_wheel running build running build_ext checking for getifaddrs...found. checking for getnameinfo...found. checking for IPv6 socket IOCTLs...not found. checking for optional header files...net/if_dl.h. checking whether struct sockaddr has a length field...yes. checking for routing socket support...yes. checking for sysctl(CTL_NET...) support...yes. checking for netlink support...no. will use sysctl() to read routing table building 'netifaces' extension cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -DNETIFACES_VERSION=0.11.0 -DHAVE_GETIFADDRS=1 -DHAVE_GETNAMEINFO=1 -DHAVE_NET_IF_DL_H=1 -DHAVE_SOCKADDR_SA_LEN=1 -DHAVE_PF_ROUTE=1 -DHAVE_SYSCTL_CTL_NET=1 -I/usr/local/include/python3.10 -c netifaces.c -o build/temp.openbsd-7.5-amd64-cpython-310/netifaces.o creating build/lib.openbsd-7.5-amd64-cpython-310 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.5-amd64-cpython-310/netifaces.o -L/usr/local/lib -o build/lib.openbsd-7.5-amd64-cpython-310/netifaces.cpython-310.so installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel copying build/lib.openbsd-7.5-amd64-cpython-310/netifaces.cpython-310.so -> build/bdist.openbsd-7.5-amd64/wheel running install_egg_info running egg_info writing netifaces.egg-info/PKG-INFO writing dependency_links to netifaces.egg-info/dependency_links.txt writing top-level names to netifaces.egg-info/top_level.txt reading manifest file 'netifaces.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'netifaces.egg-info/SOURCES.txt' Copying netifaces.egg-info to build/bdist.openbsd-7.5-amd64/wheel/netifaces-0.11.0-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/netifaces-0.11.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-netifaces-0.11.0-python3/netifaces-0.11.0/dist/.tmp-63au2_ug/netifaces-0.11.0-cp310-cp310-openbsd_7_5_amd64.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'netifaces.cpython-310.so' adding 'netifaces-0.11.0.dist-info/LICENSE' adding 'netifaces-0.11.0.dist-info/METADATA' adding 'netifaces-0.11.0.dist-info/WHEEL' adding 'netifaces-0.11.0.dist-info/top_level.txt' adding 'netifaces-0.11.0.dist-info/zip-safe' adding 'netifaces-0.11.0.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built netifaces-0.11.0-cp310-cp310-openbsd_7_5_amd64.whl >>> Running package in net/py-netifaces,python3 at 1714086387.07 ===> net/py-netifaces,python3 ===> Faking installation for py3-netifaces-0.11.0p1 ===> Building package for py3-netifaces-0.11.0p1 Create /exopi-cvs/ports/packages/amd64/all/py3-netifaces-0.11.0p1.tgz Creating package py3-netifaces-0.11.0p1 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 2% archiving|**************************************************** | 81% archiving|***************************************************** | 83% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-netifaces-0.11.0p1.tgz >>> Running clean in net/py-netifaces,python3 at 1714086390.31 ===> net/py-netifaces,python3 ===> Cleaning for py3-netifaces-0.11.0p1 >>> Ended at 1714086390.50 max_stuck=0.00/depends=1.37/show-prepare-results=1.35/build=5.67/package=3.23/clean=0.24