git: dd6f6c5fa210 - main - security/solana: Broken on armv7, powerpc64l
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 06:22:55 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd6f6c5fa210943f8a51571925c25631b3e94dc1 commit dd6f6c5fa210943f8a51571925c25631b3e94dc1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-12 06:21:57 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-12 06:22:53 +0000 security/solana: Broken on armv7, powerpc64l Reported by: https://portsfallout.com/ --- security/solana/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/solana/Makefile b/security/solana/Makefile index 50c955095732..66fd9be681ba 100644 --- a/security/solana/Makefile +++ b/security/solana/Makefile @@ -11,7 +11,9 @@ WWW= https://solana.com/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= fails on 32-bit systems: https://github.com/solana-labs/solana/issues/16811 +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 BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} \ protoc:devel/protobuf \