[yocto] Bitbaking python fails

Andre Haupt andre at bitwigglers.org
Fri Jul 22 05:32:40 PDT 2011


> > > > My target machine is atom-pc and my build host is Fedora 13 in a
> > > > VirtualBox machine.
> > > 
> > > I've not seen this before. You could run
> > > "file /home/ahaupt/yocto-git/build/tmp/sysroots/atom-pc/usr/lib/libgdbm.so.3.0.0" and check that its of the correct architecture since the invalid instruction is a weird error to see. I'm not 100% sure its that file its complaining about the instruction from though.
> > 
> > this is the output of the file command:
> > libgdbm.so.3.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1
> > (SYSV), dynamically linked, not stripped
> 
> Sounds correct...
> 
> > > Does it do this every build, erroring in the same way? I know we did see
> > > some emulation corruption type issues with virtualbox in the past
> > > although they've not been reported for a while. It might be worth
> > > starting a new build of "bitbake python" and see if the error is
> > > reproducible too...
> > 
> > It happens reproducible when i do a "bitbake python".
> 
> Is this on a fresh clean build directory?

I did a fresh build in a new clean directory now and it fails too. The
error log (attached) is a bit different though.

What i did:

- source poky-init-build-env build python
- edit conf/local.conf to set
  BB_NUMBER_THREADS = "2"
  PARALLEL_MAKE = "-j 2"
  MACHINE ??= "atom-pc"
- source poky-init-build-env build python, again (not sure if this is needed)
- bitbake python

> You could also try "bitbake -c cleansstate python gdbm" on your existing
> build directory and retry "bitbake python" to see if its reproducible
> that way.
hmmh, the cleansstate task does neither exist for python nor for gdbm.

ERROR: Task do_cleansstate does not exist for target python

regards,

Andre
-------------- next part --------------
NOTE: make HOSTPGEN=/home/ahaupt/yocto-git/build-python/tmp/sysroots/i686-linux/usr/bin/pgen HOSTPYTHON=/home/ahaupt/yocto-git/build-python/tmp/sysroots/i686-linux/usr/bin/python STAGING_LIBDIR=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib STAGING_INCDIR=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/include BUILD_SYS=i686-linux HOST_SYS=i586-poky-linux OPT= -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types libpython2.6.so
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
Objects/unicodectype.c: In function '_PyUnicodeUCS2_ToLowercase':
Objects/unicodectype.c:779:12: warning: incompatible implicit declaration of built-in function 'towlower'
Objects/unicodectype.c: In function '_PyUnicodeUCS2_ToUppercase':
Objects/unicodectype.c:784:12: warning: incompatible implicit declaration of built-in function 'towupper'
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -Wl,-O1  -Wl,--as-needed  Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/mysnprintf.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -lpthread -ldl  -lpthread -lutil -o Parser/pgen
/home/ahaupt/yocto-git/build-python/tmp/sysroots/i686-linux/usr/bin/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/getmtime.o Python/getmtime.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux2"' -o Python/getplatform.o ./Python/getplatform.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux2:lib-tk:lib-old"' \
		-DPREFIX='"/usr"' \
		-DEXEC_PREFIX='"/usr"' \
		-DVERSION='"2.6"' \
		-DVPATH='""' \
		-o Modules/getpath.o ./Modules/getpath.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/threadmodule.c -o Modules/threadmodule.o
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/signalmodule.c -o Modules/signalmodule.o
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/posixmodule.c -o Modules/posixmodule.o
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/errnomodule.c -o Modules/errnomodule.o
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/_sre.c -o Modules/_sre.o
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/zipimport.c -o Modules/zipimport.o
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE  -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -DSVNVERSION="\"`LC_ALL=C svnversion .`\"" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
if test libpython2.6.so.1.0 != libpython2.6.so; then \
		ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -shared -Wl,-O1  -Wl,--as-needed -Wl,-hlibpython2.6.so.1.0 -o libpython2.6.so.1.0 Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o   Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o  Modules/threadmodule.o  Modules/signalmodule.o  Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/zipimport.o  Modules/symtablemodule.o  Modules/xxsubtype.o   -lpthread -ldl  -lpthread -lutil  -lm ; \
		ln -f libpython2.6.so.1.0 libpython2.6.so; \
	else \
		ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -shared -Wl,-O1  -Wl,--as-needed -o libpython2.6.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o   Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o  Modules/threadmodule.o  Modules/signalmodule.o  Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/zipimport.o  Modules/symtablemodule.o  Modules/xxsubtype.o   -lpthread -ldl  -lpthread -lutil  -lm ; \
	fi
