svn commit: r562009 - head/emulators/qemu-powernv

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 02:54:17 UTC 2021


Author: linimon
Date: Tue Jan 19 02:54:16 2021
New Revision: 562009
URL: https://svnweb.freebsd.org/changeset/ports/562009

Log:
  Mark as BROKEN on riscv64:
  
    qemu-powernv-3.0.50_2.log:ERROR: Unsupported CPU = riscv, try --enable-tcg-interpreter
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/emulators/qemu-powernv/Makefile

Modified: head/emulators/qemu-powernv/Makefile
==============================================================================
--- head/emulators/qemu-powernv/Makefile	Tue Jan 19 02:32:55 2021	(r562008)
+++ head/emulators/qemu-powernv/Makefile	Tue Jan 19 02:54:16 2021	(r562009)
@@ -11,6 +11,8 @@ COMMENT=	Fork of QEMU with experimental PowerNV emulat
 
 LICENSE=	GPLv2
 
+BROKEN_riscv64=		fails to build: qemu-powernv-3.0.50_2.log: Unsupported CPU = riscv, try --enable-tcg-interpreter
+
 BUILD_DEPENDS=		${LOCALBASE}/lib/libfdt.so:sysutils/dtc
 
 USES=		bison:build compiler:c11 gmake gnome libtool makeinfo \


More information about the svn-ports-all mailing list