Advertisement
Guest User

Untitled

a guest
May 10th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. DEBUG: Executing python function sysroot_cleansstate
  2. DEBUG: Python function sysroot_cleansstate finished
  3. DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
  4. DEBUG: Executing shell function autotools_preconfigure
  5. DEBUG: Shell function autotools_preconfigure finished
  6. DEBUG: Executing python function autotools_copy_aclocals
  7. ERROR: Error executing a python function in exec_python_func() autogenerated:
  8.  
  9. The stack trace of python calls that resulted in this exception/failure was:
  10. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  11. 0001:
  12. *** 0002:autotools_copy_aclocals(d)
  13. 0003:
  14. File: '/mountain/mounthere/fsl-community-bsp/sources/poky/meta/classes/autotools.bbclass', lineno: 226, function: autotools_copy_aclocals
  15. 0222:
  16. 0223: for c in cp:
  17. 0224: t = os.path.join(aclocaldir, os.path.basename(c))
  18. 0225: if not os.path.exists(t):
  19. *** 0226: os.symlink(c, t)
  20. 0227:
  21. 0228: d.setVar("CONFIG_SITE", siteinfo_get_files(d, False))
  22. 0229:}
  23. 0230:autotools_copy_aclocals[vardepsexclude] += "MACHINE SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA"
  24. Exception: OSError: [Errno 17] File exists
  25.  
  26. DEBUG: Python function autotools_copy_aclocals finished
  27. ERROR: Function failed: autotools_copy_aclocals
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement