FW: fetch_error


Ke, Liping <liping.ke@...>
 

Hi, all
When I redo bitbake linux-libc-headers today, I repeatedly meet below do_fetch error, anybody could help to have a look?

Thanks a lot!
criping

-----Original Message-----
From: Ke, Liping
Sent: Thursday, February 17, 2011 5:07 PM
To: Ke, Liping
Subject: fetch_error

Loading cache...done.
Loaded 972 entries from dependency cache.
Parsing recipes...done.
Parsing of 799 .bb files complete (766 cached, 33 parsed). 1006 targets,
34 skipped, 0 masked, 0 errors.
WARNING: linux-libc-headers-qemux86/201102180910

OE Build Configuration:
BB_VERSION = "1.11.0"
METADATA_BRANCH = "now"
METADATA_REVISION = "974ea1a190167dcfd831ba1fc5f733e0dc9a6fda"
TARGET_ARCH = "i586"
TARGET_OS = "linux"
MACHINE = "qemux86"
DISTRO = "poky"
DISTRO_VERSION = "0.9+snapshot-20110218"
TARGET_FPU = ""

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Running task 534 of 757 (ID: 6, /media/poky/new.git/meta/recipes-
kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb, do_fetch)
NOTE: package linux-libc-headers-yocto-2.6.37+git-
2+49a2e709dd41bcfa206e61b88e5562789a6b8914_2+49a2e709dd41bcfa206e61b88e
5562789a6b8914-r3: task do_fetch: Started
ERROR: '/media/poky/new.git/meta/recipes-kernel/linux-libc-
headers/linux-libc-headers-yocto_git.bb' failed
ERROR: Error executing a python function in
/media/poky/new.git/meta/recipes-kernel/linux-libc-headers/linux-libc-
headers-yocto_git.bb:
IOError: [Errno 4] Interrupted system call

ERROR: The stack trace of python calls that resulted in this
exception/failure was:
ERROR: File "base_do_fetch", line 18, in <module>
ERROR:
ERROR: File "base_do_fetch", line 13, in base_do_fetch
ERROR:
ERROR: File "/media/poky/new.git/bitbake/lib/bb/fetch2/__init__.py",
line 934, in download
ERROR: m.download(u, ud, self.d)
ERROR:
ERROR: File "/media/poky/new.git/bitbake/lib/bb/fetch2/git.py", line
137, in download
ERROR: runfetchcmd("%s remote prune origin" % ud.basecmd, d)
ERROR:
ERROR: File "/media/poky/new.git/bitbake/lib/bb/fetch2/__init__.py",
line 386, in runfetchcmd
ERROR: line = stdout_handle.readline()
ERROR:
ERROR: The code that was being executed was:
ERROR: 0014: except bb.fetch2.BBFetchException, e:
ERROR: 0015: raise bb.build.FuncFailed(e)
ERROR: 0016:
ERROR: 0017:
ERROR: *** 0018:base_do_fetch(d)
ERROR: 0019:
ERROR: (file: 'base_do_fetch', lineno: 18, function: <module>)
ERROR: 0009: bb.data.update_data(localdata)
ERROR: 0010:
ERROR: 0011: try:
ERROR: 0012: fetcher = bb.fetch2.Fetch(src_uri,
localdata)
ERROR: *** 0013: fetcher.download()
ERROR: 0014: except bb.fetch2.BBFetchException, e:
ERROR: 0015: raise bb.build.FuncFailed(e)
ERROR: 0016:
ERROR: 0017:
ERROR: (file: 'base_do_fetch', lineno: 13, function: base_do_fetch)
ERROR: Function 'base_do_fetch' failed
ERROR: Logfile of failure stored in: /media/poky/new.git/build-
x86/tmp/work/i586-poky-linux/linux-libc-headers-yocto-2.6.37+git-
2+49a2e709dd41bcfa206e61b88e5562789a6b8914_2+49a2e709dd41bcfa206e61b88e
5562789a6b8914-r3/temp/log.do_fetch.29373
Log data follows:
| ERROR: Error executing a python function in
/media/poky/new.git/meta/recipes-kernel/linux-libc-headers/linux-libc-
headers-yocto_git.bb:
| IOError: [Errno 4] Interrupted system call
|
| ERROR: The stack trace of python calls that resulted in this
exception/failure was:
| ERROR: File "base_do_fetch", line 18, in <module>
| ERROR:
| ERROR: File "base_do_fetch", line 13, in base_do_fetch
| ERROR:
| ERROR: File "/media/poky/new.git/bitbake/lib/bb/fetch2/__init__.py",
line 934, in download
| ERROR: m.download(u, ud, self.d)
| ERROR:
| ERROR: File "/media/poky/new.git/bitbake/lib/bb/fetch2/git.py",
line 137, in download
| ERROR: runfetchcmd("%s remote prune origin" % ud.basecmd, d)
| ERROR:
| ERROR: File "/media/poky/new.git/bitbake/lib/bb/fetch2/__init__.py",
line 386, in runfetchcmd
| ERROR: line = stdout_handle.readline()
| ERROR:
| ERROR: The code that was being executed was:
| ERROR: 0014: except bb.fetch2.BBFetchException, e:
| ERROR: 0015: raise bb.build.FuncFailed(e)
| ERROR: 0016:
| ERROR: 0017:
| ERROR: *** 0018:base_do_fetch(d)
| ERROR: 0019:
| ERROR: (file: 'base_do_fetch', lineno: 18, function: <module>)
| ERROR: 0009: bb.data.update_data(localdata)
| ERROR: 0010:
| ERROR: 0011: try:
| ERROR: 0012: fetcher = bb.fetch2.Fetch(src_uri,
localdata)
| ERROR: *** 0013: fetcher.download()
| ERROR: 0014: except bb.fetch2.BBFetchException, e:
| ERROR: 0015: raise bb.build.FuncFailed(e)
| ERROR: 0016:
| ERROR: 0017:
| ERROR: (file: 'base_do_fetch', lineno: 13, function: base_do_fetch)
| ERROR: Function 'base_do_fetch' failed
NOTE: package linux-libc-headers-yocto-2.6.37+git-
2+49a2e709dd41bcfa206e61b88e5562789a6b8914_2+49a2e709dd41bcfa206e61b88e
5562789a6b8914-r3: task base_do_fetch: Failed
ERROR: Task 6 (/media/poky/new.git/meta/recipes-kernel/linux-libc-
headers/linux-libc-headers-yocto_git.bb, do_fetch) failed with exit
code '1'

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.