Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. root@vmi223358:~/1eugoldcoin/build# cmake ..
  2. CMake Error at /usr/local/lib/python2.7/dist-packages/cmake/data/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake:48 (message):
  3. Could not find compiler set in environment variable CC:
  4.  
  5. gcc-8.
  6. Call Stack (most recent call first):
  7. CMakeLists.txt:4 (project)
  8.  
  9.  
  10. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
  11. CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
  12. -- Configuring incomplete, errors occurred!
  13. See also "/root/1eugoldcoin/build/CMakeFiles/CMakeOutput.log".
  14. root@vmi223358:~/1eugoldcoin/build# sudo cmake ..
  15. -- The C compiler identification is GNU 5.4.0
  16. -- The CXX compiler identification is GNU 5.4.0
  17. -- Check for working C compiler: /usr/bin/cc
  18. -- Check for working C compiler: /usr/bin/cc -- works
  19. -- Detecting C compiler ABI info
  20. -- Detecting C compiler ABI info - done
  21. -- Detecting C compile features
  22. -- Detecting C compile features - done
  23. -- Check for working CXX compiler: /usr/bin/c++
  24. -- Check for working CXX compiler: /usr/bin/c++ -- works
  25. -- Detecting CXX compiler ABI info
  26. -- Detecting CXX compiler ABI info - done
  27. -- Detecting CXX compile features
  28. -- Detecting CXX compile features - done
  29. -- Looking for pthread.h
  30. -- Looking for pthread.h - found
  31. -- Looking for pthread_create
  32. -- Looking for pthread_create - not found
  33. -- Looking for pthread_create in pthreads
  34. -- Looking for pthread_create in pthreads - not found
  35. -- Looking for pthread_create in pthread
  36. -- Looking for pthread_create in pthread - found
  37. -- Found Threads: TRUE
  38. -- Found Git: /usr/bin/git
  39. -- Boost version: 1.58.0
  40. -- Found the following Boost libraries:
  41. -- system
  42. -- filesystem
  43. -- thread
  44. -- date_time
  45. -- chrono
  46. -- regex
  47. -- serialization
  48. -- program_options
  49. -- atomic
  50. -- Boost Found: /usr/include
  51. -- The C compiler identification is GNU 5.4.0
  52. -- The CXX compiler identification is GNU 5.4.0
  53. -- Check for working C compiler: /usr/bin/cc
  54. -- Check for working C compiler: /usr/bin/cc -- works
  55. -- Detecting C compiler ABI info
  56. -- Detecting C compiler ABI info - done
  57. -- Detecting C compile features
  58. -- Detecting C compile features - done
  59. -- Check for working CXX compiler: /usr/bin/c++
  60. -- Check for working CXX compiler: /usr/bin/c++ -- works
  61. -- Detecting CXX compiler ABI info
  62. -- Detecting CXX compiler ABI info - done
  63. -- Detecting CXX compile features
  64. -- Detecting CXX compile features - done
  65. -- The ASM compiler identification is GNU
  66. -- Found assembler: /usr/bin/cc
  67. -- Found Git: /usr/bin/git (found version "2.7.4")
  68. -- Enabling RTTI in Debug builds only (default)
  69. -- Looking for pthread.h
  70. -- Looking for pthread.h - found
  71. -- Looking for pthread_create
  72. -- Looking for pthread_create - not found
  73. -- Looking for pthread_create in pthreads
  74. -- Looking for pthread_create in pthreads - not found
  75. -- Looking for pthread_create in pthread
  76. -- Looking for pthread_create in pthread - found
  77. -- Found Threads: TRUE
  78. -- JNI library is disabled
  79. -- Configuring done
  80. -- Generating done
  81. -- Build files have been written to: /root/1eugoldcoin/build/rocksdb
  82. -- Configuring done
  83. -- Generating done
  84. -- Build files have been written to: /root/1eugoldcoin/build
  85. root@vmi223358:~/1eugoldcoin/build# make
  86. Scanning dependencies of target version
  87. fatal: No annotated tags can describe 'aa0314217efc4c66481f0cf8b6caa21f6ddfb49b'.
  88. However, there were unannotated tags: try --tags.
  89. CMake Warning at src/version.cmake:3 (message):
  90. Cannot determine current revision. Make sure that you are building either
  91. from a Git working tree or from a source archive.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement