Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2024 17:00:18 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: 71a1ce1be73d - main - misc/amazon-qldb-shell: Broken because ahash requires the removed feature
Message-ID:  <202404031700.433H0IDO074758@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=71a1ce1be73d2aaf9d8dc6a1a3a52aeb87cba3b9

commit 71a1ce1be73d2aaf9d8dc6a1a3a52aeb87cba3b9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-03 16:59:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-03 16:59:27 +0000

    misc/amazon-qldb-shell: Broken because ahash requires the removed feature
    
    Reported by:    fallout
---
 misc/amazon-qldb-shell/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/amazon-qldb-shell/Makefile b/misc/amazon-qldb-shell/Makefile
index 7cd7311773f1..428fc6d1eaf3 100644
--- a/misc/amazon-qldb-shell/Makefile
+++ b/misc/amazon-qldb-shell/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/awslabs/amazon-qldb-shell
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		unknown feature `stdsimd`, ahash requires the removed feature, see https://github.com/awslabs/amazon-qldb-shell/issues/587
+
 BUILD_DEPENDS=	cmake:devel/cmake-core \
 		rust-nightly>0:lang/rust-nightly # #![feature(rustc_attrs)] => #![feature]` may not be used on the stable release channel
 



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