svn commit: r464221 - head/emulators/gem5

Antoine Brodin antoine at FreeBSD.org
Mon Mar 12 06:38:48 UTC 2018


Author: antoine
Date: Mon Mar 12 06:38:47 2018
New Revision: 464221
URL: https://svnweb.freebsd.org/changeset/ports/464221

Log:
  Mark BROKEN: fails to build
  
  Checking for C header file Python.h... no
  Error: can't find Python.h header in []
  
  Reported by:	pkg-fallout

Modified:
  head/emulators/gem5/Makefile

Modified: head/emulators/gem5/Makefile
==============================================================================
--- head/emulators/gem5/Makefile	Mon Mar 12 06:35:55 2018	(r464220)
+++ head/emulators/gem5/Makefile	Mon Mar 12 06:38:47 2018	(r464221)
@@ -11,6 +11,7 @@ COMMENT=	gem5 Simulator System
 BUILD_DEPENDS=	swig3.0:devel/swig30 \
 		scons:devel/scons
 
+BROKEN=			fails to build
 BROKEN_armv6=		fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV
 BROKEN_armv7=		fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV
 BROKEN_i386=		does not build


More information about the svn-ports-head mailing list