Date: Sun, 8 Dec 2024 11:46:53 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: 8817d9eafffe - main - devel/uv: Broken on armv7 Message-ID: <202412081146.4B8Bkr83034449@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=8817d9eafffe910e674dd740182d9d603ef52e56 commit 8817d9eafffe910e674dd740182d9d603ef52e56 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-08 11:45:52 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-08 11:45:52 +0000 devel/uv: Broken on armv7 Reported by: fallout --- devel/uv/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/uv/Makefile b/devel/uv/Makefile index 7694b92f7f1b..464d76114402 100644 --- a/devel/uv/Makefile +++ b/devel/uv/Makefile @@ -14,6 +14,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT +BROKEN_armv7= compilation fails: rustc-LLVM ERROR: out of memory BROKEN_i386= compilation of the libopenssl_sys-abc7d27a34743709 crate fails: ld: error: undefined symbol: __atomic_is_lock_free, etc LIB_DEPENDS= libgit2.so:devel/libgit2 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412081146.4B8Bkr83034449>