[oe] hal-info-20070913

VictorLai at aaeon.com.tw VictorLai at aaeon.com.tw
Thu Sep 13 05:58:09 UTC 2007


Hi,
After 2 days of downloading and compiling, I have successfully compiled a
image using "bitbake angstrom-x11-gpe-image". However, when I set up the
same environment start download and compiling on my other PC, it fails at
the following:

It seems it is using a hal-info package updated today. How can I solve this
issue?

Thanks.

--------------------------------------------------------------------------------------------------------------------------
root at victorlai-desktop:/OE# ./compileall
Setting up dev env for Ångström
Altered environment for OE Development
mtn: doing anonymous pull; use -kKEYNAME if you need authentication
mtn: connecting to monotone.openembedded.org
mtn: network error: name resolution failure for monotone.openembedded.org:
Name or service not known
mtn: updating along branch 'org.openembedded.dev'
mtn: already up to date at e672e671c803c6418e7dafffe4c149fa8480620a
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to
increase performance.
NOTE: Handling BitBake files: / (4640/4640) [100 %]
NOTE: Parsing finished. 4419 cached, 3 parsed, 218 skipped, 0 masked.
NOTE: build 200709131317: started

OE Build Configuration:
BB_VERSION     = "1.8.8"
OE_REVISION    = "e672e671c803c6418e7dafffe4c149fa8480620a"
TARGET_ARCH    = "arm"
TARGET_OS      = "linux-gnueabi"
MACHINE        = "akita"
DISTRO         = "angstrom"
DISTRO_VERSION = "2007.9-test-20070913"
TARGET_FPU     = "soft"

