From owner-freebsd-ports@FreeBSD.ORG Fri Aug 29 17:37:20 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F231E1065677 for ; Fri, 29 Aug 2008 17:37:20 +0000 (UTC) (envelope-from nicki@astcape.co.za) Received: from ns0.astcape.co.za (ns0.astcape.co.za [196.41.11.91]) by mx1.freebsd.org (Postfix) with ESMTP id 808098FC0C for ; Fri, 29 Aug 2008 17:37:20 +0000 (UTC) (envelope-from nicki@astcape.co.za) Received: from localhost (localhost.local [127.0.0.1]) by ns0.astcape.co.za (Postfix) with ESMTP id 21BBDD4DA8; Fri, 29 Aug 2008 19:37:05 +0200 (SAST) X-Virus-Scanned: amavisd-new at astcape.co.za Received: from ns0.astcape.co.za ([10.4.1.21]) by localhost (ns0.astcape.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aJ3XY8iyVhlm; Fri, 29 Aug 2008 19:36:57 +0200 (SAST) Received: from [192.168.10.196] (dsl-243-8-15.telkomadsl.co.za [41.243.8.15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ns0.astcape.co.za (Postfix) with ESMTPSA id AEA77D4D23; Fri, 29 Aug 2008 19:36:57 +0200 (SAST) Message-ID: <48B833BC.4030106@astcape.co.za> Date: Fri, 29 Aug 2008 19:37:00 +0200 From: Nicki de Wet User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Sergey Matveychuk References: <20080827084854.25880gh6d0p62z80@www.astcape.co.za> <48B58163.2060400@FreeBSD.org> In-Reply-To: <48B58163.2060400@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: autoconf problem 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: Fri, 29 Aug 2008 17:37:21 -0000 Sergey Matveychuk wrote: > Nicki de Wet wrote: >> There appears to be a problem with the autoconf port. >> >> After doing portsnap fetch update, portversion says the following: >> bsd00# portversion -vl "<" >> [Updating the portsdb in /usr/ports ... - 19039 >> port entries found >> .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000.........14000.........15000.........16000.........17000.........18000.........19000 >> ..... done] >> autoconf < needs updating (port has 2.62) (=> >> 'devel/autoconf262') >> >> Trying to upgrade autoconf, I get the following: >> bsd00# portupgrade -bvpp autoconf >> ---> Session started at: Wed, 27 Aug 2008 08:36:38 +0000 >> ** Port directory not found: devel/autoconf261 >> ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) >> - devel/autoconf261 (port directory error) >> ---> Packages processed: 0 done, 1 ignored, 0 skipped and 0 failed >> ---> Session ended at: Wed, 27 Aug 2008 08:36:38 +0000 (consumed >> 00:00:00) >> >> >> There is no mention in /usr/ports/UPDATING of the change in directory >> apparent from the above output, and it seems there is a discrepency >> in the INDEX downloaded by portsnap and the output of make search >> name=autoconf >> >> INDEX: >> autoconf-2.61|/usr/ports/devel/autoconf261|/usr/local|Automatically >> configure source code on many Un*x platforms >> (2.61)|/usr/ports/devel/autoconf261/pkg-descr|ade@FreeBSD.org|devel|expat-2.0.0_1 >> gettext-0.14.5_2 gmake-3.81_1 help2man-1.36.4_1 ldconfig_compat-1.0_8 >> libiconv-1.9.2_2 m4-1.4.8_1 p5-gettext-1.05_1 >> rc_subr-1.31_1|m4-1.4.8_1|http://www.gnu.org/software/autoconf/||| >> b >> > > Show grep ^devel/autoconf261 /usr/ports/MOVED output. > > If your MOVED file is OK, I'll take a look on it (if it's a regression). > > Anyway you can just remove autoconf port. It'll be installed when > required. Thanks Sergey, I upgraded automake first, then autoconf, and it worked ok, thanks. Nicki