[oe] Package fetch error

Charlton, John john.charlton at tycoelectronics.com
Fri Jan 23 16:47:43 UTC 2009


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:

OE Build Configuration:
BB_VERSION        = "1.8.13"
METADATA_BRANCH   = "org.openembedded.dev"
METADATA_REVISION = "a84937cc8fbbe013c2671b890db69d3fb7a3fc7d"
TARGET_ARCH       = "arm"                                     
TARGET_OS         = "linux-gnueabi"                           
MACHINE           = "at91sam9261ek"                           
DISTRO            = "angstrom"                                
DISTRO_VERSION    = "2009.X-test-20090123"                    
TARGET_FPU        = "soft"                                    
...
...

Retrying.
--2009-01-23 11:32:07--  (try: 5)  http://www.angstrom-distribution.org/unstable/sources/libXcursor-1.1.9.tar.bz2
--2009-01-23 11:32:07--  (try: 5)  http://www.angstrom-distribution.org/unstable/sources/jasper-1.900.1.zip
Connecting to www.angstrom-distribution.org|85.214.40.226|:80... Connecting to www.angstrom-distribution.org|85.214.40.226|:80... failed: Connection timed out.
failed: Connection timed out.
Giving up.

Giving up.

>From another terminal:


[us075929 at rum downloads]$ wget http://85.214.40.226/unstable/sources/libXcursor-1.1.9.tar.bz2
--2009-01-23 11:28:21--  http://85.214.40.226/unstable/sources/libXcursor-1.1.9.tar.bz2
Resolving proxydirect.tycoelectronics.com... 163.241.128.137
Connecting to proxydirect.tycoelectronics.com|163.241.128.137|:80... connected.
Proxy request sent, awaiting response... 404 Not Found
2009-01-23 11:28:22 ERROR 404: Not Found.

[us075929 at rum downloads]$ ping 85.214.40.226
PING 85.214.40.226 (85.214.40.226) 56(84) bytes of data.
64 bytes from 85.214.40.226: icmp_seq=1 ttl=47 time=105 ms
64 bytes from 85.214.40.226: icmp_seq=2 ttl=47 time=105 ms
64 bytes from 85.214.40.226: icmp_seq=3 ttl=47 time=105 ms
^C
--- 85.214.40.226 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2880ms
rtt min/avg/max/mdev = 105.428/105.605/105.955/0.362 ms

Using the url it works:
[us075929 at rum downloads]$ wget http://www.angstrom-distribution.org/unstable/sources/libXcursor-1.1.9.tar.bz2
--2009-01-23 11:30:12--  http://www.angstrom-distribution.org/unstable/sources/libXcursor-1.1.9.tar.bz2
Resolving proxydirect.tycoelectronics.com... 163.241.128.137
Connecting to proxydirect.tycoelectronics.com|163.241.128.137|:80... connected.
Proxy request sent, awaiting response... 200 OK
Length: 234749 (229K) [application/x-bzip2]
Saving to: `libXcursor-1.1.9.tar.bz2'

100%[============================================================>] 234,749     50.9K/s   in 4.5s

2009-01-23 11:30:17 (50.9 KB/s) - `libXcursor-1.1.9.tar.bz2' saved [234749/234749]


The other question is why does it try to download at all since I did the download from the command line and the checksum matches the checksum in the checksums file.


--John
 



More information about the Openembedded-devel mailing list