Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 05:34:50 +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: r557795 - head/multimedia/mkclean
Message-ID:  <202012120534.0BC5YoB0085482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec 12 05:34:49 2020
New Revision: 557795
URL: https://svnweb.freebsd.org/changeset/ports/557795

Log:
  Mark as BROKEN on riscv64.
  
  Obtained from:	lonesome.com build testing

Modified:
  head/multimedia/mkclean/Makefile

Modified: head/multimedia/mkclean/Makefile
==============================================================================
--- head/multimedia/mkclean/Makefile	Sat Dec 12 05:31:17 2020	(r557794)
+++ head/multimedia/mkclean/Makefile	Sat Dec 12 05:34:49 2020	(r557795)
@@ -15,6 +15,7 @@ BROKEN_aarch64=	Does not install: arm-none-linux-gnuea
 BROKEN_armv6=	Does not install: arm-none-linux-gnueabi-gcc: Command not found
 BROKEN_armv7=	Does not install: arm-none-linux-gnueabi-gcc: Command not found
 BROKEN_mips64=	Does not install: mipsel-linux-gcc: Command not found
+BROKEN_riscv64=	Does not compile: cc: invalid arch name 'i486', string must begin with rv32{i,e,g} or rv64{i,g}
 BROKEN_sparc64=	Does not install: gmake: GNUmakefile: No such file or directory
 
 HAS_CONFIGURE=	yes



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