<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.3199" name=GENERATOR>
<STYLE>BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Verdana><FONT size=2>After I set the env and bitbake,I type 
"bitbake openmoko-devel-image",but I get the error messages 
below:</FONT></FONT></DIV>
<DIV><FONT face=Verdana size=2>It seems something about glibc package.Could you 
tell me how to solve it ? Thanks</FONT></DIV>
<DIV><FONT face=Verdana></FONT>&nbsp;</DIV>
<DIV><FONT 
face=Verdana>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++</FONT></DIV>
<DIV><FONT face=Verdana>NOTE: Handling BitBake files: | (5005/5005) [100 
%]<BR>NOTE: Parsing finished. 4771 cached, 0 parsed, 234 skipped, 0 
masked.<BR>NOTE: build 200801171508: started</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Verdana>OE Build 
Configuration:<BR>BB_VERSION&nbsp;&nbsp;&nbsp;&nbsp; = 
"1.8.8"<BR>OE_REVISION&nbsp;&nbsp;&nbsp; = 
"79d45e73d2895ffcdc7d64585b097a492ffdd6d9"<BR>TARGET_ARCH&nbsp;&nbsp;&nbsp; = 
"arm"<BR>TARGET_OS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 
"linux-gnueabi"<BR>MACHINE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 
"fic-gta01"<BR>DISTRO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 
"openmoko"<BR>DISTRO_VERSION = 
"P1-Snapshot-20080117"<BR>TARGET_FPU&nbsp;&nbsp;&nbsp;&nbsp; = 
"soft"</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Verdana>NOTE: Resolving missing task queue dependencies<BR>NOTE: 
preferred version 2.5 of glibc not available (for item 
virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)<BR>NOTE: preferred version 
0.16.10 of vte not available (for item vte)<BR>NOTE: preferred version 0.10 of 
hicolor-icon-theme not available (for item hicolor-icon-theme)<BR>NOTE: 
preferred version 0.16.10 of vte not available (for item vte)<BR>NOTE: preferred 
version 20070918+git of hal-info not available (for item hal-info)<BR>NOTE: 
multiple providers are available for virtual/libqte2 (qte-mt-static, qte, 
qte-mt);<BR>NOTE: consider defining PREFERRED_PROVIDER_virtual/libqte2<BR>NOTE: 
Preparing runqueue<BR>NOTE: Executing runqueue<BR>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)<BR>NOTE: package glibc-2.5: started<BR>NOTE: package 
glibc-2.5-r8: task do_package_write_ipk: started<BR>ERROR: Error in executing: 
<BR>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'<BR>ERROR: 
Printing the environment of the function<BR>ERROR:&nbsp; 
0066:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; basedir = 
os.path.join(os.path.dirname(root))<BR>ERROR:&nbsp; 
0067:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; arch = 
bb.data.getVar('PACKAGE_ARCH', localdata, 1)<BR>ERROR:&nbsp; 
0068:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pkgoutdir = 
"%s/%s" % (outdir, arch)<BR>ERROR:&nbsp; 
0069:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
bb.mkdirhier(pkgoutdir)<BR>ERROR:&nbsp; 
0070:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
os.chdir(root)<BR>ERROR:&nbsp; 
0071:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from glob 
import glob<BR>ERROR:&nbsp; 
0072:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; g = 
glob('*')<BR>ERROR:&nbsp; 
0073:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
try:<BR>ERROR:&nbsp; 
0074:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
del g[g.index('CONTROL')]<BR>ERROR: Error in executing: <BR>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'<BR>ERROR: 
Printing the environment of the function<BR>ERROR: Build of 
/home/varvar/b_om/org.openembedded.dev/packages/glibc/glibc_2.5.bb 
do_package_write_ipk failed<BR>Traceback (most recent call last):<BR>&nbsp; File 
"/usr/bin/bitbake", line 134, in ?<BR>&nbsp;&nbsp;&nbsp; main()<BR>&nbsp; File 
"/usr/bin/bitbake", line 131, in main<BR>&nbsp;&nbsp;&nbsp; 
cooker.cook()<BR>&nbsp; File "/var/lib/python-support/python2.4/bb/cooker.py", 
line 551, in cook<BR>&nbsp;&nbsp;&nbsp; return 
self.buildTargets(pkgs_to_build)<BR>&nbsp; File 
"/var/lib/python-support/python2.4/bb/cooker.py", line 465, in 
buildTargets<BR>&nbsp;&nbsp;&nbsp; failures = rq.execute_runqueue()<BR>&nbsp; 
File "/var/lib/python-support/python2.4/bb/runqueue.py", line 402, in 
execute_runqueue<BR>&nbsp;&nbsp;&nbsp; 
self.execute_runqueue_internal()<BR>&nbsp; File 
"/var/lib/python-support/python2.4/bb/runqueue.py", line 530, in 
execute_runqueue_internal<BR>&nbsp;&nbsp;&nbsp; self.cooker.tryBuild(fn, 
False)<BR>&nbsp; File "/var/lib/python-support/python2.4/bb/cooker.py", line 
124, in tryBuild<BR>&nbsp;&nbsp;&nbsp; return self.tryBuildPackage(fn, item, 
self.configuration.cmd, the_data, build_depends)<BR>&nbsp; File 
"/var/lib/python-support/python2.4/bb/cooker.py", line 97, in 
tryBuildPackage<BR>&nbsp;&nbsp;&nbsp; bb.build.exec_task('do_%s' % task, 
the_data)<BR>&nbsp; File "/var/lib/python-support/python2.4/bb/build.py", line 
292, in exec_task<BR>&nbsp;&nbsp;&nbsp; execute(None, task)<BR>&nbsp; File 
"/var/lib/python-support/python2.4/bb/build.py", line 281, in 
execute<BR>&nbsp;&nbsp;&nbsp; exec_func(item, localdata)<BR>&nbsp; File 
"/var/lib/python-support/python2.4/bb/build.py", line 98, in 
exec_func<BR>&nbsp;&nbsp;&nbsp; exec_func_python(func, d)<BR>&nbsp; File 
"/var/lib/python-support/python2.4/bb/build.py", line 117, in 
exec_func_python<BR>&nbsp;&nbsp;&nbsp; utils.better_exec(comp,g,tmp, 
bb.data.getVar('FILE',d,1))<BR>&nbsp; File 
"/var/lib/python-support/python2.4/bb/utils.py", line 144, in 
better_exec<BR>&nbsp;&nbsp;&nbsp; exec code in context<BR>&nbsp; File 
"do_package_write_ipk", line 5, in ?<BR>&nbsp; File "do_package_write_ipk", line 
3, in do_package_write_ipk<BR>&nbsp; File 
"/var/lib/python-support/python2.4/bb/build.py", line 98, in 
exec_func<BR>&nbsp;&nbsp;&nbsp; exec_func_python(func, d)<BR>&nbsp; File 
"/var/lib/python-support/python2.4/bb/build.py", line 117, in 
exec_func_python<BR>&nbsp;&nbsp;&nbsp; utils.better_exec(comp,g,tmp, 
bb.data.getVar('FILE',d,1))<BR>&nbsp; File 
"/var/lib/python-support/python2.4/bb/utils.py", line 144, in 
better_exec<BR>&nbsp;&nbsp;&nbsp; exec code in context<BR>&nbsp; File 
"do_package_ipk", line 196, in ?<BR>&nbsp; File "do_package_ipk", line 70, in 
do_package_ipk<BR>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'<BR>ERROR: 
Task 113 (/home/varvar/b_om/org.openembedded.dev/packages/glibc/glibc_2.5.bb, 
do_package_write_ipk) failed<BR>NOTE: Tasks Summary: Attempted 3805 tasks of 
which 3805 didn't need to be rerun and 1 failed.<BR>ERROR: 
'/home/varvar/b_om/org.openembedded.dev/packages/glibc/glibc_2.5.bb' 
failed</FONT></DIV>
<DIV><FONT 
face=Verdana>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++</DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV align=left><FONT size=2>
<HR style="WIDTH: 122px; HEIGHT: 2px" SIZE=2>
</FONT></DIV>
<DIV><FONT color=#c0c0c0><FONT size=2><SPAN>zhihuaye</SPAN></FONT></DIV>
<DIV><FONT size=2>2008-01-16</FONT></FONT></DIV></FONT></BODY></HTML>