Advertisement
Guest User

Untitled

a guest
Dec 11th, 2020
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.69 KB | None | 0 0
  1. Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)":
  2. clang version 6.0.1-14 (tags/RELEASE_601/final)
  3. Target: x86_64-pc-linux-gnu
  4. Thread model: posix
  5. InstalledDir: /usr/bin
  6. Determining if the F_FULLFSYNC exist failed with the following output:
  7. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  8.  
  9. Run Build Command(s):/usr/bin/make cmTC_a1d58/fast && /usr/bin/make -f CMakeFiles/cmTC_a1d58.dir/build.make CMakeFiles/cmTC_a1d58.dir/build
  10. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  11. Building C object CMakeFiles/cmTC_a1d58.dir/CheckSymbolExists.c.o
  12. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_a1d58.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  13. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'F_FULLFSYNC'
  14. return ((int*)(&F_FULLFSYNC))[argc];
  15. ^
  16. 1 error generated.
  17. make[1]: *** [CMakeFiles/cmTC_a1d58.dir/build.make:66: CMakeFiles/cmTC_a1d58.dir/CheckSymbolExists.c.o] error 1
  18. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  19. make: *** [Makefile:121: cmTC_a1d58/fast] error 2
  20.  
  21.  
  22. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  23. /* */
  24. #include <fcntl.h>
  25.  
  26. int main(int argc, char** argv)
  27. {
  28. (void)argv;
  29. #ifndef F_FULLFSYNC
  30. return ((int*)(&F_FULLFSYNC))[argc];
  31. #else
  32. (void)argc;
  33. return 0;
  34. #endif
  35. }
  36. Determining if the getmntinfo exist failed with the following output:
  37. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  38.  
  39. Run Build Command(s):/usr/bin/make cmTC_f02da/fast && /usr/bin/make -f CMakeFiles/cmTC_f02da.dir/build.make CMakeFiles/cmTC_f02da.dir/build
  40. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  41. Building C object CMakeFiles/cmTC_f02da.dir/CheckSymbolExists.c.o
  42. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_f02da.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  43. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'getmntinfo'
  44. return ((int*)(&getmntinfo))[argc];
  45. ^
  46. 1 error generated.
  47. make[1]: *** [CMakeFiles/cmTC_f02da.dir/build.make:66: CMakeFiles/cmTC_f02da.dir/CheckSymbolExists.c.o] error 1
  48. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  49. make: *** [Makefile:121: cmTC_f02da/fast] error 2
  50.  
  51.  
  52. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  53. /* */
  54. #include <sys/mount.h>
  55.  
  56. int main(int argc, char** argv)
  57. {
  58. (void)argv;
  59. #ifndef getmntinfo
  60. return ((int*)(&getmntinfo))[argc];
  61. #else
  62. (void)argc;
  63. return 0;
  64. #endif
  65. }
  66. Determining if the strcpy_s exist failed with the following output:
  67. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  68.  
  69. Run Build Command(s):/usr/bin/make cmTC_62968/fast && /usr/bin/make -f CMakeFiles/cmTC_62968.dir/build.make CMakeFiles/cmTC_62968.dir/build
  70. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  71. Building C object CMakeFiles/cmTC_62968.dir/CheckSymbolExists.c.o
  72. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_62968.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  73. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'strcpy_s'; did you mean 'strcpy'?
  74. return ((int*)(&strcpy_s))[argc];
  75. ^~~~~~~~
  76. strcpy
  77. /usr/include/string.h:122:14: note: 'strcpy' declared here
  78. extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
  79. ^
  80. 1 error generated.
  81. make[1]: *** [CMakeFiles/cmTC_62968.dir/build.make:66: CMakeFiles/cmTC_62968.dir/CheckSymbolExists.c.o] error 1
  82. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  83. make: *** [Makefile:121: cmTC_62968/fast] error 2
  84.  
  85.  
  86. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  87. /* */
  88. #include <string.h>
  89.  
  90. int main(int argc, char** argv)
  91. {
  92. (void)argv;
  93. #ifndef strcpy_s
  94. return ((int*)(&strcpy_s))[argc];
  95. #else
  96. (void)argc;
  97. return 0;
  98. #endif
  99. }
  100. Determining if the strlcpy exist failed with the following output:
  101. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  102.  
  103. Run Build Command(s):/usr/bin/make cmTC_f7f4a/fast && /usr/bin/make -f CMakeFiles/cmTC_f7f4a.dir/build.make CMakeFiles/cmTC_f7f4a.dir/build
  104. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  105. Building C object CMakeFiles/cmTC_f7f4a.dir/CheckSymbolExists.c.o
  106. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_f7f4a.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  107. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'strlcpy'
  108. return ((int*)(&strlcpy))[argc];
  109. ^
  110. 1 error generated.
  111. make[1]: *** [CMakeFiles/cmTC_f7f4a.dir/build.make:66: CMakeFiles/cmTC_f7f4a.dir/CheckSymbolExists.c.o] error 1
  112. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  113. make: *** [Makefile:121: cmTC_f7f4a/fast] error 2
  114.  
  115.  
  116. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  117. /* */
  118. #include <string.h>
  119.  
  120. int main(int argc, char** argv)
  121. {
  122. (void)argv;
  123. #ifndef strlcpy
  124. return ((int*)(&strlcpy))[argc];
  125. #else
  126. (void)argc;
  127. return 0;
  128. #endif
  129. }
  130. Determining if the arc4random_buf exist failed with the following output:
  131. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  132.  
  133. Run Build Command(s):/usr/bin/make cmTC_de601/fast && /usr/bin/make -f CMakeFiles/cmTC_de601.dir/build.make CMakeFiles/cmTC_de601.dir/build
  134. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  135. Building C object CMakeFiles/cmTC_de601.dir/CheckSymbolExists.c.o
  136. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_de601.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  137. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'arc4random_buf'
  138. return ((int*)(&arc4random_buf))[argc];
  139. ^
  140. 1 error generated.
  141. make[1]: *** [CMakeFiles/cmTC_de601.dir/build.make:66: CMakeFiles/cmTC_de601.dir/CheckSymbolExists.c.o] error 1
  142. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  143. make: *** [Makefile:121: cmTC_de601/fast] error 2
  144.  
  145.  
  146. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  147. /* */
  148. #include <stdlib.h>
  149.  
  150. int main(int argc, char** argv)
  151. {
  152. (void)argv;
  153. #ifndef arc4random_buf
  154. return ((int*)(&arc4random_buf))[argc];
  155. #else
  156. (void)argc;
  157. return 0;
  158. #endif
  159. }
  160. Performing C SOURCE FILE Test HAVE_STAT_BIRTHTIME failed with the following output:
  161. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  162.  
  163. Run Build Command(s):/usr/bin/make cmTC_f1342/fast && /usr/bin/make -f CMakeFiles/cmTC_f1342.dir/build.make CMakeFiles/cmTC_f1342.dir/build
  164. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  165. Building C object CMakeFiles/cmTC_f1342.dir/src.c.o
  166. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_STAT_BIRTHTIME -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_f1342.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  167. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:7:36: error: no member named 'st_birthtimespec' in 'struct stat'
  168. (void)sizeof(((struct stat *)0)->st_birthtimespec);
  169. ~~~~~~~~~~~~~~~~~~ ^
  170. 1 error generated.
  171. make[1]: *** [CMakeFiles/cmTC_f1342.dir/build.make:66: CMakeFiles/cmTC_f1342.dir/src.c.o] error 1
  172. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  173. make: *** [Makefile:121: cmTC_f1342/fast] error 2
  174.  
  175.  
  176. Source file was:
  177.  
  178. #include <sys/types.h>
  179. #include <sys/stat.h>
  180.  
  181. int main()
  182. {
  183. (void)sizeof(((struct stat *)0)->st_birthtimespec);
  184. return 0;
  185. }
  186.  
  187. Performing C SOURCE FILE Test HAVE_STAT_FLAGS failed with the following output:
  188. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  189.  
  190. Run Build Command(s):/usr/bin/make cmTC_fc7d3/fast && /usr/bin/make -f CMakeFiles/cmTC_fc7d3.dir/build.make CMakeFiles/cmTC_fc7d3.dir/build
  191. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  192. Building C object CMakeFiles/cmTC_fc7d3.dir/src.c.o
  193. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_STAT_FLAGS -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_fc7d3.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  194. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:7:36: error: no member named 'st_flags' in 'struct stat'
  195. (void)sizeof(((struct stat *)0)->st_flags);
  196. ~~~~~~~~~~~~~~~~~~ ^
  197. 1 error generated.
  198. make[1]: *** [CMakeFiles/cmTC_fc7d3.dir/build.make:66: CMakeFiles/cmTC_fc7d3.dir/src.c.o] error 1
  199. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  200. make: *** [Makefile:121: cmTC_fc7d3/fast] error 2
  201.  
  202.  
  203. Source file was:
  204.  
  205. #include <sys/types.h>
  206. #include <sys/stat.h>
  207.  
  208. int main()
  209. {
  210. (void)sizeof(((struct stat *)0)->st_flags);
  211. return 0;
  212. }
  213.  
  214. Determining if the lchflags exist failed with the following output:
  215. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  216.  
  217. Run Build Command(s):/usr/bin/make cmTC_5c6ca/fast && /usr/bin/make -f CMakeFiles/cmTC_5c6ca.dir/build.make CMakeFiles/cmTC_5c6ca.dir/build
  218. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  219. Building C object CMakeFiles/cmTC_5c6ca.dir/CheckSymbolExists.c.o
  220. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_5c6ca.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  221. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:9:19: error: use of undeclared identifier 'lchflags'
  222. return ((int*)(&lchflags))[argc];
  223. ^
  224. 1 error generated.
  225. make[1]: *** [CMakeFiles/cmTC_5c6ca.dir/build.make:66: CMakeFiles/cmTC_5c6ca.dir/CheckSymbolExists.c.o] error 1
  226. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  227. make: *** [Makefile:121: cmTC_5c6ca/fast] error 2
  228.  
  229.  
  230. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  231. /* */
  232. #include <sys/types.h>
  233. #include <sys/stat.h>
  234.  
  235. int main(int argc, char** argv)
  236. {
  237. (void)argv;
  238. #ifndef lchflags
  239. return ((int*)(&lchflags))[argc];
  240. #else
  241. (void)argc;
  242. return 0;
  243. #endif
  244. }
  245. Performing C SOURCE FILE Test HAVE_STAT_TIMESPEC failed with the following output:
  246. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  247.  
  248. Run Build Command(s):/usr/bin/make cmTC_9d349/fast && /usr/bin/make -f CMakeFiles/cmTC_9d349.dir/build.make CMakeFiles/cmTC_9d349.dir/build
  249. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  250. Building C object CMakeFiles/cmTC_9d349.dir/src.c.o
  251. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_STAT_TIMESPEC -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_9d349.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  252. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:7:36: error: no member named 'st_atimespec' in 'struct stat'
  253. (void)sizeof(((struct stat *)0)->st_atimespec);
  254. ~~~~~~~~~~~~~~~~~~ ^
  255. 1 error generated.
  256. make[1]: *** [CMakeFiles/cmTC_9d349.dir/build.make:66: CMakeFiles/cmTC_9d349.dir/src.c.o] error 1
  257. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  258. make: *** [Makefile:121: cmTC_9d349/fast] error 2
  259.  
  260.  
  261. Source file was:
  262.  
  263. #include <sys/types.h>
  264. #include <sys/stat.h>
  265.  
  266. int main()
  267. {
  268. (void)sizeof(((struct stat *)0)->st_atimespec);
  269. return 0;
  270. }
  271.  
  272. Performing C SOURCE FILE Test HAVE_STAT_NSEC failed with the following output:
  273. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  274.  
  275. Run Build Command(s):/usr/bin/make cmTC_e78fe/fast && /usr/bin/make -f CMakeFiles/cmTC_e78fe.dir/build.make CMakeFiles/cmTC_e78fe.dir/build
  276. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  277. Building C object CMakeFiles/cmTC_e78fe.dir/src.c.o
  278. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_STAT_NSEC -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_e78fe.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  279. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:7:36: error: no member named 'st_atimensec' in 'struct stat'
  280. (void)sizeof(((struct stat *)0)->st_atimensec);
  281. ~~~~~~~~~~~~~~~~~~ ^
  282. 1 error generated.
  283. make[1]: *** [CMakeFiles/cmTC_e78fe.dir/build.make:66: CMakeFiles/cmTC_e78fe.dir/src.c.o] error 1
  284. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  285. make: *** [Makefile:121: cmTC_e78fe/fast] error 2
  286.  
  287.  
  288. Source file was:
  289.  
  290. #include <sys/types.h>
  291. #include <sys/stat.h>
  292.  
  293. int main()
  294. {
  295. (void)sizeof(((struct stat *)0)->st_atimensec);
  296. return 0;
  297. }
  298.  
  299. Performing C SOURCE FILE Test HAVE_DIRENT_NAME_LEN failed with the following output:
  300. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  301.  
  302. Run Build Command(s):/usr/bin/make cmTC_28799/fast && /usr/bin/make -f CMakeFiles/cmTC_28799.dir/build.make CMakeFiles/cmTC_28799.dir/build
  303. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  304. Building C object CMakeFiles/cmTC_28799.dir/src.c.o
  305. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_DIRENT_NAME_LEN -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_28799.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  306. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:6:38: error: no member named 'd_namlen' in 'struct dirent'; did you mean 'd_name'?
  307. (void)sizeof(((struct dirent *)0)->d_namlen);
  308. ^~~~~~~~
  309. d_name
  310. /usr/include/x86_64-linux-gnu/bits/dirent.h:33:10: note: 'd_name' declared here
  311. char d_name[256]; /* We must not include limits.h! */
  312. ^
  313. 1 error generated.
  314. make[1]: *** [CMakeFiles/cmTC_28799.dir/build.make:66: CMakeFiles/cmTC_28799.dir/src.c.o] error 1
  315. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  316. make: *** [Makefile:121: cmTC_28799/fast] error 2
  317.  
  318.  
  319. Source file was:
  320.  
  321. #include <dirent.h>
  322.  
  323. int main()
  324. {
  325. (void)sizeof(((struct dirent *)0)->d_namlen);
  326. return 0;
  327. }
  328.  
  329. Performing C SOURCE FILE Test HAVE_STATFS_FSTYPENAME failed with the following output:
  330. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  331.  
  332. Run Build Command(s):/usr/bin/make cmTC_bf173/fast && /usr/bin/make -f CMakeFiles/cmTC_bf173.dir/build.make CMakeFiles/cmTC_bf173.dir/build
  333. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  334. Building C object CMakeFiles/cmTC_bf173.dir/src.c.o
  335. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_STATFS_FSTYPENAME -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_bf173.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  336. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:6:36: error: incomplete definition of type 'struct statfs'
  337. (void)sizeof(((struct statfs *)0)->f_fstypename);
  338. ~~~~~~~~~~~~~~~~~~~~^
  339. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:6:25: note: forward declaration of 'struct statfs'
  340. (void)sizeof(((struct statfs *)0)->f_fstypename);
  341. ^
  342. 1 error generated.
  343. make[1]: *** [CMakeFiles/cmTC_bf173.dir/build.make:66: CMakeFiles/cmTC_bf173.dir/src.c.o] error 1
  344. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  345. make: *** [Makefile:121: cmTC_bf173/fast] error 2
  346.  
  347.  
  348. Source file was:
  349.  
  350. #include <sys/mount.h>
  351.  
  352. int main()
  353. {
  354. (void)sizeof(((struct statfs *)0)->f_fstypename);
  355. return 0;
  356. }
  357.  
  358. Performing C SOURCE FILE Test HAVE_STATVFS_FSTYPENAME failed with the following output:
  359. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  360.  
  361. Run Build Command(s):/usr/bin/make cmTC_05273/fast && /usr/bin/make -f CMakeFiles/cmTC_05273.dir/build.make CMakeFiles/cmTC_05273.dir/build
  362. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  363. Building C object CMakeFiles/cmTC_05273.dir/src.c.o
  364. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_STATVFS_FSTYPENAME -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_05273.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  365. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:6:37: error: incomplete definition of type 'struct statvfs'
  366. (void)sizeof(((struct statvfs *)0)->f_fstypename);
  367. ~~~~~~~~~~~~~~~~~~~~~^
  368. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:6:25: note: forward declaration of 'struct statvfs'
  369. (void)sizeof(((struct statvfs *)0)->f_fstypename);
  370. ^
  371. 1 error generated.
  372. make[1]: *** [CMakeFiles/cmTC_05273.dir/build.make:66: CMakeFiles/cmTC_05273.dir/src.c.o] error 1
  373. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  374. make: *** [Makefile:121: cmTC_05273/fast] error 2
  375.  
  376.  
  377. Source file was:
  378.  
  379. #include <sys/mount.h>
  380.  
  381. int main()
  382. {
  383. (void)sizeof(((struct statvfs *)0)->f_fstypename);
  384. return 0;
  385. }
  386.  
  387. Performing C SOURCE FILE Test HAVE_READDIR_R failed with the following output:
  388. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  389.  
  390. Run Build Command(s):/usr/bin/make cmTC_56e8a/fast && /usr/bin/make -f CMakeFiles/cmTC_56e8a.dir/build.make CMakeFiles/cmTC_56e8a.dir/build
  391. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  392. Building C object CMakeFiles/cmTC_56e8a.dir/src.c.o
  393. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_READDIR_R -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_56e8a.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  394. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:9:9: error: 'readdir_r' is deprecated [-Werror,-Wdeprecated-declarations]
  395. readdir_r(dir, entry, &result);
  396. ^
  397. /usr/include/dirent.h:186:28: note: 'readdir_r' has been explicitly marked deprecated here
  398. __nonnull ((1, 2, 3)) __attribute_deprecated__;
  399. ^
  400. /usr/include/x86_64-linux-gnu/sys/cdefs.h:251:51: note: expanded from macro '__attribute_deprecated__'
  401. # define __attribute_deprecated__ __attribute__ ((__deprecated__))
  402. ^
  403. 1 error generated.
  404. make[1]: *** [CMakeFiles/cmTC_56e8a.dir/build.make:66: CMakeFiles/cmTC_56e8a.dir/src.c.o] error 1
  405. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  406. make: *** [Makefile:121: cmTC_56e8a/fast] error 2
  407.  
  408.  
  409. Source file was:
  410.  
  411. #include <dirent.h>
  412. #include <stddef.h>
  413. int main(void)
  414. {
  415. DIR* dir = NULL;
  416. struct dirent* entry = NULL;
  417. struct dirent* result;
  418. readdir_r(dir, entry, &result);
  419. return 0;
  420. }
  421.  
  422. Performing C SOURCE FILE Test KEVENT_HAS_VOID_UDATA failed with the following output:
  423. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  424.  
  425. Run Build Command(s):/usr/bin/make cmTC_0e858/fast && /usr/bin/make -f CMakeFiles/cmTC_0e858.dir/build.make CMakeFiles/cmTC_0e858.dir/build
  426. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  427. Building C object CMakeFiles/cmTC_0e858.dir/src.c.o
  428. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DKEVENT_HAS_VOID_UDATA -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_0e858.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  429. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:3:14: fatal error: 'sys/event.h' file not found
  430. #include <sys/event.h>
  431. ^~~~~~~~~~~~~
  432. 1 error generated.
  433. make[1]: *** [CMakeFiles/cmTC_0e858.dir/build.make:66: CMakeFiles/cmTC_0e858.dir/src.c.o] error 1
  434. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  435. make: *** [Makefile:121: cmTC_0e858/fast] error 2
  436.  
  437.  
  438. Source file was:
  439.  
  440. #include <sys/types.h>
  441. #include <sys/event.h>
  442. int main(void)
  443. {
  444. struct kevent event;
  445. void* data;
  446. EV_SET(&event, 0, EVFILT_READ, 0, 0, 0, data);
  447. return 0;
  448. }
  449.  
  450. Performing C SOURCE FILE Test HAVE_FDS_BITS failed with the following output:
  451. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  452.  
  453. Run Build Command(s):/usr/bin/make cmTC_4c20e/fast && /usr/bin/make -f CMakeFiles/cmTC_4c20e.dir/build.make CMakeFiles/cmTC_4c20e.dir/build
  454. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  455. Building C object CMakeFiles/cmTC_4c20e.dir/src.c.o
  456. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_FDS_BITS -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_4c20e.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  457. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:6:36: error: incomplete definition of type 'struct fd_set'
  458. (void)sizeof(((struct fd_set *)0)->fds_bits);
  459. ~~~~~~~~~~~~~~~~~~~~^
  460. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:6:25: note: forward declaration of 'struct fd_set'
  461. (void)sizeof(((struct fd_set *)0)->fds_bits);
  462. ^
  463. 1 error generated.
  464. make[1]: *** [CMakeFiles/cmTC_4c20e.dir/build.make:66: CMakeFiles/cmTC_4c20e.dir/src.c.o] error 1
  465. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  466. make: *** [Makefile:121: cmTC_4c20e/fast] error 2
  467.  
  468.  
  469. Source file was:
  470.  
  471. #include <sys/select.h>
  472.  
  473. int main()
  474. {
  475. (void)sizeof(((struct fd_set *)0)->fds_bits);
  476. return 0;
  477. }
  478.  
  479. Performing C SOURCE FILE Test HAVE_PRIVATE_FDS_BITS failed with the following output:
  480. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  481.  
  482. Run Build Command(s):/usr/bin/make cmTC_f7485/fast && /usr/bin/make -f CMakeFiles/cmTC_f7485.dir/build.make CMakeFiles/cmTC_f7485.dir/build
  483. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  484. Building C object CMakeFiles/cmTC_f7485.dir/src.c.o
  485. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_PRIVATE_FDS_BITS -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_f7485.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  486. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:6:36: error: incomplete definition of type 'struct fd_set'
  487. (void)sizeof(((struct fd_set *)0)->__fds_bits);
  488. ~~~~~~~~~~~~~~~~~~~~^
  489. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:6:25: note: forward declaration of 'struct fd_set'
  490. (void)sizeof(((struct fd_set *)0)->__fds_bits);
  491. ^
  492. 1 error generated.
  493. make[1]: *** [CMakeFiles/cmTC_f7485.dir/build.make:66: CMakeFiles/cmTC_f7485.dir/src.c.o] error 1
  494. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  495. make: *** [Makefile:121: cmTC_f7485/fast] error 2
  496.  
  497.  
  498. Source file was:
  499.  
  500. #include <sys/select.h>
  501.  
  502. int main()
  503. {
  504. (void)sizeof(((struct fd_set *)0)->__fds_bits);
  505. return 0;
  506. }
  507.  
  508. Performing C SOURCE FILE Test HAVE_SENDFILE_6 failed with the following output:
  509. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  510.  
  511. Run Build Command(s):/usr/bin/make cmTC_51e94/fast && /usr/bin/make -f CMakeFiles/cmTC_51e94.dir/build.make CMakeFiles/cmTC_51e94.dir/build
  512. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  513. Building C object CMakeFiles/cmTC_51e94.dir/src.c.o
  514. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_SENDFILE_6 -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_51e94.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  515. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:6:30: error: implicit declaration of function 'sendfile' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
  516. int main(void) { int i = sendfile(0, 0, 0, NULL, NULL, 0); return 0; }
  517. ^
  518. 1 error generated.
  519. make[1]: *** [CMakeFiles/cmTC_51e94.dir/build.make:66: CMakeFiles/cmTC_51e94.dir/src.c.o] error 1
  520. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  521. make: *** [Makefile:121: cmTC_51e94/fast] error 2
  522.  
  523.  
  524. Source file was:
  525.  
  526. #include <stdlib.h>
  527. #include <sys/types.h>
  528. #include <sys/socket.h>
  529. #include <sys/uio.h>
  530. int main(void) { int i = sendfile(0, 0, 0, NULL, NULL, 0); return 0; }
  531.  
  532. Performing C SOURCE FILE Test HAVE_SENDFILE_7 failed with the following output:
  533. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  534.  
  535. Run Build Command(s):/usr/bin/make cmTC_2b39d/fast && /usr/bin/make -f CMakeFiles/cmTC_2b39d.dir/build.make CMakeFiles/cmTC_2b39d.dir/build
  536. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  537. Building C object CMakeFiles/cmTC_2b39d.dir/src.c.o
  538. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_SENDFILE_7 -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_2b39d.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  539. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:6:30: error: implicit declaration of function 'sendfile' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
  540. int main(void) { int i = sendfile(0, 0, 0, 0, NULL, NULL, 0); return 0; }
  541. ^
  542. 1 error generated.
  543. make[1]: *** [CMakeFiles/cmTC_2b39d.dir/build.make:66: CMakeFiles/cmTC_2b39d.dir/src.c.o] error 1
  544. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  545. make: *** [Makefile:121: cmTC_2b39d/fast] error 2
  546.  
  547.  
  548. Source file was:
  549.  
  550. #include <stdlib.h>
  551. #include <sys/types.h>
  552. #include <sys/socket.h>
  553. #include <sys/uio.h>
  554. int main(void) { int i = sendfile(0, 0, 0, 0, NULL, NULL, 0); return 0; }
  555.  
  556. Determining if the fcopyfile exist failed with the following output:
  557. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  558.  
  559. Run Build Command(s):/usr/bin/make cmTC_81155/fast && /usr/bin/make -f CMakeFiles/cmTC_81155.dir/build.make CMakeFiles/cmTC_81155.dir/build
  560. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  561. Building C object CMakeFiles/cmTC_81155.dir/CheckSymbolExists.c.o
  562. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_81155.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  563. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: 'copyfile.h' file not found
  564. #include <copyfile.h>
  565. ^~~~~~~~~~~~
  566. 1 error generated.
  567. make[1]: *** [CMakeFiles/cmTC_81155.dir/build.make:66: CMakeFiles/cmTC_81155.dir/CheckSymbolExists.c.o] error 1
  568. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  569. make: *** [Makefile:121: cmTC_81155/fast] error 2
  570.  
  571.  
  572. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  573. /* */
  574. #include <copyfile.h>
  575.  
  576. int main(int argc, char** argv)
  577. {
  578. (void)argv;
  579. #ifndef fcopyfile
  580. return ((int*)(&fcopyfile))[argc];
  581. #else
  582. (void)argc;
  583. return 0;
  584. #endif
  585. }
  586. Determining if files sys/sockio.h exist failed with the following output:
  587. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  588.  
  589. Run Build Command(s):/usr/bin/make cmTC_7be67/fast && /usr/bin/make -f CMakeFiles/cmTC_7be67.dir/build.make CMakeFiles/cmTC_7be67.dir/build
  590. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  591. Building C object CMakeFiles/cmTC_7be67.dir/HAVE_SYS_SOCKIO_H.c.o
  592. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_7be67.dir/HAVE_SYS_SOCKIO_H.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c
  593. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c:2:10: fatal error: 'sys/sockio.h' file not found
  594. #include <sys/sockio.h>
  595. ^~~~~~~~~~~~~~
  596. 1 error generated.
  597. make[1]: *** [CMakeFiles/cmTC_7be67.dir/build.make:66: CMakeFiles/cmTC_7be67.dir/HAVE_SYS_SOCKIO_H.c.o] error 1
  598. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  599. make: *** [Makefile:121: cmTC_7be67/fast] error 2
  600.  
  601.  
  602. Source:
  603. /* */
  604. #include <sys/sockio.h>
  605.  
  606.  
  607. int main(void){return 0;}
  608.  
  609. Determining if files sys/proc_info.h exist failed with the following output:
  610. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  611.  
  612. Run Build Command(s):/usr/bin/make cmTC_a07cd/fast && /usr/bin/make -f CMakeFiles/cmTC_a07cd.dir/build.make CMakeFiles/cmTC_a07cd.dir/build
  613. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  614. Building C object CMakeFiles/cmTC_a07cd.dir/HAVE_SYS_PROCINFO_H.c.o
  615. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_a07cd.dir/HAVE_SYS_PROCINFO_H.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PROCINFO_H.c
  616. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PROCINFO_H.c:2:10: fatal error: 'sys/proc_info.h' file not found
  617. #include <sys/proc_info.h>
  618. ^~~~~~~~~~~~~~~~~
  619. 1 error generated.
  620. make[1]: *** [CMakeFiles/cmTC_a07cd.dir/build.make:66: CMakeFiles/cmTC_a07cd.dir/HAVE_SYS_PROCINFO_H.c.o] error 1
  621. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  622. make: *** [Makefile:121: cmTC_a07cd/fast] error 2
  623.  
  624.  
  625. Source:
  626. /* */
  627. #include <sys/proc_info.h>
  628.  
  629.  
  630. int main(void){return 0;}
  631.  
  632. Determining if the kqueue exist failed with the following output:
  633. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  634.  
  635. Run Build Command(s):/usr/bin/make cmTC_eb805/fast && /usr/bin/make -f CMakeFiles/cmTC_eb805.dir/build.make CMakeFiles/cmTC_eb805.dir/build
  636. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  637. Building C object CMakeFiles/cmTC_eb805.dir/CheckSymbolExists.c.o
  638. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_eb805.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  639. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:10: fatal error: 'sys/event.h' file not found
  640. #include <sys/event.h>
  641. ^~~~~~~~~~~~~
  642. 1 error generated.
  643. make[1]: *** [CMakeFiles/cmTC_eb805.dir/build.make:66: CMakeFiles/cmTC_eb805.dir/CheckSymbolExists.c.o] error 1
  644. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  645. make: *** [Makefile:121: cmTC_eb805/fast] error 2
  646.  
  647.  
  648. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  649. /* */
  650. #include <sys/types.h>
  651. #include <sys/event.h>
  652.  
  653. int main(int argc, char** argv)
  654. {
  655. (void)argv;
  656. #ifndef kqueue
  657. return ((int*)(&kqueue))[argc];
  658. #else
  659. (void)argc;
  660. return 0;
  661. #endif
  662. }
  663. Determining if the disconnectx exist failed with the following output:
  664. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  665.  
  666. Run Build Command(s):/usr/bin/make cmTC_a905b/fast && /usr/bin/make -f CMakeFiles/cmTC_a905b.dir/build.make CMakeFiles/cmTC_a905b.dir/build
  667. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  668. Building C object CMakeFiles/cmTC_a905b.dir/CheckSymbolExists.c.o
  669. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_a905b.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  670. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'disconnectx'
  671. return ((int*)(&disconnectx))[argc];
  672. ^
  673. 1 error generated.
  674. make[1]: *** [CMakeFiles/cmTC_a905b.dir/build.make:66: CMakeFiles/cmTC_a905b.dir/CheckSymbolExists.c.o] error 1
  675. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  676. make: *** [Makefile:121: cmTC_a905b/fast] error 2
  677.  
  678.  
  679. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  680. /* */
  681. #include <sys/socket.h>
  682.  
  683. int main(int argc, char** argv)
  684. {
  685. (void)argv;
  686. #ifndef disconnectx
  687. return ((int*)(&disconnectx))[argc];
  688. #else
  689. (void)argc;
  690. return 0;
  691. #endif
  692. }
  693. Determining if the clock_gettime_nsec_np exist failed with the following output:
  694. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  695.  
  696. Run Build Command(s):/usr/bin/make cmTC_54f57/fast && /usr/bin/make -f CMakeFiles/cmTC_54f57.dir/build.make CMakeFiles/cmTC_54f57.dir/build
  697. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  698. Building C object CMakeFiles/cmTC_54f57.dir/CheckSymbolExists.c.o
  699. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_54f57.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  700. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'clock_gettime_nsec_np'
  701. return ((int*)(&clock_gettime_nsec_np))[argc];
  702. ^
  703. 1 error generated.
  704. make[1]: *** [CMakeFiles/cmTC_54f57.dir/build.make:66: CMakeFiles/cmTC_54f57.dir/CheckSymbolExists.c.o] error 1
  705. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  706. make: *** [Makefile:121: cmTC_54f57/fast] error 2
  707.  
  708.  
  709. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  710. /* */
  711. #include <time.h>
  712.  
  713. int main(int argc, char** argv)
  714. {
  715. (void)argv;
  716. #ifndef clock_gettime_nsec_np
  717. return ((int*)(&clock_gettime_nsec_np))[argc];
  718. #else
  719. (void)argc;
  720. return 0;
  721. #endif
  722. }
  723. Performing C SOURCE FILE Test INOTIFY_RM_WATCH_WD_UNSIGNED failed with the following output:
  724. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  725.  
  726. Run Build Command(s):/usr/bin/make cmTC_ba0e8/fast && /usr/bin/make -f CMakeFiles/cmTC_ba0e8.dir/build.make CMakeFiles/cmTC_ba0e8.dir/build
  727. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  728. Building C object CMakeFiles/cmTC_ba0e8.dir/src.c.o
  729. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DINOTIFY_RM_WATCH_WD_UNSIGNED -Werror -Wsign-conversion -fPIE -o CMakeFiles/cmTC_ba0e8.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  730. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:8:37: error: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int' [-Werror,-Wsign-conversion]
  731. return inotify_rm_watch(fd, wd);
  732. ~~~~~~~~~~~~~~~~ ^~
  733. 1 error generated.
  734. make[1]: *** [CMakeFiles/cmTC_ba0e8.dir/build.make:66: CMakeFiles/cmTC_ba0e8.dir/src.c.o] error 1
  735. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  736. make: *** [Makefile:121: cmTC_ba0e8/fast] error 2
  737.  
  738.  
  739. Source file was:
  740.  
  741. #include <sys/inotify.h>
  742.  
  743. int main(void)
  744. {
  745. intptr_t fd;
  746. uint32_t wd;
  747. return inotify_rm_watch(fd, wd);
  748. }
  749.  
  750. Determining if the prototype getpriority exists for PRIORITY_REQUIRES_INT_WHO failed with the following output:
  751. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  752.  
  753. Run Build Command(s):/usr/bin/make cmTC_f7527/fast && /usr/bin/make -f CMakeFiles/cmTC_f7527.dir/build.make CMakeFiles/cmTC_f7527.dir/build
  754. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  755. Building C object CMakeFiles/cmTC_f7527.dir/CheckPrototypeDefinition.c.o
  756. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_f7527.dir/CheckPrototypeDefinition.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckPrototypeDefinition.c
  757. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckPrototypeDefinition.c:14:5: error: conflicting types for 'getpriority'
  758. int getpriority(int which, int who) {
  759. ^
  760. /usr/include/x86_64-linux-gnu/sys/resource.h:93:12: note: previous declaration is here
  761. extern int getpriority (__priority_which_t __which, id_t __who) __THROW;
  762. ^
  763. 1 error generated.
  764. make[1]: *** [CMakeFiles/cmTC_f7527.dir/build.make:66: CMakeFiles/cmTC_f7527.dir/CheckPrototypeDefinition.c.o] error 1
  765. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  766. make: *** [Makefile:121: cmTC_f7527/fast] error 2
  767.  
  768.  
  769.  
  770. #include <sys/resource.h>
  771.  
  772.  
  773. static void cmakeRequireSymbol(int dummy, ...) {
  774. (void) dummy;
  775. }
  776.  
  777. static void checkSymbol(void) {
  778. #ifndef getpriority
  779. cmakeRequireSymbol(0, &getpriority);
  780. #endif
  781. }
  782.  
  783. int getpriority(int which, int who) {
  784. return 0;
  785. }
  786.  
  787. #ifdef __CLASSIC_C__
  788. int main() {
  789. int ac;
  790. char*av[];
  791. #else
  792. int main(int ac, char *av[]) {
  793. #endif
  794. checkSymbol();
  795. if (ac > 1000) {
  796. return *av[0];
  797. }
  798. return 0;
  799. }
  800.  
  801.  
  802. Determining if the prototype kevent exists for KEVENT_REQUIRES_INT_PARAMS failed with the following output:
  803. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  804.  
  805. Run Build Command(s):/usr/bin/make cmTC_cc722/fast && /usr/bin/make -f CMakeFiles/cmTC_cc722.dir/build.make CMakeFiles/cmTC_cc722.dir/build
  806. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  807. Building C object CMakeFiles/cmTC_cc722.dir/CheckPrototypeDefinition.c.o
  808. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_cc722.dir/CheckPrototypeDefinition.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckPrototypeDefinition.c
  809. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckPrototypeDefinition.c:2:10: fatal error: 'sys/event.h' file not found
  810. #include <sys/event.h>
  811. ^~~~~~~~~~~~~
  812. 1 error generated.
  813. make[1]: *** [CMakeFiles/cmTC_cc722.dir/build.make:66: CMakeFiles/cmTC_cc722.dir/CheckPrototypeDefinition.c.o] error 1
  814. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  815. make: *** [Makefile:121: cmTC_cc722/fast] error 2
  816.  
  817.  
  818.  
  819. #include <sys/types.h>
  820. #include <sys/event.h>
  821.  
  822.  
  823. static void cmakeRequireSymbol(int dummy, ...) {
  824. (void) dummy;
  825. }
  826.  
  827. static void checkSymbol(void) {
  828. #ifndef kevent
  829. cmakeRequireSymbol(0, &kevent);
  830. #endif
  831. }
  832.  
  833. int kevent(int kg, const struct kevent* chagelist, int nchanges, struct kevent* eventlist, int nevents, const struct timespec* timeout) {
  834. return 0;
  835. }
  836.  
  837. #ifdef __CLASSIC_C__
  838. int main() {
  839. int ac;
  840. char*av[];
  841. #else
  842. int main(int ac, char *av[]) {
  843. #endif
  844. checkSymbol();
  845. if (ac > 1000) {
  846. return *av[0];
  847. }
  848. return 0;
  849. }
  850.  
  851.  
  852. Performing C SOURCE FILE Test HAVE_NETINET_TCP_VAR_H failed with the following output:
  853. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  854.  
  855. Run Build Command(s):/usr/bin/make cmTC_c33cf/fast && /usr/bin/make -f CMakeFiles/cmTC_c33cf.dir/build.make CMakeFiles/cmTC_c33cf.dir/build
  856. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  857. Building C object CMakeFiles/cmTC_c33cf.dir/src.c.o
  858. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_NETINET_TCP_VAR_H -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_c33cf.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  859. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:8:14: fatal error: 'netinet/tcp_var.h' file not found
  860. #include <netinet/tcp_var.h>
  861. ^~~~~~~~~~~~~~~~~~~
  862. 1 error generated.
  863. make[1]: *** [CMakeFiles/cmTC_c33cf.dir/build.make:66: CMakeFiles/cmTC_c33cf.dir/src.c.o] error 1
  864. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  865. make: *** [Makefile:121: cmTC_c33cf/fast] error 2
  866.  
  867.  
  868. Source file was:
  869.  
  870. #include <sys/types.h>
  871. #include <sys/socketvar.h>
  872. #include <sys/queue.h>
  873. #include <netinet/in.h>
  874. #include <netinet/ip.h>
  875. #include <netinet/tcp.h>
  876. #include <netinet/tcp_var.h>
  877. int main(void) { return 0; }
  878.  
  879. Performing C SOURCE FILE Test HAVE_NETINET_UDP_VAR_H failed with the following output:
  880. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  881.  
  882. Run Build Command(s):/usr/bin/make cmTC_987a6/fast && /usr/bin/make -f CMakeFiles/cmTC_987a6.dir/build.make CMakeFiles/cmTC_987a6.dir/build
  883. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  884. Building C object CMakeFiles/cmTC_987a6.dir/src.c.o
  885. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_NETINET_UDP_VAR_H -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_987a6.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  886. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:7:14: fatal error: 'netinet/ip_var.h' file not found
  887. #include <netinet/ip_var.h>
  888. ^~~~~~~~~~~~~~~~~~
  889. 1 error generated.
  890. make[1]: *** [CMakeFiles/cmTC_987a6.dir/build.make:66: CMakeFiles/cmTC_987a6.dir/src.c.o] error 1
  891. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  892. make: *** [Makefile:121: cmTC_987a6/fast] error 2
  893.  
  894.  
  895. Source file was:
  896.  
  897. #include <sys/types.h>
  898. #include <sys/socketvar.h>
  899. #include <sys/queue.h>
  900. #include <netinet/in.h>
  901. #include <netinet/ip.h>
  902. #include <netinet/ip_var.h>
  903. #include <netinet/udp.h>
  904. #include <netinet/udp_var.h>
  905. int main(void) { return 0; }
  906.  
  907. Performing C SOURCE FILE Test HAVE_NETINET_IP_VAR_H failed with the following output:
  908. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  909.  
  910. Run Build Command(s):/usr/bin/make cmTC_dd6aa/fast && /usr/bin/make -f CMakeFiles/cmTC_dd6aa.dir/build.make CMakeFiles/cmTC_dd6aa.dir/build
  911. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  912. Building C object CMakeFiles/cmTC_dd6aa.dir/src.c.o
  913. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_NETINET_IP_VAR_H -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_dd6aa.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  914. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:7:14: fatal error: 'netinet/ip_var.h' file not found
  915. #include <netinet/ip_var.h>
  916. ^~~~~~~~~~~~~~~~~~
  917. 1 error generated.
  918. make[1]: *** [CMakeFiles/cmTC_dd6aa.dir/build.make:66: CMakeFiles/cmTC_dd6aa.dir/src.c.o] error 1
  919. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  920. make: *** [Makefile:121: cmTC_dd6aa/fast] error 2
  921.  
  922.  
  923. Source file was:
  924.  
  925. #include <sys/types.h>
  926. #include <sys/socketvar.h>
  927. #include <sys/queue.h>
  928. #include <netinet/in.h>
  929. #include <netinet/ip.h>
  930. #include <netinet/ip_var.h>
  931. int main(void) { return 0; }
  932.  
  933. Performing C SOURCE FILE Test HAVE_NETINET_ICMP_VAR_H failed with the following output:
  934. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  935.  
  936. Run Build Command(s):/usr/bin/make cmTC_36e7d/fast && /usr/bin/make -f CMakeFiles/cmTC_36e7d.dir/build.make CMakeFiles/cmTC_36e7d.dir/build
  937. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  938. Building C object CMakeFiles/cmTC_36e7d.dir/src.c.o
  939. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_NETINET_ICMP_VAR_H -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_36e7d.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  940. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:8:14: fatal error: 'netinet/icmp_var.h' file not found
  941. #include <netinet/icmp_var.h>
  942. ^~~~~~~~~~~~~~~~~~~~
  943. 1 error generated.
  944. make[1]: *** [CMakeFiles/cmTC_36e7d.dir/build.make:66: CMakeFiles/cmTC_36e7d.dir/src.c.o] error 1
  945. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  946. make: *** [Makefile:121: cmTC_36e7d/fast] error 2
  947.  
  948.  
  949. Source file was:
  950.  
  951. #include <sys/types.h>
  952. #include <sys/socketvar.h>
  953. #include <sys/queue.h>
  954. #include <netinet/in.h>
  955. #include <netinet/ip.h>
  956. #include <netinet/ip_icmp.h>
  957. #include <netinet/icmp_var.h>
  958. int main(void) { return 0; }
  959.  
  960. Determining if the TCPS_ESTABLISHED exist failed with the following output:
  961. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  962.  
  963. Run Build Command(s):/usr/bin/make cmTC_a4acc/fast && /usr/bin/make -f CMakeFiles/cmTC_a4acc.dir/build.make CMakeFiles/cmTC_a4acc.dir/build
  964. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  965. Building C object CMakeFiles/cmTC_a4acc.dir/CheckSymbolExists.c.o
  966. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_a4acc.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  967. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: 'netinet/tcp_fsm.h' file not found
  968. #include <netinet/tcp_fsm.h>
  969. ^~~~~~~~~~~~~~~~~~~
  970. 1 error generated.
  971. make[1]: *** [CMakeFiles/cmTC_a4acc.dir/build.make:66: CMakeFiles/cmTC_a4acc.dir/CheckSymbolExists.c.o] error 1
  972. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  973. make: *** [Makefile:121: cmTC_a4acc/fast] error 2
  974.  
  975.  
  976. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  977. /* */
  978. #include <netinet/tcp_fsm.h>
  979.  
  980. int main(int argc, char** argv)
  981. {
  982. (void)argv;
  983. #ifndef TCPS_ESTABLISHED
  984. return ((int*)(&TCPS_ESTABLISHED))[argc];
  985. #else
  986. (void)argc;
  987. return 0;
  988. #endif
  989. }
  990. Determining size of struct rt_msghdr failed with the following output:
  991. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  992.  
  993. Run Build Command(s):/usr/bin/make cmTC_5edfc/fast && /usr/bin/make -f CMakeFiles/cmTC_5edfc.dir/build.make CMakeFiles/cmTC_5edfc.dir/build
  994. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  995. Building C object CMakeFiles/cmTC_5edfc.dir/HAVE_RT_MSGHDR.c.o
  996. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_5edfc.dir/HAVE_RT_MSGHDR.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c
  997. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:25:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr'
  998. ('0' + ((SIZE / 10000)%10)),
  999. ^~~~
  1000. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:15: note: expanded from macro 'SIZE'
  1001. #define SIZE (sizeof(struct rt_msghdr))
  1002. ^ ~~~~~~~~~~~~~~~~~~
  1003. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:25:12: note: forward declaration of 'struct rt_msghdr'
  1004. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:29: note: expanded from macro 'SIZE'
  1005. #define SIZE (sizeof(struct rt_msghdr))
  1006. ^
  1007. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:26:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr'
  1008. ('0' + ((SIZE / 1000)%10)),
  1009. ^~~~
  1010. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:15: note: expanded from macro 'SIZE'
  1011. #define SIZE (sizeof(struct rt_msghdr))
  1012. ^ ~~~~~~~~~~~~~~~~~~
  1013. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:25:12: note: forward declaration of 'struct rt_msghdr'
  1014. ('0' + ((SIZE / 10000)%10)),
  1015. ^
  1016. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:29: note: expanded from macro 'SIZE'
  1017. #define SIZE (sizeof(struct rt_msghdr))
  1018. ^
  1019. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:27:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr'
  1020. ('0' + ((SIZE / 100)%10)),
  1021. ^~~~
  1022. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:15: note: expanded from macro 'SIZE'
  1023. #define SIZE (sizeof(struct rt_msghdr))
  1024. ^ ~~~~~~~~~~~~~~~~~~
  1025. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:25:12: note: forward declaration of 'struct rt_msghdr'
  1026. ('0' + ((SIZE / 10000)%10)),
  1027. ^
  1028. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:29: note: expanded from macro 'SIZE'
  1029. #define SIZE (sizeof(struct rt_msghdr))
  1030. ^
  1031. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:28:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr'
  1032. ('0' + ((SIZE / 10)%10)),
  1033. ^~~~
  1034. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:15: note: expanded from macro 'SIZE'
  1035. #define SIZE (sizeof(struct rt_msghdr))
  1036. ^ ~~~~~~~~~~~~~~~~~~
  1037. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:25:12: note: forward declaration of 'struct rt_msghdr'
  1038. ('0' + ((SIZE / 10000)%10)),
  1039. ^
  1040. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:29: note: expanded from macro 'SIZE'
  1041. #define SIZE (sizeof(struct rt_msghdr))
  1042. ^
  1043. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:29:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr'
  1044. ('0' + (SIZE % 10)),
  1045. ^~~~
  1046. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:15: note: expanded from macro 'SIZE'
  1047. #define SIZE (sizeof(struct rt_msghdr))
  1048. ^ ~~~~~~~~~~~~~~~~~~
  1049. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:25:12: note: forward declaration of 'struct rt_msghdr'
  1050. ('0' + ((SIZE / 10000)%10)),
  1051. ^
  1052. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:29: note: expanded from macro 'SIZE'
  1053. #define SIZE (sizeof(struct rt_msghdr))
  1054. ^
  1055. 5 errors generated.
  1056. make[1]: *** [CMakeFiles/cmTC_5edfc.dir/build.make:66: CMakeFiles/cmTC_5edfc.dir/HAVE_RT_MSGHDR.c.o] error 1
  1057. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1058. make: *** [Makefile:121: cmTC_5edfc/fast] error 2
  1059.  
  1060.  
  1061. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:
  1062. #include "sys/types.h"
  1063. #include "net/if.h"
  1064. #include "net/route.h"
  1065.  
  1066.  
  1067. #undef KEY
  1068. #if defined(__i386)
  1069. # define KEY '_','_','i','3','8','6'
  1070. #elif defined(__x86_64)
  1071. # define KEY '_','_','x','8','6','_','6','4'
  1072. #elif defined(__ppc__)
  1073. # define KEY '_','_','p','p','c','_','_'
  1074. #elif defined(__ppc64__)
  1075. # define KEY '_','_','p','p','c','6','4','_','_'
  1076. #elif defined(__aarch64__)
  1077. # define KEY '_','_','a','a','r','c','h','6','4','_','_'
  1078. #elif defined(__ARM_ARCH_7A__)
  1079. # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
  1080. #elif defined(__ARM_ARCH_7S__)
  1081. # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
  1082. #endif
  1083.  
  1084. #define SIZE (sizeof(struct rt_msghdr))
  1085. static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  1086. ('0' + ((SIZE / 10000)%10)),
  1087. ('0' + ((SIZE / 1000)%10)),
  1088. ('0' + ((SIZE / 100)%10)),
  1089. ('0' + ((SIZE / 10)%10)),
  1090. ('0' + (SIZE % 10)),
  1091. ']',
  1092. #ifdef KEY
  1093. ' ','k','e','y','[', KEY, ']',
  1094. #endif
  1095. '\0'};
  1096.  
  1097. #ifdef __CLASSIC_C__
  1098. int main(argc, argv) int argc; char *argv[];
  1099. #else
  1100. int main(int argc, char *argv[])
  1101. #endif
  1102. {
  1103. int require = 0;
  1104. require += info_size[argc];
  1105. (void)argv;
  1106. return require;
  1107. }
  1108.  
  1109.  
  1110. Determining size of struct rt_msghdr2 failed with the following output:
  1111. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1112.  
  1113. Run Build Command(s):/usr/bin/make cmTC_b6707/fast && /usr/bin/make -f CMakeFiles/cmTC_b6707.dir/build.make CMakeFiles/cmTC_b6707.dir/build
  1114. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1115. Building C object CMakeFiles/cmTC_b6707.dir/HAVE_RT_MSGHDR2.c.o
  1116. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_b6707.dir/HAVE_RT_MSGHDR2.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c
  1117. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:25:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr2'
  1118. ('0' + ((SIZE / 10000)%10)),
  1119. ^~~~
  1120. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:15: note: expanded from macro 'SIZE'
  1121. #define SIZE (sizeof(struct rt_msghdr2))
  1122. ^ ~~~~~~~~~~~~~~~~~~~
  1123. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:25:12: note: forward declaration of 'struct rt_msghdr2'
  1124. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:29: note: expanded from macro 'SIZE'
  1125. #define SIZE (sizeof(struct rt_msghdr2))
  1126. ^
  1127. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:26:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr2'
  1128. ('0' + ((SIZE / 1000)%10)),
  1129. ^~~~
  1130. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:15: note: expanded from macro 'SIZE'
  1131. #define SIZE (sizeof(struct rt_msghdr2))
  1132. ^ ~~~~~~~~~~~~~~~~~~~
  1133. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:25:12: note: forward declaration of 'struct rt_msghdr2'
  1134. ('0' + ((SIZE / 10000)%10)),
  1135. ^
  1136. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:29: note: expanded from macro 'SIZE'
  1137. #define SIZE (sizeof(struct rt_msghdr2))
  1138. ^
  1139. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:27:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr2'
  1140. ('0' + ((SIZE / 100)%10)),
  1141. ^~~~
  1142. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:15: note: expanded from macro 'SIZE'
  1143. #define SIZE (sizeof(struct rt_msghdr2))
  1144. ^ ~~~~~~~~~~~~~~~~~~~
  1145. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:25:12: note: forward declaration of 'struct rt_msghdr2'
  1146. ('0' + ((SIZE / 10000)%10)),
  1147. ^
  1148. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:29: note: expanded from macro 'SIZE'
  1149. #define SIZE (sizeof(struct rt_msghdr2))
  1150. ^
  1151. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:28:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr2'
  1152. ('0' + ((SIZE / 10)%10)),
  1153. ^~~~
  1154. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:15: note: expanded from macro 'SIZE'
  1155. #define SIZE (sizeof(struct rt_msghdr2))
  1156. ^ ~~~~~~~~~~~~~~~~~~~
  1157. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:25:12: note: forward declaration of 'struct rt_msghdr2'
  1158. ('0' + ((SIZE / 10000)%10)),
  1159. ^
  1160. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:29: note: expanded from macro 'SIZE'
  1161. #define SIZE (sizeof(struct rt_msghdr2))
  1162. ^
  1163. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:29:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr2'
  1164. ('0' + (SIZE % 10)),
  1165. ^~~~
  1166. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:15: note: expanded from macro 'SIZE'
  1167. #define SIZE (sizeof(struct rt_msghdr2))
  1168. ^ ~~~~~~~~~~~~~~~~~~~
  1169. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:25:12: note: forward declaration of 'struct rt_msghdr2'
  1170. ('0' + ((SIZE / 10000)%10)),
  1171. ^
  1172. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:29: note: expanded from macro 'SIZE'
  1173. #define SIZE (sizeof(struct rt_msghdr2))
  1174. ^
  1175. 5 errors generated.
  1176. make[1]: *** [CMakeFiles/cmTC_b6707.dir/build.make:66: CMakeFiles/cmTC_b6707.dir/HAVE_RT_MSGHDR2.c.o] error 1
  1177. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1178. make: *** [Makefile:121: cmTC_b6707/fast] error 2
  1179.  
  1180.  
  1181. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:
  1182. #include "sys/types.h"
  1183. #include "net/if.h"
  1184. #include "net/route.h"
  1185.  
  1186.  
  1187. #undef KEY
  1188. #if defined(__i386)
  1189. # define KEY '_','_','i','3','8','6'
  1190. #elif defined(__x86_64)
  1191. # define KEY '_','_','x','8','6','_','6','4'
  1192. #elif defined(__ppc__)
  1193. # define KEY '_','_','p','p','c','_','_'
  1194. #elif defined(__ppc64__)
  1195. # define KEY '_','_','p','p','c','6','4','_','_'
  1196. #elif defined(__aarch64__)
  1197. # define KEY '_','_','a','a','r','c','h','6','4','_','_'
  1198. #elif defined(__ARM_ARCH_7A__)
  1199. # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
  1200. #elif defined(__ARM_ARCH_7S__)
  1201. # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
  1202. #endif
  1203.  
  1204. #define SIZE (sizeof(struct rt_msghdr2))
  1205. static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  1206. ('0' + ((SIZE / 10000)%10)),
  1207. ('0' + ((SIZE / 1000)%10)),
  1208. ('0' + ((SIZE / 100)%10)),
  1209. ('0' + ((SIZE / 10)%10)),
  1210. ('0' + (SIZE % 10)),
  1211. ']',
  1212. #ifdef KEY
  1213. ' ','k','e','y','[', KEY, ']',
  1214. #endif
  1215. '\0'};
  1216.  
  1217. #ifdef __CLASSIC_C__
  1218. int main(argc, argv) int argc; char *argv[];
  1219. #else
  1220. int main(int argc, char *argv[])
  1221. #endif
  1222. {
  1223. int require = 0;
  1224. require += info_size[argc];
  1225. (void)argv;
  1226. return require;
  1227. }
  1228.  
  1229.  
  1230. Determining size of struct if_msghdr2 failed with the following output:
  1231. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1232.  
  1233. Run Build Command(s):/usr/bin/make cmTC_b9f38/fast && /usr/bin/make -f CMakeFiles/cmTC_b9f38.dir/build.make CMakeFiles/cmTC_b9f38.dir/build
  1234. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1235. Building C object CMakeFiles/cmTC_b9f38.dir/HAVE_IF_MSGHDR2.c.o
  1236. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_b9f38.dir/HAVE_IF_MSGHDR2.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c
  1237. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:23:12: error: invalid application of 'sizeof' to an incomplete type 'struct if_msghdr2'
  1238. ('0' + ((SIZE / 10000)%10)),
  1239. ^~~~
  1240. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:15: note: expanded from macro 'SIZE'
  1241. #define SIZE (sizeof(struct if_msghdr2))
  1242. ^ ~~~~~~~~~~~~~~~~~~~
  1243. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:23:12: note: forward declaration of 'struct if_msghdr2'
  1244. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:29: note: expanded from macro 'SIZE'
  1245. #define SIZE (sizeof(struct if_msghdr2))
  1246. ^
  1247. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:24:12: error: invalid application of 'sizeof' to an incomplete type 'struct if_msghdr2'
  1248. ('0' + ((SIZE / 1000)%10)),
  1249. ^~~~
  1250. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:15: note: expanded from macro 'SIZE'
  1251. #define SIZE (sizeof(struct if_msghdr2))
  1252. ^ ~~~~~~~~~~~~~~~~~~~
  1253. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:23:12: note: forward declaration of 'struct if_msghdr2'
  1254. ('0' + ((SIZE / 10000)%10)),
  1255. ^
  1256. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:29: note: expanded from macro 'SIZE'
  1257. #define SIZE (sizeof(struct if_msghdr2))
  1258. ^
  1259. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:25:12: error: invalid application of 'sizeof' to an incomplete type 'struct if_msghdr2'
  1260. ('0' + ((SIZE / 100)%10)),
  1261. ^~~~
  1262. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:15: note: expanded from macro 'SIZE'
  1263. #define SIZE (sizeof(struct if_msghdr2))
  1264. ^ ~~~~~~~~~~~~~~~~~~~
  1265. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:23:12: note: forward declaration of 'struct if_msghdr2'
  1266. ('0' + ((SIZE / 10000)%10)),
  1267. ^
  1268. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:29: note: expanded from macro 'SIZE'
  1269. #define SIZE (sizeof(struct if_msghdr2))
  1270. ^
  1271. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:26:12: error: invalid application of 'sizeof' to an incomplete type 'struct if_msghdr2'
  1272. ('0' + ((SIZE / 10)%10)),
  1273. ^~~~
  1274. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:15: note: expanded from macro 'SIZE'
  1275. #define SIZE (sizeof(struct if_msghdr2))
  1276. ^ ~~~~~~~~~~~~~~~~~~~
  1277. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:23:12: note: forward declaration of 'struct if_msghdr2'
  1278. ('0' + ((SIZE / 10000)%10)),
  1279. ^
  1280. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:29: note: expanded from macro 'SIZE'
  1281. #define SIZE (sizeof(struct if_msghdr2))
  1282. ^
  1283. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:27:12: error: invalid application of 'sizeof' to an incomplete type 'struct if_msghdr2'
  1284. ('0' + (SIZE % 10)),
  1285. ^~~~
  1286. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:15: note: expanded from macro 'SIZE'
  1287. #define SIZE (sizeof(struct if_msghdr2))
  1288. ^ ~~~~~~~~~~~~~~~~~~~
  1289. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:23:12: note: forward declaration of 'struct if_msghdr2'
  1290. ('0' + ((SIZE / 10000)%10)),
  1291. ^
  1292. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:29: note: expanded from macro 'SIZE'
  1293. #define SIZE (sizeof(struct if_msghdr2))
  1294. ^
  1295. 5 errors generated.
  1296. make[1]: *** [CMakeFiles/cmTC_b9f38.dir/build.make:66: CMakeFiles/cmTC_b9f38.dir/HAVE_IF_MSGHDR2.c.o] error 1
  1297. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1298. make: *** [Makefile:121: cmTC_b9f38/fast] error 2
  1299.  
  1300.  
  1301. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:
  1302. #include "net/if.h"
  1303.  
  1304.  
  1305. #undef KEY
  1306. #if defined(__i386)
  1307. # define KEY '_','_','i','3','8','6'
  1308. #elif defined(__x86_64)
  1309. # define KEY '_','_','x','8','6','_','6','4'
  1310. #elif defined(__ppc__)
  1311. # define KEY '_','_','p','p','c','_','_'
  1312. #elif defined(__ppc64__)
  1313. # define KEY '_','_','p','p','c','6','4','_','_'
  1314. #elif defined(__aarch64__)
  1315. # define KEY '_','_','a','a','r','c','h','6','4','_','_'
  1316. #elif defined(__ARM_ARCH_7A__)
  1317. # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
  1318. #elif defined(__ARM_ARCH_7S__)
  1319. # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
  1320. #endif
  1321.  
  1322. #define SIZE (sizeof(struct if_msghdr2))
  1323. static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  1324. ('0' + ((SIZE / 10000)%10)),
  1325. ('0' + ((SIZE / 1000)%10)),
  1326. ('0' + ((SIZE / 100)%10)),
  1327. ('0' + ((SIZE / 10)%10)),
  1328. ('0' + (SIZE % 10)),
  1329. ']',
  1330. #ifdef KEY
  1331. ' ','k','e','y','[', KEY, ']',
  1332. #endif
  1333. '\0'};
  1334.  
  1335. #ifdef __CLASSIC_C__
  1336. int main(argc, argv) int argc; char *argv[];
  1337. #else
  1338. int main(int argc, char *argv[])
  1339. #endif
  1340. {
  1341. int require = 0;
  1342. require += info_size[argc];
  1343. (void)argv;
  1344. return require;
  1345. }
  1346.  
  1347.  
  1348. Determining if files sys/types.h;sys/sysctl.h exist failed with the following output:
  1349. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1350.  
  1351. Run Build Command(s):/usr/bin/make cmTC_c1ecb/fast && /usr/bin/make -f CMakeFiles/cmTC_c1ecb.dir/build.make CMakeFiles/cmTC_c1ecb.dir/build
  1352. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1353. Building C object CMakeFiles/cmTC_c1ecb.dir/HAVE_SYS_SYSCTL_H.c.o
  1354. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_c1ecb.dir/HAVE_SYS_SYSCTL_H.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SYSCTL_H.c
  1355. In file included from /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SYSCTL_H.c:3:
  1356. /usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: error: "The <sys/sysctl.h> header is deprecated and will be removed." [-Werror,-W#warnings]
  1357. #warning "The <sys/sysctl.h> header is deprecated and will be removed."
  1358. ^
  1359. 1 error generated.
  1360. make[1]: *** [CMakeFiles/cmTC_c1ecb.dir/build.make:66: CMakeFiles/cmTC_c1ecb.dir/HAVE_SYS_SYSCTL_H.c.o] error 1
  1361. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1362. make: *** [Makefile:121: cmTC_c1ecb/fast] error 2
  1363.  
  1364.  
  1365. Source:
  1366. /* */
  1367. #include <sys/types.h>
  1368. #include <sys/sysctl.h>
  1369.  
  1370.  
  1371. int main(void){return 0;}
  1372.  
  1373. Determining if files sys/filio.h exist failed with the following output:
  1374. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1375.  
  1376. Run Build Command(s):/usr/bin/make cmTC_99ca4/fast && /usr/bin/make -f CMakeFiles/cmTC_99ca4.dir/build.make CMakeFiles/cmTC_99ca4.dir/build
  1377. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1378. Building C object CMakeFiles/cmTC_99ca4.dir/HAVE_SYS_FILIO_H.c.o
  1379. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_99ca4.dir/HAVE_SYS_FILIO_H.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c
  1380. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c:2:10: fatal error: 'sys/filio.h' file not found
  1381. #include <sys/filio.h>
  1382. ^~~~~~~~~~~~~
  1383. 1 error generated.
  1384. make[1]: *** [CMakeFiles/cmTC_99ca4.dir/build.make:66: CMakeFiles/cmTC_99ca4.dir/HAVE_SYS_FILIO_H.c.o] error 1
  1385. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1386. make: *** [Makefile:121: cmTC_99ca4/fast] error 2
  1387.  
  1388.  
  1389. Source:
  1390. /* */
  1391. #include <sys/filio.h>
  1392.  
  1393.  
  1394. int main(void){return 0;}
  1395.  
  1396. Determining if files sys/mntent.h exist failed with the following output:
  1397. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1398.  
  1399. Run Build Command(s):/usr/bin/make cmTC_dbefd/fast && /usr/bin/make -f CMakeFiles/cmTC_dbefd.dir/build.make CMakeFiles/cmTC_dbefd.dir/build
  1400. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1401. Building C object CMakeFiles/cmTC_dbefd.dir/HAVE_SYS_MNTENT_H.c.o
  1402. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_dbefd.dir/HAVE_SYS_MNTENT_H.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MNTENT_H.c
  1403. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MNTENT_H.c:2:10: fatal error: 'sys/mntent.h' file not found
  1404. #include <sys/mntent.h>
  1405. ^~~~~~~~~~~~~~
  1406. 1 error generated.
  1407. make[1]: *** [CMakeFiles/cmTC_dbefd.dir/build.make:66: CMakeFiles/cmTC_dbefd.dir/HAVE_SYS_MNTENT_H.c.o] error 1
  1408. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1409. make: *** [Makefile:121: cmTC_dbefd/fast] error 2
  1410.  
  1411.  
  1412. Source:
  1413. /* */
  1414. #include <sys/mntent.h>
  1415.  
  1416.  
  1417. int main(void){return 0;}
  1418.  
  1419. Determining if files stdint.h;net/if_media.h exist failed with the following output:
  1420. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1421.  
  1422. Run Build Command(s):/usr/bin/make cmTC_ecd9b/fast && /usr/bin/make -f CMakeFiles/cmTC_ecd9b.dir/build.make CMakeFiles/cmTC_ecd9b.dir/build
  1423. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1424. Building C object CMakeFiles/cmTC_ecd9b.dir/HAVE_NET_IFMEDIA_H.c.o
  1425. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_ecd9b.dir/HAVE_NET_IFMEDIA_H.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_NET_IFMEDIA_H.c
  1426. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_NET_IFMEDIA_H.c:3:10: fatal error: 'net/if_media.h' file not found
  1427. #include <net/if_media.h>
  1428. ^~~~~~~~~~~~~~~~
  1429. 1 error generated.
  1430. make[1]: *** [CMakeFiles/cmTC_ecd9b.dir/build.make:66: CMakeFiles/cmTC_ecd9b.dir/HAVE_NET_IFMEDIA_H.c.o] error 1
  1431. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1432. make: *** [Makefile:121: cmTC_ecd9b/fast] error 2
  1433.  
  1434.  
  1435. Source:
  1436. /* */
  1437. #include <stdint.h>
  1438. #include <net/if_media.h>
  1439.  
  1440.  
  1441. int main(void){return 0;}
  1442.  
  1443. Determining if files IOKit/serial/ioss.h exist failed with the following output:
  1444. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1445.  
  1446. Run Build Command(s):/usr/bin/make cmTC_c96d9/fast && /usr/bin/make -f CMakeFiles/cmTC_c96d9.dir/build.make CMakeFiles/cmTC_c96d9.dir/build
  1447. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1448. Building C object CMakeFiles/cmTC_c96d9.dir/HAVE_IOSS_H.c.o
  1449. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_c96d9.dir/HAVE_IOSS_H.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_IOSS_H.c
  1450. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_IOSS_H.c:2:10: fatal error: 'IOKit/serial/ioss.h' file not found
  1451. #include <IOKit/serial/ioss.h>
  1452. ^~~~~~~~~~~~~~~~~~~~~
  1453. 1 error generated.
  1454. make[1]: *** [CMakeFiles/cmTC_c96d9.dir/build.make:66: CMakeFiles/cmTC_c96d9.dir/HAVE_IOSS_H.c.o] error 1
  1455. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1456. make: *** [Makefile:121: cmTC_c96d9/fast] error 2
  1457.  
  1458.  
  1459. Source:
  1460. /* */
  1461. #include <IOKit/serial/ioss.h>
  1462.  
  1463.  
  1464. int main(void){return 0;}
  1465.  
  1466. Determining if the getpeereid exist failed with the following output:
  1467. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1468.  
  1469. Run Build Command(s):/usr/bin/make cmTC_40284/fast && /usr/bin/make -f CMakeFiles/cmTC_40284.dir/build.make CMakeFiles/cmTC_40284.dir/build
  1470. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1471. Building C object CMakeFiles/cmTC_40284.dir/CheckSymbolExists.c.o
  1472. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_40284.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  1473. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'getpeereid'
  1474. return ((int*)(&getpeereid))[argc];
  1475. ^
  1476. 1 error generated.
  1477. make[1]: *** [CMakeFiles/cmTC_40284.dir/build.make:66: CMakeFiles/cmTC_40284.dir/CheckSymbolExists.c.o] error 1
  1478. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1479. make: *** [Makefile:121: cmTC_40284/fast] error 2
  1480.  
  1481.  
  1482. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  1483. /* */
  1484. #include <unistd.h>
  1485.  
  1486. int main(int argc, char** argv)
  1487. {
  1488. (void)argv;
  1489. #ifndef getpeereid
  1490. return ((int*)(&getpeereid))[argc];
  1491. #else
  1492. (void)argc;
  1493. return 0;
  1494. #endif
  1495. }
  1496. Determining if files GSS/GSS.h exist failed with the following output:
  1497. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1498.  
  1499. Run Build Command(s):/usr/bin/make cmTC_3af61/fast && /usr/bin/make -f CMakeFiles/cmTC_3af61.dir/build.make CMakeFiles/cmTC_3af61.dir/build
  1500. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1501. Building C object CMakeFiles/cmTC_3af61.dir/HAVE_GSSFW_HEADERS.c.o
  1502. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_3af61.dir/HAVE_GSSFW_HEADERS.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_GSSFW_HEADERS.c
  1503. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_GSSFW_HEADERS.c:2:10: fatal error: 'GSS/GSS.h' file not found
  1504. #include <GSS/GSS.h>
  1505. ^~~~~~~~~~~
  1506. 1 error generated.
  1507. make[1]: *** [CMakeFiles/cmTC_3af61.dir/build.make:66: CMakeFiles/cmTC_3af61.dir/HAVE_GSSFW_HEADERS.c.o] error 1
  1508. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1509. make: *** [Makefile:121: cmTC_3af61/fast] error 2
  1510.  
  1511.  
  1512. Source:
  1513. /* */
  1514. #include <GSS/GSS.h>
  1515.  
  1516.  
  1517. int main(void){return 0;}
  1518.  
  1519. Determining if the GSS_SPNEGO_MECHANISM exist failed with the following output:
  1520. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1521.  
  1522. Run Build Command(s):/usr/bin/make cmTC_2819e/fast && /usr/bin/make -f CMakeFiles/cmTC_2819e.dir/build.make CMakeFiles/cmTC_2819e.dir/build
  1523. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1524. Building C object CMakeFiles/cmTC_2819e.dir/CheckSymbolExists.c.o
  1525. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_2819e.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  1526. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: 'gssapi/gssapi.h' file not found
  1527. #include <gssapi/gssapi.h>
  1528. ^~~~~~~~~~~~~~~~~
  1529. 1 error generated.
  1530. make[1]: *** [CMakeFiles/cmTC_2819e.dir/build.make:66: CMakeFiles/cmTC_2819e.dir/CheckSymbolExists.c.o] error 1
  1531. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1532. make: *** [Makefile:121: cmTC_2819e/fast] error 2
  1533.  
  1534.  
  1535. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  1536. /* */
  1537. #include <gssapi/gssapi.h>
  1538.  
  1539. int main(int argc, char** argv)
  1540. {
  1541. (void)argv;
  1542. #ifndef GSS_SPNEGO_MECHANISM
  1543. return ((int*)(&GSS_SPNEGO_MECHANISM))[argc];
  1544. #else
  1545. (void)argc;
  1546. return 0;
  1547. #endif
  1548. }
  1549. Determining if the GSS_KRB5_CRED_NO_CI_FLAGS_X exist failed with the following output:
  1550. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1551.  
  1552. Run Build Command(s):/usr/bin/make cmTC_15545/fast && /usr/bin/make -f CMakeFiles/cmTC_15545.dir/build.make CMakeFiles/cmTC_15545.dir/build
  1553. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1554. Building C object CMakeFiles/cmTC_15545.dir/CheckSymbolExists.c.o
  1555. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_15545.dir/CheckSymbolExists.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  1556. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: 'gssapi/gssapi_krb5.h' file not found
  1557. #include <gssapi/gssapi_krb5.h>
  1558. ^~~~~~~~~~~~~~~~~~~~~~
  1559. 1 error generated.
  1560. make[1]: *** [CMakeFiles/cmTC_15545.dir/build.make:66: CMakeFiles/cmTC_15545.dir/CheckSymbolExists.c.o] error 1
  1561. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1562. make: *** [Makefile:121: cmTC_15545/fast] error 2
  1563.  
  1564.  
  1565. File /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  1566. /* */
  1567. #include <gssapi/gssapi_krb5.h>
  1568.  
  1569. int main(int argc, char** argv)
  1570. {
  1571. (void)argv;
  1572. #ifndef GSS_KRB5_CRED_NO_CI_FLAGS_X
  1573. return ((int*)(&GSS_KRB5_CRED_NO_CI_FLAGS_X))[argc];
  1574. #else
  1575. (void)argc;
  1576. return 0;
  1577. #endif
  1578. }
  1579. Determining if files crt_externs.h exist failed with the following output:
  1580. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1581.  
  1582. Run Build Command(s):/usr/bin/make cmTC_6ecf6/fast && /usr/bin/make -f CMakeFiles/cmTC_6ecf6.dir/build.make CMakeFiles/cmTC_6ecf6.dir/build
  1583. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1584. Building C object CMakeFiles/cmTC_6ecf6.dir/HAVE_CRT_EXTERNS_H.c.o
  1585. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_6ecf6.dir/HAVE_CRT_EXTERNS_H.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_CRT_EXTERNS_H.c
  1586. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CheckIncludeFiles/HAVE_CRT_EXTERNS_H.c:2:10: fatal error: 'crt_externs.h' file not found
  1587. #include <crt_externs.h>
  1588. ^~~~~~~~~~~~~~~
  1589. 1 error generated.
  1590. make[1]: *** [CMakeFiles/cmTC_6ecf6.dir/build.make:66: CMakeFiles/cmTC_6ecf6.dir/HAVE_CRT_EXTERNS_H.c.o] error 1
  1591. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1592. make: *** [Makefile:121: cmTC_6ecf6/fast] error 2
  1593.  
  1594.  
  1595. Source:
  1596. /* */
  1597. #include <crt_externs.h>
  1598.  
  1599.  
  1600. int main(void){return 0;}
  1601.  
  1602. Performing C SOURCE FILE Test HAVE_TCP_H_TCP_KEEPALIVE failed with the following output:
  1603. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1604.  
  1605. Run Build Command(s):/usr/bin/make cmTC_7108e/fast && /usr/bin/make -f CMakeFiles/cmTC_7108e.dir/build.make CMakeFiles/cmTC_7108e.dir/build
  1606. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1607. Building C object CMakeFiles/cmTC_7108e.dir/src.c.o
  1608. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_TCP_H_TCP_KEEPALIVE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_7108e.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  1609. /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c:5:17: error: use of undeclared identifier 'TCP_KEEPALIVE'
  1610. int x = TCP_KEEPALIVE;
  1611. ^
  1612. 1 error generated.
  1613. make[1]: *** [CMakeFiles/cmTC_7108e.dir/build.make:66: CMakeFiles/cmTC_7108e.dir/src.c.o] error 1
  1614. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1615. make: *** [Makefile:121: cmTC_7108e/fast] error 2
  1616.  
  1617.  
  1618. Source file was:
  1619.  
  1620. #include <netinet/tcp.h>
  1621. int main(void)
  1622. {
  1623. int x = TCP_KEEPALIVE;
  1624. return x;
  1625. }
  1626.  
  1627. Performing C SOURCE FILE Test HAVE_BUILTIN_MUL_OVERFLOW failed with the following output:
  1628. Change Dir: /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp
  1629.  
  1630. Run Build Command(s):/usr/bin/make cmTC_839f5/fast && /usr/bin/make -f CMakeFiles/cmTC_839f5.dir/build.make CMakeFiles/cmTC_839f5.dir/build
  1631. make[1]: Entering to directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1632. Building C object CMakeFiles/cmTC_839f5.dir/src.c.o
  1633. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_BUILTIN_MUL_OVERFLOW -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -o CMakeFiles/cmTC_839f5.dir/src.c.o -c /home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp/src.c
  1634. Linking C executable cmTC_839f5
  1635. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_839f5.dir/link.txt --verbose=1
  1636. /usr/bin/clang-6.0 -std=gnu99 -D_GNU_SOURCE -DHAVE_BUILTIN_MUL_OVERFLOW -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -pie -Wl,--build-id=sha1 -Wl,-z,relro,-z,now -pie -Wl,--build-id=sha1 -Wl,-z,relro,-z,now CMakeFiles/cmTC_839f5.dir/src.c.o -o cmTC_839f5
  1637. /usr/bin/ld: CMakeFiles/cmTC_839f5.dir/src.c.o: in function `main':
  1638. src.c:(.text+0x2c): undefined reference to `__muloti4'
  1639. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1640. make[1]: *** [CMakeFiles/cmTC_839f5.dir/build.make:87: cmTC_839f5] error 1
  1641. make[1]: leaving directory '/home/mdev/Desktop/runtime/artifacts/obj/coreclr/Linux.x64.Debug/CMakeFiles/CMakeTmp'
  1642. make: *** [Makefile:121: cmTC_839f5/fast] error 2
  1643.  
  1644.  
  1645. Source file was:
  1646.  
  1647. #include <unistd.h>
  1648. int main(void)
  1649. {
  1650. size_t result;
  1651. (void)__builtin_mul_overflow(0, 0, &result);
  1652. }
  1653.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement