Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 20:31:46 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: a9325b8131e1 - 2022Q3 - devel/google-perftools: Broken on riscv64
Message-ID:  <202207212031.26LKVkda063319@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a9325b8131e192de04ef7749beeb27ea54dc3426

commit a9325b8131e192de04ef7749beeb27ea54dc3426
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:31:38 +0000

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

diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile
index bb17d43f0002..013b0aadbf4f 100644
--- a/devel/google-perftools/Makefile
+++ b/devel/google-perftools/Makefile
@@ -14,6 +14,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.26LKVkda063319>