Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2024 09:26:11 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: 2d6c899733b1 - main - devel/fbthrift: Broken on armv7
Message-ID:  <202412220926.4BM9QBDA009839@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=2d6c899733b151980d6ce6c6e9bc9313ac0fdd68

commit 2d6c899733b151980d6ce6c6e9bc9313ac0fdd68
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-22 04:15:09 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-22 09:26:03 +0000

    devel/fbthrift: Broken on armv7
    
    Reported by:    fallout
---
 devel/fbthrift/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile
index 939a16773da0..2fded9592590 100644
--- a/devel/fbthrift/Makefile
+++ b/devel/fbthrift/Makefile
@@ -11,6 +11,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=	compilation fails, see https://github.com/facebook/fbthrift/issues/623
+BROKEN_armv7=	compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283484
 
 BUILD_DEPENDS=	range-v3>0:devel/range-v3
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \



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