>>> Building on exopi-5 under archivers/py-lz4 BDEPENDS = [lang/python/3;archivers/lz4;devel/py-wheel;devel/py-installer;devel/py-pkgconfig;devel/py-build;devel/py-setuptools_scm;devel/py-setuptools] DIST = [archivers/py-lz4:lz4-4.4.5.tar.gz] FULLPKGNAME = py3-lz4-4.4.5 RDEPENDS = [lang/python/3;archivers/lz4] (Junk lock obtained for exopi-5 at 1764524447.64) >>> Running depends in archivers/py-lz4 at 1764524447.68 last junk was in comms/sigrok/pulseview /usr/sbin/pkg_add -aI -Drepair lz4-1.10.0 py3-build-1.3.0 py3-installer-0.7.0p2 py3-pkgconfig-1.5.5p4 py3-setuptools-79.0.1v0 py3-setuptools_scm-9.0.2 py3-wheel-0.46.1 was: /usr/sbin/pkg_add -aI -Drepair lz4-1.10.0 py3-build-1.3.0 py3-installer-0.7.0p2 py3-pkgconfig-1.5.5p4 py3-setuptools-79.0.1v0 py3-setuptools_scm-9.0.2 py3-wheel-0.46.1 python-3.13.9 /usr/sbin/pkg_add -aI -Drepair lz4-1.10.0 py3-build-1.3.0 py3-installer-0.7.0p2 py3-pkgconfig-1.5.5p4 py3-setuptools-79.0.1v0 py3-setuptools_scm-9.0.2 py3-wheel-0.46.1 >>> Running show-prepare-results in archivers/py-lz4 at 1764524452.21 ===> archivers/py-lz4 ===> Building from scratch py3-lz4-4.4.5 ===> py3-lz4-4.4.5 depends on: py3-pkgconfig-* -> py3-pkgconfig-1.5.5p4 ===> py3-lz4-4.4.5 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-lz4-4.4.5 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-lz4-4.4.5 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-lz4-4.4.5 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-lz4-4.4.5 depends on: py3-wheel-* -> py3-wheel-0.46.1 ===> py3-lz4-4.4.5 depends on: py3-setuptools_scm-* -> py3-setuptools_scm-9.0.2 ===> py3-lz4-4.4.5 depends on: lz4-* -> lz4-1.10.0 ===> Verifying specs: lz4 pthread ===> found lz4.3.3 pthread.28.1 lz4-1.10.0 py3-build-1.3.0 py3-installer-0.7.0p2 py3-pkgconfig-1.5.5p4 py3-setuptools-79.0.1v0 py3-setuptools_scm-9.0.2 py3-wheel-0.46.1 python-3.13.9 (Junk lock released for exopi-5 at 1764524453.66) distfiles size=172886 >>> Running extract in archivers/py-lz4 at 1764524453.69 ===> archivers/py-lz4 ===> Checking files for py3-lz4-4.4.5 `/exopi-cvs/ports/distfiles/lz4-4.4.5.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-lz4-4.4.5 >>> Running build in archivers/py-lz4 at 1764524454.03 ===> archivers/py-lz4 ===> Patching for py3-lz4-4.4.5 ===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |remove -O3 | |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 117. 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-lz4-4.4.5 ===> Configuring for py3-lz4-4.4.5 ===> Building for py3-lz4-4.4.5 * Getting build dependencies for wheel... * Building wheel... /usr/local/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib.openbsd-7.8-amd64-cpython-313/lz4 copying lz4/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/lz4 copying lz4/version.py -> build/lib.openbsd-7.8-amd64-cpython-313/lz4 creating build/lib.openbsd-7.8-amd64-cpython-313/lz4/block copying lz4/block/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/lz4/block creating build/lib.openbsd-7.8-amd64-cpython-313/lz4/frame copying lz4/frame/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/lz4/frame running build_ext building 'lz4._version' extension creating build/temp.openbsd-7.8-amd64-cpython-313/lz4 cc -O2 -pipe -fPIC -I/usr/local/include -I/usr/local/include/python3.13 -c lz4/_version.c -o build/temp.openbsd-7.8-amd64-cpython-313/lz4/_version.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.8-amd64-cpython-313/lz4/_version.o -L/usr/local/lib -L/usr/local/lib -llz4 -o build/lib.openbsd-7.8-amd64-cpython-313/lz4/_version.cpython-313.so building 'lz4.block._block' extension creating build/temp.openbsd-7.8-amd64-cpython-313/lz4/block cc -O2 -pipe -fPIC -I/usr/local/include -I/usr/local/include/python3.13 -c lz4/block/_block.c -o build/temp.openbsd-7.8-amd64-cpython-313/lz4/block/_block.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.8-amd64-cpython-313/lz4/block/_block.o -L/usr/local/lib -L/usr/local/lib -llz4 -o build/lib.openbsd-7.8-amd64-cpython-313/lz4/block/_block.cpython-313.so building 'lz4.frame._frame' extension creating build/temp.openbsd-7.8-amd64-cpython-313/lz4/frame cc -O2 -pipe -fPIC -I/usr/local/include -I/usr/local/include/python3.13 -c lz4/frame/_frame.c -o build/temp.openbsd-7.8-amd64-cpython-313/lz4/frame/_frame.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.8-amd64-cpython-313/lz4/frame/_frame.o -L/usr/local/lib -L/usr/local/lib -llz4 -o build/lib.openbsd-7.8-amd64-cpython-313/lz4/frame/_frame.cpython-313.so installing to build/bdist.openbsd-7.8-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.8-amd64/wheel creating build/bdist.openbsd-7.8-amd64/wheel/lz4 copying build/lib.openbsd-7.8-amd64-cpython-313/lz4/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./lz4 copying build/lib.openbsd-7.8-amd64-cpython-313/lz4/version.py -> build/bdist.openbsd-7.8-amd64/wheel/./lz4 creating build/bdist.openbsd-7.8-amd64/wheel/lz4/block copying build/lib.openbsd-7.8-amd64-cpython-313/lz4/block/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./lz4/block copying build/lib.openbsd-7.8-amd64-cpython-313/lz4/block/_block.cpython-313.so -> build/bdist.openbsd-7.8-amd64/wheel/./lz4/block creating build/bdist.openbsd-7.8-amd64/wheel/lz4/frame copying build/lib.openbsd-7.8-amd64-cpython-313/lz4/frame/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./lz4/frame copying build/lib.openbsd-7.8-amd64-cpython-313/lz4/frame/_frame.cpython-313.so -> build/bdist.openbsd-7.8-amd64/wheel/./lz4/frame copying build/lib.openbsd-7.8-amd64-cpython-313/lz4/_version.cpython-313.so -> build/bdist.openbsd-7.8-amd64/wheel/./lz4 running install_egg_info running egg_info writing lz4.egg-info/PKG-INFO writing dependency_links to lz4.egg-info/dependency_links.txt writing requirements to lz4.egg-info/requires.txt writing top-level names to lz4.egg-info/top_level.txt reading manifest file 'lz4.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'lz4.egg-info/SOURCES.txt' Copying lz4.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./lz4-4.4.5-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/lz4-4.4.5.dist-info/WHEEL creating '/exopi-obj/pobj/py-lz4-4.4.5/lz4-4.4.5/dist/.tmp-5t55x7kd/lz4-4.4.5-cp313-cp313-openbsd_7_8_amd64.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'lz4/__init__.py' adding 'lz4/_version.cpython-313.so' adding 'lz4/version.py' adding 'lz4/block/__init__.py' adding 'lz4/block/_block.cpython-313.so' adding 'lz4/frame/__init__.py' adding 'lz4/frame/_frame.cpython-313.so' adding 'lz4-4.4.5.dist-info/licenses/LICENSE' adding 'lz4-4.4.5.dist-info/METADATA' adding 'lz4-4.4.5.dist-info/WHEEL' adding 'lz4-4.4.5.dist-info/top_level.txt' adding 'lz4-4.4.5.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built lz4-4.4.5-cp313-cp313-openbsd_7_8_amd64.whl >>> Running package in archivers/py-lz4 at 1764524457.32 ===> archivers/py-lz4 ===> Faking installation for py3-lz4-4.4.5 ===> Building package for py3-lz4-4.4.5 Create /exopi-cvs/ports/packages/amd64/all/py3-lz4-4.4.5.tgz Creating package py3-lz4-4.4.5 reading plist| checking dependencies| checking dependencies|archivers/lz4 checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 5% checksumming|***** | 8% checksumming|****** | 10% checksumming|******** | 13% checksumming|********* | 15% checksumming|*********** | 18% checksumming|************ | 20% checksumming|************** | 23% checksumming|*************** | 25% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************** | 43% checksumming|*************************** | 45% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 53% checksumming|********************************** | 55% checksumming|*********************************** | 58% checksumming|************************************* | 60% checksumming|************************************** | 63% checksumming|**************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 73% checksumming|********************************************** | 75% checksumming|*********************************************** | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************** | 93% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|************* | 21% archiving|************************* | 40% archiving|*************************** | 42% archiving|*************************************** | 61% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|********************************************************* | 89% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-lz4-4.4.5.tgz >>> Running clean in archivers/py-lz4 at 1764524460.71 ===> archivers/py-lz4 ===> Cleaning for py3-lz4-4.4.5 >>> Ended at 1764524460.91 max_stuck=2.29/depends=4.54/show-prepare-results=1.48/extract=0.34/build=3.29/package=3.39/clean=0.22