From owner-freebsd-current@FreeBSD.ORG Thu Nov 19 15:27:17 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9F3B106566C for ; Thu, 19 Nov 2009 15:27:17 +0000 (UTC) (envelope-from almorel@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 74C7F8FC13 for ; Thu, 19 Nov 2009 15:27:17 +0000 (UTC) Received: by fxm27 with SMTP id 27so2624778fxm.3 for ; Thu, 19 Nov 2009 07:27:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=zgYdqbADcDk4Sce4ht1KqTMMUjUAkoajkkT4cohurdg=; b=Nf1dVsjLCEnCoGLBtyWaMj7DmL+aqTPTftr0bVLnF6BOg47f9ibrMcseTZa8YuV5nP ixcWSq79bYFj+HNtXOTm6zAW6IpCvSUloYp8ljkbC902Qh0rKjxSWepTBRMD4+XUN9QN pByBTcHsXRlOWnPQ2m8b+joJa3o269W+mCpw4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=NjOz0lriXQzpiQkEaQowiF9mOw5cfePJWodYruHD6cNUn6/FyeTuLbPdRHedrNQR+4 2+S/g8MdWn+t5lm+5A22H7k8DDHIbwJ/9tSFbry0vI7FnhO7VXzXU8rCJ45/jafq67Sn vlYJaUhmu1mpZ/wNoNpzXmWwjQ4blcoT+bOOw= MIME-Version: 1.0 Received: by 10.216.90.138 with SMTP id e10mr19601wef.150.1258642662907; Thu, 19 Nov 2009 06:57:42 -0800 (PST) Date: Thu, 19 Nov 2009 15:57:42 +0100 Message-ID: From: Alexandre MOREL To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: portupgrade problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 15:27:18 -0000 Hello, I've got some ports that they need to be updated. /usr/sbin/pkg_version -vIL= bash-4.0.33_2 < needs updating (index has 4.0.35) ezm3-1.1_2 < needs updating (index has 1.2_1) libpthread-stubs-0.1 < needs updating (index has 0.3) lsof-4.83B,4 < needs updating (index has 4.83C,4) tmux-1.0_1 < needs updating (index has 1.1) vim-7.2.239 < needs updating (index has 7.2.299) I try to use portupgrade in order to update my packages with: portupgrade -rR vim-7.2.239 (for example) But nothing happen and I've got the folowing return: portupgrade -rR vim-7.2.239 [Gathering depends for editors/vim ......................................................................................................... done] [Exclude up-to-date packages ........................................ done] It's really strange because for the package "bash" I use the way: make deinstall && make install in the directory /usr/ports/shell/bash and all works great ! and this confirm that my second update process was successfull : bash -version GNU bash, version 4.0.33(2)-release (amd64-portbld-freebsd8.0) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. The last version of bash is present on my system. It's seems that the INDEX is corrupted but I try to ran pkgdb -F and it did nothing. I try to make some search on the mailling list or google, there is some idea (like ) but nothing solve my problem. Someone have an idea to help me ? or some tips to check the consitency of my index ? Thanks in advance for yours helps (My FreeBSD version: FreeBSD 8.0-RC1) Alexandre