Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2024 10:23:57 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: 19ca36ff3f35 - main - devel/fbthrift: Broken on arm64
Message-ID:  <202410111023.49BANva3029168@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=19ca36ff3f35e0c36c7f82ded77496415d7fe0ef

commit 19ca36ff3f35e0c36c7f82ded77496415d7fe0ef
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-11 04:40:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-11 10:23:54 +0000

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

diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile
index 9cb46036605d..14b2b2fa8142 100644
--- a/devel/fbthrift/Makefile
+++ b/devel/fbthrift/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/facebook/fbthrift
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	compilation fails, see https://github.com/facebook/fbthrift/issues/623
+
 BUILD_DEPENDS=	range-v3>0:devel/range-v3
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libbzip2.so:misc/vxl \



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