Date: Mon, 15 Jan 2024 06:29:12 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: e7eae61ccb9c - main - net-im/conduit: Broken on powerpc64le Message-ID: <202401150629.40F6TCPt096993@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=e7eae61ccb9c16bf2fc776d7c61801b4c4fbc4f2 commit e7eae61ccb9c16bf2fc776d7c61801b4c4fbc4f2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-15 06:28:35 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-15 06:29:10 +0000 net-im/conduit: Broken on powerpc64le Reported by: fallout --- net-im/conduit/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/conduit/Makefile b/net-im/conduit/Makefile index a49378ac0eb9..9bcb3d5fd394 100644 --- a/net-im/conduit/Makefile +++ b/net-im/conduit/Makefile @@ -12,6 +12,8 @@ WWW= https://conduit.rs/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://gitlab.com/famedly/conduit/-/issues/416 + BUILD_DEPENDS= ${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/libclang.so:devel/llvm${LLVM_DEFAULT} USES= cargo gmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401150629.40F6TCPt096993>