Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2024 17:28:41 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: 562fdc194eec - main - devel/google-perftools: Broken on arm64
Message-ID:  <202403281728.42SHSfJF051779@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=562fdc194eec2a56b244d246f1143e25ffa9615b

commit 562fdc194eec2a56b244d246f1143e25ffa9615b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-03-28 06:44:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-28 17:28:25 +0000

    devel/google-perftools: Broken on arm64
    
    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 1fcb4e59cc7c..45c3f01e92d2 100644
--- a/devel/google-perftools/Makefile
+++ b/devel/google-perftools/Makefile
@@ -12,6 +12,7 @@ WWW=		https://github.com/gperftools/gperftools
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=	link fails: ld: error: undefined symbol: brk, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278009
 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
 



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