Subject: Re: -current build status
To: =?iso-8859-1?Q?S=F8ren?= Worach <wsoren@gmail.com>
From: James Chacon <jmc@netbsd.org>
List: current-users
Date: 01/20/2005 15:43:05
On Thu, Jan 20, 2005 at 07:54:07PM -0200, Søren Worach wrote:
> On Thursday 20 January 2005 18:42, James Chacon wrote:
> > On Thu, Jan 20, 2005 at 06:53:31PM -0200, Søren Worach wrote:
> > > > Under "-N 1" the failing command will be logged as well.  You are
> > > > of course redirecting both stderr and stdout to a build log?
> > >
> > > The machine is a 2way xeon (p4,ht disabled) running netbsd2.0,
> > >  building for itself and the checkout is from 10mins ago.
> >
> > You're building with -j. The error is probably above this area you posted.
> >
> > (-j builds can continue for a few pages of output past an error due to
> > outstanding jobs being let complete)
> 
> grepping  through the log didn't show anything else.
> maybe a corrupted src/crypto ? [i have read about problems with anoncvs]
> going to checkout it again, and run without parallel jobs.
> 

In a -j job the first instance that matches the regex '[0-9] error' will
be where the error occured.

> Last 690 lines from the log attached.

It's not in that log

James