Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 07:23:43 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: d42c25ce7961 - 2024Q1 - shells/atuin: Broken on powerpc64le
Message-ID:  <202401150723.40F7NhFm097587@gitrepo.freebsd.org>

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

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

commit d42c25ce7961c15cbcd3ed9b9a4796f9fa65ecae
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 07:23:00 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 07:23:37 +0000

    shells/atuin: Broken on powerpc64le
    
    Reported by:    fallout
    
    (cherry picked from commit fccc0070c83d116ee8a91a1beb5067ab9a1e3d5c)
---
 shells/atuin/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shells/atuin/Makefile b/shells/atuin/Makefile
index db51075c0e9b..9d5806a55ef4 100644
--- a/shells/atuin/Makefile
+++ b/shells/atuin/Makefile
@@ -10,6 +10,8 @@ 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
+
 USES=		cargo
 
 USE_GITHUB=	yes



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