Date: Thu, 16 May 2024 18:05:26 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1c7cf1497213 - main - misc/arrow-datafusion: Broken in i386 Message-ID: <202405161805.44GI5Qaj021843@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c7cf14972130f4596c406d4ebd7b3c3ef7f1bdc commit 1c7cf14972130f4596c406d4ebd7b3c3ef7f1bdc Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-16 18:04:55 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-16 18:05:23 +0000 misc/arrow-datafusion: Broken in i386 Reported by: fallout --- misc/arrow-datafusion/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/arrow-datafusion/Makefile b/misc/arrow-datafusion/Makefile index 074c437431b0..2170650583d3 100644 --- a/misc/arrow-datafusion/Makefile +++ b/misc/arrow-datafusion/Makefile @@ -10,6 +10,8 @@ WWW= https://arrow.apache.org/datafusion LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE.txt +BROKEN_i386= compilation fails: this arithmetic operation will overflow, see https://github.com/purpleprotocol/mimalloc_rust/issues/116 + LIB_DEPENDS= libzstd.so:archivers/zstd USES= cargo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405161805.44GI5Qaj021843>