* problem with fetching?
@ 2010-11-10 6:41 Kumar Gala
2010-11-10 12:20 ` Tian, Kevin
0 siblings, 1 reply; 9+ messages in thread
From: Kumar Gala @ 2010-11-10 6:41 UTC (permalink / raw)
To: yocto
I'm trying to build the MPC8135E RDB and have the following setup in conf/local.conf:
# Uncomment and set to allow bitbake to execute multiple tasks at once.
# For a quadcore, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
# be appropriate.
BB_NUMBER_THREADS = "16"
# Also, make can be passed flags so it run parallel threads e.g.:
PARALLEL_MAKE = "-j 16"
# The machine to target
MACHINE ?= "mpc8315e-rdb"
....
$ bitbake poky-image-minimal
I see errors likes:
Waiting for 1 active tasks to finish:
1: linux-libc-headers-2.6.34-r1 do_fetch (pid 6952)
NOTE: package binutils-cross-2.20.1-r3: task do_unpack: Succeeded
NOTE: linux-libc-headers-2.6.34: http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.tar.bz2 has no entry in conf/checksums.ini, not checking URI
NOTE: package linux-libc-headers-2.6.34-r1: task do_fetch: Succeeded
ERROR: 'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb' failed
---
if I re-run it gets further. ideas on what's going on?
- k
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: problem with fetching?
2010-11-10 6:41 problem with fetching? Kumar Gala
@ 2010-11-10 12:20 ` Tian, Kevin
2010-11-10 12:32 ` Kumar Gala
0 siblings, 1 reply; 9+ messages in thread
From: Tian, Kevin @ 2010-11-10 12:20 UTC (permalink / raw)
To: Kumar Gala, yocto@yoctoproject.org
>From: Kumar Gala
>Sent: Wednesday, November 10, 2010 2:42 PM
>
>I'm trying to build the MPC8135E RDB and have the following setup in conf/local.conf:
>
># Uncomment and set to allow bitbake to execute multiple tasks at once.
># For a quadcore, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
># be appropriate.
>BB_NUMBER_THREADS = "16"
># Also, make can be passed flags so it run parallel threads e.g.:
>PARALLEL_MAKE = "-j 16"
>
># The machine to target
>MACHINE ?= "mpc8315e-rdb"
>
>....
>
>$ bitbake poky-image-minimal
>
>I see errors likes:
>
>Waiting for 1 active tasks to finish:
>1: linux-libc-headers-2.6.34-r1 do_fetch (pid 6952)
>NOTE: package binutils-cross-2.20.1-r3: task do_unpack: Succeeded
>NOTE: linux-libc-headers-2.6.34:
>http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.tar.bz2 has no entry in
>conf/checksums.ini, not checking URI
>NOTE: package linux-libc-headers-2.6.34-r1: task do_fetch: Succeeded
>ERROR:
>'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gn
>u-config_20080123.bb' failed
>
>---
>
>if I re-run it gets further. ideas on what's going on?
>
Could you post a full log about the error? We have a plan to improve the error message
but for now it's normally messed with other build outputs in a parallel build. You can
perhaps grep those lines with "ERROR:".
Normally there're two possible reasons for that:
- poor parallel make support by the package, or
- some missing dependency problem
Above issues are usually worked around by re-run it, but it'd always good to figure out
the exact failure. :-)
Thanks
Kevin
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: problem with fetching?
2010-11-10 12:20 ` Tian, Kevin
@ 2010-11-10 12:32 ` Kumar Gala
2010-11-10 13:29 ` Richard Purdie
0 siblings, 1 reply; 9+ messages in thread
From: Kumar Gala @ 2010-11-10 12:32 UTC (permalink / raw)
To: Tian, Kevin; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 2358 bytes --]
On Nov 10, 2010, at 6:20 AM, Tian, Kevin wrote:
>> From: Kumar Gala
>> Sent: Wednesday, November 10, 2010 2:42 PM
>>
>> I'm trying to build the MPC8135E RDB and have the following setup in conf/local.conf:
>>
>> # Uncomment and set to allow bitbake to execute multiple tasks at once.
>> # For a quadcore, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
>> # be appropriate.
>> BB_NUMBER_THREADS = "16"
>> # Also, make can be passed flags so it run parallel threads e.g.:
>> PARALLEL_MAKE = "-j 16"
>>
>> # The machine to target
>> MACHINE ?= "mpc8315e-rdb"
>>
>> ....
>>
>> $ bitbake poky-image-minimal
>>
>> I see errors likes:
>>
>> Waiting for 1 active tasks to finish:
>> 1: linux-libc-headers-2.6.34-r1 do_fetch (pid 6952)
>> NOTE: package binutils-cross-2.20.1-r3: task do_unpack: Succeeded
>> NOTE: linux-libc-headers-2.6.34:
>> http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.tar.bz2 has no entry in
>> conf/checksums.ini, not checking URI
>> NOTE: package linux-libc-headers-2.6.34-r1: task do_fetch: Succeeded
>> ERROR:
>> 'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gn
>> u-config_20080123.bb' failed
>>
>> ---
>>
>> if I re-run it gets further. ideas on what's going on?
>>
>
> Could you post a full log about the error? We have a plan to improve the error message
> but for now it's normally messed with other build outputs in a parallel build. You can
> perhaps grep those lines with "ERROR:".
>
> Normally there're two possible reasons for that:
> - poor parallel make support by the package, or
> - some missing dependency problem
>
> Above issues are usually worked around by re-run it, but it'd always good to figure out
> the exact failure. :-)
>
> Thanks
> Kevin
ERROR: Task failed: Fetch failed: Unable to fetch URL cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=20080123 from any source.
NOTE: package gnu-config-native-0.1+cvs20080123-r1: task do_fetch: Failed
ERROR: Task 211 (virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb, do_fetch) failed with 1
ERROR: 'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb' failed
Attached is the full log.
- k
[-- Attachment #2: err.log --]
[-- Type: application/octet-stream, Size: 14299 bytes --]
NOTE: Handling BitBake files: \ (0844/0844) [100 %]
Parsing of 844 .bb files complete (797 cached, 47 parsed). 969 targets, 62 skipped, 0 masked, 0 errors.
OE Build Configuration:
BB_VERSION = "1.11.0"
METADATA_BRANCH = "<unknown>"
METADATA_REVISION = "<unknown>"
TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
MACHINE = "mpc8315e-rdb"
DISTRO = "poky"
DISTRO_VERSION = "0.9"
TARGET_FPU = "spe"
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing setscene Tasks
NOTE: We can skip tasks set([])
NOTE: Executing runqueue
NOTE: Full skip list set([])
NOTE: Running task 10 of 1609 (ID: 211, virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb, do_fetch)
NOTE: Running task 102 of 1609 (ID: 962, virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-support/mpfr/mpfr_3.0.0.bb, do_patch)
NOTE: Running task 106 of 1609 (ID: 842, virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-core/readline/readline_6.1.bb, do_patch)
NOTE: Running task 107 of 1609 (ID: 854, virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/tcltk/tcl_8.5.8.bb, do_patch)
NOTE: Running task 108 of 1609 (ID: 160, virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-support/sqlite/sqlite3_3.6.23.1.bb, do_patch)
NOTE: Running task 117 of 1609 (ID: 1021, /local/home/galak/poky-laverne-4.0/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb, do_unpack)
NOTE: Running task 118 of 1609 (ID: 220, virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/elfutils/elfutils_0.148.bb, do_patch)
NOTE: Running task 119 of 1609 (ID: 878, virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/bison/bison_2.4.2.bb, do_patch)
NOTE: Running task 120 of 1609 (ID: 866, virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/flex/flex_2.5.35.bb, do_patch)
NOTE: Running task 121 of 1609 (ID: 986, virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-support/libmpc/libmpc_0.8.2.bb, do_patch)
NOTE: Running task 122 of 1609 (ID: 950, /local/home/galak/poky-laverne-4.0/meta/recipes-devtools/binutils/binutils-cross_2.20.1.bb, do_patch)
NOTE: Running task 123 of 1609 (ID: 1322, /local/home/galak/poky-laverne-4.0/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb, do_patch)
NOTE: Running task 126 of 1609 (ID: 1009, virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-extended/gperf/gperf_3.0.4.bb, do_unpack)
NOTE: Running task 127 of 1609 (ID: 769, /local/home/galak/poky-laverne-4.0/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.34.bb, do_patch)
NOTE: Running task 129 of 1609 (ID: 1565, /local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gcc/gcc-cross-initial_4.5.0.bb, do_fetch)
NOTE: Running task 131 of 1609 (ID: 1433, /local/home/galak/poky-laverne-4.0/meta/recipes-core/eglibc/eglibc-initial_2.12.bb, do_fetch)
NOTE: package gnu-config-native-0.1+cvs20080123-r1: task do_fetch: Started
NOTE: fetch http://anonymous@pokylinux.org/sources/config_cvs.sv.gnu.org__20080123.tar.gz
NOTE: fetch http://anonymous@autobuilder.pokylinux.org/sources/config_cvs.sv.gnu.org__20080123.tar.gz
NOTE: package mpfr-native-3.0.0-r0: task do_patch: Started
NOTE: package mpfr-native-3.0.0-r0: task do_patch: Succeeded
NOTE: package readline-native-6.1-r0: task do_patch: Started
NOTE: Applying patch 'configure-fix.patch' (../poky-laverne-4.0/meta/recipes-core/readline/files/configure-fix.patch)
NOTE: package tcl-native-8.5.8-r3: task do_patch: Started
NOTE: Applying patch 'tcl-add-soname.patch' (../poky-laverne-4.0/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch)
NOTE: package tcl-native-8.5.8-r3: task do_patch: Succeeded
NOTE: package sqlite3-native-3.6.23.1-r1: task do_patch: Started
NOTE: Applying patch 'libtool.patch' (../poky-laverne-4.0/meta/recipes-support/sqlite/sqlite3/libtool.patch)
NOTE: package cross-localedef-native-2.12-r0: task do_unpack: Started
NOTE: Unpacking /local/home/galak/poky-4.0-build/downloads/eglibc-2_12_www.eglibc.org_.svn.branches._10809_.tar.gz to /local/home/galak/poky-4.0-build/tmp/work/x86_64-linux/cross-localedef-native-2.12-r0/
NOTE: package elfutils-native-0.148-r1: task do_patch: Started
NOTE: Applying patch 'redhat-portability.diff' (../poky-laverne-4.0/meta/recipes-devtools/elfutils/elfutils-0.148/redhat-portability.diff)
NOTE: package bison-native-2.4.2-r0: task do_patch: Started
NOTE: Applying patch 'm4.patch' (../poky-laverne-4.0/meta/recipes-devtools/bison/bison/m4.patch)
NOTE: package flex-native-2.5.35-r1: task do_patch: Started
NOTE: package flex-native-2.5.35-r1: task do_patch: Succeeded
NOTE: Fetch cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=20080123
ERROR: Task failed: Fetch failed: Unable to fetch URL cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=20080123 from any source.
NOTE: package gnu-config-native-0.1+cvs20080123-r1: task do_fetch: Failed
ERROR: Task 211 (virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb, do_fetch) failed with 1
NOTE: package readline-native-6.1-r0: task do_patch: Succeeded
NOTE: package sqlite3-native-3.6.23.1-r1: task do_patch: Succeeded
Waiting for 3 active tasks to finish:
1: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
2: elfutils-native-0.148-r1 do_patch (pid 29609)
3: bison-native-2.4.2-r0 do_patch (pid 29610)
NOTE: Applying patch 'redhat-robustify.diff' (../poky-laverne-4.0/meta/recipes-devtools/elfutils/elfutils-0.148/redhat-robustify.diff)
Waiting for 2 active tasks to finish:
1: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
2: elfutils-native-0.148-r1 do_patch (pid 29609)
NOTE: package bison-native-2.4.2-r0: task do_patch: Succeeded
Waiting for 3 active tasks to finish:
1: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
2: elfutils-native-0.148-r1 do_patch (pid 29609)
3: libmpc-native-0.8.2-r0 do_patch (pid 29612)
NOTE: package libmpc-native-0.8.2-r0: task do_patch: Started
Waiting for 2 active tasks to finish:
1: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
2: elfutils-native-0.148-r1 do_patch (pid 29609)
NOTE: package libmpc-native-0.8.2-r0: task do_patch: Succeeded
Waiting for 3 active tasks to finish:
1: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
2: elfutils-native-0.148-r1 do_patch (pid 29609)
3: binutils-cross-2.20.1-r3 do_patch (pid 29615)
NOTE: package binutils-cross-2.20.1-r3: task do_patch: Started
NOTE: Applying patch 'binutils-uclibc-100-uclibc-conf.patch' (../poky-laverne-4.0/meta/recipes-devtools/binutils/binutils-2.20.1/binutils-uclibc-100-uclibc-conf.patch)
Waiting for 4 active tasks to finish:
1: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
2: elfutils-native-0.148-r1 do_patch (pid 29609)
3: binutils-cross-2.20.1-r3 do_patch (pid 29615)
4: unifdef-native-2.6.18+git-r0 do_patch (pid 29618)
NOTE: package unifdef-native-2.6.18+git-r0: task do_patch: Started
Waiting for 3 active tasks to finish:
1: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
2: elfutils-native-0.148-r1 do_patch (pid 29609)
3: binutils-cross-2.20.1-r3 do_patch (pid 29615)
NOTE: package unifdef-native-2.6.18+git-r0: task do_patch: Succeeded
NOTE: Applying patch '110-arm-eabi-conf.patch' (../poky-laverne-4.0/meta/recipes-devtools/binutils/binutils-2.20.1/110-arm-eabi-conf.patch)
Waiting for 4 active tasks to finish:
1: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
2: elfutils-native-0.148-r1 do_patch (pid 29609)
3: binutils-cross-2.20.1-r3 do_patch (pid 29615)
4: gperf-native-3.0.4-r0 do_unpack (pid 29747)
NOTE: package gperf-native-3.0.4-r0: task do_unpack: Started
NOTE: Unpacking /local/home/galak/poky-4.0-build/downloads/gperf-3.0.4.tar.gz to /local/home/galak/poky-4.0-build/tmp/work/x86_64-linux/gperf-native-3.0.4-r0/
Waiting for 5 active tasks to finish:
1: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
2: elfutils-native-0.148-r1 do_patch (pid 29609)
3: binutils-cross-2.20.1-r3 do_patch (pid 29615)
4: gperf-native-3.0.4-r0 do_unpack (pid 29747)
5: linux-libc-headers-2.6.34-r1 do_patch (pid 29755)
NOTE: package linux-libc-headers-2.6.34-r1: task do_patch: Started
NOTE: Applying patch 'hppa_backend.diff' (../poky-laverne-4.0/meta/recipes-devtools/elfutils/elfutils-0.148/hppa_backend.diff)
NOTE: Applying patch 'arm_backend.diff' (../poky-laverne-4.0/meta/recipes-devtools/elfutils/elfutils-0.148/arm_backend.diff)
NOTE: Applying patch 'binutils-uclibc-300-001_ld_makefile_patch.patch' (../poky-laverne-4.0/meta/recipes-devtools/binutils/binutils-2.20.1/binutils-uclibc-300-001_ld_makefile_patch.patch)
Waiting for 4 active tasks to finish:
1: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
2: elfutils-native-0.148-r1 do_patch (pid 29609)
3: binutils-cross-2.20.1-r3 do_patch (pid 29615)
4: linux-libc-headers-2.6.34-r1 do_patch (pid 29755)
NOTE: package gperf-native-3.0.4-r0: task do_unpack: Succeeded
Waiting for 5 active tasks to finish:
1: gcc-cross-initial-4.5.0-r10 do_fetch (pid 29883)
2: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
3: elfutils-native-0.148-r1 do_patch (pid 29609)
4: binutils-cross-2.20.1-r3 do_patch (pid 29615)
5: linux-libc-headers-2.6.34-r1 do_patch (pid 29755)
NOTE: package gcc-cross-initial-4.5.0-r10: task do_fetch: Started
NOTE: Applying patch 'hayes-gone.patch' (../poky-laverne-4.0/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/hayes-gone.patch)
NOTE: Applying patch 'ppc_glibc_build_fix.patch' (../poky-laverne-4.0/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/ppc_glibc_build_fix.patch)
NOTE: Applying patch 'connector-msg-size-fix.patch' (../poky-laverne-4.0/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/connector-msg-size-fix.patch)
NOTE: Applying patch 'mips_backend.diff' (../poky-laverne-4.0/meta/recipes-devtools/elfutils/elfutils-0.148/mips_backend.diff)
NOTE: Applying patch 'binutils-uclibc-300-006_better_file_error.patch' (../poky-laverne-4.0/meta/recipes-devtools/binutils/binutils-2.20.1/binutils-uclibc-300-006_better_file_error.patch)
NOTE: Applying patch 'binutils-uclibc-300-012_check_ldrunpath_length.patch' (../poky-laverne-4.0/meta/recipes-devtools/binutils/binutils-2.20.1/binutils-uclibc-300-012_check_ldrunpath_length.patch)
NOTE: fetch ftp://ftp.gnu.org/gnu/gcc/gcc-4.5.0/gcc-4.5.0.tar.bz2
Waiting for 4 active tasks to finish:
1: gcc-cross-initial-4.5.0-r10 do_fetch (pid 29883)
2: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
3: elfutils-native-0.148-r1 do_patch (pid 29609)
4: binutils-cross-2.20.1-r3 do_patch (pid 29615)
NOTE: package linux-libc-headers-2.6.34-r1: task do_patch: Succeeded
NOTE: Applying patch 'm68k_backend.diff' (../poky-laverne-4.0/meta/recipes-devtools/elfutils/elfutils-0.148/m68k_backend.diff)
NOTE: Applying patch 'binutils-uclibc-gas-needs-libm.patch' (../poky-laverne-4.0/meta/recipes-devtools/binutils/binutils-2.20.1/binutils-uclibc-gas-needs-libm.patch)
NOTE: Applying patch 'binutils-x86_64_i386_biarch.patch' (../poky-laverne-4.0/meta/recipes-devtools/binutils/binutils-2.20.1/binutils-x86_64_i386_biarch.patch)
Waiting for 5 active tasks to finish:
1: gcc-cross-initial-4.5.0-r10 do_fetch (pid 29883)
2: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
3: elfutils-native-0.148-r1 do_patch (pid 29609)
4: binutils-cross-2.20.1-r3 do_patch (pid 29615)
5: eglibc-initial-2.12-r9 do_fetch (pid 29905)
NOTE: package eglibc-initial-2.12-r9: task do_fetch: Started
Waiting for 4 active tasks to finish:
1: gcc-cross-initial-4.5.0-r10 do_fetch (pid 29883)
2: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
3: elfutils-native-0.148-r1 do_patch (pid 29609)
4: binutils-cross-2.20.1-r3 do_patch (pid 29615)
NOTE: package eglibc-initial-2.12-r9: task do_fetch: Succeeded
NOTE: Applying patch 'do-autoreconf.diff' (../poky-laverne-4.0/meta/recipes-devtools/elfutils/elfutils-0.148/do-autoreconf.diff)
NOTE: Applying patch 'testsuite-ignore-elflint.diff' (../poky-laverne-4.0/meta/recipes-devtools/elfutils/elfutils-0.148/testsuite-ignore-elflint.diff)
NOTE: Applying patch 'binutils-mips-pie.patch' (../poky-laverne-4.0/meta/recipes-devtools/binutils/binutils-2.20.1/binutils-mips-pie.patch)
NOTE: Applying patch 'binutils-libtool.patch' (../poky-laverne-4.0/meta/recipes-devtools/binutils/binutils-2.20.1/binutils-libtool.patch)
NOTE: Applying patch 'elf_additions.diff' (../poky-laverne-4.0/meta/recipes-devtools/elfutils/elfutils-0.148/elf_additions.diff)
NOTE: Applying patch 'libiberty_path_fix.patch' (../poky-laverne-4.0/meta/recipes-devtools/binutils/binutils-2.20.1/libiberty_path_fix.patch)
NOTE: Applying patch 'elfutils-fsize.patch' (../poky-laverne-4.0/meta/recipes-devtools/elfutils/elfutils-0.148/elfutils-fsize.patch)
Waiting for 3 active tasks to finish:
1: gcc-cross-initial-4.5.0-r10 do_fetch (pid 29883)
2: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
3: binutils-cross-2.20.1-r3 do_patch (pid 29615)
NOTE: package elfutils-native-0.148-r1: task do_patch: Succeeded
NOTE: Applying patch 'binutils-poison.patch' (../poky-laverne-4.0/meta/recipes-devtools/binutils/binutils-2.20.1/binutils-poison.patch)
NOTE: Applying patch 'binutils-2.16.1-e300c2c3.patch' (../poky-laverne-4.0/meta/recipes-devtools/binutils/binutils-2.20.1/binutils-2.16.1-e300c2c3.patch)
Waiting for 2 active tasks to finish:
1: gcc-cross-initial-4.5.0-r10 do_fetch (pid 29883)
2: cross-localedef-native-2.12-r0 do_unpack (pid 29608)
NOTE: package binutils-cross-2.20.1-r3: task do_patch: Succeeded
Waiting for 1 active tasks to finish:
1: gcc-cross-initial-4.5.0-r10 do_fetch (pid 29883)
NOTE: package cross-localedef-native-2.12-r0: task do_unpack: Succeeded
NOTE: gcc-cross-initial-4.5.0: ftp://ftp.gnu.org/gnu/gcc/gcc-4.5.0/gcc-4.5.0.tar.bz2 has no entry in conf/checksums.ini, not checking URI
NOTE: package gcc-cross-initial-4.5.0-r10: task do_fetch: Succeeded
ERROR: 'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb' failed
[galak@right poky-4.0-build]$ ERROR^C
[galak@right poky-4.0-build]$
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: problem with fetching?
2010-11-10 12:32 ` Kumar Gala
@ 2010-11-10 13:29 ` Richard Purdie
2010-11-10 13:31 ` Kumar Gala
0 siblings, 1 reply; 9+ messages in thread
From: Richard Purdie @ 2010-11-10 13:29 UTC (permalink / raw)
To: Kumar Gala; +Cc: yocto@yoctoproject.org
On Wed, 2010-11-10 at 06:32 -0600, Kumar Gala wrote:
> ERROR: Task failed: Fetch failed: Unable to fetch URL cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=20080123 from any source.
> NOTE: package gnu-config-native-0.1+cvs20080123-r1: task do_fetch: Failed
> ERROR: Task 211 (virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb, do_fetch) failed with 1
> ERROR: 'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb' failed
>
> Attached is the full log.
Are you behind some kind of proxy/firewall? Its interesting its a cvs
based recipe that is failing so it could be your cvs setup.
You could try placing
http://autobuilder.pokylinux.org/sources/config_cvs.sv.gnu.org__20080123.tar.gz
into the downloads directory manually and touching the
config_cvs.sv.gnu.org__20080123.tar.gz.md5 file there to show the
fetcher the fetch is complete. If that works it would suggest the mirror
fallback code in the fetcher isn't working as intended.
Cheers,
Richard
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: problem with fetching?
2010-11-10 13:29 ` Richard Purdie
@ 2010-11-10 13:31 ` Kumar Gala
2010-11-10 13:50 ` Richard Purdie
2010-11-10 18:32 ` Scott Garman
0 siblings, 2 replies; 9+ messages in thread
From: Kumar Gala @ 2010-11-10 13:31 UTC (permalink / raw)
To: Richard Purdie; +Cc: yocto@yoctoproject.org
On Nov 10, 2010, at 7:29 AM, Richard Purdie wrote:
> On Wed, 2010-11-10 at 06:32 -0600, Kumar Gala wrote:
>> ERROR: Task failed: Fetch failed: Unable to fetch URL cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=20080123 from any source.
>> NOTE: package gnu-config-native-0.1+cvs20080123-r1: task do_fetch: Failed
>> ERROR: Task 211 (virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb, do_fetch) failed with 1
>> ERROR: 'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb' failed
>>
>> Attached is the full log.
>
> Are you behind some kind of proxy/firewall? Its interesting its a cvs
> based recipe that is failing so it could be your cvs setup.
Yes, behind a proxy/firewall. cvs is not normally allowed out.
> You could try placing
> http://autobuilder.pokylinux.org/sources/config_cvs.sv.gnu.org__20080123.tar.gz
>
> into the downloads directory manually and touching the
> config_cvs.sv.gnu.org__20080123.tar.gz.md5 file there to show the
> fetcher the fetch is complete. If that works it would suggest the mirror
> fallback code in the fetcher isn't working as intended.
I'm new to this, where would my download dir be?
- k
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: problem with fetching?
2010-11-10 13:31 ` Kumar Gala
@ 2010-11-10 13:50 ` Richard Purdie
2010-11-10 14:22 ` Kumar Gala
2010-11-10 18:32 ` Scott Garman
1 sibling, 1 reply; 9+ messages in thread
From: Richard Purdie @ 2010-11-10 13:50 UTC (permalink / raw)
To: Kumar Gala; +Cc: yocto@yoctoproject.org
On Wed, 2010-11-10 at 07:31 -0600, Kumar Gala wrote:
> On Nov 10, 2010, at 7:29 AM, Richard Purdie wrote:
>
> > On Wed, 2010-11-10 at 06:32 -0600, Kumar Gala wrote:
> >> ERROR: Task failed: Fetch failed: Unable to fetch URL cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=20080123 from any source.
> >> NOTE: package gnu-config-native-0.1+cvs20080123-r1: task do_fetch: Failed
> >> ERROR: Task 211 (virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb, do_fetch) failed with 1
> >> ERROR: 'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb' failed
> >>
> >> Attached is the full log.
> >
> > Are you behind some kind of proxy/firewall? Its interesting its a cvs
> > based recipe that is failing so it could be your cvs setup.
>
> Yes, behind a proxy/firewall. cvs is not normally allowed out.
>
> > You could try placing
> > http://autobuilder.pokylinux.org/sources/config_cvs.sv.gnu.org__20080123.tar.gz
> >
> > into the downloads directory manually and touching the
> > config_cvs.sv.gnu.org__20080123.tar.gz.md5 file there to show the
> > fetcher the fetch is complete. If that works it would suggest the mirror
> > fallback code in the fetcher isn't working as intended.
>
> I'm new to this, where would my download dir be?
It defaults to "build/downloads" so in the build directory unless you
changed it in local.conf.
Cheers,
Richard
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: problem with fetching?
2010-11-10 13:50 ` Richard Purdie
@ 2010-11-10 14:22 ` Kumar Gala
2010-11-10 14:40 ` Richard Purdie
0 siblings, 1 reply; 9+ messages in thread
From: Kumar Gala @ 2010-11-10 14:22 UTC (permalink / raw)
To: Richard Purdie; +Cc: yocto@yoctoproject.org
On Nov 10, 2010, at 7:50 AM, Richard Purdie wrote:
> On Wed, 2010-11-10 at 07:31 -0600, Kumar Gala wrote:
>> On Nov 10, 2010, at 7:29 AM, Richard Purdie wrote:
>>
>>> On Wed, 2010-11-10 at 06:32 -0600, Kumar Gala wrote:
>>>> ERROR: Task failed: Fetch failed: Unable to fetch URL cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=20080123 from any source.
>>>> NOTE: package gnu-config-native-0.1+cvs20080123-r1: task do_fetch: Failed
>>>> ERROR: Task 211 (virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb, do_fetch) failed with 1
>>>> ERROR: 'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb' failed
>>>>
>>>> Attached is the full log.
>>>
>>> Are you behind some kind of proxy/firewall? Its interesting its a cvs
>>> based recipe that is failing so it could be your cvs setup.
>>
>> Yes, behind a proxy/firewall. cvs is not normally allowed out.
>>
>>> You could try placing
>>> http://autobuilder.pokylinux.org/sources/config_cvs.sv.gnu.org__20080123.tar.gz
>>>
>>> into the downloads directory manually and touching the
>>> config_cvs.sv.gnu.org__20080123.tar.gz.md5 file there to show the
>>> fetcher the fetch is complete. If that works it would suggest the mirror
>>> fallback code in the fetcher isn't working as intended.
>>
>> I'm new to this, where would my download dir be?
>
> It defaults to "build/downloads" so in the build directory unless you
> changed it in local.conf.
Looks like that makes things work, so appears as if fallback code in the fetcher is having issues.
See the issue again with another pkg:
NOTE: Fetch cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=apps/update-rc.d;tag=r0_7
ERROR: Task failed: Fetch failed: Unable to fetch URL cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=apps/update-rc.d;tag=r0_7 from any source.
ERROR: Task 1217 (virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb, do_fetch) failed with 1
ERROR: 'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb' failed
- k
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: problem with fetching?
2010-11-10 14:22 ` Kumar Gala
@ 2010-11-10 14:40 ` Richard Purdie
0 siblings, 0 replies; 9+ messages in thread
From: Richard Purdie @ 2010-11-10 14:40 UTC (permalink / raw)
To: Kumar Gala; +Cc: yocto@yoctoproject.org
On Wed, 2010-11-10 at 08:22 -0600, Kumar Gala wrote:
> On Nov 10, 2010, at 7:50 AM, Richard Purdie wrote:
>
> > On Wed, 2010-11-10 at 07:31 -0600, Kumar Gala wrote:
> >> On Nov 10, 2010, at 7:29 AM, Richard Purdie wrote:
> >>
> >>> On Wed, 2010-11-10 at 06:32 -0600, Kumar Gala wrote:
> >>>> ERROR: Task failed: Fetch failed: Unable to fetch URL cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=20080123 from any source.
> >>>> NOTE: package gnu-config-native-0.1+cvs20080123-r1: task do_fetch: Failed
> >>>> ERROR: Task 211 (virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb, do_fetch) failed with 1
> >>>> ERROR: 'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb' failed
> >>>>
> >>>> Attached is the full log.
> >>>
> >>> Are you behind some kind of proxy/firewall? Its interesting its a cvs
> >>> based recipe that is failing so it could be your cvs setup.
> >>
> >> Yes, behind a proxy/firewall. cvs is not normally allowed out.
> >>
> >>> You could try placing
> >>> http://autobuilder.pokylinux.org/sources/config_cvs.sv.gnu.org__20080123.tar.gz
> >>>
> >>> into the downloads directory manually and touching the
> >>> config_cvs.sv.gnu.org__20080123.tar.gz.md5 file there to show the
> >>> fetcher the fetch is complete. If that works it would suggest the mirror
> >>> fallback code in the fetcher isn't working as intended.
> >>
> >> I'm new to this, where would my download dir be?
> >
> > It defaults to "build/downloads" so in the build directory unless you
> > changed it in local.conf.
>
> Looks like that makes things work, so appears as if fallback code in the fetcher is having issues.
>
> See the issue again with another pkg:
>
> NOTE: Fetch cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=apps/update-rc.d;tag=r0_7
> ERROR: Task failed: Fetch failed: Unable to fetch URL cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=apps/update-rc.d;tag=r0_7 from any source.
> ERROR: Task 1217 (virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb, do_fetch) failed with 1
> ERROR: 'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb' failed
I don't have any fix for the fetcher ready straight away but this sounds
like a testcase we can reproduce. We actually have some plans to do a
redesign of the fetcher code to address issues like this amongst other
reasons.
I did have a quick look at my downloads directory and saw these files:
apps.update-rc.d_anoncvs.handhelds.org_r0_7_.tar.gz
yaffs2_cvs.aleph1.co.uk__20071107.tar.gz
config_cvs.sv.gnu.org__20080123.tar.gz
which I think are the only cvs checkouts we use. You don't need the
yaffs2 one so if you download the other, your build should proceed.
Cheers,
Richard
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: problem with fetching?
2010-11-10 13:31 ` Kumar Gala
2010-11-10 13:50 ` Richard Purdie
@ 2010-11-10 18:32 ` Scott Garman
1 sibling, 0 replies; 9+ messages in thread
From: Scott Garman @ 2010-11-10 18:32 UTC (permalink / raw)
To: yocto
On 11/10/2010 05:31 AM, Kumar Gala wrote:
>
> On Nov 10, 2010, at 7:29 AM, Richard Purdie wrote:
>
>> On Wed, 2010-11-10 at 06:32 -0600, Kumar Gala wrote:
>>> ERROR: Task failed: Fetch failed: Unable to fetch URL cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=20080123 from any source.
>>> NOTE: package gnu-config-native-0.1+cvs20080123-r1: task do_fetch: Failed
>>> ERROR: Task 211 (virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb, do_fetch) failed with 1
>>> ERROR: 'virtual:native:/local/home/galak/poky-laverne-4.0/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb' failed
>>>
>>> Attached is the full log.
>>
>> Are you behind some kind of proxy/firewall? Its interesting its a cvs
>> based recipe that is failing so it could be your cvs setup.
>
> Yes, behind a proxy/firewall. cvs is not normally allowed out.
If you're behind a SOCKS proxy, these instructions might be helpful to
get CVS checkouts working:
https://wiki.yoctoproject.org/wiki/Working_Behind_a_Network_Proxy
Scott
--
Scott Garman
Embedded Linux Distro Engineer - Yocto Project
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-11-10 18:32 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-10 6:41 problem with fetching? Kumar Gala
2010-11-10 12:20 ` Tian, Kevin
2010-11-10 12:32 ` Kumar Gala
2010-11-10 13:29 ` Richard Purdie
2010-11-10 13:31 ` Kumar Gala
2010-11-10 13:50 ` Richard Purdie
2010-11-10 14:22 ` Kumar Gala
2010-11-10 14:40 ` Richard Purdie
2010-11-10 18:32 ` Scott Garman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.