From owner-freebsd-stable@FreeBSD.ORG Sat May 21 19:47:31 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3679E16A4CE for ; Sat, 21 May 2005 19:47:31 +0000 (GMT) Received: from eden.barryp.org (host-233-87-220-24.midco.net [24.220.87.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0184143D48 for ; Sat, 21 May 2005 19:47:30 +0000 (GMT) (envelope-from bp@barryp.org) Received: from pe400.barryp.org ([10.66.0.2]) by eden.barryp.org with esmtp (Exim 4.50 (FreeBSD)) id 1DZZwX-000AFp-Iv; Sat, 21 May 2005 14:47:30 -0500 Message-ID: <428F9050.5050400@barryp.org> Date: Sat, 21 May 2005 14:47:28 -0500 From: Barry Pederson User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050325) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Jim C. Nasby" References: <20050521193508.GO44623@decibel.org> In-Reply-To: <20050521193508.GO44623@decibel.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: stable@freebsd.org Subject: Re: Problems with portupgrade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 19:47:31 -0000 Jim C. Nasby wrote: > I'm trying to upgrade spamassassin, but portupgrade is stubling on every > dependant port. It appears it wants to re-install each port, which of > course doesn't work. It generates the make deinstall first error > message. portupgrade -m -DFORCE_PKG_REGISTER seems to have gotten around > the problem, but I'm curious as to what's causing this. Anyone have any > ideas? > > This is 4.11-RELEASE if that matters... Did you perhaps upgrade your Perl earlier? so that perhaps the existing installed dependant ports are Perl packages for 5.6.1, but you now have 5.6.2 and portupgrade thinks your dependant packages should be for that - but it can't install them because the older versions for 5.6.1 are in place. Barry