[oe] Package fetch error

Jeremy Williams jeremy.williams at ngc.com
Fri Jan 23 23:11:39 UTC 2009


Charlton, John <john.charlton <at> tycoelectronics.com> writes:

> 
> I am trying to resolve a problem with bitbake package fetch.  I have a proxy
server and the proxydirect server
> works for bitbake up to the libXCursor-1.1.9.tar.bz2 fetch then it times out
after resolving the
> www.angstrom-distribution.org to the IP address 85.214.40.226:

There are two sites hosted at that IP:

>nslookup linux-to-go.org

Non-authoritative answer:
Name:    linux-to-go.org
Address:  85.214.40.226


>nslookup angstrom-distribution.org

Non-authoritative answer:
Name:    angstrom-distribution.org
Address:  85.214.40.226

If you to http://85.214.40.226 in your browser, the default site is
linux-to-go.org, which caused the failure when retrieving by IP.  This means
when retrieving via bitbake, for some reason the host headers are not being sent.

The fetch command for http:// is 
"/usr/bin/env wget -t 5 --passive-ftp -P {DEST_DIR} {url}"

If you issue this from the command line using the www.angstrom-distribution.org
url does it fail?

-jeremy








More information about the Openembedded-devel mailing list