Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. mangos@h2586802:~/server/build$ cmake ../ -DCMAKE_INSTALL_PREFIX=/home/mangos/zero -DBUILDTOOLS=1 -DSCRIPT_LIB_SD2=1 -DSCRIPT_LIB_ELUNA=1 -DSOAP=1
  2. -- The C compiler identification is unknown
  3. -- The CXX compiler identification is unknown
  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-2.8/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/mangos/server/build/CMakeFiles/CMakeTmp
  12.  
  13.  
  14.  
  15. Run Build Command:/usr/bin/make "cmTryCompileExec3212686486/fast"
  16.  
  17. /usr/bin/make -f CMakeFiles/cmTryCompileExec3212686486.dir/build.make
  18. CMakeFiles/cmTryCompileExec3212686486.dir/build
  19.  
  20. make[1]: Entering directory `/home/mangos/server/build/CMakeFiles/CMakeTmp'
  21.  
  22. /usr/bin/cmake -E cmake_progress_report
  23. /home/mangos/server/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  24.  
  25. Building C object
  26. CMakeFiles/cmTryCompileExec3212686486.dir/testCCompiler.c.o
  27.  
  28. /usr/bin/cc -o CMakeFiles/cmTryCompileExec3212686486.dir/testCCompiler.c.o
  29. -c /home/mangos/server/build/CMakeFiles/CMakeTmp/testCCompiler.c
  30.  
  31. cc: internal compiler error: Bus error (program as)
  32.  
  33. Please submit a full bug report,
  34.  
  35. with preprocessed source if appropriate.
  36.  
  37. make[1]: Leaving directory `/home/mangos/server/build/CMakeFiles/CMakeTmp'
  38.  
  39. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
  40.  
  41. make[1]: *** [CMakeFiles/cmTryCompileExec3212686486.dir/testCCompiler.c.o]
  42. Error 4
  43.  
  44. make: *** [cmTryCompileExec3212686486/fast] Error 2
  45.  
  46.  
  47.  
  48.  
  49.  
  50. CMake will not be able to correctly generate this project.
  51. Call Stack (most recent call first):
  52. CMakeLists.txt:27 (project)
  53.  
  54.  
  55. -- Configuring incomplete, errors occurred!
  56. See also "/home/mangos/server/build/CMakeFiles/CMakeOutput.log".
  57. See also "/home/mangos/server/build/CMakeFiles/CMakeError.log".
  58. mangos@h2586802:~/server/build$
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Error Log:
  66.  
  67. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  68. Compiler: /usr/bin/cc
  69. Build flags:
  70. Id flags:
  71.  
  72. The output was:
  73. 4
  74. cc: internal compiler error: Bus error (program as)
  75. Please submit a full bug report,
  76. with preprocessed source if appropriate.
  77. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
  78.  
  79.  
  80. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  81. Compiler: /usr/bin/cc
  82. Build flags:
  83. Id flags: -c
  84.  
  85. The output was:
  86. 4
  87. cc: internal compiler error: Bus error (program as)
  88. Please submit a full bug report,
  89. with preprocessed source if appropriate.
  90. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
  91.  
  92.  
  93. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  94. Compiler: /usr/bin/cc
  95. Build flags:
  96. Id flags: -Aa
  97.  
  98. The output was:
  99. 1
  100. <command-line>:0:1: error: missing '(' after predicate
  101.  
  102.  
  103. Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
  104. cc: fatal error: no input files
  105. compilation terminated.
  106. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  107. Compiler: /usr/bin/c++
  108. Build flags:
  109. Id flags:
  110.  
  111. The output was:
  112. 4
  113. c++: internal compiler error: Bus error (program as)
  114. Please submit a full bug report,
  115. with preprocessed source if appropriate.
  116. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
  117.  
  118.  
  119. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  120. Compiler: /usr/bin/c++
  121. Build flags:
  122. Id flags: -c
  123.  
  124. The output was:
  125. 4
  126. c++: internal compiler error: Bus error (program as)
  127. Please submit a full bug report,
  128. with preprocessed source if appropriate.
  129. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
  130.  
  131.  
  132. Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
  133. c++: fatal error: no input files
  134. compilation terminated.
  135. Determining if the C compiler works failed with the following output:
  136. Change Dir: /home/mangos/server/build/CMakeFiles/CMakeTmp
  137.  
  138. Run Build Command:/usr/bin/make "cmTryCompileExec1372393829/fast"
  139. /usr/bin/make -f CMakeFiles/cmTryCompileExec1372393829.dir/build.make CMakeFiles/cmTryCompileExec1372393829.dir/build
  140. make[1]: Entering directory `/home/mangos/server/build/CMakeFiles/CMakeTmp'
  141. /usr/bin/cmake -E cmake_progress_report /home/mangos/server/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  142. Building C object CMakeFiles/cmTryCompileExec1372393829.dir/testCCompiler.c.o
  143. /usr/bin/cc -o CMakeFiles/cmTryCompileExec1372393829.dir/testCCompiler.c.o -c /home/mangos/server/build/CMakeFiles/CMakeTmp/testCCompiler.c
  144. cc: internal compiler error: Bus error (program as)
  145. Please submit a full bug report,
  146. with preprocessed source if appropriate.
  147. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
  148. make[1]: Leaving directory `/home/mangos/server/build/CMakeFiles/CMakeTmp'
  149. make[1]: *** [CMakeFiles/cmTryCompileExec1372393829.dir/testCCompiler.c.o] Error 4
  150. make: *** [cmTryCompileExec1372393829/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement