Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 08:13:24 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: 0a65b5e9207e - main - devel/the-way: Broken on powerpc64le
Message-ID:  <202401150813.40F8DOMb083364@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=0a65b5e9207ef6eab7b519aeac99304671cdeefb

commit 0a65b5e9207ef6eab7b519aeac99304671cdeefb
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 08:12:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 08:13:21 +0000

    devel/the-way: Broken on powerpc64le
    
    Reported by:    fallout
---
 devel/the-way/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/the-way/Makefile b/devel/the-way/Makefile
index 71d5d24223db..359eb9ed9389 100644
--- a/devel/the-way/Makefile
+++ b/devel/the-way/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/out-of-cheese-error/the-way
 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/out-of-cheese-error/the-way/issues/160
+
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	out-of-cheese-error



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