From owner-freebsd-python@FreeBSD.ORG Sun Sep 27 18:42:06 2009 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A543E106568F for ; Sun, 27 Sep 2009 18:42:06 +0000 (UTC) (envelope-from hideo@lastamericanempire.com) Received: from darwin.lastamericanempire.com (lastamericanempire.com [66.134.56.226]) by mx1.freebsd.org (Postfix) with ESMTP id 7E3598FC29 for ; Sun, 27 Sep 2009 18:42:06 +0000 (UTC) Received: by darwin.lastamericanempire.com (Postfix, from userid 1001) id 505A11CF78; Sun, 27 Sep 2009 12:25:28 -0600 (MDT) Date: Sun, 27 Sep 2009 12:25:28 -0600 From: hideo To: freebsd-python@freebsd.org Message-ID: <20090927182528.GA81720@lastamericanempire.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Installing multiple versions of devel/py-setuptools X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2009 18:42:06 -0000 Hi, I'm trying get a patch for sabnzbdplus to work that restricts the python version to <=2.5. I have USE_PYTHON= -2.5 but when py-setuptools gets pulled in as a dependency, the install fails if another version has already installed it: ===> Installing for py24-setuptools-0.6c9 ===> py24-setuptools-0.6c9 depends on file: /usr/local/bin/python2.4 - found ===> Generating temporary packing list ===> Checking if devel/py-setuptools already installed ===> An older version of devel/py-setuptools is already installed (py26-setuptools-0.6c9) 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-setuptools 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-setuptools. *** Error code 1 Stop in /usr/ports/devel/py-cheetah. *** Error code 1 Stop in /yaf/hideo/stuff/ports/sabnzbdplus. *** Error code 1 Stop in /yaf/hideo/stuff/ports/sabnzbdplus. Is there a way around this? Thanks, Zach