launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #02804
Re: make silently fails building bin/py
On Mar 1, 2010, at 2:43 PM, Gary Poster wrote:
> Problems I now about so far:
>
> - What mwh said. I haven't seen that in practice but I know it has made some-but-not-all people happier.
>
> - ClientCookie does not appear to get properly cleaned up by apt. I suspect you have broken symlinks in your site-packages for ClientCookie. If so, delete them (or fix them if you think that's what apt expects, but in my experience deleting them seems more reasonable).
>
> - When you fix this, sometimes you get further problems when you try to run make. I have not been able to dupe these problems yet, but my current hope is that merging lp:~gary/launchpad/argh
LOL, that should be lp:~gary/launchpad/bug491705/
> and applying http://pastebin.ubuntu.com/386428/ to the zc.buildout egg you get after you try to build (eggs/zc.buildout-1.5.0dev_gary_r109427-py2.5.egg) will make the problem go away. I would really appreciate some confirmation of this.
- What gmb said too.
> Gary
>
> On Mar 1, 2010, at 12:54 PM, Aaron Bentley wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> 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
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.9 (GNU/Linux)
>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>>
>> iEYEARECAAYFAkuL/2YACgkQ0F+nu1YWqI1UQgCfQUsjfjj4l1s7V+CvEfvCg2TT
>> 66QAn0/trDPV6VCKjCRr2lSLXTHUUejY
>> =6hK8
>> -----END PGP SIGNATURE-----
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~launchpad-dev
>> Post to : launchpad-dev@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~launchpad-dev
>> More help : https://help.launchpad.net/ListHelp
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~launchpad-dev
> Post to : launchpad-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~launchpad-dev
> More help : https://help.launchpad.net/ListHelp
References