NOTE: Resolving missing task queue dependencies
NOTE: preferred version 2.5 of glibc not available (for item
virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 1757 of 3075 (ID: 1327,
/OE/org.openembedded.dev/packages/hal/hal-info_git.bb, do_fetch)
NOTE: package hal-info-20070913+git: started
NOTE: package hal-info-20070913+git-r1: task do_fetch: started
fatal: unable to connect a socket (Connection timed out)
ERROR: Error in executing:
ERROR: Exception:<class 'bb.fetch.FetchError'> Message:Fetch command export
PATH=/OE/org.openembedded.dev/tmp/staging/i686-linux/bin/arm-angstrom-linux-gnueabi:/OE/org.openembedded.dev/tmp/staging/i686-linux/bin:/OE/org.openembedded.dev/tmp/cross/bin:/OE/bitbake-1.8.8
/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games;
 git ls-remote git://anongit.freedesktop.org/hal-info/ failed with signal
1, output:

ERROR: Printing the environment of the function
ERROR: Error in executing:
ERROR: Exception:<class 'bb.fetch.FetchError'> Message:Fetch command export
PATH=/OE/org.openembedded.dev/tmp/staging/i686-linux/bin/arm-angstrom-linux-gnueabi:/OE/org.openembedded.dev/tmp/staging/i686-linux/bin:/OE/org.openembedded.dev/tmp/cross/bin:/OE/bitbake-1.8.8
/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games;
 git ls-remote git://anongit.freedesktop.org/hal-info/ failed with signal
1, output:

ERROR: Printing the environment of the function
ERROR: Build of /OE/org.openembedded.dev/packages/hal/hal-info_git.bb
do_fetch failed
Traceback (most recent call last):
  File "/OE/bitbake-1.8.8/bin/bitbake", line 134, in <module>
    main()
  File "/OE/bitbake-1.8.8/bin/bitbake", line 131, in main
    cooker.cook()
  File "/OE/bitbake-1.8.8/lib/bb/cooker.py", line 552, in cook
    return self.buildTargets(pkgs_to_build)
  File "/OE/bitbake-1.8.8/lib/bb/cooker.py", line 466, in buildTargets
    failures = rq.execute_runqueue()
  File "/OE/bitbake-1.8.8/lib/bb/runqueue.py", line 403, in
execute_runqueue
    self.execute_runqueue_internal()
  File "/OE/bitbake-1.8.8/lib/bb/runqueue.py", line 531, in
execute_runqueue_internal
    self.cooker.tryBuild(fn, False)
  File "/OE/bitbake-1.8.8/lib/bb/cooker.py", line 125, in tryBuild
    return self.tryBuildPackage(fn, item, self.configuration.cmd, the_data,
build_depends)
  File "/OE/bitbake-1.8.8/lib/bb/cooker.py", line 98, in tryBuildPackage
    bb.build.exec_task('do_%s' % task, the_data)
  File "/OE/bitbake-1.8.8/lib/bb/build.py", line 292, in exec_task
    execute(None, task)
  File "/OE/bitbake-1.8.8/lib/bb/build.py", line 281, in execute
    exec_func(item, localdata)
  File "/OE/bitbake-1.8.8/lib/bb/build.py", line 98, in exec_func
    exec_func_python(func, d)
  File "/OE/bitbake-1.8.8/lib/bb/build.py", line 117, in exec_func_python
    utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
  File "/OE/bitbake-1.8.8/lib/bb/utils.py", line 144, in better_exec
    exec code in context
  File "do_fetch", line 4, in <module>
  File "do_fetch", line 2, in do_fetch
  File "/OE/bitbake-1.8.8/lib/bb/build.py", line 98, in exec_func
    exec_func_python(func, d)
  File "/OE/bitbake-1.8.8/lib/bb/build.py", line 117, in exec_func_python
    utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
  File "/OE/bitbake-1.8.8/lib/bb/utils.py", line 144, in better_exec
    exec code in context
  File "base_do_fetch", line 63, in <module>
  File "base_do_fetch", line 12, in base_do_fetch
  File "/OE/bitbake-1.8.8/lib/bb/fetch/__init__.py", line 123, in init
    urldata[url].setup_localpath(d)
  File "/OE/bitbake-1.8.8/lib/bb/fetch/__init__.py", line 278, in
setup_localpath
    self.localpath = self.method.localpath(self.url, self, d)
  File "/OE/bitbake-1.8.8/lib/bb/fetch/git.py", line 59, in localpath
    ud.tag = self.latest_revision(url, ud, d)
  File "/OE/bitbake-1.8.8/lib/bb/fetch/__init__.py", line 424, in
latest_revision
    rev = self._latest_revision(url, ud, d)
  File "/OE/bitbake-1.8.8/lib/bb/fetch/git.py", line 129, in
_latest_revision
    output = runfetchcmd("git ls-remote %s://%s%s" % (ud.proto, ud.host,
ud.path), d, True)
  File "/OE/bitbake-1.8.8/lib/bb/fetch/__init__.py", line 252, in
runfetchcmd
    raise FetchError("Fetch command %s failed with signal %s, output:\n%s"
% (pathcmd, signal, output))
bb.fetch.FetchError: Fetch command export
PATH=/OE/org.openembedded.dev/tmp/staging/i686-linux/bin/arm-angstrom-linux-gnueabi:/OE/org.openembedded.dev/tmp/staging/i686-linux/bin:/OE/org.openembedded.dev/tmp/cross/bin:/OE/bitbake-1.8.8
/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games;
 git ls-remote git://anongit.freedesktop.org/hal-info/ failed with signal
1, output:

ERROR: Task 1327 (/OE/org.openembedded.dev/packages/hal/hal-info_git.bb,
do_fetch) failed
NOTE: Tasks Summary: Attempted 1756 tasks of which 1756 didn't need to be
rerun and 1 failed.
ERROR: '/OE/org.openembedded.dev/packages/hal/hal-info_git.bb' failed
root at victorlai-desktop:/OE#

Best Regards,

-------------------------------------------------
賴立凱 / Victor Lai
研發處 軟體部 / RD Software
研揚科技 / AAEON Technology Inc.
Tel:886-2-89191234  ext:738
Fax: 886-2-89191054
E-mail: VictorLai at aaeon.com.tw
-------------------------------------------------


More information about the Openembedded-devel mailing list