Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 20:31:09 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: 1af121df904a - main - devel/google-perftools: Broken on riscv64
Message-ID:  <202207212031.26LKV9UM058343@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=1af121df904aed2136867ca126f91ff551839805

commit 1af121df904aed2136867ca126f91ff551839805
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-21 20:30:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-21 20:30:43 +0000

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

diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile
index 4ed6bced611e..70f76d8e1172 100644
--- a/devel/google-perftools/Makefile
+++ b/devel/google-perftools/Makefile
@@ -12,6 +12,8 @@ COMMENT=	Fast, multi-threaded malloc() and nifty performance analysis tools
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+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
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes



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