>>> Building on exopi-2 under textproc/py-stemmer BDEPENDS = [textproc/libstemmer;lang/cython;lang/python/3;devel/py-installer;devel/py-setuptools;devel/py-wheel;devel/py-build] DIST = [textproc/py-stemmer:PyStemmer-2.2.0.1.tar.gz] FULLPKGNAME = py3-stemmer-2.2.0.1p2 RDEPENDS = [textproc/libstemmer;lang/python/3] (Junk lock failure for exopi-2 at 1734972763.35026) Received IO (Junk lock obtained for exopi-2 at 1734972766.03) Received IO Woken up textproc/py-stemmer Woken up textproc/py-stemmer Woken up textproc/py-stemmer >>> Running depends in textproc/py-stemmer at 1734972767.34 last junk was in devel/glib2,bootstrap /usr/sbin/pkg_add -aI -Drepair libstemmer-2.2.0 py3-cython-3.0.11p0v0 was: /usr/sbin/pkg_add -aI -Drepair libstemmer-2.2.0 py3-build-1.2.2.post1p0 py3-cython-3.0.11p0v0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 /usr/sbin/pkg_add -aI -Drepair libstemmer-2.2.0 py3-cython-3.0.11p0v0 >>> Running show-prepare-results in textproc/py-stemmer at 1734972770.34 ===> textproc/py-stemmer ===> Building from scratch py3-stemmer-2.2.0.1p2 ===> py3-stemmer-2.2.0.1p2 depends on: py3-cython-* -> py3-cython-3.0.11p0v0 ===> py3-stemmer-2.2.0.1p2 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> py3-stemmer-2.2.0.1p2 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-stemmer-2.2.0.1p2 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-stemmer-2.2.0.1p2 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> py3-stemmer-2.2.0.1p2 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 ===> py3-stemmer-2.2.0.1p2 depends on: libstemmer-* -> libstemmer-2.2.0 ===> Verifying specs: stemmer ===> found stemmer.0.0 libstemmer-2.2.0 py3-build-1.2.2.post1p0 py3-cython-3.0.11p0v0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 (Junk lock released for exopi-2 at 1734972771.99) Woken up textproc/py-lxml distfiles size=303027 >>> Running build in textproc/py-stemmer at 1734972772.03 ===> textproc/py-stemmer ===> Checking files for py3-stemmer-2.2.0.1p2 `/exopi-cvs/ports/distfiles/PyStemmer-2.2.0.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-stemmer-2.2.0.1p2 ===> Patching for py3-stemmer-2.2.0.1p2 ===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From d3d423dc877b4f49e0ab1776f7edaff37feb6799 Mon Sep 17 00:00:00 2001 |From: Stefano Rivera |Date: Sat, 25 Nov 2023 16:33:46 +0000 |Subject: [PATCH] Unrestrict the maximum Cython version | |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 208. 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-stemmer-2.2.0.1p2 ===> Configuring for py3-stemmer-2.2.0.1p2 ===> Building for py3-stemmer-2.2.0.1p2 * Getting build dependencies for wheel... * Building wheel... running bdist_wheel running build running build_ext /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-stemmer-2.2.0.1/PyStemmer-2.2.0.1/src/Stemmer.pyx tree = Parsing.p_module(s, pxd, full_module_name) Compiling src/Stemmer.pyx because it changed. [1/1] Cythonizing src/Stemmer.pyx building 'Stemmer' extension creating build creating build/temp.openbsd-7.6-amd64-cpython-312 creating build/temp.openbsd-7.6-amd64-cpython-312/src cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -I/usr/local/include -fPIC -I/usr/local/include/python3.12 -c src/Stemmer.c -o build/temp.openbsd-7.6-amd64-cpython-312/src/Stemmer.o src/Stemmer.c:7567:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/Stemmer.c:560:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ src/Stemmer.c:7578:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/Stemmer.c:560:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ 2 warnings generated. creating build/lib.openbsd-7.6-amd64-cpython-312 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe -I/usr/local/include build/temp.openbsd-7.6-amd64-cpython-312/src/Stemmer.o -L/usr/local/lib -lstemmer -o build/lib.openbsd-7.6-amd64-cpython-312/Stemmer.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 copying build/lib.openbsd-7.6-amd64-cpython-312/Stemmer.cpython-312.so -> build/bdist.openbsd-7.6-amd64/wheel running install_egg_info running egg_info writing PyStemmer.egg-info/PKG-INFO writing dependency_links to PyStemmer.egg-info/dependency_links.txt writing top-level names to PyStemmer.egg-info/top_level.txt reading manifest file 'PyStemmer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'PyStemmer.egg-info/SOURCES.txt' Copying PyStemmer.egg-info to build/bdist.openbsd-7.6-amd64/wheel/PyStemmer-2.2.0.1-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/PyStemmer-2.2.0.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-stemmer-2.2.0.1/PyStemmer-2.2.0.1/dist/.tmp-inajjqh_/PyStemmer-2.2.0.1-cp312-cp312-openbsd_7_6_amd64.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'Stemmer.cpython-312.so' adding 'PyStemmer-2.2.0.1.dist-info/AUTHORS' adding 'PyStemmer-2.2.0.1.dist-info/LICENSE' adding 'PyStemmer-2.2.0.1.dist-info/METADATA' adding 'PyStemmer-2.2.0.1.dist-info/WHEEL' adding 'PyStemmer-2.2.0.1.dist-info/top_level.txt' adding 'PyStemmer-2.2.0.1.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built PyStemmer-2.2.0.1-cp312-cp312-openbsd_7_6_amd64.whl >>> Running package in textproc/py-stemmer at 1734972778.22 ===> textproc/py-stemmer ===> Faking installation for py3-stemmer-2.2.0.1p2 ===> Building package for py3-stemmer-2.2.0.1p2 Create /exopi-cvs/ports/packages/amd64/all/py3-stemmer-2.2.0.1p2.tgz Creating package py3-stemmer-2.2.0.1p2 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|textproc/libstemmer 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|* | 2% archiving|** | 3% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-stemmer-2.2.0.1p2.tgz >>> Running clean in textproc/py-stemmer at 1734972782.57 ===> textproc/py-stemmer ===> Cleaning for py3-stemmer-2.2.0.1p2 >>> Ended at 1734972782.82 max_stuck=1.98/waiting-for-lock #60=3.98/depends=3.02/show-prepare-results=1.68/build=6.20/package=4.35/clean=0.28