Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2022 16:09: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: 767ba590adb4 - main - devel/google-perftools: Broken on armv7
Message-ID:  <202207231609.26NG9BJh094923@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=767ba590adb470f7af71624c13f048d1c6d461c0

commit 767ba590adb470f7af71624c13f048d1c6d461c0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-23 16:08:34 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-23 16:09:08 +0000

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

diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile
index 8cdfe690e9a0..e7cd99bc1145 100644
--- a/devel/google-perftools/Makefile
+++ b/devel/google-perftools/Makefile
@@ -12,6 +12,7 @@ COMMENT=	Fast, multi-threaded malloc() and nifty performance analysis tools
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_armv7=	error: use of undeclared identifier '_URC_NO_REASON', see https://github.com/gperftools/gperftools/issues/1360
 BROKEN_riscv64=	error: Cannot calculate stack trace: will need to write for your environment, see https://github.com/gperftools/gperftools/issues/1359
 
 USES=		compiler:c11 gmake libtool localbase:ldflags



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