>>> Building on exopi-6 under archivers/py-lz4 BDEPENDS = [lang/python/3;devel/py-installer;devel/py-pkgconfig;devel/py-setuptools_scm;devel/py-build;devel/py-setuptools;devel/py-wheel;archivers/lz4] DIST = [archivers/py-lz4:lz4-4.3.3.tar.gz] FULLPKGNAME = py3-lz4-4.3.3p0 RDEPENDS = [lang/python/3;archivers/lz4] (Junk lock obtained for exopi-6 at 1735055616.00) >>> Running depends in archivers/py-lz4 at 1735055616.03 last junk was in devel/kf5/baloo /usr/sbin/pkg_add -aI -Drepair lz4-1.10.0 py3-pkgconfig-1.5.5p3 py3-setuptools-69.5.1p0v0 py3-setuptools_scm-8.0.4p2 py3-wheel-0.45.1p0 was: /usr/sbin/pkg_add -aI -Drepair lz4-1.10.0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-pkgconfig-1.5.5p3 py3-setuptools-69.5.1p0v0 py3-setuptools_scm-8.0.4p2 py3-wheel-0.45.1p0 python-3.12.8p0 /usr/sbin/pkg_add -aI -Drepair lz4-1.10.0 py3-pkgconfig-1.5.5p3 py3-setuptools-69.5.1p0v0 py3-setuptools_scm-8.0.4p2 py3-wheel-0.45.1p0 >>> Running show-prepare-results in archivers/py-lz4 at 1735055619.52 ===> archivers/py-lz4 ===> Building from scratch py3-lz4-4.3.3p0 ===> py3-lz4-4.3.3p0 depends on: py3-pkgconfig-* -> py3-pkgconfig-1.5.5p3 ===> py3-lz4-4.3.3p0 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> py3-lz4-4.3.3p0 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-lz4-4.3.3p0 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-lz4-4.3.3p0 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> py3-lz4-4.3.3p0 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 ===> py3-lz4-4.3.3p0 depends on: py3-setuptools_scm-* -> py3-setuptools_scm-8.0.4p2 ===> py3-lz4-4.3.3p0 depends on: lz4-* -> lz4-1.10.0 ===> Verifying specs: lz4 pthread ===> found lz4.3.3 pthread.27.1 lz4-1.10.0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-pkgconfig-1.5.5p3 py3-setuptools-69.5.1p0v0 py3-setuptools_scm-8.0.4p2 py3-wheel-0.45.1p0 python-3.12.8p0 (Junk lock released for exopi-6 at 1735055621.00) distfiles size=171509 >>> Running build in archivers/py-lz4 at 1735055621.03 ===> archivers/py-lz4 ===> Checking files for py3-lz4-4.3.3p0 `/exopi-cvs/ports/distfiles/lz4-4.3.3.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-lz4-4.3.3p0 ===> Patching for py3-lz4-4.3.3p0 ===> 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.3.3p0 ===> Configuring for py3-lz4-4.3.3p0 ===> Building for py3-lz4-4.3.3p0 * Getting build dependencies for wheel... * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib.openbsd-7.6-amd64-cpython-312 creating build/lib.openbsd-7.6-amd64-cpython-312/lz4 copying lz4/__init__.py -> build/lib.openbsd-7.6-amd64-cpython-312/lz4 copying lz4/version.py -> build/lib.openbsd-7.6-amd64-cpython-312/lz4 creating build/lib.openbsd-7.6-amd64-cpython-312/lz4/block copying lz4/block/__init__.py -> build/lib.openbsd-7.6-amd64-cpython-312/lz4/block creating build/lib.openbsd-7.6-amd64-cpython-312/lz4/frame copying lz4/frame/__init__.py -> build/lib.openbsd-7.6-amd64-cpython-312/lz4/frame running build_ext building 'lz4._version' extension creating build/temp.openbsd-7.6-amd64-cpython-312 creating build/temp.openbsd-7.6-amd64-cpython-312/lz4 cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include -I/usr/local/include/python3.12 -c lz4/_version.c -o build/temp.openbsd-7.6-amd64-cpython-312/lz4/_version.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.6-amd64-cpython-312/lz4/_version.o -L/usr/local/lib -L/usr/local/lib -llz4 -o build/lib.openbsd-7.6-amd64-cpython-312/lz4/_version.cpython-312.so building 'lz4.block._block' extension creating build/temp.openbsd-7.6-amd64-cpython-312/lz4/block cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include -I/usr/local/include/python3.12 -c lz4/block/_block.c -o build/temp.openbsd-7.6-amd64-cpython-312/lz4/block/_block.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.6-amd64-cpython-312/lz4/block/_block.o -L/usr/local/lib -L/usr/local/lib -llz4 -o build/lib.openbsd-7.6-amd64-cpython-312/lz4/block/_block.cpython-312.so building 'lz4.frame._frame' extension creating build/temp.openbsd-7.6-amd64-cpython-312/lz4/frame cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include -I/usr/local/include/python3.12 -c lz4/frame/_frame.c -o build/temp.openbsd-7.6-amd64-cpython-312/lz4/frame/_frame.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.6-amd64-cpython-312/lz4/frame/_frame.o -L/usr/local/lib -L/usr/local/lib -llz4 -o build/lib.openbsd-7.6-amd64-cpython-312/lz4/frame/_frame.cpython-312.so installing to build/bdist.openbsd-7.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64 creating build/bdist.openbsd-7.6-amd64/wheel creating build/bdist.openbsd-7.6-amd64/wheel/lz4 copying build/lib.openbsd-7.6-amd64-cpython-312/lz4/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/lz4 copying build/lib.openbsd-7.6-amd64-cpython-312/lz4/version.py -> build/bdist.openbsd-7.6-amd64/wheel/lz4 creating build/bdist.openbsd-7.6-amd64/wheel/lz4/block copying build/lib.openbsd-7.6-amd64-cpython-312/lz4/block/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/lz4/block copying build/lib.openbsd-7.6-amd64-cpython-312/lz4/block/_block.cpython-312.so -> build/bdist.openbsd-7.6-amd64/wheel/lz4/block creating build/bdist.openbsd-7.6-amd64/wheel/lz4/frame copying build/lib.openbsd-7.6-amd64-cpython-312/lz4/frame/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/lz4/frame copying build/lib.openbsd-7.6-amd64-cpython-312/lz4/frame/_frame.cpython-312.so -> build/bdist.openbsd-7.6-amd64/wheel/lz4/frame copying build/lib.openbsd-7.6-amd64-cpython-312/lz4/_version.cpython-312.so -> build/bdist.openbsd-7.6-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.6-amd64/wheel/lz4-4.3.3-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/lz4-4.3.3.dist-info/WHEEL creating '/exopi-obj/pobj/py-lz4-4.3.3/lz4-4.3.3/dist/.tmp-2r7orke3/lz4-4.3.3-cp312-cp312-openbsd_7_6_amd64.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'lz4/__init__.py' adding 'lz4/_version.cpython-312.so' adding 'lz4/version.py' adding 'lz4/block/__init__.py' adding 'lz4/block/_block.cpython-312.so' adding 'lz4/frame/__init__.py' adding 'lz4/frame/_frame.cpython-312.so' adding 'lz4-4.3.3.dist-info/LICENSE' adding 'lz4-4.3.3.dist-info/METADATA' adding 'lz4-4.3.3.dist-info/WHEEL' adding 'lz4-4.3.3.dist-info/top_level.txt' adding 'lz4-4.3.3.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built lz4-4.3.3-cp312-cp312-openbsd_7_6_amd64.whl >>> Running package in archivers/py-lz4 at 1735055624.82 ===> archivers/py-lz4 ===> Faking installation for py3-lz4-4.3.3p0 ===> Building package for py3-lz4-4.3.3p0 Create /exopi-cvs/ports/packages/amd64/all/py3-lz4-4.3.3p0.tgz Creating package py3-lz4-4.3.3p0 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|************* | 21% checksumming|************** | 23% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************* | 41% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|************************************ | 59% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************** | 82% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|********** | 16% archiving|******************** | 31% archiving|********************* | 33% archiving|********************** | 34% archiving|************************** | 41% archiving|************************************ | 56% archiving|********************************************* | 70% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-lz4-4.3.3p0.tgz >>> Running clean in archivers/py-lz4 at 1735055628.38 ===> archivers/py-lz4 ===> Cleaning for py3-lz4-4.3.3p0 >>> Ended at 1735055628.59 max_stuck=0.91/depends=3.49/show-prepare-results=1.50/build=3.80/package=3.55/clean=0.24