>>> Building on exopi-2 under devel/py-rencode BDEPENDS = [devel/py-setuptools;devel/py-wheel;lang/cython;lang/python/3;devel/py-installer;devel/py-build] DIST = [devel/py-rencode:rencode-1.0.6-572ff745.tar.gz] FULLPKGNAME = py3-rencode-1.0.6pl20210810p1 RDEPENDS = [lang/python/3] Avoided depends for python-3.12.8p0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 py3-cython-3.0.11p0v0 distfiles size=25887 >>> Running build in devel/py-rencode at 1734972854.19 ===> devel/py-rencode ===> Building from scratch py3-rencode-1.0.6pl20210810p1 ===> py3-rencode-1.0.6pl20210810p1 depends on: py3-cython-* -> py3-cython-3.0.11p0v0 ===> py3-rencode-1.0.6pl20210810p1 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> py3-rencode-1.0.6pl20210810p1 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-rencode-1.0.6pl20210810p1 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-rencode-1.0.6pl20210810p1 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> py3-rencode-1.0.6pl20210810p1 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 ===> Checking files for py3-rencode-1.0.6pl20210810p1 `/exopi-cvs/ports/distfiles/rencode-1.0.6-572ff745.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-rencode-1.0.6pl20210810p1 ===> Patching for py3-rencode-1.0.6pl20210810p1 ===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 42. 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-rencode-1.0.6pl20210810p1 ===> Configuring for py3-rencode-1.0.6pl20210810p1 ===> Building for py3-rencode-1.0.6pl20210810p1 * Getting build dependencies for wheel... /usr/local/lib/python3.12/site-packages/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /exopi-obj/pobj/py-rencode-1.0.6pl20210810/rencode-572ff74586d9b1daab904c6f7f7009ce0143bb75/rencode/_rencode.pyx tree = Parsing.p_module(s, pxd, full_module_name) Compiling rencode/_rencode.pyx because it changed. [1/1] Cythonizing rencode/_rencode.pyx * 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/rencode copying rencode/__init__.py -> build/lib.openbsd-7.6-amd64-cpython-312/rencode copying rencode/rencode_orig.py -> build/lib.openbsd-7.6-amd64-cpython-312/rencode running build_ext building 'rencode._rencode' extension creating build/temp.openbsd-7.6-amd64-cpython-312 creating build/temp.openbsd-7.6-amd64-cpython-312/rencode 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/python3.12 -c rencode/_rencode.c -o build/temp.openbsd-7.6-amd64-cpython-312/rencode/_rencode.o rencode/_rencode.c:4536:28: warning: result of comparison of constant 128 with expression of type 'signed char' is always true [-Wtautological-constant-out-of-range-compare] __pyx_t_1 = (__pyx_v_x < 0x80); ~~~~~~~~~ ^ ~~~~ rencode/_rencode.c:9649:35: warning: result of comparison of constant 256 with expression of type 'unsigned char' is always true [-Wtautological-constant-out-of-range-compare] __pyx_t_1 = (__pyx_v_typecode < (__pyx_e_7rencode_8_rencode_LIST_FIXED_START + __pyx_e_7rencode_8_rencode_LIST_FIXED_COUNT)); ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.6-amd64-cpython-312/rencode/_rencode.o -L/usr/local/lib -o build/lib.openbsd-7.6-amd64-cpython-312/rencode/_rencode.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/rencode copying build/lib.openbsd-7.6-amd64-cpython-312/rencode/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/rencode copying build/lib.openbsd-7.6-amd64-cpython-312/rencode/rencode_orig.py -> build/bdist.openbsd-7.6-amd64/wheel/rencode copying build/lib.openbsd-7.6-amd64-cpython-312/rencode/_rencode.cpython-312.so -> build/bdist.openbsd-7.6-amd64/wheel/rencode running install_egg_info running egg_info creating rencode.egg-info writing rencode.egg-info/PKG-INFO writing dependency_links to rencode.egg-info/dependency_links.txt writing top-level names to rencode.egg-info/top_level.txt writing manifest file 'rencode.egg-info/SOURCES.txt' reading manifest file 'rencode.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'rencode/rencode.c' adding license file 'COPYING' writing manifest file 'rencode.egg-info/SOURCES.txt' Copying rencode.egg-info to build/bdist.openbsd-7.6-amd64/wheel/rencode-1.0.6-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/rencode-1.0.6.dist-info/WHEEL creating '/exopi-obj/pobj/py-rencode-1.0.6pl20210810/rencode-572ff74586d9b1daab904c6f7f7009ce0143bb75/dist/.tmp-xiz4nk4i/rencode-1.0.6-cp312-cp312-openbsd_7_6_amd64.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'rencode/__init__.py' adding 'rencode/_rencode.cpython-312.so' adding 'rencode/rencode_orig.py' adding 'rencode-1.0.6.dist-info/COPYING' adding 'rencode-1.0.6.dist-info/METADATA' adding 'rencode-1.0.6.dist-info/WHEEL' adding 'rencode-1.0.6.dist-info/top_level.txt' adding 'rencode-1.0.6.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built rencode-1.0.6-cp312-cp312-openbsd_7_6_amd64.whl >>> Running package in devel/py-rencode at 1734972863.74 ===> devel/py-rencode ===> Faking installation for py3-rencode-1.0.6pl20210810p1 ===> Building package for py3-rencode-1.0.6pl20210810p1 Create /exopi-cvs/ports/packages/amd64/all/py3-rencode-1.0.6pl20210810p1.tgz Creating package py3-rencode-1.0.6pl20210810p1 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|*** | 4% checksumming|***** | 9% checksumming|******** | 13% checksumming|*********** | 17% checksumming|************* | 22% checksumming|**************** | 26% checksumming|******************* | 30% checksumming|********************* | 35% checksumming|************************ | 39% checksumming|*************************** | 43% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 57% checksumming|************************************* | 61% checksumming|**************************************** | 65% checksumming|****************************************** | 70% checksumming|********************************************* | 74% checksumming|************************************************ | 78% checksumming|************************************************** | 83% checksumming|***************************************************** | 87% checksumming|******************************************************** | 91% checksumming|********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|************** | 22% archiving|**************************** | 44% archiving|*************************************************** | 80% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-rencode-1.0.6pl20210810p1.tgz >>> Running clean in devel/py-rencode at 1734972865.36 ===> devel/py-rencode ===> Cleaning for py3-rencode-1.0.6pl20210810p1 >>> Ended at 1734972865.87 max_stuck=1.37/build=9.57/package=1.60/clean=0.55