Advertisement
Guest User

Untitled

a guest
Nov 15th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. ERROR: Error executing a python function in /home/administrator/building-dev/sources/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_3.9.11.bb:
  2.  
  3. The stack trace of python calls that resulted in this exception/failure was:
  4. File: 'sysroot_stage_all', lineno: 6, function: <module>
  5. 0002:def sysroot_stage_all(d):
  6. 0003: oe.path.copyhardlinktree(d.expand("/home/administrator/building-dev/build/tmp-eglibc/work/raspberrypi-oe-linux-gnueabi/linux-raspberrypi/3.9.11+gitr363616+d557237-r1/image/usr/src/kernel"), d.expand("/home/administrator/building-dev/build/tmp-eglibc/work/raspberrypi-oe-linux-gnueabi/linux-raspberrypi/3.9.11+gitr363616+d557237-r1/sysroot-destdir//usr/src/kernel"))
  7. 0004:
  8. 0005:
  9. *** 0006:sysroot_stage_all(d)
  10. 0007:
  11. File: 'sysroot_stage_all', lineno: 3, function: sysroot_stage_all
  12. 0001:
  13. 0002:def sysroot_stage_all(d):
  14. *** 0003: oe.path.copyhardlinktree(d.expand("/home/administrator/building-dev/build/tmp-eglibc/work/raspberrypi-oe-linux-gnueabi/linux-raspberrypi/3.9.11+gitr363616+d557237-r1/image/usr/src/kernel"), d.expand("/home/administrator/building-dev/build/tmp-eglibc/work/raspberrypi-oe-linux-gnueabi/linux-raspberrypi/3.9.11+gitr363616+d557237-r1/sysroot-destdir//usr/src/kernel"))
  15. 0004:
  16. 0005:
  17. 0006:sysroot_stage_all(d)
  18. 0007:
  19. File: '/home/administrator/building-dev/sources/openembedded-core/meta/lib/oe/path.py', lineno: 93, function: copyhardlinktree
  20. 0089: bb.utils.mkdirhier(dst)
  21. 0090: if os.path.isdir(src) and not len(os.listdir(src)):
  22. 0091: return
  23. 0092:
  24. *** 0093: if (os.stat(src).st_dev == os.stat(dst).st_dev):
  25. 0094: # Need to copy directories only with tar first since cp will error if two
  26. 0095: # writers try and create a directory at the same time
  27. 0096: cmd = 'cd %s; find . -type d -print | tar -cf - -C %s -p --files-from - --no-recursion | tar -xf - -C %s' % (src, src, dst)
  28. 0097: check_output(cmd, shell=True, stderr=subprocess.STDOUT)
  29. Exception: OSError: [Errno 2] No such file or directory: '/home/administrator/building-dev/build/tmp-eglibc/work/raspberrypi-oe-linux-gnueabi/linux-raspberrypi/3.9.11+gitr363616+d557237-r1/image/usr/src/kernel'
  30.  
  31. ERROR: Function failed: sysroot_stage_all
  32. ERROR: Logfile of failure stored in: /home/administrator/building-dev/build/tmp-eglibc/work/raspberrypi-oe-linux-gnueabi/linux-raspberrypi/3.9.11+gitr363616+d557237-r1/temp/log.do_populate_sysroot.52485
  33. ERROR: Task 161 (/home/administrator/building-dev/sources/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_3.9.11.bb, do_populate_sysroot) failed with exit code '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement