Advertisement
Guest User

Untitled

a guest
Jan 13th, 2021
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. UNPACK glew-cmake
  2. BUILD glew-cmake (target)
  3. TOOLCHAIN cmake (auto-detect)
  4. Executing (target): cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_TOOLCHAIN_FILE=/home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/toolchain/etc/cmake-x86_64-libreelec-linux-gnu.conf -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -D glew-cmake_BUILD_STATIC=off -D glew-cmake_BUILD_MULTI_CONTEXT=off -D USE_GLU=ON -D PKG_CONFIG_REPRESENTATIVE_TARGET=libglew_shared /home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/build/glew-cmake-2.2.0
  5. -- The C compiler identification is GNU 10.2.0
  6. -- The CXX compiler identification is GNU 10.2.0
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Check for working C compiler: /home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc - skipped
  10. -- Detecting C compile features
  11. -- Detecting C compile features - done
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Check for working CXX compiler: /home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/toolchain/bin/x86_64-libreelec-linux-gnu-g++ - skipped
  15. -- Detecting CXX compile features
  16. -- Detecting CXX compile features - done
  17. CMake Error at CMakeLists.txt:12 (include):
  18. include could not find load file:
  19.  
  20. GeneratePkgConfig.cmake
  21.  
  22.  
  23. CMake Error at CMakeLists.txt:20 (file):
  24. file STRINGS file
  25. "/home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/build/glew-cmake-2.2.0/config/version"
  26. cannot be read.
  27.  
  28.  
  29. CMake Error at CMakeLists.txt:21 (string):
  30. string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  31. command.
  32.  
  33.  
  34. CMake Error at CMakeLists.txt:22 (file):
  35. file STRINGS file
  36. "/home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/build/glew-cmake-2.2.0/config/version"
  37. cannot be read.
  38.  
  39.  
  40. CMake Error at CMakeLists.txt:23 (string):
  41. string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  42. command.
  43.  
  44.  
  45. CMake Error at CMakeLists.txt:24 (file):
  46. file STRINGS file
  47. "/home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/build/glew-cmake-2.2.0/config/version"
  48. cannot be read.
  49.  
  50.  
  51. CMake Error at CMakeLists.txt:25 (string):
  52. string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  53. command.
  54.  
  55.  
  56. -- Found OpenGL: /home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib/libOpenGL.so
  57. -- Found X11: /home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/include
  58. -- Looking for XOpenDisplay in /home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib/libX11.so;/home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib/libXext.so
  59. -- Looking for XOpenDisplay in /home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib/libX11.so;/home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib/libXext.so - found
  60. -- Looking for gethostbyname
  61. -- Looking for gethostbyname - found
  62. -- Looking for connect
  63. -- Looking for connect - found
  64. -- Looking for remove
  65. -- Looking for remove - found
  66. -- Looking for shmat
  67. -- Looking for shmat - found
  68. -- Looking for IceConnectionNumber in ICE
  69. -- Looking for IceConnectionNumber in ICE - found
  70. CMake Error at CMakeLists.txt:129 (GeneratePkgConfigFile):
  71. Unknown CMake command "GeneratePkgConfigFile".
  72.  
  73.  
  74. -- Configuring incomplete, errors occurred!
  75. See also "/home/supervisedthinking/development/LibreELEC-RR/build.LibreELEC-Generic.x86_64-9.80-devel/build/glew-cmake-2.2.0/.x86_64-libreelec-linux-gnu/CMakeFiles/CMakeOutput.log".
  76. FAILURE: scripts/build glew-cmake during configure_target (default)
  77. *********** FAILED COMMAND ***********
  78. cmake ${CMAKE_GENERATOR_NINJA} ${TARGET_CMAKE_OPTS} ${PKG_CMAKE_OPTS_TARGET} $(dirname ${PKG_CMAKE_SCRIPT})
  79. **************************************
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement