Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 08:23:31 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: 2d258b59ae77 - 2024Q1 - devel/selene: Broken on powerpc64le
Message-ID:  <202401150823.40F8NVTj000669@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=2d258b59ae773f207c1327c4c49fa4408a6c286e

commit 2d258b59ae773f207c1327c4c49fa4408a6c286e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 08:22:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 08:23:26 +0000

    devel/selene: Broken on powerpc64le
    
    Reported by:    fallout
    
    (cherry picked from commit 7f93a32827b360d8019c56a984580076e1e975ec)
---
 devel/selene/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/selene/Makefile b/devel/selene/Makefile
index de0ced70e46c..901a64c194af 100644
--- a/devel/selene/Makefile
+++ b/devel/selene/Makefile
@@ -9,6 +9,8 @@ WWW=		https://kampfkarren.github.io/selene/
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN_powerpc64le=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # next release should fix this
+
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	kampfkarren



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