Re: [patch] always install python's eggs as unpacked files

2011-08-07 Thread Andrey Zonov
Hi, Thank you for you feedback. I've fixed that problem easier. My point is that I don't want to fix all bad ports. I want to fix them all at once, completely. Tomorrow I want to try to build all 400 python modules that use `easy_install' in my tinderbox with this patch. -- Andrey Zonov 0

Re: [patch] always install python's eggs as unpacked files

2011-08-07 Thread Volodymyr Kostyrko
07.08.2011 14:24, Andrey Zonov wrote: Hi, I've got two problems with python's eggs installed from ports. As you know, many eggs install from ports as archives and then unprivileged pseudo-user tries to use them, it's got an error about can't creating PYTHON_EGG_CACHE. That's OK, I've just set e

Re: gobject-introspection build error using portupgrade on recent -current

2011-08-07 Thread Andrey Chernov
I find the reason. I have python27 compiled with non-default PYMALLOC "Use python's internal malloc" off when I change it to "on", the bug gone. This message CCed to python@ PYMALLOC options should be either fixed or removed completely. On Sun, Aug 07, 2011 at 08:16:05PM +0400, Andrey Chernov wrot

[patch] always install python's eggs as unpacked files

2011-08-07 Thread Andrey Zonov
Hi, I've got two problems with python's eggs installed from ports. As you know, many eggs install from ports as archives and then unprivileged pseudo-user tries to use them, it's got an error about can't creating PYTHON_EGG_CACHE. That's OK, I've just set environment "PYTHON_EGG_CACHE=/var/t