Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 20:25:44 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: e36c83e22589 - main - security/solana: Correct BROKEN=xx line
Message-ID:  <202401122025.40CKPi0P054175@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=e36c83e22589a64be71ac1fb62a6c4cf07612ad3

commit e36c83e22589a64be71ac1fb62a6c4cf07612ad3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 20:25:09 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 20:25:42 +0000

    security/solana: Correct BROKEN=xx line
---
 security/solana/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/solana/Makefile b/security/solana/Makefile
index 66fd9be681ba..e22e70ae1561 100644
--- a/security/solana/Makefile
+++ b/security/solana/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_armv7=		compilation failure: error[E0512]: cannot transmute between types of different sizes, or dependently-sized types --> programs/bpf_loader/src/syscalls/mod.rs:489:21
 BROKEN_i386=		fails on 32-bit systems: https://github.com/solana-labs/solana/issues/16811
-BROKEN_powerpc64l=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs:358:10
+BROKEN_powerpc64le=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs:358:10 # see https://github.com/rust-lang/rust/issues/119901
 
 BUILD_DEPENDS=	llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} \
 		protoc:devel/protobuf \



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