Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2024 01:17:09 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: dcd78cbe32de - 2024Q1 - net/narrowlink: Broken on powerpc64le
Message-ID:  <202401130117.40D1H90t045074@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=dcd78cbe32def05294ec163513d16f2cb1e2734d

commit dcd78cbe32def05294ec163513d16f2cb1e2734d
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:17:04 +0000

    net/narrowlink: Broken on powerpc64le
    
    Reported by:    https://portsfallout.com/
    
    (cherry picked from commit 755a2b1c818f4b873f14cf11666e15c7d3e4801a)
---
 net/narrowlink/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/narrowlink/Makefile b/net/narrowlink/Makefile
index 4a5494a49b84..0644ae75eb59 100644
--- a/net/narrowlink/Makefile
+++ b/net/narrowlink/Makefile
@@ -9,6 +9,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?202401130117.40D1H90t045074>