Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6432] MAKE_NJOBS equals DISTCC_HOSTS# + 1 even if DISTCC_HOSTS is locally disabled

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 6432] MAKE_NJOBS equals DISTCC_HOSTS# + 1 even if DISTCC_HOSTS is locally disabled
  • Date: Mon, 28 Feb 2005 23:06:33 -0800 (PST)

http://bugs.sourcemage.org/show_bug.cgi?id=6432


acedit AT armory.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED




------- Additional Comments From acedit AT armory.com 2005-02-28 23:06 -------
This is fixed in devel at 55079, heres an explaination of the fix from the
submit log

split the old MAKE_NJOBS concept into the following formula
make jobs is: (length $DISTCC_HOSTS)*$JOBS_PER_MAKE+$EXTRA_JOBS)
this gives you greater freedom such that when distcc is disabled the
number of make jobs can be scaled back. EXTRA_JOBS is stored as
MAKE_NJOBS to maintain compatibility, JOBS_PER_MAKE defaults to 0.


the issues i brought up with DISTCC_HOSTS="" not working above are worked
around
as follow:

This also includes a hack to workaround the fact that
DISTCC_HOSTS="" doesnt actually work in all cases, doing so
now works in all cases and a new non-hacky method (DISABLE_DISTCC=yes)
will now work also. Once this code is in the field for a while I'll
convert spells to use that instead.


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 6432] MAKE_NJOBS equals DISTCC_HOSTS# + 1 even if DISTCC_HOSTS is locally disabled, bugzilla-daemon, 03/01/2005

Archive powered by MHonArc 2.6.24.

Top of Page