Date: Sat, 13 Jan 2024 01:16: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: 755a2b1c818f - main - net/narrowlink: Broken on powerpc64le Message-ID: <202401130116.40D1Gnu9044886@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=755a2b1c818f4b873f14cf11666e15c7d3e4801a commit 755a2b1c818f4b873f14cf11666e15c7d3e4801a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-13 01:16:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-13 01:16:23 +0000 net/narrowlink: Broken on powerpc64le Reported by: https://portsfallout.com/ --- net/narrowlink/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/narrowlink/Makefile b/net/narrowlink/Makefile index be1a18a452ed..5967c94290e8 100644 --- a/net/narrowlink/Makefile +++ b/net/narrowlink/Makefile @@ -10,6 +10,8 @@ WWW= https://narrowlink.com LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_powerpc64le= build breaks due to panic in the ring crate: alled `Option::unwrap()` on a `None` value, see https://github.com/briansmith/ring/issues/1904 + USES= cargo USE_RC_SUBR= narrowlink-agent narrowlink-gateway USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401130116.40D1Gnu9044886>