Discussion:
The Correct Script of the Error
Thiago Castro Ferreira
2010-02-18 17:33:15 UTC
Permalink
Sorry,
I send the wrong script of the errors. The correct is this one:

***@ubuntu:/home/thiago/gumstix-buildroot# make

if [ -f "target/generic/skel.tar.gz" ] ; then \
        zcat target/generic/skel.tar.gz | tar -C /home/thiago/gumstix-buildroot/build_arm_nofpu -xf -; \
    fi;
if [ -d "target/generic/target_skeleton" ] ; then \
        cp -a target/generic/target_skeleton/* /home/thiago/gumstix-buildroot/build_arm_nofpu/root/; \
    fi;
touch /home/thiago/gumstix-buildroot/build_arm_nofpu/staging_dir/fakeroot.env
find /home/thiago/gumstix-buildroot/build_arm_nofpu/root -type d -name CVS | xargs rm -rf
find /home/thiago/gumstix-buildroot/build_arm_nofpu/root -type d -name .svn | xargs rm -rf

Checking build system dependencies:
sed works:                Ok
GNU make version '3.81':        Ok
gcc version '4.4.1':            Ok
which installed:            Ok
bison installed:            Ok
flex installed:                Ok
gettext installed:            Ok
Build system dependencies:        Ok

mkdir -p /home/thiago/gumstix-buildroot/dl
toolchain/getter_script.sh -P /home/thiago/gumstix-buildroot/dl http://www.uclibc.org/downloads/snapshots/uClibc-20070424.tar.bz2
--2010-02-18 14:31:37--  http://www.uclibc.org/downloads/snapshots/uClibc-20070424.tar.bz2
Resolvendo www.uclibc.org... 140.211.167.224
Conectando-se a www.uclibc.org|140.211.167.224|:80... conectado!
HTTP requisição enviada, aguardando resposta... 404 Not Found
2010-02-18 14:31:38 ERRO 404: Not Found.

Retrying from gumstix alternate site...
--2010-02-18 14:31:38--  http://files.gumstix.com/uClibc-20070424.tar.bz2
Resolvendo files.gumstix.com... 69.163.172.9
Conectando-se a files.gumstix.com|69.163.172.9|:80... conectado!
HTTP requisição enviada, aguardando resposta... 404 Not Found
2010-02-18 14:31:39 ERRO 404: Not Found.

make: ** [/home/thiago/gumstix-buildroot/dl/uClibc-20070424.tar.bz2] Erro 1




____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
Adam Sampson
2010-02-18 18:49:55 UTC
Permalink
This is a problem with the Gumstix scripts rather than anything we've
produced, so you might do better asking the Gumstix developers about
Post by Thiago Castro Ferreira
--2010-02-18 14:31:37--  http://www.uclibc.org/downloads/snapshots/uClibc-20070424.tar.bz2
Resolvendo www.uclibc.org... 140.211.167.224
Conectando-se a www.uclibc.org|140.211.167.224|:80... conectado!
HTTP requisição enviada, aguardando resposta... 404 Not Found
2010-02-18 14:31:38 ERRO 404: Not Found.
It's trying to download a file that's not there any more (a rather old
snapshot of uClibc, the C library that's widely used on embedded Linux
devices). There appears to be a copy of it available here, if you have
an option somewhere to specify an alternative download location:

http://www.daimi.au.dk/~spider/gumstix/gumstix-buildroot/dl/
--
Adam Sampson <http://offog.org/>
Sarah Mount
2010-03-03 19:19:24 UTC
Permalink
Post by Adam Sampson
This is a problem with the Gumstix scripts rather than anything we've
produced, so you might do better asking the Gumstix developers about
Gumstix-users [ gumstix-users-5NWGOfrQmneRv+***@public.gmane.org ] is the list you
are looking for. However, Adam's fix should work, as would removing
uClib from your build. The Bitbake manual is available online and IMHO
very readable, event though the Gumstix wiki is a little confusing!

Regards,

Sarah
Post by Adam Sampson
Post by Thiago Castro Ferreira
--2010-02-18 14:31:37--  http://www.uclibc.org/downloads/snapshots/uClibc-20070424.tar.bz2
Resolvendo www.uclibc.org... 140.211.167.224
Conectando-se a www.uclibc.org|140.211.167.224|:80... conectado!
HTTP requisição enviada, aguardando resposta... 404 Not Found
2010-02-18 14:31:38 ERRO 404: Not Found.
It's trying to download a file that's not there any more (a rather old
snapshot of uClibc, the C library that's widely used on embedded Linux
devices). There appears to be a copy of it available here, if you have
 http://www.daimi.au.dk/~spider/gumstix/gumstix-buildroot/dl/
--
Adam Sampson                                         <http://offog.org/>
--
Sarah Mount, Senior Lecturer, University of Wolverhampton
website: http://www.snim2.org/
twitter: @snim2

This email, together with any attachment, is for the exclusive and
confidential use of the addressee(s) and may contain legally
privileged information. Any use, disclosure or reproduction without
the sender's explicit consent is unauthorised and may be unlawful.

Any e-mail including its content and any attachments may be monitored
and used by The University of Wolverhampton for reasons of security
and for monitoring internal compliance with the University's policy on
internet use. E-mail blocking software may also be used. The
University cannot guarantee that this message or any attachment is
virus free or has not been intercepted and amended.

If you believe you have received this message in error please notify
the sender by email, telephone or fax and destroy the message and any
copies.
Loading...