1. ERROR: Error executing a python function in /home/sarnold/poky/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_3.6.11.bb: The stack trace of python calls that resulted in this exception/failure was: File: 'sysroot_stage_all', lineno: 6, function: <module> 0002:def sysroot_stage_all(d): 0003: oe.path.copyhardlinktree(d.expand("/home/sarnold/poky/build-rpihf/tmp/work/raspberrypi-poky-linux-gnueabi/linux-raspberrypi/3.6.11+gitcbd6672e7e1b2dc5026f5dc7929a13a9a68f2a62-r0/image/usr/src/kernel"), d.expand("/home/sarnold/poky/build-rpihf/tmp/work/raspberrypi-poky-linux-gnueabi/linux-raspberrypi/3.6.11+gitcbd6672e7e1b2dc5026f5dc7929a13a9a68f2a62-r0/sysroot-destdir//usr/src/kernel"))
  2. 0004:
  3. 0005:
  4. *** 0006:sysroot_stage_all(d)
  5. 0007:
  6. File: 'sysroot_stage_all', lineno: 3, function: sysroot_stage_all
  7. 0001:
  8. 0002:def sysroot_stage_all(d):
  9. *** 0003: oe.path.copyhardlinktree(d.expand("/home/sarnold/poky/build-rpihf/tmp/work/raspberrypi-poky-linux-gnueabi/linux-raspberrypi/3.6.11+gitcbd6672e7e1b2dc5026f5dc7929a13a9a68f2a62-r0/image/usr/src/kernel"), d.expand("/home/sarnold/poky/build-rpihf/tmp/work/raspberrypi-poky-linux-gnueabi/linux-raspberrypi/3.6.11+gitcbd6672e7e1b2dc5026f5dc7929a13a9a68f2a62-r0/sysroot-destdir//usr/src/kernel"))
  10. 0004:
  11. 0005:
  12. 0006:sysroot_stage_all(d)
  13. 0007:
  14. File: '/home/sarnold/poky/meta/lib/oe/path.py', lineno: 93, function: copyhardlinktree
  15. 0089: bb.utils.mkdirhier(dst)
  16. 0090: if os.path.isdir(src) and not len(os.listdir(src)):
  17. 0091: return
  18. 0092:
  19. *** 0093: if (os.stat(src).st_dev == os.stat(dst).st_dev):
  20. 0094: # Need to copy directories only with tar first since cp will error if two
  21. 0095: # writers try and create a directory at the same time
  22. 0096: cmd = 'cd %s; find . -type d -print | tar -cf - -C %s -p --files-from - --no-recursion | tar -xf - -C %s' % (src, src, dst)
  23. 0097: check_output(cmd, shell=True, stderr=subprocess.STDOUT)
  24. Exception: OSError: [Errno 2] No such file or directory: '/home/sarnold/poky/build-rpihf/tmp/work/raspberrypi-poky-linux-gnueabi/linux-raspberrypi/3.6.11+gitcbd6672e7e1b2dc5026f5dc7929a13a9a68f2a62-r0/image/usr/src/kernel'
  25. ERROR: Function failed: sysroot_stage_all
  26. ERROR: Logfile of failure stored in: /home/sarnold/poky/build-rpihf/tmp/work/raspberrypi-poky-linux-gnueabi/linux-raspberrypi/3.6.11+gitcbd6672e7e1b2dc5026f5dc7929a13a9a68f2a62-r0/temp/log.do_populate_sysroot.25331
  27. ERROR: Task 259 (/home/sarnold/poky/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_3.6.11.bb, do_populate_sysroot) failed with exit code '1'
  28. NOTE: Tasks Summary: Attempted 5066 tasks of which 2870 didn't need to be rerun and 1 failed. Waiting for 0 running tasks to finish:

LANGUAGES = "c,c++,fortran,java" error on poky master