Date: Sat, 15 Aug 2009 12:43:13 -0700 From: Doug Barton <dougb@FreeBSD.org> To: Thomas Backman <serenity@exscape.org> Cc: Miroslav Lachman <000.fbsd@quip.cz>, freebsd-ports@freebsd.org Subject: Re: portversion and pkg_version have different opinions on current versions Message-ID: <4A870FD1.5070605@FreeBSD.org> In-Reply-To: <6B5B7698-CCD8-48FF-A5FB-0349D4CC1143@exscape.org> References: <B787D58E-9157-48E7-ADF3-E8D54F8AF22F@exscape.org> <4A86FF1E.1030705@quip.cz> <6B5B7698-CCD8-48FF-A5FB-0349D4CC1143@exscape.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Thomas Backman wrote: > Thanks, guys! > However, a new issue appeared... Kind of. I know I read something about > portsnap and INDEX on the -current list recently, so I'm guessing this > is related? Maybe not, though (see later in the mail). > > [root@chaos /usr/ports/ports-mgmt]# portsnap -I fetch update >/dev/null > [root@chaos /usr/ports/ports-mgmt]# pkg_version -vL= > [root@chaos /usr/ports/ports-mgmt]# pkg_version -vIL= > curl-7.19.5_1 < needs updating (index has 7.19.6) > dnsmasq-2.49_1 < needs updating (index has 2.49_2) > ezm3-1.1_2 < needs updating (index has 1.2_1) Can you check the files in your ports tree to see if they have the older versions or the newer? You can either read the Makefiles or do this: cd /usr/ports/ftp/curl make -V PKGNAME I suspect that somehow the INDEX file and your ports tree are out of date, although my understanding was that this should not happen with portsnap. > libtool-1.5.26 ! Comparison failed Read /usr/ports/UPDATING, you need to fix this. > [root@chaos /usr/ports/ports-mgmt]# ls -l /usr/ports/INDEX-* > -rw-r--r-- 1 root wheel 17370624 Jul 31 19:45 /usr/ports/INDEX-5 > -rw-r--r-- 1 root wheel 19813792 Aug 15 20:42 /usr/ports/INDEX-6 > -rw-r--r-- 1 root wheel 19808537 Aug 15 20:42 /usr/ports/INDEX-7 > -rw-r--r-- 1 root wheel 34316288 May 8 10:35 /usr/ports/INDEX-7.db > -rw-r--r-- 1 root wheel 19816190 Aug 15 20:42 /usr/ports/INDEX-8 > -rw-r--r-- 1 root wheel 1291821 May 30 12:06 /usr/ports/INDEX-8.bz2 > -rw-r--r-- 1 root wheel 34869248 Aug 14 19:30 /usr/ports/INDEX-8.db I would 'rm /usr/ports/INDEX*' before doing your next portsnap update just to be sure. hth, Doug -- This .signature sanitized for your protection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A870FD1.5070605>