Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2020 16:16:38 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557294 - head/devel/google-perftools
Message-ID:  <202012081616.0B8GGcHL011258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Dec  8 16:16:38 2020
New Revision: 557294
URL: https://svnweb.freebsd.org/changeset/ports/557294

Log:
  Mark as BROKEN on riscv64 similar to aarch64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/devel/google-perftools/Makefile

Modified: head/devel/google-perftools/Makefile
==============================================================================
--- head/devel/google-perftools/Makefile	Tue Dec  8 16:12:51 2020	(r557293)
+++ head/devel/google-perftools/Makefile	Tue Dec  8 16:16:38 2020	(r557294)
@@ -15,6 +15,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_aarch64=		fails to compile: src/stacktrace.cc:230:2: Cannot calculate stack trace: will need to write for your environment
+BROKEN_riscv64=		fails to compile: src/base/basictypes.h:387:5: Could not determine cache line length - unknown architecture
 
 USES=		compiler:c11 gmake libtool
 GNU_CONFIGURE=	yes



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