Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2022 08:02:44 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: de2d3c618558 - 2022Q3 - net/libfabric: Broken on riskv64
Message-ID:  <202208040802.27482iaE081440@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de2d3c618558248bbacbefa5add997dbe68cac35

commit de2d3c618558248bbacbefa5add997dbe68cac35
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-04 07:58:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-04 08:02:25 +0000

    net/libfabric: Broken on riskv64
    
    Reported by:    fallout
    
    (cherry picked from commit 39dd48d5dfe30c460cc59787de327f7ea9f2e8c4)
---
 net/libfabric/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/libfabric/Makefile b/net/libfabric/Makefile
index 16bcc72362ab..58451cbc9523 100644
--- a/net/libfabric/Makefile
+++ b/net/libfabric/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Open Fabric Interfaces
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_riskv64=	configure breaks: Cannot continue, see https://github.com/ofiwg/libfabric/issues/7925
+
 LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim
 
 USES=		gmake libtool pkgconfig tar:bz2



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