Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2016 19:14:02 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413537 - head/devel/nsgenbind
Message-ID:  <201604171914.u3HJE2Hi035937@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Apr 17 19:14:01 2016
New Revision: 413537
URL: https://svnweb.freebsd.org/changeset/ports/413537

Log:
  devel/nsgenbind is not jobs safe
  
  From the log, it appears that flex and bison are being tasked to send
  output to build-${A}-pc-${OS}-${A}-pc-${OS}-release-binary directory
  and it's possible that happens before the directory is created.
  (A=~ARCH, OS=~OPSYS)

Modified:
  head/devel/nsgenbind/Makefile

Modified: head/devel/nsgenbind/Makefile
==============================================================================
--- head/devel/nsgenbind/Makefile	Sun Apr 17 18:59:10 2016	(r413536)
+++ head/devel/nsgenbind/Makefile	Sun Apr 17 19:14:01 2016	(r413537)
@@ -24,6 +24,8 @@ MAKE_ENV+=	COMPONENT_TYPE="lib-shared" \
 
 PLIST_FILES=	bin/nsgenbind
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
 



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