Advertisement
Guest User

Untitled

a guest
Mar 29th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. ERROR: update-rc.d-0.7-r5 do_install: Error executing a python function in exec_python_func() autogenerated:
  2.  
  3. The stack trace of python calls that resulted in this exception/failure was:
  4. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  5. 0001:
  6. *** 0002:extend_recipe_sysroot(d)
  7. 0003:
  8. File: '/projects/poky/meta/classes/staging.bbclass', lineno: 548, function: extend_recipe_sysroot
  9. 0544: for f in fixme:
  10. 0545: if f == '':
  11. 0546: staging_processfixme(fixme[f], recipesysroot, recipesysroot, recipesysrootnative, d)
  12. 0547: elif f == 'native':
  13. *** 0548: staging_processfixme(fixme[f], recipesysrootnative, recipesysroot, recipesysrootnative, d)
  14. 0549: else:
  15. 0550: staging_processfixme(fixme[f], multilibs[f].getVar("RECIPE_SYSROOT"), recipesysroot, recipesysrootnative, d)
  16. 0551:
  17. 0552: for p in postinsts:
  18. File: '/projects/poky/meta/classes/staging.bbclass', lineno: 174, function: staging_processfixme
  19. 0170: for fixmevar in ['COMPONENTS_DIR', 'HOSTTOOLS_DIR', 'PKGDATA_DIR', 'PSEUDO_LOCALSTATEDIR', 'LOGFIFO']:
  20. 0171: fixme_path = d.getVar(fixmevar)
  21. 0172: cmd += " -e 's:FIXME_%s:%s:g'" % (fixmevar, fixme_path)
  22. 0173: bb.debug(2, cmd)
  23. *** 0174: subprocess.check_output(cmd, shell=True, stderr=subprocess.STDOUT)
  24. 0175:
  25. 0176:
  26. 0177:def staging_populate_sysroot_dir(targetsysroot, nativesysroot, native, d):
  27. 0178: import glob
  28. File: '/usr/lib64/python3.6/subprocess.py', lineno: 336, function: check_output
  29. 0332: # empty string. That is maintained here for backwards compatibility.
  30. 0333: kwargs['input'] = '' if kwargs.get('universal_newlines', False) else b''
  31. 0334:
  32. 0335: return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  33. *** 0336: **kwargs).stdout
  34. 0337:
  35. 0338:
  36. 0339:class CompletedProcess(object):
  37. 0340: """A process that has finished running.
  38. File: '/usr/lib64/python3.6/subprocess.py', lineno: 418, function: run
  39. 0414: raise
  40. 0415: retcode = process.poll()
  41. 0416: if check and retcode:
  42. 0417: raise CalledProcessError(retcode, process.args,
  43. *** 0418: output=stdout, stderr=stderr)
  44. 0419: return CompletedProcess(process.args, retcode, stdout, stderr)
  45. 0420:
  46. 0421:
  47. 0422:def list2cmdline(seq):
  48. Exception: subprocess.CalledProcessError: Command 'sed -e 's:^[^/]*/:/projects/poky/build/tmp/work/all-poky-linux/update-rc.d/0.7-r5/recipe-sysroot-native/:g' /projects/poky/build/tmp/sysroots-components/x86_64/quilt-native/fixmepath | xargs sed -i -e 's:FIXMESTAGINGDIRTARGET:/projects/poky/build/tmp/work/all-poky-linux/update-rc.d/0.7-r5/recipe-sysroot:g; s:FIXMESTAGINGDIRHOST:/projects/poky/build/tmp/work/all-poky-linux/update-rc.d/0.7-r5/recipe-sysroot-native:g' -e 's:FIXME_COMPONENTS_DIR:/projects/poky/build/tmp/sysroots-components:g' -e 's:FIXME_HOSTTOOLS_DIR:/projects/poky/build/tmp/hosttools:g' -e 's:FIXME_PKGDATA_DIR:/projects/poky/build/tmp/pkgdata/qemux86:g' -e 's:FIXME_PSEUDO_LOCALSTATEDIR:/projects/poky/build/tmp/work/all-poky-linux/update-rc.d/0.7-r5/pseudo/:g' -e 's:FIXME_LOGFIFO:/projects/poky/build/tmp/work/all-poky-linux/update-rc.d/0.7-r5/temp/fifo.10395:g'' returned non-zero exit status 127.
  49.  
  50. Subprocess output:
  51. /bin/sh: sed: command not found
  52. /bin/sh: xargs: command not found
  53.  
  54. ERROR: update-rc.d-0.7-r5 do_install: Function failed: extend_recipe_sysroot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement