Advertisement
Guest User

Untitled

a guest
May 7th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. ➜ build git:(dizzy) bitbake core-image-minimal
  2. Loading cache: 100% |############################################| ETA: 00:00:00
  3. Loaded 1296 entries from dependency cache.
  4. NOTE: Resolving any missing task queue dependencies
  5.  
  6. Build Configuration:
  7. BB_VERSION = "1.24.0"
  8. BUILD_SYS = "i686-linux"
  9. NATIVELSBSTRING = "Ubuntu-14.04"
  10. TARGET_SYS = "i586-poky-linux"
  11. MACHINE = "qemux86"
  12. DISTRO = "poky"
  13. DISTRO_VERSION = "1.7.2"
  14. TUNE_FEATURES = "m32 i586"
  15. TARGET_FPU = ""
  16. meta
  17. meta-yocto
  18. meta-vc = "dizzy:d098f7ed0543f491bf8d183aef265e1ab1d07266"
  19.  
  20. NOTE: Preparing runqueue
  21. NOTE: Executing SetScene Tasks
  22. NOTE: Executing RunQueue Tasks
  23. ERROR: Function failed: cool: LIC_FILES_CHKSUM points to an invalid file: /home/valentin/Desktop/Projects/Yocto/poky/build/tmp/work/i586-poky-linux/cool/1.0-r0/cool-1.0/COPYING
  24. ERROR: Logfile of failure stored in: /home/valentin/Desktop/Projects/Yocto/poky/build/tmp/work/i586-poky-linux/cool/1.0-r0/temp/log.do_configure.26526
  25. Log data follows:
  26. | DEBUG: Executing python function sysroot_cleansstate
  27. | DEBUG: Python function sysroot_cleansstate finished
  28. | DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i586-linux', 'common']
  29. | DEBUG: Executing shell function autotools_preconfigure
  30. | DEBUG: Shell function autotools_preconfigure finished
  31. | DEBUG: Executing python function autotools_copy_aclocals
  32. | DEBUG: Python function autotools_copy_aclocals finished
  33. | DEBUG: Executing shell function do_configure
  34. | NOTE: nothing to configure
  35. | DEBUG: Shell function do_configure finished
  36. | DEBUG: Executing python function do_qa_configure
  37. | NOTE: Checking autotools environment for common misconfiguration
  38. | DEBUG: Python function do_qa_configure finished
  39. | ERROR: Function failed: cool: LIC_FILES_CHKSUM points to an invalid file: /home/valentin/Desktop/Projects/Yocto/poky/build/tmp/work/i586-poky-linux/cool/1.0-r0/cool-1.0/COPYING
  40. ERROR: Task 286 (/home/valentin/Desktop/Projects/Yocto/poky/meta-vc/recipes-vc/my-program/cool_1.0.bb, do_configure) failed with exit code '1'
  41. NOTE: Tasks Summary: Attempted 1994 tasks of which 1993 didn't need to be rerun and 1 failed.
  42. No currently running tasks (1426 of 2220)
  43.  
  44. Summary: 1 task failed:
  45. /home/valentin/Desktop/Projects/Yocto/poky/meta-vc/recipes-vc/my-program/cool_1.0.bb, do_configure
  46. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
  47. ➜ build git:(dizzy)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement