python version, modules and Zope

Khairil Yusof kaeru at streamyx.com
Mon Dec 29 06:37:07 PST 2003


I'm starting to try port most of the Plone/CMF collective and any
dependencies, and I'm encountering this problem.

USE_ZOPE=yes forces PYTHON_VERSION=python2.1

What happens is that, any python module dependencies, gets installed in 
python2.1 site-packages directory, and usually conflicts with one
installed as python2.3. eg.

py21-imaging vs py23-imaging

Although they should co-exist peacefully, as they are installed in
separate directories, make install will complain that an older version
of py-imaging (py23-imaging in this case) is already installed. Similarly
portupgrade will try to  upgrade py21-imaging to py23-imaging.

What's the proper way to handle this? As reference, my first port
attempt is at http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/60689

Any help would be much appreciated, as I can see this problem occuring
again, for a lot of the new ports I'm planning to create.

Thanks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20031229/714269cd/attachment.bin


More information about the freebsd-ports mailing list