From owner-freebsd-questions@FreeBSD.ORG Sun Feb 20 17:55:35 2005 Return-Path: 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 D16D716A4CE for ; Sun, 20 Feb 2005 17:55:35 +0000 (GMT) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63E8F43D53 for ; Sun, 20 Feb 2005 17:55:35 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.26.84.7])0.04 <0IC3003XQKTQOS80@vms044.mailsrvcs.net> for freebsd-questions@freebsd.org; Fri, 18 Feb 2005 01:58:39 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id 42F492CE7D2; Thu, 17 Feb 2005 23:54:19 -0800 (PST) Date: Thu, 17 Feb 2005 23:54:16 -0800 From: "Michael C. Shultz" In-reply-to: <42159B2C.3000000@ant.uni-bremen.de> To: freebsd-questions@freebsd.org, Heinrich Rebehn Message-id: <200502172354.17303.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <421467C0.9060801@ant.uni-bremen.de> <42159B2C.3000000@ant.uni-bremen.de> User-Agent: KMail/1.7.2 Subject: Re: Annoying ports problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ringworm01@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2005 17:55:35 -0000 On Thursday 17 February 2005 11:37 pm, Heinrich Rebehn wrote: > Eric Kjeldergaard wrote: > > On Thu, 17 Feb 2005 10:45:36 +0100, Heinrich Rebehn > > > > wrote: > >>Hi list, > >> > >>I have run into an annoying problem several times when upgrading > >> ports. > >> > >>Say, if i want to upgrade gstreamer-plugins, i do: > >> > >># cd /usr/ports/multimedia/gstreamer-plugins > >># make > >> > >>This pulls in some dependencies, for example gnomevfs2. gnnomevfs2 > >> will compile fine, but then stops because it wants to install > >> gnomevfs2 instead of reinstalling it: > >> > >>===> An older version of devel/gnomevfs2 is already installed > >>(gnomevfs2-2.9.91) > >> 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 > >> devel/gnomevfs2 without deleting it first, set the variable > >> "FORCE_PKG_REGISTER" in your environment or the "make install" > >> command line. *** Error code 1 > >> > >>Since i have run into this several times, i must be missing > >> something substantial. What is it? > > > > Just "make" will make the program and try to install it as if it > > were the first time. When it detects the older version, it will > > want you to do "make deinstall && make reinstall". For upgrading > > ports, you may want to look at /usr/ports/sysutils/portupgrade. > > It makes no difference wether i use "make" or "portupgrade". As soon > as ether of them decide that another package that the make candidate > depends on, has to be upgraded, the error occurs with that package. Have you tried upgrading using sysutils/portmanager yet? -Mike