From owner-freebsd-ports@FreeBSD.ORG Wed Aug 15 00:15:08 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 7E8F316A41A for ; Wed, 15 Aug 2007 00:15:08 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-7.EUnet.yu (smtpclu-7.eunet.yu [194.247.192.232]) by mx1.freebsd.org (Postfix) with ESMTP id 0DC4913C428 for ; Wed, 15 Aug 2007 00:15:07 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-213-51.eunet.yu [213.198.213.51]) by smtpclu-7.EUnet.yu (8.13.6/8.13.6) with ESMTP id l7EN2Hrp022527; Wed, 15 Aug 2007 01:02:18 +0200 Message-Id: <200708142302.l7EN2Hrp022527@smtpclu-7.EUnet.yu> Date: Wed, 15 Aug 2007 02:02:21 +0200 From: Nikola Lecic To: Roman Budzianowski In-Reply-To: <6CCE9A88-273C-4FB9-AFE4-3E584E061722@budzianowski.net> References: <6CCE9A88-273C-4FB9-AFE4-3E584E061722@budzianowski.net> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 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 00:15:08 -0000 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 =20 > (expected 1829, actual 5218). I am trying to install it again in a =20 > fresh 6.1 installation. I read an archived advice from this list and =20 > ran 'make clean' in /usr/ports. >=20 > 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 =20 > 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 =20 > 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