oe_libinstall: cd /home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6
oe_libinstall: install -d /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib/
oe_libinstall: install -m 0755 libpython2.6.so /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib/
oe_libinstall: install -m 0755 libpython2.6.so.1.0 /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib/
oe_libinstall: ln -sf libpython2.6.so.1.0 /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib/libpython2.6.so
oe_libinstall: cd /home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6
NOTE: make HOSTPGEN=/home/ahaupt/yocto-git/build-python/tmp/sysroots/i686-linux/usr/bin/pgen HOSTPYTHON=/home/ahaupt/yocto-git/build-python/tmp/sysroots/i686-linux/usr/bin/python STAGING_LIBDIR=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib STAGING_INCDIR=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/include BUILD_SYS=i686-linux HOST_SYS=i586-poky-linux OPT= -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -c  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
rm -f libpython2.6.a
i586-poky-linux-ar cr libpython2.6.a Modules/getbuildinfo.o
i586-poky-linux-ar cr libpython2.6.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o
i586-poky-linux-ar cr libpython2.6.a Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o
i586-poky-linux-ar cr libpython2.6.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o   Python/thread.o
i586-poky-linux-ar cr libpython2.6.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o 
i586-poky-linux-ar cr libpython2.6.a Modules/threadmodule.o  Modules/signalmodule.o  Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/zipimport.o  Modules/symtablemodule.o  Modules/xxsubtype.o
i586-poky-linux-ranlib libpython2.6.a
ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -Wl,-O1  -Wl,--as-needed -Xlinker -export-dynamic -o python \
			Modules/python.o \
			-L. -lpython2.6 -lpthread -ldl  -lpthread -lutil   -lm  
