From owner-freebsd-current@FreeBSD.ORG Thu Jul 22 08:46:49 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1943716A4CE for ; Thu, 22 Jul 2004 08:46:49 +0000 (GMT) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id C475E43D39 for ; Thu, 22 Jul 2004 08:46:47 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from dual (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with SMTP id i6M8kjAm020067; Thu, 22 Jul 2004 10:46:45 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <01ea01c46fc8$6d1f32c0$471b3dd4@digiware.nl> From: "Willem Jan Withagen" To: "Doug White" References: <021001c46e97$84c05210$471b3dd4@digiware.nl> <20040721114745.X81889@carver.gumbysoft.com> Date: Thu, 22 Jul 2004 10:46:48 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 cc: current@FreeBSD.ORG Subject: Re: Erros in: make -j 16 buildword X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 08:46:49 -0000 From: "Doug White" > On Tue, 20 Jul 2004, Willem Jan Withagen wrote: > > > Hi, > > > > One way or another it seems that I can no longer buildworld with -j16. > > -j8 works perfectly, but -j16 fails consistently at: > [...] > > > > Unless anybody has suggestions of which programs generate these tearse > > messages??? > > Or a way to get make to be more informative??? > > You need to capture the entire output since the error is buried in there. > Make doesn't abort -j builds until all the subprocesses are finished, and > they can run for a long time... You know how long the output of a buildworld is, right?? When the errors are reported, visually it is at the point where it normally looks like it is done. Building ports gives you notice of the directory in which it started to come up from thus telling you which package was in error..... Maybe I'll see if I can put something like this in make of the makefiles.... Thanx --WjW