Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 19:37:27 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: 732b698c6cd6 - 2024Q1 - devel/folly: Broken on powerpc64 and powerpc
Message-ID:  <202401211937.40LJbRcL089140@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=732b698c6cd6d1a54c1fa69bf945c84c8ad1bcac

commit 732b698c6cd6d1a54c1fa69bf945c84c8ad1bcac
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-21 19:36:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-21 19:37:22 +0000

    devel/folly: Broken on powerpc64 and powerpc
    
    Reported by:    fallout
    
    (cherry picked from commit 03835e702fdaf18d6b2751f585762ac4ddf296ff)
---
 devel/folly/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/folly/Makefile b/devel/folly/Makefile
index b309fc079609..4a86207e6017 100644
--- a/devel/folly/Makefile
+++ b/devel/folly/Makefile
@@ -11,6 +11,8 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_i386=	error: use of undeclared identifier 'DCHECK': https://github.com/facebook/folly/issues/1168
+BROKEN_powerpc=		compilation fails: Big endian requires a redesigned table (assert in folly/detail/base64_detail/Base64SWAR.cpp:107)
+BROKEN_powerpc64=	compilation fails: Big endian requires a redesigned table (assert in folly/detail/base64_detail/Base64SWAR.cpp:107)
 
 BUILD_DEPENDS=	elfutils>0:devel/elfutils # workaround for missing symbols like DW_UT_compile: https://github.com/facebook/folly/issues/1654
 LIB_DEPENDS=	libboost_atomic.so:devel/boost-libs \



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