Looking in readline for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Found /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib/libreadline.so
Looking in ncursesw for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Found /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib/libncursesw.so
Looking in crypt for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Found /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib/libcrypt.so
Looking in ssl for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib', '/usr/local/ssl/lib', '/usr/contrib/ssl/lib/']
Found /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib/libssl.so
Looking in sqlite3 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/include/../lib64', '/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/include/../lib', '/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/include/../../lib64', '/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/include/../../lib', '/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Found /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/include/../lib/libsqlite3.so
Looking in gdbm for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Found /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib/libgdbm.so
Looking in gdbm_compat for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in gdbm for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Found /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib/libgdbm.so
Looking in nsl for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Found /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib/libnsl.so
Looking in panelw for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Found /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib/libpanelw.so
Looking in z for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Found /home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib/libz.so
Looking in bz2 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tk8.5 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tcl8.5 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tk85 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tcl85 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tk8.4 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tcl8.4 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tk84 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tcl84 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tk8.3 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tcl8.3 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tk83 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tcl83 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tk8.2 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tcl8.2 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tk82 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tcl82 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tk8.1 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tcl8.1 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tk81 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tcl81 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_struct.c: In function 'init_struct':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_struct.c:2096:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_struct.c:2170:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_weakref.c: In function 'init_weakref':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_weakref.c:99:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_weakref.c:102:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_weakref.c:105:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_weakref.c:108:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/arraymodule.c: In function 'array_richcompare':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/arraymodule.c:574:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/arraymodule.c:578:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/arraymodule.c: In function 'initarray':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/arraymodule.c:2243:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/arraymodule.c:2245:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/timemodule.c: In function 'inittime':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/timemodule.c:848:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/datetimemodule.c: In function 'initdatetime':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/datetimemodule.c:4835:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/datetimemodule.c:4838:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/datetimemodule.c:4842:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/datetimemodule.c:4845:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/datetimemodule.c:4848:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/timemodule.c: In function 'inittime':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/timemodule.c:848:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/itertoolsmodule.c: In function 'inititertools':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/itertoolsmodule.c:3601:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_randommodule.c: In function 'init_random':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_randommodule.c:578:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_collectionsmodule.c: In function 'deque_richcompare':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_collectionsmodule.c:794:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_collectionsmodule.c:796:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_collectionsmodule.c:800:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_collectionsmodule.c:802:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_collectionsmodule.c:849:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_collectionsmodule.c:851:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_collectionsmodule.c: In function 'init_collections':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_collectionsmodule.c:1492:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_collectionsmodule.c:1498:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/operator.c: In function 'initoperator':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/operator.c:771:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/operator.c:776:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/operator.c:781:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_fileio.c: In function 'init_fileio':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_fileio.c:965:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_bytesio.c: In function 'bytesio_get_closed':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_bytesio.c:148:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_bytesio.c:150:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_bytesio.c: In function 'return_true':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_bytesio.c:157:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_bytesio.c: In function 'bytesio_isatty':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_bytesio.c:192:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_bytesio.c: In function 'init_bytesio':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_bytesio.c:761:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_testcapimodule.c: In function 'init_testcapi':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_testcapimodule.c:1120:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_testcapimodule.c:1122:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_testcapimodule.c:1123:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_hotshot.c: In function 'init_hotshot':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_hotshot.c:1612:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_hotshot.c:1613:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_hotshot.c:1620:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_hotshot.c:1623:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_lsprof.c: In function 'init_lsprof':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_lsprof.c:884:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_lsprof.c:885:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/unicodedata.c: In function 'initunicodedata':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/unicodedata.c:1194:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/unicodedata.c:1202:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/spwdmodule.c: In function 'initspwd':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/spwdmodule.c:180:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/selectmodule.c: In function 'pyepoll_get_closed':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/selectmodule.c:814:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/selectmodule.c:816:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/selectmodule.c: In function 'initselect':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/selectmodule.c:1750:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/selectmodule.c:1777:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/selectmodule.c:1781:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/parsermodule.c: In function 'initparser':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/parsermodule.c:3352:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/parsermodule.c:3373:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/parsermodule.c:3375:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/cStringIO.c: In function 'IO_isatty':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/cStringIO.c:150:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/cStringIO.c: In function 'initcStringIO':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/cStringIO.c:760:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/cStringIO.c:761:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/cPickle.c: In function 'initcPickle':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/cPickle.c:5857:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/cPickle.c:5858:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/cPickle.c:5859:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/cPickle.c: In function 'Unpickler_noload':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/cPickle.c:202:8: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_csv.c: In function 'init_csv':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_csv.c:1602:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
In file included from /home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/socketmodule.c:354:0:
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/getaddrinfo.c: In function 'fake_getaddrinfo':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/getaddrinfo.c:423:32: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/socketmodule.c: In function 'init_socket':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/socketmodule.c:4394:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/socketmodule.c:4426:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/socketmodule.c:4430:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_ssl.c: In function 'init_ssl':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_ssl.c:1629:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_hashopenssl.c: In function 'init_hashlib':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_hashopenssl.c:499:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/connection.c: In function 'pysqlite_connection_init':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/connection.c:84:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/connection.c: In function 'pysqlite_connection_exit':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/connection.c:1401:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/module.c: In function 'init_sqlite3':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/module.c:322:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/module.c:324:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/module.c:326:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/module.c:328:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/module.c:330:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/module.c:332:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/module.c:399:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/prepare_protocol.c: In function 'pysqlite_prepare_protocol_setup_types':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_sqlite/prepare_protocol.c:81:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
i586-poky-linux-gcc: unrecognized option '-R/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib'
Looking in tk8.0 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tcl8.0 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tk80 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
Looking in tcl80 for ['/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc/usr/lib']
*** WARNING: renaming "gdbm" since importing it failed: libgdbm.so.3: cannot open shared object file: No such file or directory
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/resource.c: In function 'initresource':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/resource.c:248:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c: In function 'PyCursesWindow_is_wintouched':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:298:1: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:298:1: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c: In function 'PyCursesWindow_Is_LineTouched':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1216:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1219:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c: In function 'PyCurses_can_change_color':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1678:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1678:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c: In function 'PyCurses_has_colors':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1679:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1679:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c: In function 'PyCurses_has_ic':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1680:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1680:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c: In function 'PyCurses_has_il':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1681:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1681:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c: In function 'PyCurses_isendwin':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1682:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1682:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c: In function 'PyCurses_has_key':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1859:17: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1862:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c: In function 'PyCurses_Is_Term_Resized':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:2094:17: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:2097:17: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c: In function 'init_curses':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:2730:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c: In function 'PyCurses_getsyx':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1769:17: warning: 'x' may be used uninitialized in this function
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_cursesmodule.c:1769:19: warning: 'y' may be used uninitialized in this function
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_curses_panel.c: In function 'PyCursesPanel_panel_hidden':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_curses_panel.c:168:1: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_curses_panel.c:168:1: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_curses_panel.c: In function 'init_curses_panel':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/_curses_panel.c:463:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/zlibmodule.c: In function 'initzlib':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/zlibmodule.c:1016:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/zlibmodule.c:1017:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/pyexpat.c: In function 'initpyexpat':
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/pyexpat.c:1906:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6/Modules/pyexpat.c:1925:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
/bin/sh: line 1: 22439 Illegal instruction     (core dumped) LD_LIBRARY_PATH=/home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/Python-2.6.6:/home/ahaupt/yocto-git/build-python/tmp/sysroots/i686-linux/usr/bin/../lib/pseudo/lib:/home/ahaupt/yocto-git/build-python/tmp/sysroots/i686-linux/usr/bin/../lib/pseudo/lib64 CC='ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc' LDSHARED='ccache i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/ahaupt/yocto-git/build-python/tmp/sysroots/atom-pc -shared' LDFLAGS='-Wl,-O1  -Wl,--as-needed' OPT='-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types' /home/ahaupt/yocto-git/build-python/tmp/sysroots/i686-linux/usr/bin/python -E ./setup.py -q build
make: *** [sharedmods] Error 132
FATAL: oe_runmake failed
ERROR: Function 'do_compile' failed (see /home/ahaupt/yocto-git/build-python/tmp/work/core2-poky-linux/python-2.6.6-nk1.2/temp/log.do_compile.21265 for further information)


More information about the yocto mailing list