Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2003 08:09:35 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Dan Nelson <dnelson@allantgroup.com>
Cc:        current@freebsd.org
Subject:   Re: Buildworld fails in 5.1
Message-ID:  <20030717074756.B17029@gamplex.bde.org>
In-Reply-To: <20030716181354.GA44980@dan.emsphone.com>
References:  <20030715100839.F41961@inton.Ninja-assassin.com> <20030716133802.K18278@schnell.net> <20030716181354.GA44980@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Jul 2003, Dan Nelson wrote:

> If you are using -j6, the real error could be many many lines above
> what you pasted.  It's most likely in usr.sbin somewhere, but probably
> not keyserv.  You'll have to capture the entire log and look at it to
> determine the first failure.

Try using make -P to unmix the output.  I don't know how well this
works in practice.  This flag seems to be quite broken -- it causes
the (standard) output to be spammed with messages like
"Remaking (sic) foo.o" and "Results of making foo.o" even when make
is requested to be quiet (make -s) and the results are null.

Using -P also has the side effect of accidentally avoiding the
longstanding bug of waiting for a select timeout for up to 100 msec
after each batch of jobs.

Bruce



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