Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2024 17:56:49 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: efa7dda68638 - main - shells/atuin: Broken on i386; Not broken on powerpc64le
Message-ID:  <202403281756.42SHunjC002124@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=efa7dda6863874bd68a15477770bdc3ff993f02a

commit efa7dda6863874bd68a15477770bdc3ff993f02a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-03-28 17:56:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-28 17:56:18 +0000

    shells/atuin: Broken on i386; Not broken on powerpc64le
    
    Reported by:    fallout
---
 shells/atuin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shells/atuin/Makefile b/shells/atuin/Makefile
index efafc23cfd5f..985e6698dff4 100644
--- a/shells/atuin/Makefile
+++ b/shells/atuin/Makefile
@@ -11,7 +11,7 @@ WWW=		https://atuin.sh
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
-BROKEN_powerpc64le=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/atuinsh/atuin/issues/1569
+BROKEN_i386=	compilation fails: evaluation of constant value failed, see https://github.com/briansmith/ring/issues/2006
 
 USES=		cargo
 



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