I'm trying to figure out why this port fails in a 5.x build environment on pointyhat and my tinderbox. While doing that, I convert it to use bsd.python.mk, patch is at
http://people.freebsd.org/~rafan/py-zopeInterface.diff With this patch, it can build and install on 5.x build env, but it has some files left-over with strange names, for example, usr/local/lib/python2.5/site-packages/zope.interface-3.3.0.1-py2.5-freebsd-7.0-CURRENT-amd64.egg I find that the uninstall command (easy_install) actually installs this egg again into a 7.0-CURRENT because os.uanem() returns 7.0-CURRENT(that's the host env). However, the same port builds perfectly fine in 6.x and 7.x environment. The build logs can be found at http://www.rafan.org/tb/index.php?action=describe_port&id=543 Any ideas? Regards, Rong-En Fan _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[EMAIL PROTECTED]"