Advertisement
gizero

Untitled

Jan 27th, 2017
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. $ bitbake core-image-minimal -c populate_sdk_ext -k
  2.  
  3. Build Configuration: [78/629]
  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-20170127"
  11. TUNE_FEATURES = "m32 i586"
  12. TARGET_FPU = ""
  13. meta
  14. meta-poky
  15. meta-yocto-bsp = "fix-10963-v2-rebased:1c5f06f4d73a6d29ebddbadb807e61bbd5b2cad5"
  16.  
  17. Initialising tasks: 100% |#################################################################################################################################################################| Time: 0:00:04
  18. NOTE: Executing SetScene Tasks
  19. NOTE: Executing RunQueue Tasks
  20. ERROR: core-image-minimal-1.0-r0 do_sdk_depends: Error executing a python function in exec_python_func() autogenerated:
  21.  
  22. The stack trace of python calls that resulted in this exception/failure was:
  23. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  24. 0001:
  25. *** 0002:extend_recipe_sysroot(d)
  26. 0003:
  27. File: '/home/gizero/work/upstreaming/poky/meta/classes/staging.bbclass', lineno: 560, function: extend_recipe_sysroot
  28. 0556: continue
  29. 0557: if native:
  30. 0558: dest = staging_copyfile(l, recipesysrootnative, fixme['native'], postinsts, stagingdir)
  31. 0559: else:
  32. *** 0560: dest = staging_copyfile(l, destsysroot, fixme[''], postinsts, stagingdir)
  33. 0561: if dest:
  34. 0562: m.write(dest + "\n")
  35. 0563:
  36. 0564: for f in fixme:
  37. File: '/home/gizero/work/upstreaming/poky/meta/classes/staging.bbclass', lineno: 272, function: staging_copyfile
  38. 0268: os.symlink(linkto, dest)
  39. 0269: #bb.warn(c)
  40. 0270: else:
  41. 0271: try:
  42. *** 0272: os.link(c, dest)
  43. 0273: except OSError as err:
  44. 0274: if err.errno == errno.EXDEV:
  45. 0275: bb.utils.copyfile(c, dest)
  46. 0276: else:
  47. 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-
  48. poky-linux/core-image-minimal/1.0-r0/recipe-sysroot/usr/include/libudev.h'
  49.  
  50. ERROR: core-image-minimal-1.0-r0 do_sdk_depends: Function failed: extend_recipe_sysroot
  51. 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.21053
  52. ERROR: Task (/home/gizero/work/upstreaming/poky/meta/recipes-core/images/core-image-minimal.bb:do_sdk_depends) failed with exit code '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement