bash on 6.1

Kris Kennaway kris at obsecurity.org
Tue Aug 14 17:18:12 PDT 2007


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


More information about the freebsd-ports mailing list