git: 5812f57052e0 - main - japanese/py-SudachiPy: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Feb 2025 16:49:43 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5812f57052e0d9b98ef19f115f2da870d2c6adf3 commit 5812f57052e0d9b98ef19f115f2da870d2c6adf3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-02-06 16:49:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-02-06 16:49:22 +0000 japanese/py-SudachiPy: Broken on armv7 Reported by: fallout --- japanese/py-SudachiPy/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/japanese/py-SudachiPy/Makefile b/japanese/py-SudachiPy/Makefile index e3490f17c0ad..187f5150053b 100644 --- a/japanese/py-SudachiPy/Makefile +++ b/japanese/py-SudachiPy/Makefile @@ -12,8 +12,9 @@ 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 -BROKEN_powerpc= compilation fails: error[E0425]: cannot find value `SEED` in this scope ; constant `crate::hash::SEED` exists but is inaccessible +BROKEN_armv7= compilation fails: error[E0425]: cannot find value `SEED` in this scope ; constant `crate::hash::SEED` exists but is inaccessible, see https://github.com/WorksApplications/sudachi.rs/issues/298 +BROKEN_i386= compilation fails: error[E0425]: cannot find value `SEED` in this scope ; constant `crate::hash::SEED` exists but is inaccessible, see https://github.com/WorksApplications/sudachi.rs/issues/298 +BROKEN_powerpc= compilation fails: error[E0425]: cannot find value `SEED` in this scope ; constant `crate::hash::SEED` exists but is inaccessible, see https://github.com/WorksApplications/sudachi.rs/issues/298 BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools-rust>0:devel/py-setuptools-rust@${PY_FLAVOR} \