Aaron Bentley wrote: > I cannot build bin/py in a branch of stable. I have updated sourcecode > and download-cache. > > When I run "make `pwd`/bin/py", it fails silently. When I disable SHHH > and do "make clean" and "make `pwd`/bin/py" I get a long stream ending with: > > /home/abentley/launchpad/test/eggs/setuptools-0.6c9-py2.5.egg/setuptools/command/easy_install.py:173: > UserWarning: Unbuilt egg for ClientCookie [unknown version] > (/usr/lib/python2.5/site-packages) > self.local_index = Environment(self.shadow_path+sys.path) > /home/abentley/launchpad/test/eggs/zc.buildout-1.5.0dev_gary_r108342-py2.5.egg/zc/buildout/easy_install.py:778: > UserWarning: Unbuilt egg for ClientCookie [unknown version] > (/usr/lib/python2.5/site-packages) > env = pkg_resources.Environment(ws.entries) > While: > Installing. > Getting section i18n. > Initializing section i18n. > Installing recipe z3c.recipe.i18n. > Error: There is a version conflict. > We already have: zope.interface 3.4.0
I have no idea what changed here, but if you install python-zope.interface it will replace your installed version of python-zopeinterface and everything will be happy again. Cheers, mwh _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

