Date: Fri, 12 Jan 2024 06:23:13 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: 3c2ec1fbc8f7 - 2024Q1 - security/solana: Broken on armv7, powerpc64l Message-ID: <202401120623.40C6NDX1032342@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=3c2ec1fbc8f7dfd10217653fea9de91d2c26d198 commit 3c2ec1fbc8f7dfd10217653fea9de91d2c26d198 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:23:08 +0000 security/solana: Broken on armv7, powerpc64l Reported by: https://portsfallout.com/ (cherry picked from commit dd6f6c5fa210943f8a51571925c25631b3e94dc1) --- security/solana/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/solana/Makefile b/security/solana/Makefile index fd22e7999318..172a566b1761 100644 --- a/security/solana/Makefile +++ b/security/solana/Makefile @@ -10,7 +10,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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401120623.40C6NDX1032342>