Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2015 19:02:46 +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: r390661 - head/security/clambc
Message-ID:  <201506261902.t5QJ2k0a009276@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Jun 26 19:02:45 2015
New Revision: 390661
URL: https://svnweb.freebsd.org/changeset/ports/390661

Log:
  security/clambc is not jobs safe.
  
  This has failed on me at least twice recently.  Here's the last fail:
  Assembler messages:
  Fatal error: llvm[3]: Compiling Mangler.cpp for Release build
  can't create /wrkdirs/security/clambc/work/clamav-bytecode-compiler-
    clambc-0.98.5rc1/obj/lib/Target/ClamBC/Release/version.o: No such file
    or directory

Modified:
  head/security/clambc/Makefile

Modified: head/security/clambc/Makefile
==============================================================================
--- head/security/clambc/Makefile	Fri Jun 26 18:41:49 2015	(r390660)
+++ head/security/clambc/Makefile	Fri Jun 26 19:02:45 2015	(r390661)
@@ -23,6 +23,8 @@ CONFIGURE_ARGS=	--enable-optimized --ena
 
 WRKSRC=		${WRKDIR}/clamav-bytecode-compiler-${DISTNAME}/obj
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-extract:
 	@${MKDIR} ${WRKSRC}
 



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