Advertisement
Guest User

cmake error

a guest
Jan 21st, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. zifloria@tardis-b22:~/zifloria-extra-0/orxonox/trunk/build$ cmake ..
  2. -- The C compiler identification is GNU 4.9.2
  3. -- The CXX compiler identification is GNU 4.9.2
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- broken
  6. CMake Error at /usr/share/cmake-3.0/Modules/CMakeTestCCompiler.cmake:61 (message):
  7. The C compiler "/usr/bin/cc" is not able to compile a simple test program.
  8.  
  9. It fails with the following output:
  10.  
  11. Change Dir: /home/zifloria/zifloria-extra-0/orxonox/trunk/build/CMakeFiles/CMakeTmp
  12.  
  13.  
  14.  
  15. Run Build Command:"/usr/sepp/bin/gmake" "cmTryCompileExec3167229078/fast"
  16.  
  17. gmake: error while loading shared libraries: libguile.so.17: cannot open
  18. shared object file: No such file or directory
  19.  
  20.  
  21.  
  22.  
  23.  
  24. CMake will not be able to correctly generate this project.
  25. Call Stack (most recent call first):
  26. CMakeLists.txt:38 (PROJECT)
  27.  
  28.  
  29. -- Configuring incomplete, errors occurred!
  30. See also "/home/zifloria/zifloria-extra-0/orxonox/trunk/build/CMakeFiles/CMakeOutput.log".
  31. See also "/home/zifloria/zifloria-extra-0/orxonox/trunk/build/CMakeFiles/CMakeError.log".
  32.  
  33.  
  34.  
  35.  
  36. ########################################################################################
  37. ########################################################################################
  38. ########################################################################################
  39.  
  40.  
  41.  
  42.  
  43.  
  44. zifloria@tardis-b22:~/zifloria-extra-0/orxonox/trunk/build$ cat CMakeFiles/CMakeOutput.log
  45. The system is: Linux - 3.16.0-4-amd64 - x86_64
  46. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  47. Compiler: /usr/bin/cc
  48. Build flags:
  49. Id flags:
  50.  
  51. The output was:
  52. 0
  53.  
  54.  
  55. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
  56.  
  57. The C compiler identification is GNU, found in "/home/zifloria/zifloria-extra-0/orxonox/trunk/build/CMakeFiles/3.0.2/CompilerIdC/a.out"
  58.  
  59. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  60. Compiler: /usr/bin/c++
  61. Build flags:
  62. Id flags:
  63.  
  64. The output was:
  65. 0
  66.  
  67.  
  68. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
  69.  
  70. The CXX compiler identification is GNU, found in "/home/zifloria/zifloria-extra-0/orxonox/trunk/build/CMakeFiles/3.0.2/CompilerIdCXX/a.out"
  71.  
  72. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  73. Compiler: /usr/bin/cc
  74. Build flags:
  75. Id flags:
  76.  
  77. The output was:
  78. 0
  79.  
  80.  
  81. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
  82.  
  83. The C compiler identification is GNU, found in "/home/zifloria/zifloria-extra-0/orxonox/trunk/build/CMakeFiles/3.0.2/CompilerIdC/a.out"
  84.  
  85. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  86. Compiler: /usr/bin/c++
  87. Build flags:
  88. Id flags:
  89.  
  90. The output was:
  91. 0
  92.  
  93.  
  94. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
  95.  
  96. The CXX compiler identification is GNU, found in "/home/zifloria/zifloria-extra-0/orxonox/trunk/build/CMakeFiles/3.0.2/CompilerIdCXX/a.out"
  97.  
  98. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  99. Compiler: /usr/bin/cc
  100. Build flags:
  101. Id flags:
  102.  
  103. The output was:
  104. 0
  105.  
  106.  
  107. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
  108.  
  109. The C compiler identification is GNU, found in "/home/zifloria/zifloria-extra-0/orxonox/trunk/build/CMakeFiles/3.0.2/CompilerIdC/a.out"
  110.  
  111. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  112. Compiler: /usr/bin/c++
  113. Build flags:
  114. Id flags:
  115.  
  116. The output was:
  117. 0
  118.  
  119.  
  120. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
  121.  
  122. The CXX compiler identification is GNU, found in "/home/zifloria/zifloria-extra-0/orxonox/trunk/build/CMakeFiles/3.0.2/CompilerIdCXX/a.out"
  123.  
  124.  
  125. ########################################################################################
  126. ########################################################################################
  127. ########################################################################################
  128.  
  129.  
  130.  
  131. zifloria@tardis-b22:~/zifloria-extra-0/orxonox/trunk/build$ cat CMakeFiles/CMakeError.log
  132. Determining if the C compiler works failed with the following output:
  133. Change Dir: /home/zifloria/zifloria-extra-0/orxonox/trunk/build/CMakeFiles/CMakeTmp
  134.  
  135. Run Build Command:"/usr/sepp/bin/gmake" "cmTryCompileExec3113416712/fast"
  136. gmake: error while loading shared libraries: libguile.so.17: cannot open shared object file: No such file or directory
  137.  
  138.  
  139. Determining if the C compiler works failed with the following output:
  140. Change Dir: /home/zifloria/zifloria-extra-0/orxonox/trunk/build/CMakeFiles/CMakeTmp
  141.  
  142. Run Build Command:"/usr/sepp/bin/gmake" "cmTryCompileExec1106144489/fast"
  143. gmake: error while loading shared libraries: libguile.so.17: cannot open shared object file: No such file or directory
  144.  
  145.  
  146. Determining if the C compiler works failed with the following output:
  147. Change Dir: /home/zifloria/zifloria-extra-0/orxonox/trunk/build/CMakeFiles/CMakeTmp
  148.  
  149. Run Build Command:"/usr/sepp/bin/gmake" "cmTryCompileExec3167229078/fast"
  150. gmake: error while loading shared libraries: libguile.so.17: cannot open shared object file: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement