From owner-freebsd-stable@FreeBSD.ORG Sat Apr 1 00:43:00 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A4916A41F for ; Sat, 1 Apr 2006 00:43:00 +0000 (UTC) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E846243D45 for ; Sat, 1 Apr 2006 00:42:56 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k310VOUr053946; Fri, 31 Mar 2006 21:31:24 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id k310giEt013099; Fri, 31 Mar 2006 21:42:44 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id k310giGZ013098; Fri, 31 Mar 2006 21:42:44 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Fri, 31 Mar 2006 21:42:44 -0300 From: Fernan Aguero To: Kent Stewart Message-ID: <20060401004244.GA13083@iib.unsam.edu.ar> Mail-Followup-To: Fernan Aguero , Kent Stewart , freebsd-stable@freebsd.org References: <20060331232828.GA12872@iib.unsam.edu.ar> <200603311625.19263.kstewart@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603311625.19263.kstewart@owt.com> User-Agent: Mutt/1.5.9i Cc: freebsd-stable@freebsd.org Subject: Re: buildworld error (texinfo) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2006 00:43:00 -0000 +----[ Kent Stewart (31.Mar.2006 21:29): | | On Friday 31 March 2006 15:28, Fernan Aguero wrote: | > Hi! | > | > I've just cvsuped to the latest RELENG_6_0 (p6) and I can't | > get buildworld to finish ... this is the second time I got | > stopped at the same place: [snipped] | > gzip -cn texinfo.info > texinfo.info.gz | > 1 error | > *** Error code 2 | > 1 error | > *** Error code 2 | > 1 error | | This looks like you were running with a -j? set and you aren't seeing | the real error. It was hidden somewhere. Yes I was running with -j | I have only found setting -j to be of value on smp systems. You may have | actually slowed your buildworld down. OK, I'm now running without -j ... let's see where it stops now. Thanks for the suggestion, Fernan | | Kent | +----]