On Thu, Jul 14, 2011 at 11:26 AM, Bernard Mentink <[email protected]> wrote: > > Hi Guys, > > I am getting the following fetch errors when trying to compile .. > I am behind a http proxy so have made sure the wget, svn,cvs,ftp,git etc > work ... and they do on the command line, however I am still getting > these errors. > > A dump of the current error is below .. > > If I "wget" the file it is complaining about and install it in the > ~/sources directory and add an md5checksum file as well, it gets past > this error next time I run .... Until the next time. > So the question is if wget works from the command line why does it not > work from bitbake .... Unless it uses another method to get the file, > but I see nothing in the .bb file to indicate what > program is used ..
Not really help, but commiseration... Bitbake changes the environment so what works from the command line will not always work from inside bitbake. I have had limited success fiddling with overriding fetching parameters, but it is ultimately a lot easier to work without a proxy. > > Any and all help appreciated. > > Thanks, > Bernie > > > ------------------------------------------------------------------------ > -------------------------------------- > METADATA_REVISION = "b59743b" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "mx31ads" > DISTRO = "angstrom" > DISTRO_VERSION = "v2011.07" > TARGET_FPU = "hard" > > NOTE: Resolving any missing task queue dependencies > NOTE: Preparing runqueue > NOTE: Executing RunQueue Tasks > NOTE: Running task 114 of 606 (ID: 571, > virtual:native:/home/bmentink/devel/openembedded/recipes/sqlite/sqlite3_ > 3.6.23.1.bb, > do_fetch) > --2011-07-14 11:17:29-- http://www.sqlite.org/sqlite-3.6.23.1.tar.gz > NOTE: package sqlite3-native-3.6.23.1-r4.0: task do_fetch: Started > Resolving www.sqlite.org... 67.18.92.124 > Connecting to www.sqlite.org|67.18.92.124|:80... failed: Connection > refused. > --2011-07-14 11:17:30-- > http://mirrors.openembedded.org/sqlite-3.6.23.1.tar.gz > Resolving mirrors.openembedded.org... 82.197.159.157 > Connecting to mirrors.openembedded.org|82.197.159.157|:80... failed: > Connection refused. > --2011-07-14 11:17:30-- > http://sources.openembedded.org/sqlite-3.6.23.1.tar.gz > Resolving sources.openembedded.org... 140.211.169.165 > Connecting to sources.openembedded.org|140.211.169.165|:80... failed: > Connection refused. > --2011-07-14 11:17:30-- > http://www.angstrom-distribution.org/unstable/sources/sqlite-3.6.23.1.ta > r.gz > Resolving www.angstrom-distribution.org... 188.40.83.200 > Connecting to www.angstrom-distribution.org|188.40.83.200|:80... > failed: Connection > refused. > NOTE: package sqlite3-native-3.6.23.1-r4.0: task Fetch failed: Unable to > fetch URL > http://www.sqlite.org/sqlite-3.6.23.1.tar.gz from any source.: Failed > ERROR: Function 'Fetch failed: Unable to fetch URL > http://www.sqlite.org/sqlite-3.6.23.1.tar.gz from any source.' failed > ERROR: Task 571 > (virtual:native:/home/bmentink/devel/openembedded/recipes/sqlite/sqlite3 > _3.6.23.1.bb, > do_fetch) failed with exit code '1' > ERROR: > 'virtual:native:/home/bmentink/devel/openembedded/recipes/sqlite/sqlite3 > _3.6.23.1.bb' > failed > ------------------------------------------------------------------------ > ------------------------------------------- > Bernard Mentink > Caterpillar Trimble Control Technologies > P.O. Box 8729, Riccarton > 11 Birmingham Drive, Christchurch > New Zealand > Phone +64-3-9635335 > Fax +64-3-9635417 > Email [email protected] > > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
