git: 3fc7f3314f3d - main - databases/py-deltalake: Broken on i386

Yuri Victorovich <[email protected]> Sun, 02 Aug 2026 23:54:40 +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=3fc7f3314f3db2b134a636cc85d779df0256cd51

commit 3fc7f3314f3db2b134a636cc85d779df0256cd51
Author:     Yuri Victorovich <[email protected]>
AuthorDate: 2026-08-02 23:29:28 +0000
Commit:     Yuri Victorovich <[email protected]>
CommitDate: 2026-08-02 23:54:23 +0000

    databases/py-deltalake: Broken on i386
    
    Reported by:    fallout
---
 databases/py-deltalake/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/databases/py-deltalake/Makefile b/databases/py-deltalake/Makefile
index 133a3ebc2d51..2e32d0c536b7 100644
--- a/databases/py-deltalake/Makefile
+++ b/databases/py-deltalake/Makefile
@@ -11,6 +11,8 @@ WWW=		https://delta-io.github.io/delta-rs/ \
 
 LICENSE=	APACHE20
 
+BROKEN_i386=	compilation fails: error[E0425]: cannot find function `_mm256_insert_epi64` in this scope
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}maturin>=1,<2:devel/py-maturin@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}arro3-core>=0.5.0:devel/py-arro3-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}deprecated>=1.2.18:devel/py-deprecated@${PY_FLAVOR}