From owner-freebsd-ports@FreeBSD.ORG Mon Dec 29 06:00:10 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99A1416A4CE for ; Mon, 29 Dec 2003 06:00:10 -0800 (PST) Received: from ipop1.tm.net.my (service.tm.net.my [202.188.95.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id D236D43D48 for ; Mon, 29 Dec 2003 06:00:07 -0800 (PST) (envelope-from kaeru@streamyx.com) Received: from av2.secure.tmnet ([172.22.0.14]) by ipop1.tm.net.my (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0HQN00CQSTK6LU@ipop1.tm.net.my> for ports@freebsd.org; Mon, 29 Dec 2003 22:00:06 +0800 (SGT) Received: from wolverine.home.net ([219.95.240.244]) by av2.secure.tmnet (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with ESMTP id <0HQN003CPTK5OU@av2.secure.tmnet> for ports@freebsd.org; Mon, 29 Dec 2003 22:00:06 +0800 (SGT) Received: from wolverine.home.net (localhost.home.net [127.0.0.1])for ; Mon, 29 Dec 2003 21:54:23 +0800 Received: (from kaeru@localhost) by wolverine.home.net (8.12.10/8.12.10/Submit) id hBTDsNVP099919 for ports@freebsd.org; Mon, 29 Dec 2003 21:54:23 +0800 (MYT envelope-from kaeru) Date: Mon, 29 Dec 2003 21:54:23 +0800 From: Khairil Yusof To: ports@freebsd.org Message-id: <20031229135423.GB947@streamyx.com> MIME-version: 1.0 Content-type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary=0eh6TmSyL6TZE2Uz Content-disposition: inline User-Agent: Mutt/1.4.1i Subject: python version, zope and portupgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2003 14:00:10 -0000 --0eh6TmSyL6TZE2Uz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I'm trying to port the Plone CMF Collective, and running into trouble with different versions of python modules. Setting USE_ZOPE=yes forces PYTHON_VERSION=python2.1 What then happens is that any CMF modules, I create, will try to compile any python module dependencies as py21-foo. Most likely there is already a py23-foo and make install will fail, saying wrongly, that older version is already installed. There really are no conflicts, since they are stored in different site-package directories, and both versions should be able to co-exist. This also affects portupgrade which tries to upgrade the py21 ports. What's the proper way to resolve this? Thanks. --0eh6TmSyL6TZE2Uz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQE/8DIODAqnLW/+/X8RAuzyAKCx52mu59tDKQH0TrpDt1qIulmc9ACdGHQ9 HZ0clrN9pNecHg70pRnoUJw= =1S0H -----END PGP SIGNATURE----- --0eh6TmSyL6TZE2Uz--