From owner-freebsd-ports@FreeBSD.ORG Wed Aug 15 04:15:23 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BEE716A421 for ; Wed, 15 Aug 2007 04:15:23 +0000 (UTC) (envelope-from roman.j@budzianowski.net) Received: from jasiu.budzianowski.net (romanb.seanet.com [199.181.166.106]) by mx1.freebsd.org (Postfix) with ESMTP id 4272F13C47E for ; Wed, 15 Aug 2007 04:15:23 +0000 (UTC) (envelope-from roman.j@budzianowski.net) Received: from [208.12.21.128] (romanb.seanet.com [199.181.166.106]) (authenticated bits=0) by jasiu.budzianowski.net (8.12.8/8.12.5) with ESMTP id l7F2aunr010713; Tue, 14 Aug 2007 19:36:56 -0700 In-Reply-To: <200708142302.l7EN2Hrp022527@smtpclu-7.EUnet.yu> References: <6CCE9A88-273C-4FB9-AFE4-3E584E061722@budzianowski.net> <200708142302.l7EN2Hrp022527@smtpclu-7.EUnet.yu> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Roman Budzianowski Date: Tue, 14 Aug 2007 20:29:26 -0700 To: Nikola Lecic X-Mailer: Apple Mail (2.752.2) Cc: freebsd-ports@freebsd.org Subject: Re: bash on 6.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 04:15:23 -0000 Thanks Nicola! I did run 'make clean' in /usr/ports. I guess 'make' =20 is not very efficient ;) It actually removed distfiles. But it didn't =20= help as I said. Kris, 'make distclean' in /usr/ports/shells/bash didn't help either. But 'portsnap fetch update' helped! I have now bash shell. Roman On Aug 14, 2007, at 5:02 PM, Nikola Lecic wrote: > On Tue, 14 Aug 2007 15:27:03 -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? > > Hello Roman, > > If you run 'make clean' in /usr/ports... :) You should run 'make' > commands in /usr/ports/aaa/bbb/ directories. As of bash, it has a few > dependencies and compiles pretty quicky. > > But if I misunderstood what you actually did to trigger 18-hour > compilation, please provide a bit of buildlog, nobody can say what > happened without it. > >> Anyway, after all this trouble I still get the same result. Below I >> am including the log. Could somebody help me install bash please? >> I don't know much about the ports. But I used Berkley 4.3 ;) (with 1 >> Meg RAM, X Window included, guess what year). > > The current bash version is 3.2, so why don't upgrade your ports tree > first ('portsnap fetch update')? 'make fetch' just passed without size > mismatches for me, whatever is the reason with the old port version. > > Nikola Le=C4=8Di=C4=87