Advertisement
Guest User

CMakeError.log emerging kdelibs-9999 Gentoo amd64

a guest
Jun 12th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.72 KB | None | 0 0
  1. Determining if the Q_WS_WIN exist failed with the following output:
  2. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:/usr/bin/gmake "cmTryCompileExec1306643321/fast"
  5. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1306643321.dir/build.make CMakeFiles/cmTryCompileExec1306643321.dir/build
  6. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  7. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  8. Building C object CMakeFiles/cmTryCompileExec1306643321.dir/CheckSymbolExists.c.o
  9. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec1306643321.dir/CheckSymbolExists.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  10. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
  11. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'Q_WS_WIN' undeclared (first use in this function)
  12. return ((int*)(&Q_WS_WIN))[argc];
  13. ^
  14. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
  15. gmake[1]: *** [CMakeFiles/cmTryCompileExec1306643321.dir/CheckSymbolExists.c.o] Error 1
  16. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  17. gmake: *** [cmTryCompileExec1306643321/fast] Error 2
  18.  
  19. File /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  20. /* */
  21. #include <QtCore/qglobal.h>
  22.  
  23. int main(int argc, char** argv)
  24. {
  25. (void)argv;
  26. #ifndef Q_WS_WIN
  27. return ((int*)(&Q_WS_WIN))[argc];
  28. #else
  29. (void)argc;
  30. return 0;
  31. #endif
  32. }
  33.  
  34. Determining if the Q_WS_QWS exist failed with the following output:
  35. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  36.  
  37. Run Build Command:/usr/bin/gmake "cmTryCompileExec3886644262/fast"
  38. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec3886644262.dir/build.make CMakeFiles/cmTryCompileExec3886644262.dir/build
  39. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  40. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  41. Building C object CMakeFiles/cmTryCompileExec3886644262.dir/CheckSymbolExists.c.o
  42. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec3886644262.dir/CheckSymbolExists.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  43. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
  44. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'Q_WS_QWS' undeclared (first use in this function)
  45. return ((int*)(&Q_WS_QWS))[argc];
  46. ^
  47. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
  48. gmake[1]: *** [CMakeFiles/cmTryCompileExec3886644262.dir/CheckSymbolExists.c.o] Error 1
  49. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  50. gmake: *** [cmTryCompileExec3886644262/fast] Error 2
  51.  
  52. File /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  53. /* */
  54. #include <QtCore/qglobal.h>
  55.  
  56. int main(int argc, char** argv)
  57. {
  58. (void)argv;
  59. #ifndef Q_WS_QWS
  60. return ((int*)(&Q_WS_QWS))[argc];
  61. #else
  62. (void)argc;
  63. return 0;
  64. #endif
  65. }
  66.  
  67. Determining if the Q_WS_MAC exist failed with the following output:
  68. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  69.  
  70. Run Build Command:/usr/bin/gmake "cmTryCompileExec2397963724/fast"
  71. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2397963724.dir/build.make CMakeFiles/cmTryCompileExec2397963724.dir/build
  72. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  73. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  74. Building C object CMakeFiles/cmTryCompileExec2397963724.dir/CheckSymbolExists.c.o
  75. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec2397963724.dir/CheckSymbolExists.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  76. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
  77. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'Q_WS_MAC' undeclared (first use in this function)
  78. return ((int*)(&Q_WS_MAC))[argc];
  79. ^
  80. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
  81. gmake[1]: *** [CMakeFiles/cmTryCompileExec2397963724.dir/CheckSymbolExists.c.o] Error 1
  82. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  83. gmake: *** [cmTryCompileExec2397963724/fast] Error 2
  84.  
  85. File /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  86. /* */
  87. #include <QtCore/qglobal.h>
  88.  
  89. int main(int argc, char** argv)
  90. {
  91. (void)argv;
  92. #ifndef Q_WS_MAC
  93. return ((int*)(&Q_WS_MAC))[argc];
  94. #else
  95. (void)argc;
  96. return 0;
  97. #endif
  98. }
  99.  
  100. Determining if files crt_externs.h exist failed with the following output:
  101. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  102.  
  103. Run Build Command:/usr/bin/gmake "cmTryCompileExec3317303753/fast"
  104. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec3317303753.dir/build.make CMakeFiles/cmTryCompileExec3317303753.dir/build
  105. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  106. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  107. Building C object CMakeFiles/cmTryCompileExec3317303753.dir/CheckIncludeFiles.c.o
  108. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec3317303753.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  109. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:25: fatal error: crt_externs.h: No such file or directory
  110. #include <crt_externs.h>
  111. ^
  112. compilation terminated.
  113. gmake[1]: *** [CMakeFiles/cmTryCompileExec3317303753.dir/CheckIncludeFiles.c.o] Error 1
  114. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  115. gmake: *** [cmTryCompileExec3317303753/fast] Error 2
  116.  
  117. Source:
  118. /* */
  119. #include <crt_externs.h>
  120.  
  121.  
  122. int main(){return 0;}
  123.  
  124. Determining if files sysent.h exist failed with the following output:
  125. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  126.  
  127. Run Build Command:/usr/bin/gmake "cmTryCompileExec891316181/fast"
  128. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec891316181.dir/build.make CMakeFiles/cmTryCompileExec891316181.dir/build
  129. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  130. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  131. Building C object CMakeFiles/cmTryCompileExec891316181.dir/CheckIncludeFiles.c.o
  132. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec891316181.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  133. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: fatal error: sysent.h: No such file or directory
  134. #include <sysent.h>
  135. ^
  136. compilation terminated.
  137. gmake[1]: *** [CMakeFiles/cmTryCompileExec891316181.dir/CheckIncludeFiles.c.o] Error 1
  138. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  139. gmake: *** [cmTryCompileExec891316181/fast] Error 2
  140.  
  141. Source:
  142. /* */
  143. #include <sysent.h>
  144.  
  145.  
  146. int main(){return 0;}
  147.  
  148. Determining if files sys/ucred.h exist failed with the following output:
  149. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  150.  
  151. Run Build Command:/usr/bin/gmake "cmTryCompileExec1583775679/fast"
  152. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1583775679.dir/build.make CMakeFiles/cmTryCompileExec1583775679.dir/build
  153. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  154. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  155. Building C object CMakeFiles/cmTryCompileExec1583775679.dir/CheckIncludeFiles.c.o
  156. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec1583775679.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  157. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/ucred.h: No such file or directory
  158. #include <sys/ucred.h>
  159. ^
  160. compilation terminated.
  161. gmake[1]: *** [CMakeFiles/cmTryCompileExec1583775679.dir/CheckIncludeFiles.c.o] Error 1
  162. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  163. gmake: *** [cmTryCompileExec1583775679/fast] Error 2
  164.  
  165. Source:
  166. /* */
  167. #include <sys/ucred.h>
  168.  
  169.  
  170. int main(){return 0;}
  171.  
  172. Determining if files stdio.h;sys/mnttab.h exist failed with the following output:
  173. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  174.  
  175. Run Build Command:/usr/bin/gmake "cmTryCompileExec1792180882/fast"
  176. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1792180882.dir/build.make CMakeFiles/cmTryCompileExec1792180882.dir/build
  177. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  178. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  179. Building C object CMakeFiles/cmTryCompileExec1792180882.dir/CheckIncludeFiles.c.o
  180. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec1792180882.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  181. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:3:24: fatal error: sys/mnttab.h: No such file or directory
  182. #include <sys/mnttab.h>
  183. ^
  184. compilation terminated.
  185. gmake[1]: *** [CMakeFiles/cmTryCompileExec1792180882.dir/CheckIncludeFiles.c.o] Error 1
  186. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  187. gmake: *** [cmTryCompileExec1792180882/fast] Error 2
  188.  
  189. Source:
  190. /* */
  191. #include <stdio.h>
  192. #include <sys/mnttab.h>
  193.  
  194.  
  195. int main(){return 0;}
  196.  
  197. Determining if files sys/mntent.h exist failed with the following output:
  198. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  199.  
  200. Run Build Command:/usr/bin/gmake "cmTryCompileExec1442040481/fast"
  201. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1442040481.dir/build.make CMakeFiles/cmTryCompileExec1442040481.dir/build
  202. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  203. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  204. Building C object CMakeFiles/cmTryCompileExec1442040481.dir/CheckIncludeFiles.c.o
  205. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec1442040481.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  206. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: fatal error: sys/mntent.h: No such file or directory
  207. #include <sys/mntent.h>
  208. ^
  209. compilation terminated.
  210. gmake[1]: *** [CMakeFiles/cmTryCompileExec1442040481.dir/CheckIncludeFiles.c.o] Error 1
  211. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  212. gmake: *** [cmTryCompileExec1442040481/fast] Error 2
  213.  
  214. Source:
  215. /* */
  216. #include <sys/mntent.h>
  217.  
  218.  
  219. int main(){return 0;}
  220.  
  221. Determining if files valgrind/memcheck.h exist failed with the following output:
  222. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  223.  
  224. Run Build Command:/usr/bin/gmake "cmTryCompileExec3679770666/fast"
  225. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec3679770666.dir/build.make CMakeFiles/cmTryCompileExec3679770666.dir/build
  226. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  227. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  228. Building C object CMakeFiles/cmTryCompileExec3679770666.dir/CheckIncludeFiles.c.o
  229. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec3679770666.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  230. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:31: fatal error: valgrind/memcheck.h: No such file or directory
  231. #include <valgrind/memcheck.h>
  232. ^
  233. compilation terminated.
  234. gmake[1]: *** [CMakeFiles/cmTryCompileExec3679770666.dir/CheckIncludeFiles.c.o] Error 1
  235. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  236. gmake: *** [cmTryCompileExec3679770666/fast] Error 2
  237.  
  238. Source:
  239. /* */
  240. #include <valgrind/memcheck.h>
  241.  
  242.  
  243. int main(){return 0;}
  244.  
  245. Determining if files crtdbg.h exist failed with the following output:
  246. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  247.  
  248. Run Build Command:/usr/bin/gmake "cmTryCompileExec1741663030/fast"
  249. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1741663030.dir/build.make CMakeFiles/cmTryCompileExec1741663030.dir/build
  250. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  251. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  252. Building C object CMakeFiles/cmTryCompileExec1741663030.dir/CheckIncludeFiles.c.o
  253. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec1741663030.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  254. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: fatal error: crtdbg.h: No such file or directory
  255. #include <crtdbg.h>
  256. ^
  257. compilation terminated.
  258. gmake[1]: *** [CMakeFiles/cmTryCompileExec1741663030.dir/CheckIncludeFiles.c.o] Error 1
  259. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  260. gmake: *** [cmTryCompileExec1741663030/fast] Error 2
  261.  
  262. Source:
  263. /* */
  264. #include <crtdbg.h>
  265.  
  266.  
  267. int main(){return 0;}
  268.  
  269. Determining if the function _NSGetEnviron exists failed with the following output:
  270. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  271.  
  272. Run Build Command:/usr/bin/gmake "cmTryCompileExec2455428155/fast"
  273. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2455428155.dir/build.make CMakeFiles/cmTryCompileExec2455428155.dir/build
  274. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  275. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  276. Building C object CMakeFiles/cmTryCompileExec2455428155.dir/CheckFunctionExists.c.o
  277. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=_NSGetEnviron -o CMakeFiles/cmTryCompileExec2455428155.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  278. Linking C executable cmTryCompileExec2455428155
  279. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2455428155.dir/link.txt --verbose=1
  280. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=_NSGetEnviron -Wl,-O1,-PIE,-z,relro,-z,now,-L/usr/lib64,-lhoard CMakeFiles/cmTryCompileExec2455428155.dir/CheckFunctionExists.c.o -o cmTryCompileExec2455428155 -rdynamic
  281. CMakeFiles/cmTryCompileExec2455428155.dir/CheckFunctionExists.c.o: In function `main':
  282. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `_NSGetEnviron'
  283. collect2: error: ld returned 1 exit status
  284. gmake[1]: *** [cmTryCompileExec2455428155] Error 1
  285. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  286. gmake: *** [cmTryCompileExec2455428155/fast] Error 2
  287.  
  288.  
  289. Determining if the function volmgt_running exists in the volmgt failed with the following output:
  290. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  291.  
  292. Run Build Command:/usr/bin/gmake "cmTryCompileExec2045216190/fast"
  293. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2045216190.dir/build.make CMakeFiles/cmTryCompileExec2045216190.dir/build
  294. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  295. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  296. Building C object CMakeFiles/cmTryCompileExec2045216190.dir/CheckFunctionExists.c.o
  297. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=volmgt_running -o CMakeFiles/cmTryCompileExec2045216190.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  298. Linking C executable cmTryCompileExec2045216190
  299. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2045216190.dir/link.txt --verbose=1
  300. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=volmgt_running -Wl,-O1,-PIE,-z,relro,-z,now,-L/usr/lib64,-lhoard CMakeFiles/cmTryCompileExec2045216190.dir/CheckFunctionExists.c.o -o cmTryCompileExec2045216190 -rdynamic -lvolmgt
  301. /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0-cilkplus/gcc/x86_64-pc-linux-gnu/4.9.0/../../../../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lvolmgt
  302. collect2: error: ld returned 1 exit status
  303. gmake[1]: *** [cmTryCompileExec2045216190] Error 1
  304. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  305. gmake: *** [cmTryCompileExec2045216190/fast] Error 2
  306.  
  307.  
  308. Determining if the function res_init exists in the resolv failed with the following output:
  309. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  310.  
  311. Run Build Command:/usr/bin/gmake "cmTryCompileExec2472470481/fast"
  312. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2472470481.dir/build.make CMakeFiles/cmTryCompileExec2472470481.dir/build
  313. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  314. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  315. Building C object CMakeFiles/cmTryCompileExec2472470481.dir/CheckFunctionExists.c.o
  316. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=res_init -o CMakeFiles/cmTryCompileExec2472470481.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  317. Linking C executable cmTryCompileExec2472470481
  318. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2472470481.dir/link.txt --verbose=1
  319. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=res_init -Wl,-O1,-PIE,-z,relro,-z,now,-L/usr/lib64,-lhoard CMakeFiles/cmTryCompileExec2472470481.dir/CheckFunctionExists.c.o -o cmTryCompileExec2472470481 -rdynamic -lresolv
  320. CMakeFiles/cmTryCompileExec2472470481.dir/CheckFunctionExists.c.o: In function `main':
  321. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `res_init'
  322. collect2: error: ld returned 1 exit status
  323. gmake[1]: *** [cmTryCompileExec2472470481] Error 1
  324. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  325. gmake: *** [cmTryCompileExec2472470481/fast] Error 2
  326.  
  327.  
  328. Determining if files sys/types.h;libutil.h exist failed with the following output:
  329. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  330.  
  331. Run Build Command:/usr/bin/gmake "cmTryCompileExec250946597/fast"
  332. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec250946597.dir/build.make CMakeFiles/cmTryCompileExec250946597.dir/build
  333. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  334. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  335. Building C object CMakeFiles/cmTryCompileExec250946597.dir/CheckIncludeFiles.c.o
  336. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec250946597.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  337. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:3:21: fatal error: libutil.h: No such file or directory
  338. #include <libutil.h>
  339. ^
  340. compilation terminated.
  341. gmake[1]: *** [CMakeFiles/cmTryCompileExec250946597.dir/CheckIncludeFiles.c.o] Error 1
  342. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  343. gmake: *** [cmTryCompileExec250946597/fast] Error 2
  344.  
  345. Source:
  346. /* */
  347. #include <sys/types.h>
  348. #include <libutil.h>
  349.  
  350.  
  351. int main(){return 0;}
  352.  
  353. Determining if files util.h exist failed with the following output:
  354. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  355.  
  356. Run Build Command:/usr/bin/gmake "cmTryCompileExec2171847186/fast"
  357. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2171847186.dir/build.make CMakeFiles/cmTryCompileExec2171847186.dir/build
  358. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  359. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  360. Building C object CMakeFiles/cmTryCompileExec2171847186.dir/CheckIncludeFiles.c.o
  361. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec2171847186.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  362. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:18: fatal error: util.h: No such file or directory
  363. #include <util.h>
  364. ^
  365. compilation terminated.
  366. gmake[1]: *** [CMakeFiles/cmTryCompileExec2171847186.dir/CheckIncludeFiles.c.o] Error 1
  367. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  368. gmake: *** [cmTryCompileExec2171847186/fast] Error 2
  369.  
  370. Source:
  371. /* */
  372. #include <util.h>
  373.  
  374.  
  375. int main(){return 0;}
  376.  
  377. Determining if files sys/filio.h exist failed with the following output:
  378. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  379.  
  380. Run Build Command:/usr/bin/gmake "cmTryCompileExec4102413073/fast"
  381. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec4102413073.dir/build.make CMakeFiles/cmTryCompileExec4102413073.dir/build
  382. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  383. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  384. Building C object CMakeFiles/cmTryCompileExec4102413073.dir/CheckIncludeFiles.c.o
  385. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec4102413073.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  386. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/filio.h: No such file or directory
  387. #include <sys/filio.h>
  388. ^
  389. compilation terminated.
  390. gmake[1]: *** [CMakeFiles/cmTryCompileExec4102413073.dir/CheckIncludeFiles.c.o] Error 1
  391. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  392. gmake: *** [cmTryCompileExec4102413073/fast] Error 2
  393.  
  394. Source:
  395. /* */
  396. #include <sys/filio.h>
  397.  
  398.  
  399. int main(){return 0;}
  400.  
  401. Determining if the function openpty exists failed with the following output:
  402. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  403.  
  404. Run Build Command:/usr/bin/gmake "cmTryCompileExec1827073098/fast"
  405. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1827073098.dir/build.make CMakeFiles/cmTryCompileExec1827073098.dir/build
  406. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  407. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  408. Building C object CMakeFiles/cmTryCompileExec1827073098.dir/CheckFunctionExists.c.o
  409. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=openpty -o CMakeFiles/cmTryCompileExec1827073098.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  410. Linking C executable cmTryCompileExec1827073098
  411. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1827073098.dir/link.txt --verbose=1
  412. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=openpty -Wl,-O1,-PIE,-z,relro,-z,now,-L/usr/lib64,-lhoard CMakeFiles/cmTryCompileExec1827073098.dir/CheckFunctionExists.c.o -o cmTryCompileExec1827073098 -rdynamic
  413. CMakeFiles/cmTryCompileExec1827073098.dir/CheckFunctionExists.c.o: In function `main':
  414. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `openpty'
  415. collect2: error: ld returned 1 exit status
  416. gmake[1]: *** [cmTryCompileExec1827073098] Error 1
  417. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  418. gmake: *** [cmTryCompileExec1827073098/fast] Error 2
  419.  
  420.  
  421. Determining if the function getmntinfo exists failed with the following output:
  422. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  423.  
  424. Run Build Command:/usr/bin/gmake "cmTryCompileExec1879559465/fast"
  425. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1879559465.dir/build.make CMakeFiles/cmTryCompileExec1879559465.dir/build
  426. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  427. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  428. Building C object CMakeFiles/cmTryCompileExec1879559465.dir/CheckFunctionExists.c.o
  429. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getmntinfo -o CMakeFiles/cmTryCompileExec1879559465.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  430. Linking C executable cmTryCompileExec1879559465
  431. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1879559465.dir/link.txt --verbose=1
  432. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getmntinfo -Wl,-O1,-PIE,-z,relro,-z,now,-L/usr/lib64,-lhoard CMakeFiles/cmTryCompileExec1879559465.dir/CheckFunctionExists.c.o -o cmTryCompileExec1879559465 -rdynamic
  433. CMakeFiles/cmTryCompileExec1879559465.dir/CheckFunctionExists.c.o: In function `main':
  434. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `getmntinfo'
  435. collect2: error: ld returned 1 exit status
  436. gmake[1]: *** [cmTryCompileExec1879559465] Error 1
  437. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  438. gmake: *** [cmTryCompileExec1879559465/fast] Error 2
  439.  
  440.  
  441. Determining if the function strlcpy exists failed with the following output:
  442. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  443.  
  444. Run Build Command:/usr/bin/gmake "cmTryCompileExec71165756/fast"
  445. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec71165756.dir/build.make CMakeFiles/cmTryCompileExec71165756.dir/build
  446. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  447. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  448. Building C object CMakeFiles/cmTryCompileExec71165756.dir/CheckFunctionExists.c.o
  449. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=strlcpy -o CMakeFiles/cmTryCompileExec71165756.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  450. Linking C executable cmTryCompileExec71165756
  451. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec71165756.dir/link.txt --verbose=1
  452. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=strlcpy -Wl,-O1,-PIE,-z,relro,-z,now,-L/usr/lib64,-lhoard CMakeFiles/cmTryCompileExec71165756.dir/CheckFunctionExists.c.o -o cmTryCompileExec71165756 -rdynamic
  453. CMakeFiles/cmTryCompileExec71165756.dir/CheckFunctionExists.c.o: In function `main':
  454. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `strlcpy'
  455. collect2: error: ld returned 1 exit status
  456. gmake[1]: *** [cmTryCompileExec71165756] Error 1
  457. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  458. gmake: *** [cmTryCompileExec71165756/fast] Error 2
  459.  
  460.  
  461. Determining if the function strlcat exists failed with the following output:
  462. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  463.  
  464. Run Build Command:/usr/bin/gmake "cmTryCompileExec2495270035/fast"
  465. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2495270035.dir/build.make CMakeFiles/cmTryCompileExec2495270035.dir/build
  466. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  467. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  468. Building C object CMakeFiles/cmTryCompileExec2495270035.dir/CheckFunctionExists.c.o
  469. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=strlcat -o CMakeFiles/cmTryCompileExec2495270035.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  470. Linking C executable cmTryCompileExec2495270035
  471. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2495270035.dir/link.txt --verbose=1
  472. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=strlcat -Wl,-O1,-PIE,-z,relro,-z,now,-L/usr/lib64,-lhoard CMakeFiles/cmTryCompileExec2495270035.dir/CheckFunctionExists.c.o -o cmTryCompileExec2495270035 -rdynamic
  473. CMakeFiles/cmTryCompileExec2495270035.dir/CheckFunctionExists.c.o: In function `main':
  474. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `strlcat'
  475. collect2: error: ld returned 1 exit status
  476. gmake[1]: *** [cmTryCompileExec2495270035] Error 1
  477. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  478. gmake: *** [cmTryCompileExec2495270035/fast] Error 2
  479.  
  480.  
  481. Performing C++ SOURCE FILE Test HAVE_STRLCAT_PROTO failed with the following output:
  482. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  483.  
  484. Run Build Command:/usr/bin/gmake "cmTryCompileExec270028811/fast"
  485. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec270028811.dir/build.make CMakeFiles/cmTryCompileExec270028811.dir/build
  486. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  487. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  488. Building CXX object CMakeFiles/cmTryCompileExec270028811.dir/src.cxx.o
  489. /usr/bin/x86_64-pc-linux-gnu-g++ -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_STRLCAT_PROTO -o CMakeFiles/cmTryCompileExec270028811.dir/src.cxx.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx
  490. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  491. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx:7:20: error: 'strlcat' was not declared in this scope
  492. int i = sizeof(&strlcat);
  493. ^
  494. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx:7:8: warning: unused variable 'i' [-Wunused-variable]
  495. int i = sizeof(&strlcat);
  496. ^
  497. gmake[1]: *** [CMakeFiles/cmTryCompileExec270028811.dir/src.cxx.o] Error 1
  498. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  499. gmake: *** [cmTryCompileExec270028811/fast] Error 2
  500.  
  501. Source file was:
  502.  
  503. #include <string.h>
  504.  
  505. int main()
  506. {
  507. #ifndef strlcat
  508. int i = sizeof(&strlcat);
  509. #endif
  510. return 0;
  511. }
  512.  
  513. Performing C++ SOURCE FILE Test HAVE_STRLCPY_PROTO failed with the following output:
  514. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  515.  
  516. Run Build Command:/usr/bin/gmake "cmTryCompileExec1943674945/fast"
  517. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1943674945.dir/build.make CMakeFiles/cmTryCompileExec1943674945.dir/build
  518. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  519. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  520. Building CXX object CMakeFiles/cmTryCompileExec1943674945.dir/src.cxx.o
  521. /usr/bin/x86_64-pc-linux-gnu-g++ -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_STRLCPY_PROTO -o CMakeFiles/cmTryCompileExec1943674945.dir/src.cxx.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx
  522. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  523. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx:7:20: error: 'strlcpy' was not declared in this scope
  524. int i = sizeof(&strlcpy);
  525. ^
  526. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx:7:8: warning: unused variable 'i' [-Wunused-variable]
  527. int i = sizeof(&strlcpy);
  528. ^
  529. gmake[1]: *** [CMakeFiles/cmTryCompileExec1943674945.dir/src.cxx.o] Error 1
  530. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  531. gmake: *** [cmTryCompileExec1943674945/fast] Error 2
  532.  
  533. Source file was:
  534.  
  535. #include <string.h>
  536.  
  537. int main()
  538. {
  539. #ifndef strlcpy
  540. int i = sizeof(&strlcpy);
  541. #endif
  542. return 0;
  543. }
  544.  
  545. Performing C++ SOURCE FILE Test GETMNTINFO_USES_STATVFS failed with the following output:
  546. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  547.  
  548. Run Build Command:/usr/bin/gmake "cmTryCompileExec667375357/fast"
  549. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec667375357.dir/build.make CMakeFiles/cmTryCompileExec667375357.dir/build
  550. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  551. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  552. Building CXX object CMakeFiles/cmTryCompileExec667375357.dir/src.cxx.o
  553. /usr/bin/x86_64-pc-linux-gnu-g++ -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -DGETMNTINFO_USES_STATVFS -o CMakeFiles/cmTryCompileExec667375357.dir/src.cxx.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx
  554. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  555. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx:7:38: error: 'getmntinfo' was not declared in this scope
  556. return getmntinfo(&mntbufp, flags);
  557. ^
  558. gmake[1]: *** [CMakeFiles/cmTryCompileExec667375357.dir/src.cxx.o] Error 1
  559. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  560. gmake: *** [cmTryCompileExec667375357/fast] Error 2
  561.  
  562. Source file was:
  563.  
  564. #include <sys/types.h>
  565. #include <sys/statvfs.h>
  566. int main(){
  567. struct statvfs *mntbufp;
  568. int flags;
  569. return getmntinfo(&mntbufp, flags);
  570. }
  571.  
  572. Determining if the function connect exists in the socket failed with the following output:
  573. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  574.  
  575. Run Build Command:/usr/bin/gmake "cmTryCompileExec3976890819/fast"
  576. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec3976890819.dir/build.make CMakeFiles/cmTryCompileExec3976890819.dir/build
  577. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  578. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  579. Building C object CMakeFiles/cmTryCompileExec3976890819.dir/CheckFunctionExists.c.o
  580. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTryCompileExec3976890819.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  581. Linking C executable cmTryCompileExec3976890819
  582. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3976890819.dir/link.txt --verbose=1
  583. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=connect -Wl,-O1,-PIE,-z,relro,-z,now,-L/usr/lib64,-lhoard CMakeFiles/cmTryCompileExec3976890819.dir/CheckFunctionExists.c.o -o cmTryCompileExec3976890819 -rdynamic -lsocket
  584. /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0-cilkplus/gcc/x86_64-pc-linux-gnu/4.9.0/../../../../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsocket
  585. collect2: error: ld returned 1 exit status
  586. gmake[1]: *** [cmTryCompileExec3976890819] Error 1
  587. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  588. gmake: *** [cmTryCompileExec3976890819/fast] Error 2
  589.  
  590.  
  591. Performing C++ SOURCE FILE Test HAVE_STRUCT_SOCKADDR_SA_LEN failed with the following output:
  592. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  593.  
  594. Run Build Command:/usr/bin/gmake "cmTryCompileExec2172234169/fast"
  595. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2172234169.dir/build.make CMakeFiles/cmTryCompileExec2172234169.dir/build
  596. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  597. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  598. Building CXX object CMakeFiles/cmTryCompileExec2172234169.dir/src.cxx.o
  599. /usr/bin/x86_64-pc-linux-gnu-g++ -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_STRUCT_SOCKADDR_SA_LEN -o CMakeFiles/cmTryCompileExec2172234169.dir/src.cxx.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx
  600. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  601. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/src.cxx:8:9: error: 'struct sockaddr' has no member named 'sa_len'
  602. tmp->sa_len;
  603. ^
  604. gmake[1]: *** [CMakeFiles/cmTryCompileExec2172234169.dir/src.cxx.o] Error 1
  605. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  606. gmake: *** [cmTryCompileExec2172234169/fast] Error 2
  607.  
  608. Source file was:
  609.  
  610. #include <sys/types.h>
  611. #include <sys/socket.h>
  612.  
  613. int main()
  614. {
  615. struct sockaddr* tmp;
  616. tmp->sa_len;
  617. return 0;
  618. }
  619.  
  620. Determining if the function getpeereid exists failed with the following output:
  621. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  622.  
  623. Run Build Command:/usr/bin/gmake "cmTryCompileExec3461781637/fast"
  624. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec3461781637.dir/build.make CMakeFiles/cmTryCompileExec3461781637.dir/build
  625. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  626. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  627. Building C object CMakeFiles/cmTryCompileExec3461781637.dir/CheckFunctionExists.c.o
  628. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getpeereid -o CMakeFiles/cmTryCompileExec3461781637.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  629. Linking C executable cmTryCompileExec3461781637
  630. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3461781637.dir/link.txt --verbose=1
  631. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=getpeereid -Wl,-O1,-PIE,-z,relro,-z,now,-L/usr/lib64,-lhoard CMakeFiles/cmTryCompileExec3461781637.dir/CheckFunctionExists.c.o -o cmTryCompileExec3461781637 -rdynamic
  632. CMakeFiles/cmTryCompileExec3461781637.dir/CheckFunctionExists.c.o: In function `main':
  633. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `getpeereid'
  634. collect2: error: ld returned 1 exit status
  635. gmake[1]: *** [cmTryCompileExec3461781637] Error 1
  636. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  637. gmake: *** [cmTryCompileExec3461781637/fast] Error 2
  638.  
  639.  
  640. Determining if the function pthread_attr_get_np exists in the pthread failed with the following output:
  641. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  642.  
  643. Run Build Command:/usr/bin/gmake "cmTryCompileExec2816752476/fast"
  644. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2816752476.dir/build.make CMakeFiles/cmTryCompileExec2816752476.dir/build
  645. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  646. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  647. Building C object CMakeFiles/cmTryCompileExec2816752476.dir/CheckFunctionExists.c.o
  648. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=pthread_attr_get_np -o CMakeFiles/cmTryCompileExec2816752476.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  649. Linking C executable cmTryCompileExec2816752476
  650. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2816752476.dir/link.txt --verbose=1
  651. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=pthread_attr_get_np -Wl,-O1,-PIE,-z,relro,-z,now,-L/usr/lib64,-lhoard CMakeFiles/cmTryCompileExec2816752476.dir/CheckFunctionExists.c.o -o cmTryCompileExec2816752476 -rdynamic -lpthread
  652. CMakeFiles/cmTryCompileExec2816752476.dir/CheckFunctionExists.c.o: In function `main':
  653. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `pthread_attr_get_np'
  654. collect2: error: ld returned 1 exit status
  655. gmake[1]: *** [cmTryCompileExec2816752476] Error 1
  656. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  657. gmake: *** [cmTryCompileExec2816752476/fast] Error 2
  658.  
  659.  
  660. Determining if files ieeefp.h exist failed with the following output:
  661. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  662.  
  663. Run Build Command:/usr/bin/gmake "cmTryCompileExec3929141370/fast"
  664. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec3929141370.dir/build.make CMakeFiles/cmTryCompileExec3929141370.dir/build
  665. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  666. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  667. Building C object CMakeFiles/cmTryCompileExec3929141370.dir/CheckIncludeFiles.c.o
  668. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec3929141370.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  669. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: fatal error: ieeefp.h: No such file or directory
  670. #include <ieeefp.h>
  671. ^
  672. compilation terminated.
  673. gmake[1]: *** [CMakeFiles/cmTryCompileExec3929141370.dir/CheckIncludeFiles.c.o] Error 1
  674. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  675. gmake: *** [cmTryCompileExec3929141370/fast] Error 2
  676.  
  677. Source:
  678. /* */
  679. #include <ieeefp.h>
  680.  
  681.  
  682. int main(){return 0;}
  683.  
  684. Determining if files pthread.h;pthread_np.h exist failed with the following output:
  685. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  686.  
  687. Run Build Command:/usr/bin/gmake "cmTryCompileExec1864288183/fast"
  688. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1864288183.dir/build.make CMakeFiles/cmTryCompileExec1864288183.dir/build
  689. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  690. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  691. Building C object CMakeFiles/cmTryCompileExec1864288183.dir/CheckIncludeFiles.c.o
  692. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec1864288183.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  693. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:3:24: fatal error: pthread_np.h: No such file or directory
  694. #include <pthread_np.h>
  695. ^
  696. compilation terminated.
  697. gmake[1]: *** [CMakeFiles/cmTryCompileExec1864288183.dir/CheckIncludeFiles.c.o] Error 1
  698. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  699. gmake: *** [cmTryCompileExec1864288183/fast] Error 2
  700.  
  701. Source:
  702. /* */
  703. #include <pthread.h>
  704. #include <pthread_np.h>
  705.  
  706.  
  707. int main(){return 0;}
  708.  
  709. Determining if files valgrind/memcheck.h exist failed with the following output:
  710. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  711.  
  712. Run Build Command:/usr/bin/gmake "cmTryCompileExec2519946243/fast"
  713. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2519946243.dir/build.make CMakeFiles/cmTryCompileExec2519946243.dir/build
  714. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  715. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  716. Building C object CMakeFiles/cmTryCompileExec2519946243.dir/CheckIncludeFiles.c.o
  717. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec2519946243.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  718. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:31: fatal error: valgrind/memcheck.h: No such file or directory
  719. #include <valgrind/memcheck.h>
  720. ^
  721. compilation terminated.
  722. gmake[1]: *** [CMakeFiles/cmTryCompileExec2519946243.dir/CheckIncludeFiles.c.o] Error 1
  723. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  724. gmake: *** [cmTryCompileExec2519946243/fast] Error 2
  725.  
  726. Source:
  727. /* */
  728. #include <valgrind/memcheck.h>
  729.  
  730.  
  731. int main(){return 0;}
  732.  
  733. Determining if the function _finite exists failed with the following output:
  734. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  735.  
  736. Run Build Command:/usr/bin/gmake "cmTryCompileExec364185141/fast"
  737. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec364185141.dir/build.make CMakeFiles/cmTryCompileExec364185141.dir/build
  738. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  739. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  740. Building C object CMakeFiles/cmTryCompileExec364185141.dir/CheckFunctionExists.c.o
  741. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=_finite -o CMakeFiles/cmTryCompileExec364185141.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  742. Linking C executable cmTryCompileExec364185141
  743. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec364185141.dir/link.txt --verbose=1
  744. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=_finite -Wl,-O1,-PIE,-z,relro,-z,now,-L/usr/lib64,-lhoard CMakeFiles/cmTryCompileExec364185141.dir/CheckFunctionExists.c.o -o cmTryCompileExec364185141 -rdynamic -lm
  745. CMakeFiles/cmTryCompileExec364185141.dir/CheckFunctionExists.c.o: In function `main':
  746. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `_finite'
  747. collect2: error: ld returned 1 exit status
  748. gmake[1]: *** [cmTryCompileExec364185141] Error 1
  749. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  750. gmake: *** [cmTryCompileExec364185141/fast] Error 2
  751.  
  752.  
  753. Determining if files arpa/nameser8_compat.h exist failed with the following output:
  754. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  755.  
  756. Run Build Command:/usr/bin/gmake "cmTryCompileExec4115044782/fast"
  757. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec4115044782.dir/build.make CMakeFiles/cmTryCompileExec4115044782.dir/build
  758. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  759. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  760. Building C object CMakeFiles/cmTryCompileExec4115044782.dir/CheckIncludeFiles.c.o
  761. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec4115044782.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  762. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:34: fatal error: arpa/nameser8_compat.h: No such file or directory
  763. #include <arpa/nameser8_compat.h>
  764. ^
  765. compilation terminated.
  766. gmake[1]: *** [CMakeFiles/cmTryCompileExec4115044782.dir/CheckIncludeFiles.c.o] Error 1
  767. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  768. gmake: *** [cmTryCompileExec4115044782/fast] Error 2
  769.  
  770. Source:
  771. /* */
  772. #include <arpa/nameser8_compat.h>
  773.  
  774.  
  775. int main(){return 0;}
  776.  
  777. Determining if files sys/pstat.h exist failed with the following output:
  778. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  779.  
  780. Run Build Command:/usr/bin/gmake "cmTryCompileExec1197135528/fast"
  781. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1197135528.dir/build.make CMakeFiles/cmTryCompileExec1197135528.dir/build
  782. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  783. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  784. Building C object CMakeFiles/cmTryCompileExec1197135528.dir/CheckIncludeFiles.c.o
  785. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec1197135528.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  786. /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/pstat.h: No such file or directory
  787. #include <sys/pstat.h>
  788. ^
  789. compilation terminated.
  790. gmake[1]: *** [CMakeFiles/cmTryCompileExec1197135528.dir/CheckIncludeFiles.c.o] Error 1
  791. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  792. gmake: *** [cmTryCompileExec1197135528/fast] Error 2
  793.  
  794. Source:
  795. /* */
  796. #include <sys/pstat.h>
  797.  
  798.  
  799. int main(){return 0;}
  800.  
  801. Determining if the function pstat exists failed with the following output:
  802. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  803.  
  804. Run Build Command:/usr/bin/gmake "cmTryCompileExec3544501190/fast"
  805. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec3544501190.dir/build.make CMakeFiles/cmTryCompileExec3544501190.dir/build
  806. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  807. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  808. Building C object CMakeFiles/cmTryCompileExec3544501190.dir/CheckFunctionExists.c.o
  809. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=pstat -o CMakeFiles/cmTryCompileExec3544501190.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  810. Linking C executable cmTryCompileExec3544501190
  811. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3544501190.dir/link.txt --verbose=1
  812. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=pstat -Wl,-O1,-PIE,-z,relro,-z,now,-L/usr/lib64,-lhoard CMakeFiles/cmTryCompileExec3544501190.dir/CheckFunctionExists.c.o -o cmTryCompileExec3544501190 -rdynamic
  813. CMakeFiles/cmTryCompileExec3544501190.dir/CheckFunctionExists.c.o: In function `main':
  814. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `pstat'
  815. collect2: error: ld returned 1 exit status
  816. gmake[1]: *** [cmTryCompileExec3544501190] Error 1
  817. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  818. gmake: *** [cmTryCompileExec3544501190/fast] Error 2
  819.  
  820.  
  821. Determining if the function setproctitle exists failed with the following output:
  822. Change Dir: /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp
  823.  
  824. Run Build Command:/usr/bin/gmake "cmTryCompileExec3668847922/fast"
  825. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec3668847922.dir/build.make CMakeFiles/cmTryCompileExec3668847922.dir/build
  826. gmake[1]: Entering directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  827. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp/CMakeFiles 1
  828. Building C object CMakeFiles/cmTryCompileExec3668847922.dir/CheckFunctionExists.c.o
  829. /usr/bin/x86_64-pc-linux-gnu-gcc -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -DQT_NO_DEBUG -DNDEBUG -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=setproctitle -o CMakeFiles/cmTryCompileExec3668847922.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  830. Linking C executable cmTryCompileExec3668847922
  831. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3668847922.dir/link.txt --verbose=1
  832. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -mtune=native -mno-aes -mvzeroupper -fPIC -Wno-error -pthread -fomit-frame-pointer -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=setproctitle -Wl,-O1,-PIE,-z,relro,-z,now,-L/usr/lib64,-lhoard CMakeFiles/cmTryCompileExec3668847922.dir/CheckFunctionExists.c.o -o cmTryCompileExec3668847922 -rdynamic
  833. CMakeFiles/cmTryCompileExec3668847922.dir/CheckFunctionExists.c.o: In function `main':
  834. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `setproctitle'
  835. collect2: error: ld returned 1 exit status
  836. gmake[1]: *** [cmTryCompileExec3668847922] Error 1
  837. gmake[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999_build/CMakeFiles/CMakeTmp'
  838. gmake: *** [cmTryCompileExec3668847922/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement