Advertisement
Guest User

Untitled

a guest
Jan 27th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. NOTE: recipe qemu-native-2.7.1-r0: task do_install: Started
  2. ERROR: libgcc-initial-6.3.0-r0 do_configure: Error executing a python function in exec_python_func() autogenerated:
  3.  
  4. The stack trace of python calls that resulted in this exception/failure was:
  5. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  6. 0001:
  7. *** 0002:extract_stashed_builddir(d)
  8. 0003:
  9. File: '/home/yocto/poky-perf/meta/recipes-devtools/gcc/gcc-common.inc', lineno: 19, function: extract_stashed_builddir
  10. 0015:python extract_stashed_builddir () {
  11. 0016: src = d.expand("${STAGING_DIR}-components/${BUILD_ARCH}/gcc-stashed-builddir${COMPILERINITIAL}-${TARGET_SYS}")
  12. 0017: dest = d.getVar("B")
  13. 0018: oe.path.copyhardlinktree(src, dest)
  14. *** 0019: staging_processfixme([src + "/fixmepath"], dest, dest, dest, d)
  15. 0020:}
  16. 0021:
  17. 0022:def get_gcc_float_setting(bb, d):
  18. 0023: if d.getVar('ARMPKGSFX_EABI') == "hf" and d.getVar('TRANSLATED_TARGET_ARCH') == "arm":
  19. File: '/home/yocto/poky-perf/meta/classes/staging.bbclass', lineno: 295, function: staging_processfixme
  20. 0291: for fixmevar in ['PKGDATA_DIR']:
  21. 0292: fixme_path = d.getVar(fixmevar)
  22. 0293: cmd += " -e 's:FIXME_%s:%s:g'" % (fixmevar, fixme_path)
  23. 0294: bb.note(cmd)
  24. *** 0295: subprocess.check_output(cmd, shell=True)
  25. 0296:
  26. 0297:
  27. 0298:def staging_populate_sysroot_dir(targetsysroot, nativesysroot, native, d):
  28. 0299: import glob
  29. File: '/usr/lib64/python3.4/subprocess.py', lineno: 620, function: check_output
  30. 0616: process.wait()
  31. 0617: raise
  32. 0618: retcode = process.poll()
  33. 0619: if retcode:
  34. *** 0620: raise CalledProcessError(retcode, process.args, output=output)
  35. 0621: return output
  36. 0622:
  37. 0623:
  38. 0624:def list2cmdline(seq):
  39. Exception: subprocess.CalledProcessError: Command 'sed -e 's:^[^/]*/:/home/yocto/poky-perf/build-perf-test/build-478644a-20170127100504/tmp/work/i586-poky-linux/libgcc-initial/6.3.0-r0/gcc-6.3.0/build.i586-poky-linux.i586-poky-linux/:g' /home/yocto/poky-perf/build-perf-test/build-478644a-20170127100504/tmp/sysroots-components/x86_64/gcc-stashed-builddir-initial-i586-poky-linux/fixmepath | xargs sed -i -e 's:FIXMESTAGINGDIRTARGET:/home/yocto/poky-perf/build-perf-test/build-478644a-20170127100504/tmp/work/i586-poky-linux/libgcc-initial/6.3.0-r0/gcc-6.3.0/build.i586-poky-linux.i586-poky-linux:g; s:FIXMESTAGINGDIRHOST:/home/yocto/poky-perf/build-perf-test/build-478644a-20170127100504/tmp/work/i586-poky-linux/libgcc-initial/6.3.0-r0/gcc-6.3.0/build.i586-poky-linux.i586-poky-linux:g' -e 's:FIXME_PKGDATA_DIR:/home/yocto/poky-perf/build-perf-test/build-478644a-20170127100504/tmp/pkgdata/qemux86:g'' returned non-zero exit status 123
  40.  
  41. ERROR: libgcc-initial-6.3.0-r0 do_configure: Function failed: extract_stashed_builddir
  42. ERROR: Logfile of failure stored in: /home/yocto/poky-perf/build-perf-test/build-478644a-20170127100504/tmp/work/i586-poky-linux/libgcc-initial/6.3.0-r0/temp/log.do_configure.30642
  43. NOTE: recipe libgcc-initial-6.3.0-r0: task do_configure: Failed
  44. ERROR: Task (/home/yocto/poky-perf/meta/recipes-devtools/gcc/libgcc-initial_6.3.bb:do_configure) failed with exit code '1'
  45. NOTE: recipe qemu-native-2.7.1-r0: task do_install: Succeeded
  46. NOTE: Tasks Summary: Attempted 1207 tasks of which 1205 didn't need to be rerun and 1 failed.
  47.  
  48. Summary: 1 task failed:
  49. /home/yocto/poky-perf/meta/recipes-devtools/gcc/libgcc-initial_6.3.bb:do_configure
  50. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement