git: 772c28a5437d - main - japanese/py-SudachiPy: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Oct 2024 03:09:40 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=772c28a5437d2d382f73305ed193425012787e07 commit 772c28a5437d2d382f73305ed193425012787e07 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-05 02:43:48 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-05 03:09:28 +0000 japanese/py-SudachiPy: Broken on i386 Reported by: fallout --- japanese/py-SudachiPy/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/japanese/py-SudachiPy/Makefile b/japanese/py-SudachiPy/Makefile index 1cec69236c83..05f5519aa56d 100644 --- a/japanese/py-SudachiPy/Makefile +++ b/japanese/py-SudachiPy/Makefile @@ -12,6 +12,8 @@ WWW= https://github.com/WorksApplications/sudachi.rs LICENSE= APACHE20 +BROKEN_i386= compilation fails: error[E0425]: cannot find value `SEED` in this scope ; constant `crate::hash::SEED` exists but is inaccessible + BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools-rust>0:devel/py-setuptools-rust@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \