From owner-freebsd-stable@FreeBSD.ORG Fri Jun 24 12:26:07 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 CD46F16A41C for ; Fri, 24 Jun 2005 12:26:07 +0000 (GMT) (envelope-from pascal@blackwillow.giznet.com) Received: from hermes.uci.kun.nl (hermes.uci.kun.nl [131.174.93.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8304D43D1F for ; Fri, 24 Jun 2005 12:26:07 +0000 (GMT) (envelope-from pascal@blackwillow.giznet.com) Received: from blackwillow.giznet.com (vhe-520082.sshn.net [195.169.225.20]) by hermes.uci.kun.nl (PMDF V6.2-X17 #30689) with ESMTP id <0IIL002F0976EJ@hermes.uci.kun.nl> for freebsd-stable@freebsd.org; Fri, 24 Jun 2005 14:25:54 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by blackwillow.giznet.com (Postfix) with ESMTP id 46228A938 for ; Fri, 24 Jun 2005 14:25:54 +0200 (CEST) Received: from blackwillow.giznet.com ([127.0.0.1]) by localhost (pg76.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 55534-08 for ; Fri, 24 Jun 2005 14:25:50 +0200 (CEST) Received: from blackwillow.giznet.com (localhost [127.0.0.1]) by blackwillow.giznet.com (Postfix) with ESMTP id 15934A927 for ; Fri, 24 Jun 2005 14:25:50 +0200 (CEST) Date: Fri, 24 Jun 2005 13:25:49 +0100 From: Pascal Groenen In-reply-to: <5e51d2fd05062405175d78aa4f@mail.gmail.com> To: freebsd-stable@freebsd.org Message-id: <20050624122250.M77287@blackwillow.giznet.com> MIME-version: 1.0 X-Mailer: Open WebMail 2.51 20050228 Content-type: text/plain; charset=iso-8859-1 X-OriginatingIP: 81.58.62.242 (pascal) X-Virus-Scanned: by amavisd-new References: <5e51d2fd05062405175d78aa4f@mail.gmail.com> Subject: Re: Simultaneously two versions of one port? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2005 12:26:07 -0000 Dear Thom, What I do when something like this happens is: either, 'cd' to the port that is causing the problem, devel/py-orbit2, in this case and type 'make deinstall', than go back to your original port and issue a make again or, 'cd' to the port that is causing the problem, devel/py-orbit2, in this case and type 'make -DFORCE_PKG_REGISTER install clean'. This forces an upgrade of the troublesome port, but may result in a double registered port. This can be checked by issuing 'pkgdb -F' Good luck, Pascal On Fri, 24 Jun 2005 14:17:29 +0200, Thomas Beer wrote > Dear All, > > I'm trying to install gdesklets which depends on > py24-orbit. However, py23-orbit is already > installed. I googled and tryed various ways > with portupgrade et al. What to do? > > Thanks Tom > > [root@lap gdesklets]# make install > ===> gdesklets-0.34.3 depends on file: /usr/local/bin/python - found > > <---snip---> > > ===> Installing for py24-orbit-2.0.1_1 > ===> py24-orbit-2.0.1_1 depends on file: /usr/local/bin/python2.4 - found > ===> py24-orbit-2.0.1_1 depends on executable: pkg-config - found > ===> py24-orbit-2.0.1_1 depends on shared library: glib-2.0.600 - found > ===> py24-orbit-2.0.1_1 depends on shared library: IDL-2.0 - found > ===> py24-orbit-2.0.1_1 depends on shared library: ORBit-2.0 - found > ===> Generating temporary packing list > ===> Checking if devel/py-orbit2 already installed > ===> An older version of devel/py-orbit2 is already installed > (py23-orbit-2.0.1_1) > 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/py-orbit2 > without deleting it first, set the variable "FORCE_PKG_REGISTER" > in your environment or the "make install" command line. > *** Error code 1 > > Stop in /usr/ports/devel/py-orbit2. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/py-gnome2. > *** Error code 1 > > Stop in /usr/ports/deskutils/gdesklets. > > -- > -- Which is worse: ignorance or apathy? > -- Don't know. Don't care. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"