Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.06 KB | None | 0 0
  1. Performing C++ SOURCE FILE Test COMPLEX_TAGLIB_FILENAME failed with the following output:
  2. Change Dir: /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:"/usr/bin/make" "cmTryCompileExec546404323/fast"
  5. /usr/bin/make -f CMakeFiles/cmTryCompileExec546404323.dir/build.make CMakeFiles/cmTryCompileExec546404323.dir/build
  6. make[1]: Entering directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
  7. /usr/bin/cmake -E cmake_progress_report /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CMakeFiles 1
  8. Building CXX object CMakeFiles/cmTryCompileExec546404323.dir/src.cxx.o
  9. /usr/lib/ccache/c++ -DCOMPLEX_TAGLIB_FILENAME -I/usr/include/taglib -I/usr/include/taglib -o CMakeFiles/cmTryCompileExec546404323.dir/src.cxx.o -c /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/src.cxx
  10. /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
  11. /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/src.cxx:5:38: error: cannot convert ‘const wchar_t*’ to ‘TagLib::FileName {aka const char*}’ in initialization
  12. TagLib::FileName fileName2(L"wchar");
  13. ^
  14. CMakeFiles/cmTryCompileExec546404323.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec546404323.dir/src.cxx.o' failed
  15. make[1]: Leaving directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
  16. make[1]: *** [CMakeFiles/cmTryCompileExec546404323.dir/src.cxx.o] Error 1
  17. Makefile:118: recipe for target 'cmTryCompileExec546404323/fast' failed
  18. make: *** [cmTryCompileExec546404323/fast] Error 2
  19.  
  20. Source file was:
  21. #include <tfile.h>
  22. int main()
  23. {
  24. TagLib::FileName fileName1("char");
  25. TagLib::FileName fileName2(L"wchar");
  26. return 0;
  27. }
  28. Determining if the Q_WS_WIN exist failed with the following output:
  29. Change Dir: /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp
  30.  
  31. Run Build Command:"/usr/bin/make" "cmTryCompileExec2544969620/fast"
  32. /usr/bin/make -f CMakeFiles/cmTryCompileExec2544969620.dir/build.make CMakeFiles/cmTryCompileExec2544969620.dir/build
  33. make[1]: Entering directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
  34. /usr/bin/cmake -E cmake_progress_report /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CMakeFiles 1
  35. Building CXX object CMakeFiles/cmTryCompileExec2544969620.dir/CheckSymbolExists.cxx.o
  36. /usr/lib/ccache/c++ -fmessage-length=0 -Wl,--as-needed -I/usr/include/taglib -I/usr/include/taglib -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec2544969620.dir/CheckSymbolExists.cxx.o -c /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  37. /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  38. /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_WIN’ was not declared in this scope
  39. return ((int*)(&Q_WS_WIN))[argc];
  40. ^
  41. CMakeFiles/cmTryCompileExec2544969620.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec2544969620.dir/CheckSymbolExists.cxx.o' failed
  42. make[1]: Leaving directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
  43. make[1]: *** [CMakeFiles/cmTryCompileExec2544969620.dir/CheckSymbolExists.cxx.o] Error 1
  44. Makefile:118: recipe for target 'cmTryCompileExec2544969620/fast' failed
  45. make: *** [cmTryCompileExec2544969620/fast] Error 2
  46.  
  47. File /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  48. /* */
  49. #include <QtCore/qglobal.h>
  50.  
  51. int main(int argc, char** argv)
  52. {
  53. (void)argv;
  54. #ifndef Q_WS_WIN
  55. return ((int*)(&Q_WS_WIN))[argc];
  56. #else
  57. (void)argc;
  58. return 0;
  59. #endif
  60. }
  61.  
  62. Determining if the Q_WS_QWS exist failed with the following output:
  63. Change Dir: /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp
  64.  
  65. Run Build Command:"/usr/bin/make" "cmTryCompileExec1158015032/fast"
  66. /usr/bin/make -f CMakeFiles/cmTryCompileExec1158015032.dir/build.make CMakeFiles/cmTryCompileExec1158015032.dir/build
  67. make[1]: Entering directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
  68. /usr/bin/cmake -E cmake_progress_report /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CMakeFiles 1
  69. Building CXX object CMakeFiles/cmTryCompileExec1158015032.dir/CheckSymbolExists.cxx.o
  70. /usr/lib/ccache/c++ -fmessage-length=0 -Wl,--as-needed -I/usr/include/taglib -I/usr/include/taglib -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec1158015032.dir/CheckSymbolExists.cxx.o -c /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  71. /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  72. /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_QWS’ was not declared in this scope
  73. return ((int*)(&Q_WS_QWS))[argc];
  74. ^
  75. CMakeFiles/cmTryCompileExec1158015032.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec1158015032.dir/CheckSymbolExists.cxx.o' failed
  76. make[1]: *** [CMakeFiles/cmTryCompileExec1158015032.dir/CheckSymbolExists.cxx.o] Error 1
  77. make[1]: Leaving directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
  78. Makefile:118: recipe for target 'cmTryCompileExec1158015032/fast' failed
  79. make: *** [cmTryCompileExec1158015032/fast] Error 2
  80.  
  81. File /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  82. /* */
  83. #include <QtCore/qglobal.h>
  84.  
  85. int main(int argc, char** argv)
  86. {
  87. (void)argv;
  88. #ifndef Q_WS_QWS
  89. return ((int*)(&Q_WS_QWS))[argc];
  90. #else
  91. (void)argc;
  92. return 0;
  93. #endif
  94. }
  95.  
  96. Determining if the Q_WS_MAC exist failed with the following output:
  97. Change Dir: /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp
  98.  
  99. Run Build Command:"/usr/bin/make" "cmTryCompileExec3274469840/fast"
  100. /usr/bin/make -f CMakeFiles/cmTryCompileExec3274469840.dir/build.make CMakeFiles/cmTryCompileExec3274469840.dir/build
  101. make[1]: Entering directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
  102. /usr/bin/cmake -E cmake_progress_report /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CMakeFiles 1
  103. Building CXX object CMakeFiles/cmTryCompileExec3274469840.dir/CheckSymbolExists.cxx.o
  104. /usr/lib/ccache/c++ -fmessage-length=0 -Wl,--as-needed -I/usr/include/taglib -I/usr/include/taglib -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec3274469840.dir/CheckSymbolExists.cxx.o -c /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  105. /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  106. /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_MAC’ was not declared in this scope
  107. return ((int*)(&Q_WS_MAC))[argc];
  108. ^
  109. CMakeFiles/cmTryCompileExec3274469840.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec3274469840.dir/CheckSymbolExists.cxx.o' failed
  110. make[1]: Leaving directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
  111. make[1]: *** [CMakeFiles/cmTryCompileExec3274469840.dir/CheckSymbolExists.cxx.o] Error 1
  112. Makefile:118: recipe for target 'cmTryCompileExec3274469840/fast' failed
  113. make: *** [cmTryCompileExec3274469840/fast] Error 2
  114.  
  115. File /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  116. /* */
  117. #include <QtCore/qglobal.h>
  118.  
  119. int main(int argc, char** argv)
  120. {
  121. (void)argv;
  122. #ifndef Q_WS_MAC
  123. return ((int*)(&Q_WS_MAC))[argc];
  124. #else
  125. (void)argc;
  126. return 0;
  127. #endif
  128. }
  129.  
  130. Determining if the pthread_create exist failed with the following output:
  131. Change Dir: /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp
  132.  
  133. Run Build Command:"/usr/bin/make" "cmTryCompileExec601353885/fast"
  134. /usr/bin/make -f CMakeFiles/cmTryCompileExec601353885.dir/build.make CMakeFiles/cmTryCompileExec601353885.dir/build
  135. make[1]: Entering directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
  136. /usr/bin/cmake -E cmake_progress_report /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CMakeFiles 1
  137. Building C object CMakeFiles/cmTryCompileExec601353885.dir/CheckSymbolExists.c.o
  138. /usr/lib/ccache/cc -fmessage-length=0 -I/usr/include/taglib -I/usr/include/taglib -o CMakeFiles/cmTryCompileExec601353885.dir/CheckSymbolExists.c.o -c /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  139. Linking C executable cmTryCompileExec601353885
  140. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec601353885.dir/link.txt --verbose=1
  141. /usr/lib/ccache/cc -fmessage-length=0 -I/usr/include/taglib CMakeFiles/cmTryCompileExec601353885.dir/CheckSymbolExists.c.o -o cmTryCompileExec601353885 -rdynamic -L/usr/lib/x86_64-linux-gnu -ltag
  142. CMakeFiles/cmTryCompileExec601353885.dir/CheckSymbolExists.c.o: In function `main':
  143. CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
  144. collect2: error: ld returned 1 exit status
  145. CMakeFiles/cmTryCompileExec601353885.dir/build.make:88: recipe for target 'cmTryCompileExec601353885' failed
  146. make[1]: Leaving directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
  147. make[1]: *** [cmTryCompileExec601353885] Error 1
  148. Makefile:118: recipe for target 'cmTryCompileExec601353885/fast' failed
  149. make: *** [cmTryCompileExec601353885/fast] Error 2
  150.  
  151. File /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  152. /* */
  153. #include <pthread.h>
  154.  
  155. int main(int argc, char** argv)
  156. {
  157. (void)argv;
  158. #ifndef pthread_create
  159. return ((int*)(&pthread_create))[argc];
  160. #else
  161. (void)argc;
  162. return 0;
  163. #endif
  164. }
  165.  
  166. Determining if the function pthread_create exists in the pthreads failed with the following output:
  167. Change Dir: /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp
  168.  
  169. Run Build Command:"/usr/bin/make" "cmTryCompileExec3592232913/fast"
  170. /usr/bin/make -f CMakeFiles/cmTryCompileExec3592232913.dir/build.make CMakeFiles/cmTryCompileExec3592232913.dir/build
  171. make[1]: Entering directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
  172. /usr/bin/cmake -E cmake_progress_report /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CMakeFiles 1
  173. Building C object CMakeFiles/cmTryCompileExec3592232913.dir/CheckFunctionExists.c.o
  174. /usr/lib/ccache/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=pthread_create -I/usr/include/taglib -o CMakeFiles/cmTryCompileExec3592232913.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  175. Linking C executable cmTryCompileExec3592232913
  176. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3592232913.dir/link.txt --verbose=1
  177. /usr/lib/ccache/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=pthread_create -I/usr/include/taglib CMakeFiles/cmTryCompileExec3592232913.dir/CheckFunctionExists.c.o -o cmTryCompileExec3592232913 -rdynamic -lpthreads -L/usr/lib/x86_64-linux-gnu -ltag
  178. /usr/bin/ld: cannot find -lpthreads
  179. collect2: error: ld returned 1 exit status
  180. CMakeFiles/cmTryCompileExec3592232913.dir/build.make:88: recipe for target 'cmTryCompileExec3592232913' failed
  181. make[1]: Leaving directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
  182. make[1]: *** [cmTryCompileExec3592232913] Error 1
  183. Makefile:118: recipe for target 'cmTryCompileExec3592232913/fast' failed
  184. make: *** [cmTryCompileExec3592232913/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement