git: 0db1a463af92 - main - databases/lancedb-c: Broken on aarch64
Yuri Victorovich <[email protected]> Thu, 06 Aug 2026 06:01:14 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0db1a463af92dd8531f89c207a05d633d56de1e9 commit 0db1a463af92dd8531f89c207a05d633d56de1e9 Author: Yuri Victorovich <[email protected]> AuthorDate: 2026-08-06 03:36:39 +0000 Commit: Yuri Victorovich <[email protected]> CommitDate: 2026-08-06 06:01:07 +0000 databases/lancedb-c: Broken on aarch64 Reported by: fallout --- databases/lancedb-c/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/lancedb-c/Makefile b/databases/lancedb-c/Makefile index 38a321d56a0b..97358e2c174c 100644 --- a/databases/lancedb-c/Makefile +++ b/databases/lancedb-c/Makefile @@ -10,6 +10,7 @@ WWW= https://github.com/lancedb/lancedb-c LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= compilation fails: error[E0433]: cannot find module or crate `aarch64` in this scope, see https://github.com/lancedb/lancedb/issues/3764 BROKEN_i386= compilation fails: error[E0425]: cannot find function `_mm256_insert_epi64` in this scope BUILD_DEPENDS= ${LOCALBASE}/bin/protoc:devel/protobuf