Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 01:41:25 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: 8e1d9aafadc5 - 2022Q3 - security/solana: Mark as broken
Message-ID:  <202207210141.26L1fP6Q023575@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=8e1d9aafadc5baf0a668563988c146df9065afe2

commit 8e1d9aafadc5baf0a668563988c146df9065afe2
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2022-07-02 13:48:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-21 01:41:14 +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
    
    (cherry picked from commit 597369778c3b0de3f5a8bfee9d9525a80b8e4253)
---
 security/solana/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/solana/Makefile b/security/solana/Makefile
index bc1205247340..cfc7a02cb52e 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?202207210141.26L1fP6Q023575>