Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2025 11:21:09 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 79fa0c1e7073 - main - databases/py-datafusion: Mark BROKEN on armv7 and i386
Message-ID:  <202510061121.596BL97q077202@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=79fa0c1e7073410890ba52d3e8ca965e21f8582c

commit 79fa0c1e7073410890ba52d3e8ca965e21f8582c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-06 10:13:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-06 10:13:56 +0000

    databases/py-datafusion: Mark BROKEN on armv7 and i386
    
    Reference:      https://pkg-status.freebsd.org/ampere2/data/main-armv7-default/p6fecc51c6cfb_s1344979687/logs/py311-datafusion-48.0.0.log
                    https://pkg-status.freebsd.org/beefy21/data/142i386-default/c978487f3e0d/logs/py311-datafusion-49.0.0.log
---
 databases/py-datafusion/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/databases/py-datafusion/Makefile b/databases/py-datafusion/Makefile
index 4bf9c3e26929..045f19e5c0bb 100644
--- a/databases/py-datafusion/Makefile
+++ b/databases/py-datafusion/Makefile
@@ -14,6 +14,9 @@ WWW=		https://datafusion.apache.org/python/ \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_armv7=	rustc-LLVM ERROR: out of memory
+BROKEN_i386=	rustc-LLVM ERROR: out of memory
+
 BUILD_DEPENDS=	protoc:devel/protobuf \
 		${PYTHON_PKGNAMEPREFIX}maturin>=1.8.1:devel/py-maturin@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyarrow>=11.0.0:databases/py-pyarrow@${PY_FLAVOR}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510061121.596BL97q077202>