Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-06 Thread Andre McCurdy
On Wed, Apr 6, 2016 at 3:23 PM, Burton, Ross wrote: > > On 6 April 2016 at 20:55, Ronald Oakes wrote: >> >> For what it's worth, I may be able to work around this by using the >> Poky-Tiny distribution, which is closer to what I'll need for the >>

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-06 Thread Burton, Ross
On 6 April 2016 at 20:55, Ronald Oakes wrote: > For what it's worth, I may be able to work around this by using the > Poky-Tiny distribution, which is closer to what I'll need for the > minimalist system we need in the end. > If you need a minimal system then you might want to

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-06 Thread Ronald Oakes
Alas, not legally (government contract). I might be able to burn them to CD, but I'd still have to bring them home to email them. For what it's worth, I may be able to work around this by using the Poky-Tiny distribution, which is closer to what I'll need for the minimalist system we need in the

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-06 Thread Burton, Ross
On 6 April 2016 at 15:27, Ronald Oakes wrote: > Unfortunately, my build system is airgapped from the Internet, making > copying files into emails (or attaching them) extremely difficult. > Can you not put them on a USB stick? Ross --

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-06 Thread Ronald Oakes
Unfortunately, my build system is airgapped from the Internet, making copying files into emails (or attaching them) extremely difficult. RonO On Wed, Apr 6, 2016 at 4:33 AM, Burton, Ross wrote: > > On 5 April 2016 at 23:17, Ronald Oakes wrote: >> >> I'm

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-06 Thread Burton, Ross
On 5 April 2016 at 23:17, Ronald Oakes wrote: > I'm basing off of poky-jethro-14.0.1.tar.bz as downloaded from > yoctoproject.org. I've also got meta-intel from the git of that name > to support the corei7, my eventual target. > The full compile and install logs would be

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-05 Thread Ronald Oakes
I'm basing off of poky-jethro-14.0.1.tar.bz as downloaded from yoctoproject.org. I've also got meta-intel from the git of that name to support the corei7, my eventual target. Ron O On Tue, Apr 5, 2016 at 3:29 PM, Burton, Ross wrote: > > On 5 April 2016 at 19:55, Ronald

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-05 Thread Burton, Ross
On 5 April 2016 at 19:55, Ronald Oakes wrote: > Illegal instruction > It probably built a binary to run on your host using compiler flags for your target, which means that the binary contains instructions your processor can't execute. What release of OE/Poky/Yocto/whatever is

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-05 Thread Ronald Oakes
I'm hand-transcribing the error (which still exists after recopying the source files into build/downloads): -- if test $? -ne 0; then \ echo "generate-posix-vars failed" ; \ rm -f ./pybuilddir.txt ; \ exit 1 ; \ fi Illegal instruction make: *** [sharedmods] Error 132 WARNING: exit

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-05 Thread Rudolf J Streif
Hi Ron, On Tuesday, April 05, 2016 10:37:07 AM Ronald Oakes wrote: > When I try to build either emulated or real 64 bit distributions on an > isolated system running Debian 8.0.3 (using BB_NO_NETWORK = "1"), > utilizing a downloads directory copied from a system running Centos > 7.2.1511, I get a

[yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-05 Thread Ronald Oakes
When I try to build either emulated or real 64 bit distributions on an isolated system running Debian 8.0.3 (using BB_NO_NETWORK = "1"), utilizing a downloads directory copied from a system running Centos 7.2.1511, I get a failure in the do_install step for Python. I plan on recopying