Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2007 20:18:11 -0400
From:      Kris Kennaway <kris@obsecurity.org>
To:        Roman Budzianowski <roman.j@budzianowski.net>
Cc:        ports@freebsd.org
Subject:   Re: bash on 6.1
Message-ID:  <20070815001811.GA25336@rot26.obsecurity.org>
In-Reply-To: <6CCE9A88-273C-4FB9-AFE4-3E584E061722@budzianowski.net>
References:  <6CCE9A88-273C-4FB9-AFE4-3E584E061722@budzianowski.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 14, 2007 at 03:27:03PM -0700, Roman Budzianowski wrote:
> I tried to install bash a year ago and ran into a size mismatch  
> (expected 1829, actual 5218). I am trying to install it again in a  
> fresh 6.1 installation. I read an archived advice from this list and  
> ran 'make clean' in /usr/ports.
> 
> First, it ran for 18 hours! (on vmware VM, one processor of dual core  
> pentium, 10k sata disk). What is this thing doing?

Recursively cleaning build directories from all 17000+ ports in the
tree.  This was probably not really a good idea :)  In general to clean
up a port's previous build directory you just needed to run it on the
single port you were trying to build.  However make clean doesn't
remove old distfiles anyway, you want 'make distclean' (again, from
the bash port directory).

Kris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070815001811.GA25336>