Advertisement
Guest User

Untitled

a guest
Mar 5th, 2017
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. -- The C compiler identification is unknown
  2. -- The CXX compiler identification is unknown
  3. -- The ASM compiler identification is unknown
  4. -- Found assembler: /usr/bin/clang
  5. -- Check for working C compiler: /usr/bin/clang
  6. -- Check for working C compiler: /usr/bin/clang -- broken
  7. CMake Error at /usr/share/cmake-3.7/Modules/CMakeTestCCompiler.cmake:51 (message):
  8. The C compiler "/usr/bin/clang" is not able to compile a simple test
  9. program.
  10.  
  11. It fails with the following output:
  12.  
  13. Change Dir: /var/makepkg/libc++/src/build/CMakeFiles/CMakeTmp
  14.  
  15.  
  16.  
  17. Run Build Command:"/usr/bin/make" "cmTC_46112/fast"
  18.  
  19. /usr/bin/make -f CMakeFiles/cmTC_46112.dir/build.make
  20. CMakeFiles/cmTC_46112.dir/build
  21.  
  22. make[1]: Entering directory
  23. '/var/makepkg/libc++/src/build/CMakeFiles/CMakeTmp'
  24.  
  25. Building C object CMakeFiles/cmTC_46112.dir/testCCompiler.c.o
  26.  
  27. /usr/bin/clang -march=x86-64 -mtune=generic -O2 -pipe
  28. -fstack-protector-strong -g -fvar-tracking-assignments -o
  29. CMakeFiles/cmTC_46112.dir/testCCompiler.c.o -c
  30. /var/makepkg/libc++/src/build/CMakeFiles/CMakeTmp/testCCompiler.c
  31.  
  32. clang-3.9: error: unknown argument: '-fvar-tracking-assignments'
  33.  
  34. make[1]: *** [CMakeFiles/cmTC_46112.dir/build.make:66:
  35. CMakeFiles/cmTC_46112.dir/testCCompiler.c.o] Error 1
  36.  
  37. make[1]: Leaving directory
  38. '/var/makepkg/libc++/src/build/CMakeFiles/CMakeTmp'
  39.  
  40. make: *** [Makefile:126: cmTC_46112/fast] Error 2
  41.  
  42.  
  43.  
  44.  
  45.  
  46. CMake will not be able to correctly generate this project.
  47. Call Stack (most recent call first):
  48. CMakeLists.txt:48 (project)
  49.  
  50.  
  51. -- Configuring incomplete, errors occurred!
  52. See also "/var/makepkg/libc++/src/build/CMakeFiles/CMakeOutput.log".
  53. See also "/var/makepkg/libc++/src/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement