Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 07:14:51 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: b6e35e00f741 - main - devel/fnm: Broken on powerpc64le
Message-ID:  <202401150714.40F7Epfj080897@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=b6e35e00f741c0456a7e6d5f5d09a56df1f21000

commit b6e35e00f741c0456a7e6d5f5d09a56df1f21000
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 07:14:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 07:14:19 +0000

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

diff --git a/devel/fnm/Makefile b/devel/fnm/Makefile
index 568e65da02aa..31f2dd0c967d 100644
--- a/devel/fnm/Makefile
+++ b/devel/fnm/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/Schniz/fnm
 LICENSE=	GPLv3
 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/Schniz/fnm/issues/1090
+
 BUILD_DEPENDS=	zstd>0:archivers/zstd # statically linked library
 
 USES=		cargo



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