Re: [yocto] Python3-distribute-native build fails in daisy

2014-06-08 Thread Andreas Galauner
On 08/06/14 11:45, Diego Sueiro wrote: > I'm getting the same problem for python3-distribute. Take a look bug > #6373 . > Try to do a "bitbake python3-native -fccompile ; bitbake python3-native > -f" and see if you can go further than me. Tha

Re: [yocto] Python3-distribute-native build fails in daisy

2014-06-08 Thread Diego Sueiro
Andreas, On Sun, Jun 8, 2014 at 3:05 AM, Andreas Galauner wrote: > Hi all, > > I'm currently trying to add a few python packages to my image for which > I need Python 3.3 because a few of them depend on asyncio. These > packages (asyncio itself, websockets and django) are installed with the > us

[yocto] Python3-distribute-native build fails in daisy

2014-06-07 Thread Andreas Galauner
Hi all, I'm currently trying to add a few python packages to my image for which I need Python 3.3 because a few of them depend on asyncio. These packages (asyncio itself, websockets and django) are installed with the usual distribute setup.py scripts either using setuptools or distribute. Now whe