Guest User

Untitled

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