Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 20:26:02 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 2996961b2174 - 2024Q1 - security/solana: Correct BROKEN=xx line
Message-ID:  <202401122026.40CKQ2fG054372@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2996961b2174cde66a315d9f9990f321ce063852

commit 2996961b2174cde66a315d9f9990f321ce063852
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:26:00 +0000

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

diff --git a/security/solana/Makefile b/security/solana/Makefile
index 172a566b1761..e11c868b07e1 100644
--- a/security/solana/Makefile
+++ b/security/solana/Makefile
@@ -12,7 +12,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?202401122026.40CKQ2fG054372>