Date: Mon, 29 Dec 2003 21:54:23 +0800 From: Khairil Yusof <kaeru@streamyx.com> To: ports@freebsd.org Subject: python version, zope and portupgrade Message-ID: <20031229135423.GB947@streamyx.com>
next in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031229135423.GB947>