From owner-freebsd-current@FreeBSD.ORG Fri Jan 2 11:53:41 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA47D106566B for ; Fri, 2 Jan 2009 11:53:41 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (mail.in-addr.com [IPv6:2001:470:8:162::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9E4AA8FC17 for ; Fri, 2 Jan 2009 11:53:41 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from gjp by noop.in-addr.com with local (Exim 4.54 (FreeBSD)) id 1LIiax-000OEe-TD; Fri, 02 Jan 2009 06:53:39 -0500 Date: Fri, 2 Jan 2009 06:53:39 -0500 From: Gary Palmer To: Johan Hendriks Message-ID: <20090102115339.GA81380@in-addr.com> References: <57200BF94E69E54880C9BB1AF714BBCB0111B3@w2003s01.double-l.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB0111B3@w2003s01.double-l.local> Cc: freebsd-current@freebsd.org Subject: Re: build -j3 not working anymore on Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 02 Jan 2009 11:53:42 -0000 On Fri, Jan 02, 2009 at 11:32:44AM +0100, Johan Hendriks wrote: > > Hello all > > First of all a very happy new year to you all. > > I have 2 test machines running HEAD, one i386 (dual PIII) and one amd64 Core2Duo > I always use the following command to do the buildworld cycles. > > make cleanworld && make -j3 buildworld && make -j3 kernel > > But as of now i get the following error > > ===> gnu/usr.bin/texinfo/doc (all) > --- info.info --- > --- info-stnd.info --- > --- texinfo.texi --- > --- info.info --- > makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi -o info.info > --- info-stnd.info --- > makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi -o info-stnd.info > --- texinfo.texi --- > ln -fs /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi texinfo.texi > --- texinfo.info --- > makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc texinfo.texi -o texinfo.info > --- info.info.gz --- > gzip -cn info.info > info.info.gz > --- info-stnd.info.gz --- > gzip -cn info-stnd.info > info-stnd.info.gz > --- texinfo.info.gz --- > gzip -cn texinfo.info > texinfo.info.gz > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error Johan, Unfortunately with -jn where n > 1, the actual error message is hidden earlier in the output. The above text does not include the actual error that occurred, just that one happened at some point. Does make cleanworld && make buildworld && make kernel work? If not, it will highlight where the problem is. Regards, Gary