Advertisement
Guest User

Untitled

a guest
Jan 26th, 2017
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. $ bitbake core-image-minimal -c populate_sdk_ext
  2.  
  3. Build Configuration:
  4. BB_VERSION = "1.32.0"
  5. BUILD_SYS = "x86_64-linux"
  6. NATIVELSBSTRING = "universal"
  7. TARGET_SYS = "i586-poky-linux"
  8. MACHINE = "qemux86"
  9. DISTRO = "poky"
  10. DISTRO_VERSION = "2.2+snapshot-20170126"
  11. TUNE_FEATURES = "m32 i586"
  12. TARGET_FPU = ""
  13. meta
  14. meta-poky
  15. meta-yocto-bsp = "fix-10963:51454eed78a3ecd94fe220f7ebef1686b412aa66"
  16.  
  17. Initialising tasks: 100% |#################################################################################################################################################################| Time: 0:00:04
  18. NOTE: Executing SetScene Tasks
  19. NOTE: Executing RunQueue Tasks
  20. WARNING: core-image-minimal-1.0-r0 do_sdk_depends: Manifest /scratch/gizero/poky-master-build/tmp/sstate-control/manifest-allarch-core-image-minimal.populate_sysroot not found?
  21. ERROR: core-image-minimal-1.0-r0 do_sdk_depends: Error executing a python function in exec_python_func() autogenerated:
  22.  
  23. The stack trace of python calls that resulted in this exception/failure was:
  24. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  25. 0001:
  26. *** 0002:extend_recipe_sysroot(d)
  27. 0003:
  28. File: '/home/gizero/work/upstreaming/poky/meta/classes/staging.bbclass', lineno: 551, function: extend_recipe_sysroot
  29. 0547: continue
  30. 0548: if native:
  31. 0549: dest = staging_copyfile(l, recipesysrootnative, fixme['native'], postinsts, stagingdir)
  32. 0550: else:
  33. *** 0551: dest = staging_copyfile(l, destsysroot, fixme[''], postinsts, stagingdir)
  34. 0552: if dest:
  35. 0553: m.write(dest + "\n")
  36. 0554:
  37. 0555: for f in fixme:
  38. File: '/home/gizero/work/upstreaming/poky/meta/classes/staging.bbclass', lineno: 270, function: staging_copyfile
  39. 0266: os.symlink(linkto, dest)
  40. 0267: #bb.warn(c)
  41. 0268: else:
  42. 0269: try:
  43. *** 0270: os.link(c, dest)
  44. 0271: except OSError as err:
  45. 0272: if err.errno == errno.EXDEV:
  46. 0273: bb.utils.copyfile(c, dest)
  47. 0274: else:
  48. Exception: FileExistsError: [Errno 17] File exists: '/scratch/gizero/poky-master-build/tmp/sysroots-components/i586/systemd/usr/include/libudev.h' -> '/scratch/gizero/poky-master-build/tmp/work/qemux86-
  49. poky-linux/core-image-minimal/1.0-r0/recipe-sysroot/usr/include/libudev.h'
  50.  
  51. ERROR: core-image-minimal-1.0-r0 do_sdk_depends: Function failed: extend_recipe_sysroot
  52. ERROR: Logfile of failure stored in: /scratch/gizero/poky-master-build/tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/temp/log.do_sdk_depends.27375
  53. ERROR: Task (/home/gizero/work/upstreaming/poky/meta/recipes-core/images/core-image-minimal.bb:do_sdk_depends) failed with exit code '1'
  54. NOTE: Tasks Summary: Attempted 3082 tasks of which 3081 didn't need to be rerun and 1 failed.
  55.  
  56. Summary: 1 task failed:
  57. /home/gizero/work/upstreaming/poky/meta/recipes-core/images/core-image-minimal.bb:do_sdk_depends
  58. Summary: There was 1 WARNING message shown.
  59. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement