Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. ==> Starting build()...
  2. if test ! -d build.release; then mkdir build.release; fi; \
  3. cd build.release; \
  4. export PATH=/usr/lib/distcc/bin:/usr/lib/ccache/bin/:/usr/lib/ccache/bin/:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-sdk/platform-tools:/opt/android-sdk/tools:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl; \
  5. cmake -DCMAKE_BUILD_TYPE=RELEASE \
  6. -DCMAKE_INSTALL_PREFIX="/usr" \
  7. -DMSCORE_INSTALL_SUFFIX="""" \
  8. -DMUSESCORE_LABEL="""" \
  9. -DBUILD_LAME=""ON"" \
  10. -DCMAKE_SKIP_RPATH=""FALSE"" ..; \
  11. make lrelease; \
  12. make manpages; \
  13. make mscore_alias; \
  14. make -j `grep -c processor /proc/cpuinfo`; \
  15.  
  16. -- The C compiler identification is unknown
  17. -- The CXX compiler identification is unknown
  18. -- Check for working C compiler: /usr/bin/ccache
  19. -- Check for working C compiler: /usr/bin/ccache -- broken
  20. CMake Error at /usr/share/cmake-3.4/Modules/CMakeTestCCompiler.cmake:61 (message):
  21. The C compiler "/usr/bin/ccache" is not able to compile a simple test
  22. program.
  23.  
  24. It fails with the following output:
  25.  
  26. Change Dir: /1tb/yaourt-tmp-e/aur-musescore-git/src/MuseScore/build.release/CMakeFiles/CMakeTmp
  27.  
  28.  
  29.  
  30. Run Build Command:"/usr/bin/make" "cmTC_4479c/fast"
  31.  
  32. make[1]: Entering directory
  33. '/1tb/yaourt-tmp-e/aur-musescore-git/src/MuseScore/build.release/CMakeFiles/CMakeTmp'
  34.  
  35.  
  36. /usr/bin/make -f CMakeFiles/cmTC_4479c.dir/build.make
  37. CMakeFiles/cmTC_4479c.dir/build
  38.  
  39. make[2]: Entering directory
  40. '/1tb/yaourt-tmp-e/aur-musescore-git/src/MuseScore/build.release/CMakeFiles/CMakeTmp'
  41.  
  42.  
  43. Building C object CMakeFiles/cmTC_4479c.dir/testCCompiler.c.o
  44.  
  45. /usr/bin/ccache cc -march=x86-64 -mtune=generic -O2 -pipe
  46. -fstack-protector-strong --param=ssp-buffer-size=4 -o
  47. CMakeFiles/cmTC_4479c.dir/testCCompiler.c.o -c
  48. /1tb/yaourt-tmp-e/aur-musescore-git/src/MuseScore/build.release/CMakeFiles/CMakeTmp/testCCompiler.c
  49.  
  50.  
  51. distcc[16335] ERROR: compile (null) on localhost failed with exit code 111
  52.  
  53. distcc[16334] (dcc_build_somewhere) Warning: failed to distribute, running
  54. locally instead
  55.  
  56. distcc[16343] (main) CRITICAL! distcc seems to have invoked itself
  57. recursively!
  58.  
  59. distcc[16337] ERROR: compile (null) on localhost failed with exit code 111
  60.  
  61. distcc[16334] ERROR: compile
  62. /1tb/yaourt-tmp-e/aur-musescore-git/src/MuseScore/build.release/CMakeFiles/CMakeTmp/testCCompiler.c
  63. on localhost failed with exit code 111
  64.  
  65. CMakeFiles/cmTC_4479c.dir/build.make:65: recipe for target
  66. 'CMakeFiles/cmTC_4479c.dir/testCCompiler.c.o' failed
  67.  
  68. make[2]: Leaving directory
  69. '/1tb/yaourt-tmp-e/aur-musescore-git/src/MuseScore/build.release/CMakeFiles/CMakeTmp'
  70.  
  71.  
  72. make[2]: *** [CMakeFiles/cmTC_4479c.dir/testCCompiler.c.o] Error 111
  73.  
  74. Makefile:126: recipe for target 'cmTC_4479c/fast' failed
  75.  
  76. make[1]: Leaving directory
  77. '/1tb/yaourt-tmp-e/aur-musescore-git/src/MuseScore/build.release/CMakeFiles/CMakeTmp'
  78.  
  79.  
  80. make[1]: *** [cmTC_4479c/fast] Error 2
  81.  
  82.  
  83.  
  84.  
  85.  
  86. CMake will not be able to correctly generate this project.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement