From owner-freebsd-ports@FreeBSD.ORG Fri Jul 11 21:49:00 2008 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 45C8C106566C for ; Fri, 11 Jul 2008 21:49:00 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.freebsd.org (Postfix) with ESMTP id 07AA58FC0A for ; Fri, 11 Jul 2008 21:49:00 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from [77.41.76.79] (helo=[172.16.100.4]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1KHQU7-000Kdb-DS; Sat, 12 Jul 2008 01:48:59 +0400 Message-ID: <4877D4FA.7060705@FreeBSD.org> Date: Sat, 12 Jul 2008 01:47:38 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: yuri@tsoft.com References: <48753715.10601@tsoft.com> In-Reply-To: <48753715.10601@tsoft.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: portupgrade fails to upgrade the package because the older version is installed 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, 11 Jul 2008 21:49:00 -0000 Yuri wrote: > I got the error below during portupgrade -aP. > > Why wouldn't portupgrade just upgrade neon? > > 'pkgdb -F' doesn;t find any problems. > > Yuri > > ===> Installing for neon28-0.28.2_1 > > ===> neon28-0.28.2_1 conflicts with installed package(s): > neon26-0.26.4_1 > > They install files into the same place. > Please remove them first with pkg_delete(1). > *** Error code 1 > > Stop in /usr/ports/www/neon28. Unfortunately portupgrade knows nothing about how neon26 relate with neon28. You should upgrade it by yourself with the command: portupgrade -o www/neon28 neon How it's described in entry 20080701 of UPDATING file. Reading this file is useful when you got any troubles. Or even better before you any upgrading. -- Dixi. Sem.