From owner-freebsd-current@FreeBSD.ORG Wed Jul 21 18:49:03 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 90ABA16A4CE for ; Wed, 21 Jul 2004 18:49:03 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8826C43D1F for ; Wed, 21 Jul 2004 18:49:03 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 78B6472DF2; Wed, 21 Jul 2004 11:49:03 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 763EA72DB5; Wed, 21 Jul 2004 11:49:03 -0700 (PDT) Date: Wed, 21 Jul 2004 11:49:03 -0700 (PDT) From: Doug White To: Willem Jan Withagen In-Reply-To: <021001c46e97$84c05210$471b3dd4@digiware.nl> Message-ID: <20040721114745.X81889@carver.gumbysoft.com> References: <021001c46e97$84c05210$471b3dd4@digiware.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: Wed, 21 Jul 2004 18:49:03 -0000 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... -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org