Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2011 22:01:18 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r224119 - projects/portbuild/scripts
Message-ID:  <201107162201.p6GM1IfQ046133@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon (doc,ports committer)
Date: Sat Jul 16 22:01:18 2011
New Revision: 224119
URL: http://svn.freebsd.org/changeset/base/224119

Log:
  For some reason, INDEX is not building with -j6.  Temporarily revert
  to -j1 until someone has some time to investigate.

Modified:
  projects/portbuild/scripts/makeindex

Modified: projects/portbuild/scripts/makeindex
==============================================================================
--- projects/portbuild/scripts/makeindex	Sat Jul 16 21:14:29 2011	(r224118)
+++ projects/portbuild/scripts/makeindex	Sat Jul 16 22:01:18 2011	(r224119)
@@ -8,7 +8,9 @@ export INDEX_PRISTINE=1
 export INDEX_QUIET=1
 
 # Concurrency of index build
-export INDEX_JOBS=6
+#export INDEX_JOBS=6
+# XXX MCL 20110716 this is the only way I can get index to build, now
+export INDEX_JOBS=1
 
 # For debugging purposes only
 #export INDEX_VERBOSE=1



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