problems about build openmoko from scratch

zhihuaye zhihuaye at gmail.com
Wed Jan 16 08:45:19 CET 2008


After I set the env and bitbake,I type "bitbake openmoko-devel-image",but I get the error messages below:
It seems something about glibc package.Could you tell me how to solve it ? Thanks!

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NOTE: Handling BitBake files: | (5005/5005) [100 %]
NOTE: Parsing finished. 4771 cached, 0 parsed, 234 skipped, 0 masked.
NOTE: build 200801171508: started

OE Build Configuration:
BB_VERSION     = "1.8.8"
OE_REVISION    = "79d45e73d2895ffcdc7d64585b097a492ffdd6d9"
TARGET_ARCH    = "arm"
TARGET_OS      = "linux-gnueabi"
MACHINE        = "fic-gta01"
DISTRO         = "openmoko"
DISTRO_VERSION = "P1-Snapshot-20080117"
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: preferred version 0.16.10 of vte not available (for item vte)
NOTE: preferred version 0.10 of hicolor-icon-theme not available (for item hicolor-icon-theme)
NOTE: preferred version 0.16.10 of vte not available (for item vte)
NOTE: preferred version 20070918+git of hal-info not available (for item hal-info)
NOTE: multiple providers are available for virtual/libqte2 (qte-mt-static, qte, qte-mt);
NOTE: consider defining PREFERRED_PROVIDER_virtual/libqte2
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 3806 of 3829 (ID: 113, /home/varvar/b_om/org.openembedded.dev/packages/glibc/glibc_2.5.bb, do_package_write_ipk)
NOTE: package glibc-2.5: started
NOTE: package glibc-2.5-r8: task do_package_write_ipk: started
ERROR: Error in executing: 
ERROR: Exception:exceptions.OSError Message:[Errno 2] No such file or directory: '/home/varvar/b_om/build/conf/tmp/work/armv4t-angstrom-linux-gnueabi/glibc-2.5-r8/install/locale-base-ar-kw.iso-8859-6'
ERROR: Printing the environment of the function
ERROR:  0066:           basedir = os.path.join(os.path.dirname(root))
ERROR:  0067:           arch = bb.data.getVar('PACKAGE_ARCH', localdata, 1)
ERROR:  0068:           pkgoutdir = "%s/%s" % (outdir, arch)
ERROR:  0069:           bb.mkdirhier(pkgoutdir)
ERROR:  0070:           os.chdir(root)
ERROR:  0071:           from glob import glob
ERROR:  0072:           g = glob('*')
ERROR:  0073:           try:
ERROR:  0074:                   del g[g.index('CONTROL')]
ERROR: Error in executing: 
ERROR: Exception:exceptions.OSError Message:[Errno 2] No such file or directory: '/home/varvar/b_om/build/conf/tmp/work/armv4t-angstrom-linux-gnueabi/glibc-2.5-r8/install/locale-base-ar-kw.iso-8859-6'
ERROR: Printing the environment of the function
ERROR: Build of /home/varvar/b_om/org.openembedded.dev/packages/glibc/glibc_2.5.bb do_package_write_ipk failed
Traceback (most recent call last):
  File "/usr/bin/bitbake", line 134, in ?
    main()
  File "/usr/bin/bitbake", line 131, in main
    cooker.cook()
  File "/var/lib/python-support/python2.4/bb/cooker.py", line 551, in cook
    return self.buildTargets(pkgs_to_build)
  File "/var/lib/python-support/python2.4/bb/cooker.py", line 465, in buildTargets
    failures = rq.execute_runqueue()
  File "/var/lib/python-support/python2.4/bb/runqueue.py", line 402, in execute_runqueue
    self.execute_runqueue_internal()
  File "/var/lib/python-support/python2.4/bb/runqueue.py", line 530, in execute_runqueue_internal
    self.cooker.tryBuild(fn, False)
  File "/var/lib/python-support/python2.4/bb/cooker.py", line 124, in tryBuild
    return self.tryBuildPackage(fn, item, self.configuration.cmd, the_data, build_depends)
  File "/var/lib/python-support/python2.4/bb/cooker.py", line 97, in tryBuildPackage
    bb.build.exec_task('do_%s' % task, the_data)
  File "/var/lib/python-support/python2.4/bb/build.py", line 292, in exec_task
    execute(None, task)
  File "/var/lib/python-support/python2.4/bb/build.py", line 281, in execute
    exec_func(item, localdata)
  File "/var/lib/python-support/python2.4/bb/build.py", line 98, in exec_func
    exec_func_python(func, d)
  File "/var/lib/python-support/python2.4/bb/build.py", line 117, in exec_func_python
    utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
  File "/var/lib/python-support/python2.4/bb/utils.py", line 144, in better_exec
    exec code in context
  File "do_package_write_ipk", line 5, in ?
  File "do_package_write_ipk", line 3, in do_package_write_ipk
  File "/var/lib/python-support/python2.4/bb/build.py", line 98, in exec_func
    exec_func_python(func, d)
  File "/var/lib/python-support/python2.4/bb/build.py", line 117, in exec_func_python
    utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
  File "/var/lib/python-support/python2.4/bb/utils.py", line 144, in better_exec
    exec code in context
  File "do_package_ipk", line 196, in ?
  File "do_package_ipk", line 70, in do_package_ipk
OSError: [Errno 2] No such file or directory: '/home/varvar/b_om/build/conf/tmp/work/armv4t-angstrom-linux-gnueabi/glibc-2.5-r8/install/locale-base-ar-kw.iso-8859-6'
ERROR: Task 113 (/home/varvar/b_om/org.openembedded.dev/packages/glibc/glibc_2.5.bb, do_package_write_ipk) failed
NOTE: Tasks Summary: Attempted 3805 tasks of which 3805 didn't need to be rerun and 1 failed.
ERROR: '/home/varvar/b_om/org.openembedded.dev/packages/glibc/glibc_2.5.bb' failed
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






zhihuaye
2008-01-16
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/device-owners/attachments/20080116/85e1be52/attachment.htm


More information about the device-owners mailing list