Re: [yocto] build failure on current

2012-09-28 Thread Evade Flow
Seems it definitely didn't build tar: evadeflow% pwd /home/evadeflow/projects/poky-git/build/tmp/sysroots/i686-linux/usr/bin evadeflow% ls t* tabs tailf taskset tic toe tput tset tunctl tzselect evadeflow% tar --version tar (GNU tar) 1.22 Copyright (C) 2009 Free Software Foundation, Inc.

Re: [yocto] build failure on current

2012-09-28 Thread Paul Eggleton
On Friday 28 September 2012 10:16:27 Evade Flow wrote: Seems it definitely didn't build tar: evadeflow% pwd /home/evadeflow/projects/poky-git/build/tmp/sysroots/i686-linux/usr/bin Just to confirm, this is the same path you get if you run cat pseudodone in your build directory? evadeflow%

Re: [yocto] build failure on current

2012-09-28 Thread Evade Flow
To answer your questions... Just to confirm, this is the same path you get if you run cat pseudodone in your build directory? Yessir. evadeflow% cat pseudodone /home/evadeflow/projects/poky-git/build/tmp/sysroots/i686-linux/usr/bin ... could you put this into a file and

Re: [yocto] build failure on current

2012-09-28 Thread Paul Eggleton
On Friday 28 September 2012 11:13:22 Evade Flow wrote: ... could you put this into a file and run it and tell me what it prints on your system? --- snip -- #!/bin/sh needtar=1 TARVERSION=`tar --version | head -n 1 | cut -d ' ' -f 4`

Re: [yocto] build failure on current

2012-09-28 Thread Evade Flow
Erm... that *specific* bit prints nothing when pasted into a file and executed. (Is it really supposed to?) No, but the rest of the script (the bit following the blank line that you've omitted) is... My bad, sorry. (I really need to read more carefully.) Here's what I get when I add the

Re: [yocto] build failure on current

2012-09-28 Thread Paul Eggleton
On Friday 28 September 2012 11:53:53 Evade Flow wrote: Erm... that *specific* bit prints nothing when pasted into a file and executed. (Is it really supposed to?) No, but the rest of the script (the bit following the blank line that you've omitted) is... My bad, sorry. (I really

Re: [yocto] build failure on current

2012-09-28 Thread Evade Flow
Is it definitely tar that's the problem or gzip? ... Oh! Didn't even think of that. :-% Looks like it's gzip: evadeflow% gzip -d perl-5.14.2.tar.gz gzip: perl-5.14.2.tar.gz: invalid compressed data--crc error Nice find! I'll see about updating my gzip... On Fri, Sep 28, 2012 at 12:00 PM,

Re: [yocto] build failure on current

2012-09-28 Thread Evade Flow
Just to bring this full circle: I finally got the CRC error on my Ubuntu 10.04 build server to go away by adding the following line to /etc/apt/sources.list: deb http://archive.ubuntu.com/ubuntu lucid-updates main universe restricted and then executing: sudo apt-get install gzip to update

[yocto] build failure on current

2012-09-27 Thread Rifenbark, Scott M
I am running through the build example for the QS and hit a failure when trying to access git://git.yoctoproject.org/libowl;protocol=githttp://git.yoctoproject.org/libowl;protocol=git. I started with the tarball here: http://autobuilder.yoctoproject.org/nightly/CURRENT Full transcript.

Re: [yocto] build failure on current

2012-09-27 Thread Evade Flow
I'm new to Yocto, but I've seen similar errors that seem to be due to differences in the version of tar on the build server. Everything's fine on this machine: good% tar --version tar (GNU tar) 1.26 but I get CRC errors sometimes on this one: bad% otp-mmes-build% tar --version tar (GNU tar)

Re: [yocto] build failure on current

2012-09-27 Thread Evade Flow
Something was bugging me about this, so I dug up my notes. I was wrong when I said switching to denzil fixed my problem---it did NOT. I simply cannot untar/uncompress the perl archive from CPAN with tar 1.22: evadeflow% tar --version tar (GNU tar) 1.22 Copyright (C) 2009 Free Software

Re: [yocto] build failure on current

2012-09-27 Thread Rifenbark, Scott M
, 2012 12:42 PM To: Rifenbark, Scott M Cc: yocto@yoctoproject.org Subject: Re: [yocto] build failure on current I'm new to Yocto, but I've seen similar errors that seem to be due to differences in the version of tar on the build server. Everything's fine on this machine: good% tar --version tar (GNU

Re: [yocto] build failure on current

2012-09-27 Thread Evade Flow
it and ran error free. I was also told this was a rare occurrence but it does happen. Scott -Original Message- From: Evade Flow [mailto:evadef...@gmail.com] Sent: Thursday, September 27, 2012 12:42 PM To: Rifenbark, Scott M Cc: yocto@yoctoproject.org Subject: Re: [yocto] build

Re: [yocto] build failure on current

2012-09-27 Thread Paul Eggleton
On Thursday 27 September 2012 17:55:45 Evade Flow wrote: Fair enough. And I should mention that the error I reported occurs on Ubuntu 10.04. It's not like I wasn't warned. :-} WARNING: Host distribution Ubuntu 10.04 LTS has not been validated with this version of the build system; you