Advertisement
Guest User

Untitled

a guest
Dec 14th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. build]$ bitbake -k core-image-sato
  2. Loading cache: 100% |##########################################################################################| ETA: 00:00:00
  3. Loaded 1187 entries from dependency cache.
  4. NOTE: Resolving any missing task queue dependencies
  5.  
  6. Build Configuration:
  7. BB_VERSION = "1.20.0"
  8. BUILD_SYS = "x86_64-linux"
  9. NATIVELSBSTRING = "Fedora-19"
  10. TARGET_SYS = "x86_64-poky-linux"
  11. MACHINE = "qemux86-64"
  12. DISTRO = "poky"
  13. DISTRO_VERSION = "1.5"
  14. TUNE_FEATURES = "m64"
  15. TARGET_FPU = ""
  16. meta
  17. meta-yocto
  18. meta-yocto-bsp = "<unknown>:<unknown>"
  19.  
  20. NOTE: Preparing runqueue
  21. NOTE: Executing SetScene Tasks
  22. NOTE: Executing RunQueue Tasks
  23. ERROR: Function failed: do_compile (log file is located at /home/jack/dev/poky-dora-10.0.0/build/tmp/work/x86_64-linux/qemu-native/1.5.0-r0/temp/log.do_compile.8540)
  24. ERROR: Logfile of failure stored in: /home/jack/dev/poky-dora-10.0.0/build/tmp/work/x86_64-linux/qemu-native/1.5.0-r0/temp/log.do_compile.8540
  25. Log data follows:
  26. | DEBUG: Executing shell function do_compile
  27. | NOTE: make
  28. | LINK arm-softmmu/qemu-system-arm
  29. | /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../libX11.so when searching for -lX11
  30. | /usr/bin/ld: skipping incompatible /lib/libX11.so when searching for -lX11
  31. | /usr/bin/ld: skipping incompatible /usr/lib/libX11.so when searching for -lX11
  32. | /usr/bin/ld: cannot find -lX11
  33. | collect2: error: ld returned 1 exit status
  34. | make[1]: *** [qemu-system-arm] Error 1
  35. | make: *** [subdir-arm-softmmu] Error 2
  36. | ERROR: oe_runmake failed
  37. | WARNING: /home/jack/dev/poky-dora-10.0.0/build/tmp/work/x86_64-linux/qemu-native/1.5.0-r0/temp/run.do_compile.8540:1 exit 1 from
  38. | exit 1
  39. | ERROR: Function failed: do_compile (log file is located at /home/jack/dev/poky-dora-10.0.0/build/tmp/work/x86_64-linux/qemu-native/1.5.0-r0/temp/log.do_compile.8540)
  40. ERROR: Task 87 (virtual:native:/home/jack/dev/poky-dora-10.0.0/meta/recipes-devtools/qemu/qemu_1.5.0.bb, do_compile) failed with exit code '1'
  41. NOTE: Tasks Summary: Attempted 5075 tasks of which 5074 didn't need to be rerun and 1 failed.
  42. No currently running tasks (974 of 5341)
  43.  
  44. Summary: 1 task failed:
  45. virtual:native:/home/jack/dev/poky-dora-10.0.0/meta/recipes-devtools/qemu/qemu_1.5.0.bb, do_compile
  46. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement