Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 04:06:12 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c9f55aaf9372 - main - security/solana: Broken on i386 Reported by:	fallout
Message-ID:  <202104250406.13P46C4A062144@gitrepo.freebsd.org>

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

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

commit c9f55aaf9372f8d626be60e0cc283da5e4101fa1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-25 02:24:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-04-25 04:06:07 +0000

    security/solana: Broken on i386
    Reported by:    fallout
---
 security/solana/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/solana/Makefile b/security/solana/Makefile
index f15b0fcee2f6..363ef90180b8 100644
--- a/security/solana/Makefile
+++ b/security/solana/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Web-scale blockchain for decentralized apps and marketplaces
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	Fails on 32-bit systems: https://github.com/solana-labs/solana/issues/16811
+
 BUILD_DEPENDS=	llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
 LIB_DEPENDS=	libhidapi.so:comms/hidapi
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104250406.13P46C4A062144>