Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2020 17:08:16 +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: r557153 - head/lang/gauche
Message-ID:  <202012061708.0B6H8GuI019344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Dec  6 17:08:16 2020
New Revision: 557153
URL: https://svnweb.freebsd.org/changeset/ports/557153

Log:
  Mark as BROKEN on riscv64.

Modified:
  head/lang/gauche/Makefile

Modified: head/lang/gauche/Makefile
==============================================================================
--- head/lang/gauche/Makefile	Sun Dec  6 17:06:19 2020	(r557152)
+++ head/lang/gauche/Makefile	Sun Dec  6 17:08:16 2020	(r557153)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_mips=	Fails to build: redefinition of GC_register_dynamic_libraries
 BROKEN_mips64=	Fails to build: redefinition of GC_register_dynamic_libraries
+BROKEN_riscv64=	Fails to build: ./include/private/gcconfig.h:709:5: The collector has not been ported to this machine/OS combination
 
 USES=		compiler:c11 gmake iconv makeinfo tar:tgz
 GNU_CONFIGURE=	yes



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