From owner-freebsd-questions@FreeBSD.ORG Thu Dec 8 22:15:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 505C916A41F for ; Thu, 8 Dec 2005 22:15:42 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs4.arnes.si (avs4.arnes.si [193.2.1.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id E674B43D90 for ; Thu, 8 Dec 2005 22:15:25 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs4.arnes.si [193.2.1.77]) by avs4.arnes.si (Postfix) with ESMTP id EA4932C34C7; Thu, 8 Dec 2005 23:15:23 +0100 (CET) Received: from avs4.arnes.si ([193.2.1.77]) by localhost (avs4.arnes.si [193.2.1.77]) (amavisd-new, port 10024) with ESMTP id 07168-07; Thu, 8 Dec 2005 23:15:23 +0100 (CET) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs4.arnes.si (Postfix) with ESMTP id 7E8C62C34C0; Thu, 8 Dec 2005 23:15:18 +0100 (CET) Received: from [192.168.10.249] (master.workgroup [192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.5/8.13.3) with ESMTP id jB8MFH4B040082; Thu, 8 Dec 2005 23:15:18 +0100 (CET) (envelope-from sasa@stupar.homelinux.net) Date: Thu, 08 Dec 2005 23:15:22 +0100 From: Sasa Stupar To: "Dan O'Connor" , FreeBSD Q ML Message-ID: In-Reply-To: <005201c5fc3f$4a3abdb0$0599460a@ws4> References: <638FF3BA82D750039C5A6CBB@[192.168.10.249]> <005201c5fc3f$4a3abdb0$0599460a@ws4> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Cc: Subject: Re: portupgrade install problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2005 22:15:42 -0000 --On 8. december 2005 13:35 -0800 Dan O'Connor wrote: >> I am trying to install portupgrade from the ports collection on my >> FBSD 5.4. But it keeps giving me error about db43 allready installed: > >> ===> db43-4.3.29 is already installed >> You may wish to ``make deinstall'' and install this port again >> by ``make reinstall'' to upgrade it properly. >> If you really wish to overwrite the old port of databases/db43 >> without deleting it first, set the variable "FORCE_PKG_REGISTER" >> in your environment or the "make install" command line. >> *** Error code 1 > >> Yes, I have db43 allready installed but isn't it suppose to pass it if >> it finds package allready installed? > > > Have you tried doing what the message suggests? > > # cd /usr/ports/databases/db43 > # make deinstall > # make reinstall > > Then go and install portupgrade... > > ~Dan > Yes. I have tried that but still after I got the same error while installing portupgrade. -Sasa