Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2019 11:17:41 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519601 - head/emulators/mame
Message-ID:  <201912091117.xB9BHf4M037024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Dec  9 11:17:41 2019
New Revision: 519601
URL: https://svnweb.freebsd.org/changeset/ports/519601

Log:
  emulators/mame: add MAKE_JOBS_UNSAFE=yes
  
  There's a race condition when compiling with 18-core POWER9 (72 threads):
  In file included from ../../../../../src/mame/drivers/konamigq.cpp:76:
  ../../../../../src/devices/cpu/tms57002/tms57002.h:208:10: fatal error: '../../emu/cpu/tms57002/tms57002.hxx' file not found
  #include "../../emu/cpu/tms57002/tms57002.hxx"
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Modified:
  head/emulators/mame/Makefile

Modified: head/emulators/mame/Makefile
==============================================================================
--- head/emulators/mame/Makefile	Mon Dec  9 11:15:30 2019	(r519600)
+++ head/emulators/mame/Makefile	Mon Dec  9 11:17:41 2019	(r519601)
@@ -51,6 +51,7 @@ GENIE=		${WRKSRC}/3rdparty/genie
 PORTDOCS=	*
 PORTEXAMPLES=	${MSUBTARGET}.ini
 
+MAKE_JOBS_UNSAFE=	yes
 SUB_FILES=	pkg-message target.ini
 SUB_LIST=	MTARGET=${MTARGET} MSUBTARGET=${MSUBTARGET}
 



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