Advertisement
Guest User

ERROR: Function failed: relocatable_binaries_preprocess

a guest
Feb 16th, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. ERROR: Error executing a python function in /home/danielpavel/Karanka/yocto/poky/meta/recipes-devtools/quilt/quilt-native_0.63.bb:
  2.  
  3. The stack trace of python calls that resulted in this exception/failure was:
  4. File: 'relocatable_binaries_preprocess', lineno: 6, function: <module>
  5. 0002:def relocatable_binaries_preprocess(d):
  6. 0003: rpath_replace(d.expand('/home/danielpavel/Karanka/yocto/poky/build/tmp/work/x86_64-linux/quilt-native/0.63-r0/sysroot-destdir/'), d)
  7. 0004:
  8. 0005:
  9. *** 0006:relocatable_binaries_preprocess(d)
  10. 0007:
  11. File: 'relocatable_binaries_preprocess', lineno: 3, function: relocatable_binaries_preprocess
  12. 0001:
  13. 0002:def relocatable_binaries_preprocess(d):
  14. *** 0003: rpath_replace(d.expand('/home/danielpavel/Karanka/yocto/poky/build/tmp/work/x86_64-linux/quilt-native/0.63-r0/sysroot-destdir/'), d)
  15. 0004:
  16. 0005:
  17. 0006:relocatable_binaries_preprocess(d)
  18. 0007:
  19. File: 'chrpath.bbclass', lineno: 7, function: rpath_replace
  20. 0003:
  21. 0004: for bindir in bindirs:
  22. 0005: #bb.note ("Processing directory " + bindir)
  23. 0006: directory = path + "/" + bindir
  24. *** 0007: process_dir (path, directory, d)
  25. 0008:
  26. File: 'chrpath.bbclass', lineno: 44, function: process_dir
  27. 0040: perms = None
  28. 0041: else:
  29. 0042: # Temporarily make the file writeable so we can chrpath it
  30. 0043: os.chmod(fpath, perms|stat.S_IRWXU)
  31. *** 0044: process_file(cmd, fpath, rootdir, baseprefix, tmpdir, d)
  32. 0045:
  33. 0046: if perms:
  34. 0047: os.chmod(fpath, perms)
  35. 0048:
  36. File: 'chrpath.bbclass', lineno: 4, function: process_file_linux
  37. File "chrpath.bbclass", line 4, in process_file_linux
  38.  
  39. File: '/usr/lib/python2.7/subprocess.py', lineno: 710, function: __init__
  40. 0706: cwd, env, universal_newlines,
  41. 0707: startupinfo, creationflags, shell, to_close,
  42. 0708: p2cread, p2cwrite,
  43. 0709: c2pread, c2pwrite,
  44. *** 0710: errread, errwrite)
  45. 0711: except Exception:
  46. 0712: # Preserve original exception in case os.close raises.
  47. 0713: exc_type, exc_value, exc_trace = sys.exc_info()
  48. 0714:
  49. File: '/usr/lib/python2.7/subprocess.py', lineno: 1327, function: _execute_child
  50. 1323: except OSError as e:
  51. 1324: if e.errno != errno.ECHILD:
  52. 1325: raise
  53. 1326: child_exception = pickle.loads(data)
  54. *** 1327: raise child_exception
  55. 1328:
  56. 1329:
  57. 1330: def _handle_exitstatus(self, sts, _WIFSIGNALED=os.WIFSIGNALED,
  58. 1331: _WTERMSIG=os.WTERMSIG, _WIFEXITED=os.WIFEXITED,
  59. Exception: OSError: [Errno 2] No such file or directory
  60.  
  61. ERROR: Function failed: relocatable_binaries_preprocess
  62. ERROR: Logfile of failure stored in: /home/danielpavel/Karanka/yocto/poky/build/tmp/work/x86_64-linux/quilt-native/0.63-r0/temp/log.do_populate_sysroot.8070
  63. ERROR: Task 17 (/home/danielpavel/Karanka/yocto/poky/meta/recipes-devtools/quilt/quilt-native_0.63.bb, do_populate_sysroot) failed with exit code '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement