Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: ptkdb <andrew_ltx@ya...> - 2008-09-10 15:35:08
|
First... get the 'psyco' compiler installed if you haven't already. Picking through the stack trace it looks like you might have had a generic hard disk failure. Is the build machine in good shape? Also even the 'basic-image' build takes ALOT of disk space. I'd want at least 10G free before starting the build. sujatha@... wrote: > > Hello All, > > I'm trying to get the initial environment compiled. when i run the bitbake > gumstix-basic-image, i am getting the > following errors. could anyone help me to solve this bug. > > NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it > to increase performance. > NOTE: Handling BitBake files: \ (4955/4956) [99 %]ERROR: opening > /home/sujatha/gumstix/gumstix-oe/user.collection/packages/*/*.bb: [Errno > 2] No such file or directory: > '/home/sujatha/gumstix/gumstix-oe/user.collection/packages/*/*.bb' > > NOTE: Parsing finished. 4719 cached, 0 parsed, 236 skipped, 0 masked. > NOTE: build 200809081006: started > > OE Build Configuration: > BB_VERSION = "1.8.10" > OE_REVISION = "<unknown>" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "gumstix-custom-connex" > DISTRO = "angstrom" > DISTRO_VERSION = "2007.9-test-20080908" > TARGET_FPU = "soft" > > NOTE: Resolving any 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 1199 of 1391 (ID: 1280, > /home/sujatha/gumstix/gumstix-oe/org.openembedded.snapshot/packages/gnome/gconf-dbus_svn.bb, > do_package_write_ipk) > NOTE: package gconf-dbus-2.16.0+svnr606: started > NOTE: package gconf-dbus-2.16.0+svnr606-r4: task do_package_write_ipk: > started > ERROR: Error in executing: > ERROR: Exception:<type 'exceptions.IOError'> Message:[Errno 5] > Input/output error > ERROR: Printing the environment of the function > ERROR: 0009: sdata = read_subpkgdata(pkg, d) > ERROR: 0010: for key in sdata.keys(): > ERROR: 0011: bb.data.setVar(key, sdata[key], d) > ERROR: 0012: > ERROR: Error in executing: > ERROR: Exception:<type 'exceptions.IOError'> Message:[Errno 5] > Input/output error > ERROR: Printing the environment of the function > ERROR: Build of > /home/sujatha/gumstix/gumstix-oe/org.openembedded.snapshot/packages/gnome/gconf-dbus_svn.bb > do_package_write_ipk failed > Traceback (most recent call last): > File "/home/sujatha/gumstix/gumstix-oe/bitbake/bin/bitbake", line 134, > in <module> > main() > File "/home/sujatha/gumstix/gumstix-oe/bitbake/bin/bitbake", line 131, > in main cooker.cook() > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/cooker.py", line > 601, in cook > return self.buildTargets(pkgs_to_build) > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/cooker.py", line > 517, in buildTargets > failures = rq.execute_runqueue() > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/runqueue.py", line > 650, in execute_runqueue > self.execute_runqueue_internal() > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/runqueue.py", line > 767, in execute_runqueue_internal > self.cooker.tryBuild(fn, False) > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/cooker.py", line > 136, in tryBuild > return self.tryBuildPackage(fn, item, self.configuration.cmd, > the_data, build_depends) > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/cooker.py", line > 109, in tryBuildPackage > bb.build.exec_task('do_%s' % task, the_data) > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/build.py", line > 303, in exec_task > execute(None, task) > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/build.py", line > 292, in execute > exec_func(item, localdata) > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/build.py", line > 106, in exec_func > exec_func_python(func, d) > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/build.py", line > 128, in exec_func_python > utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/utils.py", line > 144, in better_exec > exec code in context > File "do_package_write_ipk", line 5, in <module> > File "do_package_write_ipk", line 2, in do_package_write_ipk > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/build.py", line > 106, in exec_func > exec_func_python(func, d) > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/build.py", line > 128, in exec_func_python > utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1)) > File "/home/sujatha/gumstix/gumstix-oe/bitbake/lib/bb/utils.py", line > 144, in better_exec > exec code in context > File "read_subpackage_metadata", line 13, in <module> > File "read_subpackage_metadata", line 9, in read_subpackage_metadata > File "<bb>", line 4, in read_subpkgdata > File "<bb>", line 13, in read_pkgdatafile > IOError: [Errno 5] Input/output error > ERROR: Task 1280 > (/home/sujatha/gumstix/gumstix-oe/org.openembedded.snapshot/packages/gnome/gconf-dbus_svn.bb, > do_package_write_ipk) failed > NOTE: Tasks Summary: Attempted 1198 tasks of which 1198 didn't need to be > rerun and 1 failed. > ERROR: > '/home/sujatha/gumstix/gumstix-oe/org.openembedded.snapshot/packages/gnome/gconf-dbus_svn.bb' > failed > > > thanks in advance, > sujatha > > -- View this message in context: http://www.nabble.com/error-running-bitbake-gumstix-basic-image-tp19365983p19414804.html Sent from the Gumstix mailing list archive at Nabble.com. |