From owner-freebsd-stable@FreeBSD.ORG Sat May 29 05:38:27 2004 Return-Path: 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 B393C16A4CE for ; Sat, 29 May 2004 05:38:27 -0700 (PDT) Received: from corellia.vindaloo.com (corellia.vindaloo.com [209.87.64.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8367143D3F for ; Sat, 29 May 2004 05:38:27 -0700 (PDT) (envelope-from chris@vindaloo.com) Received: from yavin.vindaloo.com (yavin.vindaloo.com [192.168.133.2]) by corellia.vindaloo.com (Postfix) with ESMTP id EA113128D7; Sat, 29 May 2004 08:37:45 -0400 (EDT) Received: from [192.168.132.4] (dagobah.pvt.vindaloo.com [192.168.132.4]) by yavin.vindaloo.com (Postfix) with ESMTP id 223D5EB8; Sat, 29 May 2004 08:37:45 -0400 (EDT) Message-ID: <40B883E3.7080800@vindaloo.com> Date: Sat, 29 May 2004 08:36:51 -0400 From: Christopher Sean Hilton User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Oberman References: <20040521154224.898345D08@ptavv.es.net> In-Reply-To: <20040521154224.898345D08@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Stable cc: Matt Subject: Re: build world in 4.9 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 29 May 2004 12:38:27 -0000 Kevin Oberman wrote: >>From: "Matt" >>Date: Fri, 21 May 2004 11:01:21 -0400 >>Sender: owner-freebsd-stable@freebsd.org >> >>Thanks for the replies to my "Is The List Active Post" Ingrid and Liam. >> >>I've got an AMD K6-2 500 with FreeBSD 4.9 and a CMD ATA 100 (Siig) >>Controller installed and 256MB SD100 RAM with a 40GB UDMA 100 HDD. >>I went to BSD because RHat 9 would not recognize the drives attached to my >>Siig or my Highpoint ATA controllers as ATA/UDMA 100 without doing major >>surgery, the board is a FIC 503+ and only provides ATA/UDMA 33. >>I'm in the process of running "buildworld" after updating my src/ports and >>have customized a Kernel for the Processor prior to my *buildworld* attempt. >> >>Question: Does anybody have any idea how long it might take to finish >>*buildworld* on this system, been going for about 3hrs now. >> >> > >I have a very similar system (K6@450) and it takes about 3.7 hours to >buildworld. This is a huge improvement on my old laptop with a 100 MHz >P2 which took pretty much all day to buildworld. > > When I do a make buildworld I usually do: # make buildworld > /tmp/buildworld.log 2>&1 & # tail -f /tmp/buildworld.log You can roughly gauge the progress by looking at what it's compiling at any given moment. When it gets to bits in the .../usr.sbin directory it's pretty close to done. -- chris