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 g
> 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,
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.
> > 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 t
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
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 a
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?
> evade
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.
L
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;
-ran 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@yoc
, 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 --v
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 Foundation,
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) 1.2
13 matches
Mail list logo