Date: Sat, 2 Jul 2022 14:00:08 GMT From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 597369778c3b - main - security/solana: Mark as broken Message-ID: <202207021400.262E08QL028841@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=597369778c3b0de3f5a8bfee9d9525a80b8e4253 commit 597369778c3b0de3f5a8bfee9d9525a80b8e4253 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2022-07-02 13:48:12 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2022-07-02 13:48:12 +0000 security/solana: Mark as broken It doesn't build with rust 1.61 and the latest version (1.9.24) is affected by this bug: https://github.com/quinn-rs/quinn/issues/1142 PR: 264292 Approved by: maintainer timeout --- security/solana/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/solana/Makefile b/security/solana/Makefile index 899d9888677c..8fb818c9f3aa 100644 --- a/security/solana/Makefile +++ b/security/solana/Makefile @@ -10,6 +10,7 @@ COMMENT= Web-scale blockchain for decentralized apps and marketplaces LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Fails to build with rust 1.61.0+ BROKEN_i386= Fails on 32-bit systems: https://github.com/solana-labs/solana/issues/16811 BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207021400.262E08QL028841>