Advertisement
Guest User

CMakeError.log

a guest
Dec 18th, 2013
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.38 KB | None | 0 0
  1. Determining if the pthread_create exist failed with the following output:
  2. Change Dir: /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:/usr/bin/make "cmTryCompileExec3142558521/fast"
  5. /usr/bin/make -f CMakeFiles/cmTryCompileExec3142558521.dir/build.make CMakeFiles/cmTryCompileExec3142558521.dir/build
  6. make[1]: Entering directory '/home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp'
  7. /usr/bin/cmake -E cmake_progress_report /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CMakeFiles 1
  8. Building C object CMakeFiles/cmTryCompileExec3142558521.dir/CheckSymbolExists.c.o
  9. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -o CMakeFiles/cmTryCompileExec3142558521.dir/CheckSymbolExists.c.o -c /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  10. Linking C executable cmTryCompileExec3142558521
  11. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3142558521.dir/link.txt --verbose=1
  12. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTryCompileExec3142558521.dir/CheckSymbolExists.c.o -o cmTryCompileExec3142558521 -rdynamic
  13. CMakeFiles/cmTryCompileExec3142558521.dir/CheckSymbolExists.c.o: In function `main':
  14. CheckSymbolExists.c:(.text.startup+0x6): undefined reference to `pthread_create'
  15. collect2: error: ld returned 1 exit status
  16. CMakeFiles/cmTryCompileExec3142558521.dir/build.make:91: recipe for target 'cmTryCompileExec3142558521' failed
  17. make[1]: Leaving directory '/home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp'
  18. make[1]: *** [cmTryCompileExec3142558521] Error 1
  19. Makefile:117: recipe for target 'cmTryCompileExec3142558521/fast' failed
  20. make: *** [cmTryCompileExec3142558521/fast] Error 2
  21.  
  22. File /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  23. /* */
  24. #include <pthread.h>
  25.  
  26. int main(int argc, char** argv)
  27. {
  28. (void)argv;
  29. #ifndef pthread_create
  30. return ((int*)(&pthread_create))[argc];
  31. #else
  32. (void)argc;
  33. return 0;
  34. #endif
  35. }
  36.  
  37. Determining if the function pthread_create exists in the pthreads failed with the following output:
  38. Change Dir: /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp
  39.  
  40. Run Build Command:/usr/bin/make "cmTryCompileExec375087837/fast"
  41. /usr/bin/make -f CMakeFiles/cmTryCompileExec375087837.dir/build.make CMakeFiles/cmTryCompileExec375087837.dir/build
  42. make[1]: Entering directory '/home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp'
  43. /usr/bin/cmake -E cmake_progress_report /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CMakeFiles 1
  44. Building C object CMakeFiles/cmTryCompileExec375087837.dir/CheckFunctionExists.c.o
  45. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec375087837.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
  46. Linking C executable cmTryCompileExec375087837
  47. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec375087837.dir/link.txt --verbose=1
  48. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTryCompileExec375087837.dir/CheckFunctionExists.c.o -o cmTryCompileExec375087837 -rdynamic -lpthreads
  49. /usr/bin/ld: cannot find -lpthreads
  50. collect2: error: ld returned 1 exit status
  51. CMakeFiles/cmTryCompileExec375087837.dir/build.make:91: recipe for target 'cmTryCompileExec375087837' failed
  52. make[1]: *** [cmTryCompileExec375087837] Error 1
  53. make[1]: Leaving directory '/home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp'
  54. Makefile:117: recipe for target 'cmTryCompileExec375087837/fast' failed
  55. make: *** [cmTryCompileExec375087837/fast] Error 2
  56.  
  57.  
  58. Determining if the Q_WS_WIN exist failed with the following output:
  59. Change Dir: /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp
  60.  
  61. Run Build Command:/usr/bin/make "cmTryCompileExec1730853250/fast"
  62. /usr/bin/make -f CMakeFiles/cmTryCompileExec1730853250.dir/build.make CMakeFiles/cmTryCompileExec1730853250.dir/build
  63. make[1]: Entering directory '/home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp'
  64. /usr/bin/cmake -E cmake_progress_report /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CMakeFiles 1
  65. Building CXX object CMakeFiles/cmTryCompileExec1730853250.dir/CheckSymbolExists.cxx.o
  66. /usr/bin/c++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec1730853250.dir/CheckSymbolExists.cxx.o -c /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  67. /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  68. /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_WIN’ was not declared in this scope
  69. return ((int*)(&Q_WS_WIN))[argc];
  70. ^
  71. CMakeFiles/cmTryCompileExec1730853250.dir/build.make:60: recipe for target 'CMakeFiles/cmTryCompileExec1730853250.dir/CheckSymbolExists.cxx.o' failed
  72. make[1]: *** [CMakeFiles/cmTryCompileExec1730853250.dir/CheckSymbolExists.cxx.o] Error 1
  73. make[1]: Leaving directory '/home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp'
  74. Makefile:117: recipe for target 'cmTryCompileExec1730853250/fast' failed
  75. make: *** [cmTryCompileExec1730853250/fast] Error 2
  76.  
  77. File /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  78. /* */
  79. #include <QtCore/qglobal.h>
  80.  
  81. int main(int argc, char** argv)
  82. {
  83. (void)argv;
  84. #ifndef Q_WS_WIN
  85. return ((int*)(&Q_WS_WIN))[argc];
  86. #else
  87. (void)argc;
  88. return 0;
  89. #endif
  90. }
  91.  
  92. Determining if the Q_WS_QWS exist failed with the following output:
  93. Change Dir: /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp
  94.  
  95. Run Build Command:/usr/bin/make "cmTryCompileExec1210467840/fast"
  96. /usr/bin/make -f CMakeFiles/cmTryCompileExec1210467840.dir/build.make CMakeFiles/cmTryCompileExec1210467840.dir/build
  97. make[1]: Entering directory '/home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp'
  98. /usr/bin/cmake -E cmake_progress_report /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CMakeFiles 1
  99. Building CXX object CMakeFiles/cmTryCompileExec1210467840.dir/CheckSymbolExists.cxx.o
  100. /usr/bin/c++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec1210467840.dir/CheckSymbolExists.cxx.o -c /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  101. /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  102. /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_QWS’ was not declared in this scope
  103. return ((int*)(&Q_WS_QWS))[argc];
  104. ^
  105. CMakeFiles/cmTryCompileExec1210467840.dir/build.make:60: recipe for target 'CMakeFiles/cmTryCompileExec1210467840.dir/CheckSymbolExists.cxx.o' failed
  106. make[1]: *** [CMakeFiles/cmTryCompileExec1210467840.dir/CheckSymbolExists.cxx.o] Error 1
  107. make[1]: Leaving directory '/home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp'
  108. Makefile:117: recipe for target 'cmTryCompileExec1210467840/fast' failed
  109. make: *** [cmTryCompileExec1210467840/fast] Error 2
  110.  
  111. File /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  112. /* */
  113. #include <QtCore/qglobal.h>
  114.  
  115. int main(int argc, char** argv)
  116. {
  117. (void)argv;
  118. #ifndef Q_WS_QWS
  119. return ((int*)(&Q_WS_QWS))[argc];
  120. #else
  121. (void)argc;
  122. return 0;
  123. #endif
  124. }
  125.  
  126. Determining if the Q_WS_MAC exist failed with the following output:
  127. Change Dir: /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp
  128.  
  129. Run Build Command:/usr/bin/make "cmTryCompileExec4111696270/fast"
  130. /usr/bin/make -f CMakeFiles/cmTryCompileExec4111696270.dir/build.make CMakeFiles/cmTryCompileExec4111696270.dir/build
  131. make[1]: Entering directory '/home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp'
  132. /usr/bin/cmake -E cmake_progress_report /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CMakeFiles 1
  133. Building CXX object CMakeFiles/cmTryCompileExec4111696270.dir/CheckSymbolExists.cxx.o
  134. /usr/bin/c++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec4111696270.dir/CheckSymbolExists.cxx.o -c /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  135. /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  136. /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_MAC’ was not declared in this scope
  137. return ((int*)(&Q_WS_MAC))[argc];
  138. ^
  139. CMakeFiles/cmTryCompileExec4111696270.dir/build.make:60: recipe for target 'CMakeFiles/cmTryCompileExec4111696270.dir/CheckSymbolExists.cxx.o' failed
  140. make[1]: *** [CMakeFiles/cmTryCompileExec4111696270.dir/CheckSymbolExists.cxx.o] Error 1
  141. make[1]: Leaving directory '/home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp'
  142. Makefile:117: recipe for target 'cmTryCompileExec4111696270/fast' failed
  143. make: *** [cmTryCompileExec4111696270/fast] Error 2
  144.  
  145. File /home/otto/Downloads/qutecom-hg/src/qutecom-3.0-build/qutecom/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  146. /* */
  147. #include <QtCore/qglobal.h>
  148.  
  149. int main(int argc, char** argv)
  150. {
  151. (void)argv;
  152. #ifndef Q_WS_MAC
  153. return ((int*)(&Q_WS_MAC))[argc];
  154. #else
  155. (void)argc;
  156. return 0;
  157. #endif
  158. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement