Advertisement
gizero

Untitled

Apr 5th, 2017
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. Build Configuration:
  2. BB_VERSION = "1.33.3"
  3. BUILD_SYS = "x86_64-linux"
  4. NATIVELSBSTRING = "universal"
  5. TARGET_SYS = "arm-poky-linux-gnueabi"
  6. MACHINE = "raspberrypi3"
  7. DISTRO = "poky"
  8. DISTRO_VERSION = "2.2+snapshot-20170405"
  9. TUNE_FEATURES = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard cortexa7"
  10. TARGET_FPU = "hard"
  11. meta
  12. meta-poky
  13. meta-yocto-bsp = "HEAD:eff56e4f0d59b1d965a68e4f009b7f07717b7edd"
  14. meta-oe
  15. meta-python
  16. meta-networking = "HEAD:56c233bb2c22aedb5e1a6e0fb7997e8a9d8ce2a1"
  17. meta-rauc = "fixes:0583f2805ef80a42d6e20c0a66b416dd55432342"
  18. meta-sunxi = "HEAD:d47fa32013c6a4f4415adcd8556c796a02e0bb62"
  19. meta-raspberrypi = "pending-fixes:bf73106bbd0d0160aa96df14b0aeb1eb38c0a7d2"
  20. meta-bsl = "master:c30a6f5afb513a8a7ec08447694923b60f3d7f6e"
  21. meta-ptp-tests
  22. workspace = "<unknown>:<unknown>"
  23.  
  24. Initialising tasks: 100% |################################################################| Time: 0:00:10
  25. NOTE: Executing SetScene Tasks
  26. NOTE: Executing RunQueue Tasks
  27. ERROR: update-bundle-1.0-r0 do_prepare_recipe_sysroot: Error executing a python function in exec_python_func() autogenerated:
  28.  
  29. The stack trace of python calls that resulted in this exception/failure was:
  30. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  31. 0001:
  32. *** 0002:extend_recipe_sysroot(d)
  33. 0003:
  34. File: '/home/gizero/work/smartliving/distro/repo-master/build-poky/conf/../../layers/poky/meta/classes/staging.bbclass', lineno: 592, function: extend_recipe_sysroot
  35. 0588: dest = newmanifest[l]
  36. 0589: if l.endswith("/"):
  37. 0590: staging_copydir(l, targetdir, dest, seendirs)
  38. 0591: continue
  39. *** 0592: staging_copyfile(l, targetdir, dest, postinsts, seendirs)
  40. 0593:
  41. 0594: for f in fixme:
  42. 0595: if f == '':
  43. 0596: staging_processfixme(fixme[f], recipesysroot, recipesysroot, recipesysrootnative, d)
  44. File: '/home/gizero/work/smartliving/distro/repo-master/build-poky/conf/../../layers/poky/meta/classes/staging.bbclass', lineno: 233, function: staging_copyfile
  45. 0229: os.symlink(linkto, dest)
  46. 0230: #bb.warn(c)
  47. 0231: else:
  48. 0232: try:
  49. *** 0233: os.link(c, dest)
  50. 0234: except OSError as err:
  51. 0235: if err.errno == errno.EXDEV:
  52. 0236: bb.utils.copyfile(c, dest)
  53. 0237: else:
  54. Exception: FileExistsError: [Errno 17] File exists: '/home/gizero/work/smartliving/distro/repo-master/build-poky/tmp/sysroots-components/cortexa7hf-neon-vfpv4/glibc/usr/include/unistd.h' -> '/home/gizero/work/sma
  55. rtliving/distro/repo-master/build-poky/tmp/work/raspberrypi3-poky-linux-gnueabi/update-bundle/1.0-r0/recipe-sysroot/usr/include/unistd.h'
  56.  
  57. ERROR: update-bundle-1.0-r0 do_prepare_recipe_sysroot: Function failed: extend_recipe_sysroot
  58. ERROR: Logfile of failure stored in: /home/gizero/work/smartliving/distro/repo-master/build-poky/tmp/work/raspberrypi3-poky-linux-gnueabi/update-bundle/1.0-r0/temp/log.do_prepare_recipe_sysroot.12949
  59. ERROR: Task (/home/gizero/work/smartliving/distro/repo-master/build-poky/conf/../../layers/meta-bsl/recipes-core/bundles/update-bundle.bb:do_prepare_recipe_sysroot) failed with exit code '1'
  60. ERROR: update-bundle-1.0-r0 do_patch: Error executing a python function in exec_python_func() autogenerated:
  61.  
  62. The stack trace of python calls that resulted in this exception/failure was:
  63. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  64. 0001:
  65. *** 0002:extend_recipe_sysroot(d)
  66. 0003:
  67. File: '/home/gizero/work/smartliving/distro/repo-master/build-poky/conf/../../layers/poky/meta/classes/staging.bbclass', lineno: 592, function: extend_recipe_sysroot
  68. 0588: dest = newmanifest[l]
  69. 0589: if l.endswith("/"):
  70. 0590: staging_copydir(l, targetdir, dest, seendirs)
  71. 0591: continue
  72. *** 0592: staging_copyfile(l, targetdir, dest, postinsts, seendirs)
  73. 0593:
  74. 0594: for f in fixme:
  75. 0595: if f == '':
  76. 0596: staging_processfixme(fixme[f], recipesysroot, recipesysroot, recipesysrootnative, d)
  77. File: '/home/gizero/work/smartliving/distro/repo-master/build-poky/conf/../../layers/poky/meta/classes/staging.bbclass', lineno: 233, function: staging_copyfile
  78. 0229: os.symlink(linkto, dest)
  79. 0230: #bb.warn(c)
  80. 0231: else:
  81. 0232: try:
  82. *** 0233: os.link(c, dest)
  83. 0234: except OSError as err:
  84. 0235: if err.errno == errno.EXDEV:
  85. 0236: bb.utils.copyfile(c, dest)
  86. 0237: else:
  87. Exception: FileNotFoundError: [Errno 2] No such file or directory: '/home/gizero/work/smartliving/distro/repo-master/build-poky/tmp/sysroots-components/cortexa7hf-neon-vfpv4/glibc/usr/include/protocols/rwhod.h' -
  88. > '/home/gizero/work/smartliving/distro/repo-master/build-poky/tmp/work/raspberrypi3-poky-linux-gnueabi/update-bundle/1.0-r0/recipe-sysroot/usr/include/protocols/rwhod.h'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement