Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. Log data follows:
  2. | DEBUG: Executing python function sysroot_cleansstate
  3. | DEBUG: Python function sysroot_cleansstate finished
  4. | DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']
  5. | DEBUG: Executing shell function autotools_preconfigure
  6. | DEBUG: Shell function autotools_preconfigure finished
  7. | DEBUG: Executing python function autotools_copy_aclocals
  8. | DEBUG: Python function autotools_copy_aclocals finished
  9. | DEBUG: Executing shell function do_configure
  10. | -- The C compiler identification is GNU 4.9.2
  11. | -- The CXX compiler identification is GNU 4.9.2
  12. | -- Check for working C compiler: /home/autoeye-1/yocto_bkc/yocto_build/build/tmp/sysroots/x86_64-linux/usr/bin/x86_64-poky-linux/x86_64-poky-linux-gcc
  13. | -- Check for working C compiler: /home/autoeye-1/yocto_bkc/yocto_build/build/tmp/sysroots/x86_64-linux/usr/bin/x86_64-poky-linux/x86_64-poky-linux-gcc -- works
  14. | -- Detecting C compiler ABI info
  15. | -- Detecting C compiler ABI info - done
  16. | -- Check for working CXX compiler: /home/autoeye-1/yocto_bkc/yocto_build/build/tmp/sysroots/x86_64-linux/usr/bin/x86_64-poky-linux/x86_64-poky-linux-g++
  17. | -- Check for working CXX compiler: /home/autoeye-1/yocto_bkc/yocto_build/build/tmp/sysroots/x86_64-linux/usr/bin/x86_64-poky-linux/x86_64-poky-linux-g++ -- works
  18. | -- Detecting CXX compiler ABI info
  19. | -- Detecting CXX compiler ABI info - done
  20. | -- Looking for include file regex.h
  21. | -- Looking for include file regex.h - found
  22. | -- Looking for include file endian.h
  23. | -- Looking for include file endian.h - found
  24. | CMake Error at CMakeLists.txt:74 (FIND_PACKAGE):
  25. | By not providing "FindGLIB2.cmake" in CMAKE_MODULE_PATH this project has
  26. | asked CMake to find a package configuration file provided by "GLIB2", but
  27. | CMake did not find one.
  28. |
  29. | Could not find a package configuration file provided by "GLIB2" with any of
  30. | the following names:
  31. |
  32. | GLIB2Config.cmake
  33. | glib2-config.cmake
  34. |
  35. | Add the installation prefix of "GLIB2" to CMAKE_PREFIX_PATH or set
  36. | "GLIB2_DIR" to a directory containing one of the above files. If "GLIB2"
  37. | provides a separate development package or SDK, be sure it has been
  38. | installed.
  39. |
  40. |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement