Advertisement
Learning

Untitled

Aug 24th, 2011
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel
  2.  
  3. NOTE: Running task 804 of 811 (ID: 20, /home/setup-scripts/sources/openembedded/recipes/linux/linux-omap-psp_2.6.32.bb, do_package)
  4. WARNING: /home/setup-scripts/sources/bitbake/lib/bb/process.py:15: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  5. self.message = message
  6.  
  7. WARNING: /home/setup-scripts/sources/bitbake/lib/bb/build.py:55: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  8. self.message = "Function '%s' failed" % name
  9.  
  10. ERROR: Logfile of failure stored in: /dev/null
  11. Log data follows:
  12. NOTE: package linux-omap-psp-2.6.32-r100+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155: task sysroot_stage_all: Failed
  13. WARNING: /home/setup-scripts/sources/bitbake/lib/bb/build.py:62: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  14. (self.message, self.logfile))
  15.  
  16. ERROR: Function 'sysroot_stage_all' failed (see /dev/null for further information)
  17. ERROR: Task 4 (/home/setup-scripts/sources/openembedded/recipes/linux/linux-omap-psp_2.6.32.bb, do_populate_sysroot) failed with exit code '1'
  18. Waiting for 1 active tasks to finish:
  19. 0: linux-omap-psp-2.6.32-r100+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155 do_package (pid 23475)
  20. NOTE: package linux-omap-psp-2.6.32-r100+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155: task do_package: Started
  21. cp: preserving times for `/home/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/linux-omap-psp-2.6.32-r100+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155/package/.': Operation not permitted
  22. ERROR: Error executing a python function in /home/setup-scripts/sources/openembedded/recipes/linux/linux-omap-psp_2.6.32.bb:
  23. OSError: [Errno 1] Operation not permitted: '/home/setup-scripts/build/tmp-angstrom_2008_1/pkgdata/beagleboard-angstrom-linux-gnueabi/linux-omap-psp'
  24.  
  25. ERROR: The stack trace of python calls that resulted in this exception/failure was:
  26. ERROR: File "emit_pkgdata", line 75, in <module>
  27. ERROR:
  28. ERROR: File "emit_pkgdata", line 30, in emit_pkgdata
  29. ERROR:
  30. ERROR: File "staging.bbclass", line 6, in package_stagefile
  31. ERROR:
  32. ERROR: File "/home/setup-scripts/sources/bitbake/lib/bb/__init__.py", line 115, in newFunc
  33. ERROR: return func(*args, **kwargs)
  34. ERROR:
  35. ERROR: File "/home/setup-scripts/sources/bitbake/lib/bb/utils.py", line 763, in copyfile
  36. ERROR: os.chmod(src, stat.S_IRUSR) # Make sure we can read it
  37. ERROR:
  38. ERROR: The code that was being executed was:
  39. ERROR: 0071: package_stagefile(packagedfile, d)
  40. ERROR: 0072: bb.utils.unlockfile(lf)
  41. ERROR: 0073:
  42. ERROR: 0074:
  43. ERROR: *** 0075:emit_pkgdata(d)
  44. ERROR: 0076:
  45. ERROR: (file: 'emit_pkgdata', lineno: 75, function: <module>)
  46. ERROR: 0026: data_file = pkgdatadir + bb.data.expand("/linux-omap-psp" , d)
  47. ERROR: 0027: f = open(data_file, 'w')
  48. ERROR: 0028: f.write("PACKAGES: %s\n" % packages)
  49. ERROR: 0029: f.close()
  50. ERROR: *** 0030: package_stagefile(data_file, d)
  51. ERROR: 0031:
  52. ERROR: 0032: workdir = bb.data.getVar('WORKDIR', d, True)
  53. ERROR: 0033:
  54. ERROR: 0034: for pkg in packages.split():
  55. ERROR: (file: 'emit_pkgdata', lineno: 30, function: emit_pkgdata)
  56. WARNING: /home/setup-scripts/sources/bitbake/lib/bb/build.py:55: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  57. self.message = "Function '%s' failed" % name
  58.  
  59. NOTE: package linux-omap-psp-2.6.32-r100+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155: task emit_pkgdata: Failed
  60. WARNING: /home/setup-scripts/sources/bitbake/lib/bb/build.py:64: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  61. msg = self.message
  62.  
  63. ERROR: Function 'emit_pkgdata' failed
  64. ERROR: Task 20 (/home/setup-scripts/sources/openembedded/recipes/linux/linux-omap-psp_2.6.32.bb, do_package) failed with exit code '1'
  65. ERROR: '/home/setup-scripts/sources/openembedded/recipes/linux/linux-omap-psp_2.6.32.bb' failed
  66. ERROR: '/home/setup-scripts/sources/openembedded/recipes/linux/linux-omap-psp_2.6.32.bb' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement