Kurausukun

CMakeError.log

Oct 17th, 2021
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.76 KB | None | 0 0
  1. Performing C++ SOURCE FILE Test TEST_enable_new_dtags failed with the following output:
  2. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_12646 && [1/2] Building CXX object CMakeFiles/cmTC_12646.dir/src.cxx.obj
  5.  
  6. [2/2] Linking CXX executable cmTC_12646.exe
  7.  
  8. FAILED: cmTC_12646.exe
  9.  
  10. cmd.exe /C "cd . && C:\msys64\mingw64\bin\c++.exe -Wl,--enable-new-dtags CMakeFiles/cmTC_12646.dir/src.cxx.obj -o cmTC_12646.exe -Wl,--out-implib,libcmTC_12646.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
  11.  
  12. C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: unrecognized option '--enable-new-dtags'
  13.  
  14. C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: use the --help option for usage information
  15.  
  16. collect2.exe: error: ld returned 1 exit status
  17. ninja: build stopped: subcommand failed.
  18.  
  19.  
  20.  
  21. Source file was:
  22. int main() { return 0; }
  23. Performing C++ SOURCE FILE Test TEST_gdb_index failed with the following output:
  24. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  25.  
  26. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_46cb9 && [1/2] Building CXX object CMakeFiles/cmTC_46cb9.dir/src.cxx.obj
  27.  
  28. [2/2] Linking CXX executable cmTC_46cb9.exe
  29.  
  30. FAILED: cmTC_46cb9.exe
  31.  
  32. cmd.exe /C "cd . && C:\msys64\mingw64\bin\c++.exe -Wl,--gdb-index CMakeFiles/cmTC_46cb9.dir/src.cxx.obj -o cmTC_46cb9.exe -Wl,--out-implib,libcmTC_46cb9.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
  33.  
  34. C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: unrecognized option '--gdb-index'
  35.  
  36. C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: use the --help option for usage information
  37.  
  38. collect2.exe: error: ld returned 1 exit status
  39. ninja: build stopped: subcommand failed.
  40.  
  41.  
  42.  
  43. Source file was:
  44. int main() { return 0; }
  45. Performing C++ SOURCE FILE Test HAVE_posix_fallocate failed with the following output:
  46. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  47.  
  48. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_e8c06 && [1/2] Building CXX object CMakeFiles/cmTC_e8c06.dir/src.cxx.obj
  49.  
  50. FAILED: CMakeFiles/cmTC_e8c06.dir/src.cxx.obj
  51.  
  52. C:\msys64\mingw64\bin\c++.exe -DHAVE_posix_fallocate -std=gnu++17 -o CMakeFiles/cmTC_e8c06.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  53.  
  54. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  55. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:7:8: error: 'posix_fallocate' was not declared in this scope; did you mean 'HAVE_posix_fallocate'?
  56. 7 | (void) posix_fallocate(0, 0, 0);
  57. | ^~~~~~~~~~~~~~~
  58. | HAVE_posix_fallocate
  59. ninja: build stopped: subcommand failed.
  60.  
  61.  
  62.  
  63. Source file was:
  64. #include <fcntl.h>
  65. #include <unistd.h>
  66.  
  67. int main(void)
  68. {
  69. /* BEGIN TEST: */
  70. (void) posix_fallocate(0, 0, 0);
  71. /* END TEST: */
  72. return 0;
  73. }
  74.  
  75. Performing C++ SOURCE FILE Test HAVE_alloca_h failed with the following output:
  76. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  77.  
  78. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_f4ee6 && [1/2] Building CXX object CMakeFiles/cmTC_f4ee6.dir/src.cxx.obj
  79.  
  80. FAILED: CMakeFiles/cmTC_f4ee6.dir/src.cxx.obj
  81.  
  82. C:\msys64\mingw64\bin\c++.exe -DHAVE_alloca_h -std=gnu++17 -o CMakeFiles/cmTC_f4ee6.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  83.  
  84. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: alloca.h: No such file or directory
  85. 1 | #include <alloca.h>
  86. | ^~~~~~~~~~
  87. compilation terminated.
  88.  
  89. ninja: build stopped: subcommand failed.
  90.  
  91.  
  92.  
  93. Source file was:
  94. #include <alloca.h>
  95. #ifdef __QNXNTO__
  96. // extra include needed in QNX7 to define NULL for the alloca() macro
  97. # include <stddef.h>
  98. #endif
  99.  
  100. int main(void)
  101. {
  102. /* BEGIN TEST: */
  103. alloca(1);
  104. /* END TEST: */
  105. return 0;
  106. }
  107.  
  108. Performing C++ SOURCE FILE Test HAVE_intelcet failed with the following output:
  109. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  110.  
  111. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_edab7 && [1/2] Building CXX object CMakeFiles/cmTC_edab7.dir/src.cxx.obj
  112.  
  113. FAILED: CMakeFiles/cmTC_edab7.dir/src.cxx.obj
  114.  
  115. C:\msys64\mingw64\bin\c++.exe -DHAVE_intelcet -std=gnu++17 -o CMakeFiles/cmTC_edab7.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  116.  
  117. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:5:4: error: #error Intel CET not available
  118. 5 | # error Intel CET not available
  119. | ^~~~~
  120. ninja: build stopped: subcommand failed.
  121.  
  122.  
  123.  
  124. Source file was:
  125. int main(void)
  126. {
  127. /* BEGIN TEST: */
  128. #if !defined(__CET__)
  129. # error Intel CET not available
  130. #endif
  131. /* END TEST: */
  132. return 0;
  133. }
  134.  
  135. Performing C++ SOURCE FILE Test HAVE_cloexec failed with the following output:
  136. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  137.  
  138. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_4dac2 && [1/2] Building CXX object CMakeFiles/cmTC_4dac2.dir/src.cxx.obj
  139.  
  140. FAILED: CMakeFiles/cmTC_4dac2.dir/src.cxx.obj
  141.  
  142. C:\msys64\mingw64\bin\c++.exe -DHAVE_cloexec -std=gnu++17 -o CMakeFiles/cmTC_4dac2.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  143.  
  144. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:3:10: fatal error: sys/socket.h: No such file or directory
  145. 3 | #include <sys/socket.h>
  146. | ^~~~~~~~~~~~~~
  147. compilation terminated.
  148.  
  149. ninja: build stopped: subcommand failed.
  150.  
  151.  
  152.  
  153. Source file was:
  154. #define _GNU_SOURCE 1
  155. #include <sys/types.h>
  156. #include <sys/socket.h>
  157. #include <fcntl.h>
  158. #include <unistd.h>
  159.  
  160. int main(void)
  161. {
  162. /* BEGIN TEST: */
  163. int pipes[2];
  164. (void) pipe2(pipes, O_CLOEXEC | O_NONBLOCK);
  165. (void) fcntl(0, F_DUPFD_CLOEXEC, 0);
  166. (void) dup3(0, 3, O_CLOEXEC);
  167. #if defined(__NetBSD__)
  168. (void) paccept(0, 0, 0, NULL, SOCK_CLOEXEC | SOCK_NONBLOCK);
  169. #else
  170. (void) accept4(0, 0, 0, SOCK_CLOEXEC | SOCK_NONBLOCK);
  171. #endif
  172. /* END TEST: */
  173. return 0;
  174. }
  175.  
  176. Performing C++ SOURCE FILE Test HAVE_eventfd failed with the following output:
  177. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  178.  
  179. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_2b3f4 && [1/2] Building CXX object CMakeFiles/cmTC_2b3f4.dir/src.cxx.obj
  180.  
  181. FAILED: CMakeFiles/cmTC_2b3f4.dir/src.cxx.obj
  182.  
  183. C:\msys64\mingw64\bin\c++.exe -DHAVE_eventfd -std=gnu++17 -o CMakeFiles/cmTC_2b3f4.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  184.  
  185. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: sys/eventfd.h: No such file or directory
  186. 1 | #include <sys/eventfd.h>
  187. | ^~~~~~~~~~~~~~~
  188. compilation terminated.
  189.  
  190. ninja: build stopped: subcommand failed.
  191.  
  192.  
  193.  
  194. Source file was:
  195. #include <sys/eventfd.h>
  196.  
  197. int main(void)
  198. {
  199. /* BEGIN TEST: */
  200. eventfd_t value;
  201. int fd = eventfd(0, EFD_CLOEXEC);
  202. eventfd_read(fd, &value);
  203. eventfd_write(fd, value);
  204. /* END TEST: */
  205. return 0;
  206. }
  207.  
  208. Performing C++ SOURCE FILE Test HAVE_futimens failed with the following output:
  209. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  210.  
  211. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_42b71 && [1/2] Building CXX object CMakeFiles/cmTC_42b71.dir/src.cxx.obj
  212.  
  213. FAILED: CMakeFiles/cmTC_42b71.dir/src.cxx.obj
  214.  
  215. C:\msys64\mingw64\bin\c++.exe -DHAVE_futimens -std=gnu++17 -o CMakeFiles/cmTC_42b71.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  216.  
  217. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  218. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:6:1: error: 'futimens' was not declared in this scope
  219. 6 | futimens(-1, 0);
  220. | ^~~~~~~~
  221. ninja: build stopped: subcommand failed.
  222.  
  223.  
  224.  
  225. Source file was:
  226. #include <sys/stat.h>
  227.  
  228. int main(void)
  229. {
  230. /* BEGIN TEST: */
  231. futimens(-1, 0);
  232. /* END TEST: */
  233. return 0;
  234. }
  235.  
  236. Performing C++ SOURCE FILE Test HAVE_futimes failed with the following output:
  237. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  238.  
  239. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_c41ad && [1/2] Building CXX object CMakeFiles/cmTC_c41ad.dir/src.cxx.obj
  240.  
  241. FAILED: CMakeFiles/cmTC_c41ad.dir/src.cxx.obj
  242.  
  243. C:\msys64\mingw64\bin\c++.exe -DHAVE_futimes -std=gnu++17 -o CMakeFiles/cmTC_c41ad.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  244.  
  245. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  246. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:6:1: error: 'futimes' was not declared in this scope; did you mean 'ftime'?
  247. 6 | futimes(-1, 0);
  248. | ^~~~~~~
  249. | ftime
  250. ninja: build stopped: subcommand failed.
  251.  
  252.  
  253.  
  254. Source file was:
  255. #include <sys/time.h>
  256.  
  257. int main(void)
  258. {
  259. /* BEGIN TEST: */
  260. futimes(-1, 0);
  261. /* END TEST: */
  262. return 0;
  263. }
  264.  
  265. Performing C++ SOURCE FILE Test HAVE_getauxval failed with the following output:
  266. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  267.  
  268. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_a4c78 && [1/2] Building CXX object CMakeFiles/cmTC_a4c78.dir/src.cxx.obj
  269.  
  270. FAILED: CMakeFiles/cmTC_a4c78.dir/src.cxx.obj
  271.  
  272. C:\msys64\mingw64\bin\c++.exe -DHAVE_getauxval -std=gnu++17 -o CMakeFiles/cmTC_a4c78.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  273.  
  274. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: sys/auxv.h: No such file or directory
  275. 1 | #include <sys/auxv.h>
  276. | ^~~~~~~~~~~~
  277. compilation terminated.
  278.  
  279. ninja: build stopped: subcommand failed.
  280.  
  281.  
  282.  
  283. Source file was:
  284. #include <sys/auxv.h>
  285.  
  286. int main(void)
  287. {
  288. /* BEGIN TEST: */
  289. (void) getauxval(AT_NULL);
  290. /* END TEST: */
  291. return 0;
  292. }
  293.  
  294. Performing C++ SOURCE FILE Test HAVE_getentropy failed with the following output:
  295. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  296.  
  297. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_aa77e && [1/2] Building CXX object CMakeFiles/cmTC_aa77e.dir/src.cxx.obj
  298.  
  299. FAILED: CMakeFiles/cmTC_aa77e.dir/src.cxx.obj
  300.  
  301. C:\msys64\mingw64\bin\c++.exe -DHAVE_getentropy -std=gnu++17 -o CMakeFiles/cmTC_aa77e.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  302.  
  303. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  304. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:7:8: error: 'getentropy' was not declared in this scope
  305. 7 | (void) getentropy(buf, sizeof(buf));
  306. | ^~~~~~~~~~
  307. ninja: build stopped: subcommand failed.
  308.  
  309.  
  310.  
  311. Source file was:
  312. #include <unistd.h>
  313.  
  314. int main(void)
  315. {
  316. /* BEGIN TEST: */
  317. char buf[32];
  318. (void) getentropy(buf, sizeof(buf));
  319. /* END TEST: */
  320. return 0;
  321. }
  322.  
  323. Performing C++ SOURCE FILE Test HAVE_glibc failed with the following output:
  324. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  325.  
  326. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_aef4b && [1/2] Building CXX object CMakeFiles/cmTC_aef4b.dir/src.cxx.obj
  327.  
  328. FAILED: CMakeFiles/cmTC_aef4b.dir/src.cxx.obj
  329.  
  330. C:\msys64\mingw64\bin\c++.exe -DHAVE_glibc -std=gnu++17 -o CMakeFiles/cmTC_aef4b.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  331.  
  332. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  333. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:6:8: error: '__GLIBC__' was not declared in this scope; did you mean '__LINE__'?
  334. 6 | return __GLIBC__;
  335. | ^~~~~~~~~
  336. | __LINE__
  337. ninja: build stopped: subcommand failed.
  338.  
  339.  
  340.  
  341. Source file was:
  342. #include <stdlib.h>
  343.  
  344. int main(void)
  345. {
  346. /* BEGIN TEST: */
  347. return __GLIBC__;
  348. /* END TEST: */
  349. return 0;
  350. }
  351.  
  352. Performing C++ SOURCE FILE Test HAVE_inotify failed with the following output:
  353. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  354.  
  355. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_97915 && [1/2] Building CXX object CMakeFiles/cmTC_97915.dir/src.cxx.obj
  356.  
  357. FAILED: CMakeFiles/cmTC_97915.dir/src.cxx.obj
  358.  
  359. C:\msys64\mingw64\bin\c++.exe -DHAVE_inotify -std=gnu++17 -o CMakeFiles/cmTC_97915.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  360.  
  361. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: sys/inotify.h: No such file or directory
  362. 1 | #include <sys/inotify.h>
  363. | ^~~~~~~~~~~~~~~
  364. compilation terminated.
  365.  
  366. ninja: build stopped: subcommand failed.
  367.  
  368.  
  369.  
  370. Source file was:
  371. #include <sys/inotify.h>
  372.  
  373. int main(void)
  374. {
  375. /* BEGIN TEST: */
  376. inotify_init();
  377. inotify_add_watch(0, "foobar", IN_ACCESS);
  378. inotify_rm_watch(0, 1);
  379. /* END TEST: */
  380. return 0;
  381. }
  382.  
  383. Performing C++ SOURCE FILE Test HAVE_ipc_sysv failed with the following output:
  384. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  385.  
  386. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_a5b51 && [1/2] Building CXX object CMakeFiles/cmTC_a5b51.dir/src.cxx.obj
  387.  
  388. FAILED: CMakeFiles/cmTC_a5b51.dir/src.cxx.obj
  389.  
  390. C:\msys64\mingw64\bin\c++.exe -DHAVE_ipc_sysv -std=gnu++17 -o CMakeFiles/cmTC_a5b51.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  391.  
  392. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: sys/ipc.h: No such file or directory
  393. 2 | #include <sys/ipc.h>
  394. | ^~~~~~~~~~~
  395. compilation terminated.
  396.  
  397. ninja: build stopped: subcommand failed.
  398.  
  399.  
  400.  
  401. Source file was:
  402. #include <sys/types.h>
  403. #include <sys/ipc.h>
  404. #include <sys/sem.h>
  405. #include <sys/shm.h>
  406. #include <fcntl.h>
  407.  
  408. int main(void)
  409. {
  410. /* BEGIN TEST: */
  411. key_t unix_key = ftok("test", 'Q');
  412. semctl(semget(unix_key, 1, 0666 | IPC_CREAT | IPC_EXCL), 0, IPC_RMID, 0);
  413. shmget(unix_key, 0, 0666 | IPC_CREAT | IPC_EXCL);
  414. shmctl(0, 0, (struct shmid_ds *)(0));
  415. /* END TEST: */
  416. return 0;
  417. }
  418.  
  419. Performing C++ SOURCE FILE Test HAVE_ipc_posix failed with the following output:
  420. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  421.  
  422. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_09038 && [1/2] Building CXX object CMakeFiles/cmTC_09038.dir/src.cxx.obj
  423.  
  424. FAILED: CMakeFiles/cmTC_09038.dir/src.cxx.obj
  425.  
  426. C:\msys64\mingw64\bin\c++.exe -DHAVE_ipc_posix -std=gnu++17 -o CMakeFiles/cmTC_09038.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  427.  
  428. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: sys/mman.h: No such file or directory
  429. 2 | #include <sys/mman.h>
  430. | ^~~~~~~~~~~~
  431. compilation terminated.
  432.  
  433. ninja: build stopped: subcommand failed.
  434.  
  435.  
  436.  
  437. Source file was:
  438. #include <sys/types.h>
  439. #include <sys/mman.h>
  440. #include <semaphore.h>
  441. #include <fcntl.h>
  442.  
  443. int main(void)
  444. {
  445. /* BEGIN TEST: */
  446. sem_close(sem_open("test", O_CREAT | O_EXCL, 0666, 0));
  447. shm_open("test", O_RDWR | O_CREAT | O_EXCL, 0666);
  448. shm_unlink("test");
  449. /* END TEST: */
  450. return 0;
  451. }
  452.  
  453. Performing C++ SOURCE FILE Test HAVE_linkat failed with the following output:
  454. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  455.  
  456. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_c8c74 && [1/2] Building CXX object CMakeFiles/cmTC_c8c74.dir/src.cxx.obj
  457.  
  458. FAILED: CMakeFiles/cmTC_c8c74.dir/src.cxx.obj
  459.  
  460. C:\msys64\mingw64\bin\c++.exe -DHAVE_linkat -std=gnu++17 -o CMakeFiles/cmTC_c8c74.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  461.  
  462. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  463. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:8: error: 'AT_FDCWD' was not declared in this scope
  464. 8 | linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW);
  465. | ^~~~~~~~
  466. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:42: error: 'AT_SYMLINK_FOLLOW' was not declared in this scope
  467. 8 | linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW);
  468. | ^~~~~~~~~~~~~~~~~
  469. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:1: error: 'linkat' was not declared in this scope
  470. 8 | linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW);
  471. | ^~~~~~
  472. ninja: build stopped: subcommand failed.
  473.  
  474.  
  475.  
  476. Source file was:
  477. #define _ATFILE_SOURCE 1
  478. #include <fcntl.h>
  479. #include <unistd.h>
  480.  
  481. int main(void)
  482. {
  483. /* BEGIN TEST: */
  484. linkat(AT_FDCWD, "foo", AT_FDCWD, "bar", AT_SYMLINK_FOLLOW);
  485. /* END TEST: */
  486. return 0;
  487. }
  488.  
  489. Performing C++ SOURCE FILE Test HAVE_ppoll failed with the following output:
  490. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  491.  
  492. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_928c7 && [1/2] Building CXX object CMakeFiles/cmTC_928c7.dir/src.cxx.obj
  493.  
  494. FAILED: CMakeFiles/cmTC_928c7.dir/src.cxx.obj
  495.  
  496. C:\msys64\mingw64\bin\c++.exe -DHAVE_ppoll -std=gnu++17 -o CMakeFiles/cmTC_928c7.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  497.  
  498. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: poll.h: No such file or directory
  499. 2 | #include <poll.h>
  500. | ^~~~~~~~
  501. compilation terminated.
  502.  
  503. ninja: build stopped: subcommand failed.
  504.  
  505.  
  506.  
  507. Source file was:
  508. #include <signal.h>
  509. #include <poll.h>
  510.  
  511. int main(void)
  512. {
  513. /* BEGIN TEST: */
  514. struct pollfd pfd;
  515. struct timespec ts;
  516. sigset_t sig;
  517. ppoll(&pfd, 1, &ts, &sig);
  518. /* END TEST: */
  519. return 0;
  520. }
  521.  
  522. Performing C++ SOURCE FILE Test HAVE_pollts failed with the following output:
  523. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  524.  
  525. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_80ec3 && [1/2] Building CXX object CMakeFiles/cmTC_80ec3.dir/src.cxx.obj
  526.  
  527. FAILED: CMakeFiles/cmTC_80ec3.dir/src.cxx.obj
  528.  
  529. C:\msys64\mingw64\bin\c++.exe -DHAVE_pollts -std=gnu++17 -o CMakeFiles/cmTC_80ec3.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  530.  
  531. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: poll.h: No such file or directory
  532. 1 | #include <poll.h>
  533. | ^~~~~~~~
  534. compilation terminated.
  535.  
  536. ninja: build stopped: subcommand failed.
  537.  
  538.  
  539.  
  540. Source file was:
  541. #include <poll.h>
  542. #include <signal.h>
  543. #include <time.h>
  544.  
  545. int main(void)
  546. {
  547. /* BEGIN TEST: */
  548. struct pollfd pfd;
  549. struct timespec ts;
  550. sigset_t sig;
  551. pollts(&pfd, 1, &ts, &sig);
  552. /* END TEST: */
  553. return 0;
  554. }
  555.  
  556. Performing C++ SOURCE FILE Test HAVE_poll failed with the following output:
  557. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  558.  
  559. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_b36f6 && [1/2] Building CXX object CMakeFiles/cmTC_b36f6.dir/src.cxx.obj
  560.  
  561. FAILED: CMakeFiles/cmTC_b36f6.dir/src.cxx.obj
  562.  
  563. C:\msys64\mingw64\bin\c++.exe -DHAVE_poll -std=gnu++17 -o CMakeFiles/cmTC_b36f6.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  564.  
  565. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: poll.h: No such file or directory
  566. 1 | #include <poll.h>
  567. | ^~~~~~~~
  568. compilation terminated.
  569.  
  570. ninja: build stopped: subcommand failed.
  571.  
  572.  
  573.  
  574. Source file was:
  575. #include <poll.h>
  576.  
  577. int main(void)
  578. {
  579. /* BEGIN TEST: */
  580. struct pollfd pfd;
  581. poll(&pfd, 1, 0);
  582. /* END TEST: */
  583. return 0;
  584. }
  585.  
  586. Performing C++ SOURCE FILE Test HAVE_renameat2 failed with the following output:
  587. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  588.  
  589. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_089aa && [1/2] Building CXX object CMakeFiles/cmTC_089aa.dir/src.cxx.obj
  590.  
  591. FAILED: CMakeFiles/cmTC_089aa.dir/src.cxx.obj
  592.  
  593. C:\msys64\mingw64\bin\c++.exe -DHAVE_renameat2 -std=gnu++17 -o CMakeFiles/cmTC_089aa.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  594.  
  595. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  596. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:11: error: 'AT_FDCWD' was not declared in this scope
  597. 8 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  598. | ^~~~~~~~
  599. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:21: error: 'argv' was not declared in this scope
  600. 8 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  601. | ^~~~
  602. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:49: error: 'RENAME_NOREPLACE' was not declared in this scope
  603. 8 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  604. | ^~~~~~~~~~~~~~~~
  605. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:68: error: 'RENAME_WHITEOUT' was not declared in this scope
  606. 8 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  607. | ^~~~~~~~~~~~~~~
  608. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:8:1: error: 'renameat2' was not declared in this scope; did you mean 'rename'?
  609. 8 | renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  610. | ^~~~~~~~~
  611. | rename
  612. ninja: build stopped: subcommand failed.
  613.  
  614.  
  615.  
  616. Source file was:
  617. #define _ATFILE_SOURCE 1
  618. #include <fcntl.h>
  619. #include <stdio.h>
  620.  
  621. int main(void)
  622. {
  623. /* BEGIN TEST: */
  624. renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT);
  625. /* END TEST: */
  626. return 0;
  627. }
  628.  
  629. Performing C++ SOURCE FILE Test HAVE_statx failed with the following output:
  630. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  631.  
  632. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_111de && [1/2] Building CXX object CMakeFiles/cmTC_111de.dir/src.cxx.obj
  633.  
  634. FAILED: CMakeFiles/cmTC_111de.dir/src.cxx.obj
  635.  
  636. C:\msys64\mingw64\bin\c++.exe -DHAVE_statx -std=gnu++17 -o CMakeFiles/cmTC_111de.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  637.  
  638. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  639. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:10:14: error: aggregate 'main()::statx statxbuf' has incomplete type and cannot be defined
  640. 10 | struct statx statxbuf;
  641. | ^~~~~~~~
  642. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:11:21: error: 'STATX_BASIC_STATS' was not declared in this scope
  643. 11 | unsigned int mask = STATX_BASIC_STATS;
  644. | ^~~~~~~~~~~~~~~~~
  645. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:12:14: error: 'AT_FDCWD' was not declared in this scope
  646. 12 | return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
  647. | ^~~~~~~~
  648. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:12:28: error: 'AT_STATX_SYNC_AS_STAT' was not declared in this scope
  649. 12 | return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
  650. | ^~~~~~~~~~~~~~~~~~~~~
  651. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:12:66: error: invalid use of incomplete type 'struct main()::statx'
  652. 12 | return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
  653. | ^
  654. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:10:8: note: forward declaration of 'struct main()::statx'
  655. 10 | struct statx statxbuf;
  656. | ^~~~~
  657. ninja: build stopped: subcommand failed.
  658.  
  659.  
  660.  
  661. Source file was:
  662. #define _ATFILE_SOURCE 1
  663. #include <sys/types.h>
  664. #include <sys/stat.h>
  665. #include <unistd.h>
  666. #include <fcntl.h>
  667.  
  668. int main(void)
  669. {
  670. /* BEGIN TEST: */
  671. struct statx statxbuf;
  672. unsigned int mask = STATX_BASIC_STATS;
  673. return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf);
  674. /* END TEST: */
  675. return 0;
  676. }
  677.  
  678. Performing C++ SOURCE FILE Test HAVE_syslog failed with the following output:
  679. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  680.  
  681. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_8fd06 && [1/2] Building CXX object CMakeFiles/cmTC_8fd06.dir/src.cxx.obj
  682.  
  683. FAILED: CMakeFiles/cmTC_8fd06.dir/src.cxx.obj
  684.  
  685. C:\msys64\mingw64\bin\c++.exe -DHAVE_syslog -std=gnu++17 -o CMakeFiles/cmTC_8fd06.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  686.  
  687. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: syslog.h: No such file or directory
  688. 1 | #include <syslog.h>
  689. | ^~~~~~~~~~
  690. compilation terminated.
  691.  
  692. ninja: build stopped: subcommand failed.
  693.  
  694.  
  695.  
  696. Source file was:
  697. #include <syslog.h>
  698.  
  699. int main(void)
  700. {
  701. /* BEGIN TEST: */
  702. openlog("qt", 0, LOG_USER);
  703. syslog(LOG_INFO, "configure");
  704. closelog();
  705. /* END TEST: */
  706. return 0;
  707. }
  708.  
  709. Performing C++ SOURCE FILE Test HAVE_xlocalescanprint failed with the following output:
  710. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  711.  
  712. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_35372 && [1/2] Building CXX object CMakeFiles/cmTC_35372.dir/src.cxx.obj
  713.  
  714. FAILED: CMakeFiles/cmTC_35372.dir/src.cxx.obj
  715.  
  716. C:\msys64\mingw64\bin\c++.exe -DHAVE_xlocalescanprint -std=gnu++17 -o CMakeFiles/cmTC_35372.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  717.  
  718. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:10:10: error: #include expects "FILENAME" or <FILENAME>
  719. 10 | #include QDSP_P_H
  720. | ^~~~~~~~
  721. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  722. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:18:1: error: 'locale_t' was not declared in this scope
  723. 18 | locale_t invalidLocale = NULL;
  724. | ^~~~~~~~
  725. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:21:17: error: 'argv' was not declared in this scope
  726. 21 | qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a);
  727. | ^~~~
  728. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:21:29: error: 'invalidLocale' was not declared in this scope
  729. 21 | qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a);
  730. | ^~~~~~~~~~~~~
  731. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:21:1: error: 'qDoubleSnprintf' was not declared in this scope
  732. 21 | qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a);
  733. | ^~~~~~~~~~~~~~~
  734. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:22:62: error: 'argc' was not declared in this scope
  735. 22 | qDoubleSscanf(argv[0], invalidLocale, "invalid format", &a, &argc);
  736. | ^~~~
  737. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:22:1: error: 'qDoubleSscanf' was not declared in this scope
  738. 22 | qDoubleSscanf(argv[0], invalidLocale, "invalid format", &a, &argc);
  739. | ^~~~~~~~~~~~~
  740. ninja: build stopped: subcommand failed.
  741.  
  742.  
  743.  
  744. Source file was:
  745. #define QT_BEGIN_NAMESPACE
  746. #define QT_END_NAMESPACE
  747.  
  748. #ifdef _MSVC_VER
  749. #define Q_CC_MSVC _MSVC_VER
  750. #endif
  751.  
  752. #define QT_NO_DOUBLECONVERSION
  753.  
  754. #include QDSP_P_H
  755.  
  756. int main(void)
  757. {
  758. /* BEGIN TEST: */
  759. #ifdef _MSVC_VER
  760. _locale_t invalidLocale = NULL;
  761. #else
  762. locale_t invalidLocale = NULL;
  763. #endif
  764. double a = 3.4;
  765. qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a);
  766. qDoubleSscanf(argv[0], invalidLocale, "invalid format", &a, &argc);
  767. /* END TEST: */
  768. return 0;
  769. }
  770.  
  771. Performing C++ SOURCE FILE Test HAVE_getifaddrs failed with the following output:
  772. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  773.  
  774. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_295b5 && [1/2] Building CXX object CMakeFiles/cmTC_295b5.dir/src.cxx.obj
  775.  
  776. FAILED: CMakeFiles/cmTC_295b5.dir/src.cxx.obj
  777.  
  778. C:\msys64\mingw64\bin\c++.exe -DHAVE_getifaddrs -std=gnu++17 -o CMakeFiles/cmTC_295b5.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  779.  
  780. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: sys/socket.h: No such file or directory
  781. 2 | #include <sys/socket.h>
  782. | ^~~~~~~~~~~~~~
  783. compilation terminated.
  784.  
  785. ninja: build stopped: subcommand failed.
  786.  
  787.  
  788.  
  789. Source file was:
  790. #include <sys/types.h>
  791. #include <sys/socket.h>
  792. #include <net/if.h>
  793. #include <ifaddrs.h>
  794.  
  795. int main(void)
  796. {
  797. /* BEGIN TEST: */
  798. ifaddrs *list;
  799. getifaddrs(&list);
  800. freeifaddrs(list);
  801. /* END TEST: */
  802. return 0;
  803. }
  804.  
  805. Performing C++ SOURCE FILE Test HAVE_ifr_index failed with the following output:
  806. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  807.  
  808. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_31acc && [1/2] Building CXX object CMakeFiles/cmTC_31acc.dir/src.cxx.obj
  809.  
  810. FAILED: CMakeFiles/cmTC_31acc.dir/src.cxx.obj
  811.  
  812. C:\msys64\mingw64\bin\c++.exe -DHAVE_ifr_index -std=gnu++17 -o CMakeFiles/cmTC_31acc.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  813.  
  814. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: net/if.h: No such file or directory
  815. 1 | #include <net/if.h>
  816. | ^~~~~~~~~~
  817. compilation terminated.
  818.  
  819. ninja: build stopped: subcommand failed.
  820.  
  821.  
  822.  
  823. Source file was:
  824. #include <net/if.h>
  825.  
  826. int main(void)
  827. {
  828. /* BEGIN TEST: */
  829. struct ifreq req;
  830. req.ifr_index = 0;
  831. /* END TEST: */
  832. return 0;
  833. }
  834.  
  835. Performing C++ SOURCE FILE Test HAVE_ipv6ifname failed with the following output:
  836. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  837.  
  838. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_02c34 && [1/2] Building CXX object CMakeFiles/cmTC_02c34.dir/src.cxx.obj
  839.  
  840. FAILED: CMakeFiles/cmTC_02c34.dir/src.cxx.obj
  841.  
  842. C:\msys64\mingw64\bin\c++.exe -DHAVE_ipv6ifname -std=gnu++17 -o CMakeFiles/cmTC_02c34.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  843.  
  844. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: sys/socket.h: No such file or directory
  845. 2 | #include <sys/socket.h>
  846. | ^~~~~~~~~~~~~~
  847. compilation terminated.
  848.  
  849. ninja: build stopped: subcommand failed.
  850.  
  851.  
  852.  
  853. Source file was:
  854. #include <sys/types.h>
  855. #include <sys/socket.h>
  856. #include <net/if.h>
  857.  
  858. int main(void)
  859. {
  860. /* BEGIN TEST: */
  861. char buf[IFNAMSIZ];
  862. if_nametoindex("eth0");
  863. if_indextoname(1, buf);
  864. if_freenameindex(if_nameindex());
  865. /* END TEST: */
  866. return 0;
  867. }
  868.  
  869. Performing C++ SOURCE FILE Test HAVE_linux_netlink failed with the following output:
  870. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  871.  
  872. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_fff3a && [1/2] Building CXX object CMakeFiles/cmTC_fff3a.dir/src.cxx.obj
  873.  
  874. FAILED: CMakeFiles/cmTC_fff3a.dir/src.cxx.obj
  875.  
  876. C:\msys64\mingw64\bin\c++.exe -DHAVE_linux_netlink -std=gnu++17 -o CMakeFiles/cmTC_fff3a.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  877.  
  878. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: asm/types.h: No such file or directory
  879. 1 | #include <asm/types.h>
  880. | ^~~~~~~~~~~~~
  881. compilation terminated.
  882.  
  883. ninja: build stopped: subcommand failed.
  884.  
  885.  
  886.  
  887. Source file was:
  888. #include <asm/types.h>
  889. #include <linux/netlink.h>
  890. #include <linux/rtnetlink.h>
  891. #include <sys/socket.h>
  892.  
  893. int main(void)
  894. {
  895. /* BEGIN TEST: */
  896. struct rtattr rta = { };
  897. struct ifinfomsg ifi = {};
  898. struct ifaddrmsg ifa = {};
  899. struct ifa_cacheinfo ci;
  900. ci.ifa_prefered = ci.ifa_valid = 0;
  901. (void)RTM_NEWLINK; (void)RTM_NEWADDR;
  902. (void)IFLA_ADDRESS; (void)IFLA_IFNAME;
  903. (void)IFA_ADDRESS; (void)IFA_LABEL; (void)IFA_CACHEINFO;
  904. (void)(IFA_F_SECONDARY | IFA_F_DEPRECATED | IFA_F_PERMANENT | IFA_F_MANAGETEMPADDR);
  905. /* END TEST: */
  906. return 0;
  907. }
  908.  
  909. Performing C++ SOURCE FILE Test HAVE_sctp failed with the following output:
  910. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  911.  
  912. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_14862 && [1/2] Building CXX object CMakeFiles/cmTC_14862.dir/src.cxx.obj
  913.  
  914. FAILED: CMakeFiles/cmTC_14862.dir/src.cxx.obj
  915.  
  916. C:\msys64\mingw64\bin\c++.exe -DHAVE_sctp -std=gnu++17 -o CMakeFiles/cmTC_14862.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  917.  
  918. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: sys/socket.h: No such file or directory
  919. 2 | #include <sys/socket.h>
  920. | ^~~~~~~~~~~~~~
  921. compilation terminated.
  922.  
  923. ninja: build stopped: subcommand failed.
  924.  
  925.  
  926.  
  927. Source file was:
  928. #include <sys/types.h>
  929. #include <sys/socket.h>
  930. #include <netinet/in.h>
  931. #include <netinet/sctp.h>
  932.  
  933. int main(void)
  934. {
  935. /* BEGIN TEST: */
  936. sctp_initmsg sctpInitMsg;
  937. socklen_t sctpInitMsgSize = sizeof(sctpInitMsg);
  938. (void) socket(PF_INET, SOCK_STREAM, IPPROTO_SCTP);
  939. (void) getsockopt(-1, SOL_SCTP, SCTP_INITMSG, &sctpInitMsg, &sctpInitMsgSize);
  940. /* END TEST: */
  941. return 0;
  942. }
  943.  
  944. Performing C++ SOURCE FILE Test HAVE_networklistmanager failed with the following output:
  945. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  946.  
  947. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_407ed && [1/2] Building CXX object CMakeFiles/cmTC_407ed.dir/src.cxx.obj
  948.  
  949. FAILED: CMakeFiles/cmTC_407ed.dir/src.cxx.obj
  950.  
  951. C:\msys64\mingw64\bin\c++.exe -DHAVE_networklistmanager -std=gnu++17 -o CMakeFiles/cmTC_407ed.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  952.  
  953. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  954. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:9:8: error: 'IConnectionPoint' was not declared in this scope
  955. 9 | ComPtr<IConnectionPoint> connectionPoint;
  956. | ^~~~~~~~~~~~~~~~
  957. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:9:24: error: template argument 1 is invalid
  958. 9 | ComPtr<IConnectionPoint> connectionPoint;
  959. | ^
  960. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:10:8: error: 'IConnectionPointContainer' was not declared in this scope
  961. 10 | ComPtr<IConnectionPointContainer> connectionPointContainer;
  962. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  963. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:10:33: error: template argument 1 is invalid
  964. 10 | ComPtr<IConnectionPointContainer> connectionPointContainer;
  965. | ^
  966. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:11:48: error: no matching function for call to 'Microsoft::WRL::ComPtr<INetworkListManager>::As(int*)'
  967. 11 | networkListManager.As(&connectionPointContainer);
  968. | ^
  969. In file included from C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:
  970. C:/msys64/mingw64/x86_64-w64-mingw32/include/wrl/client.h:233:21: note: candidate: 'template<class U> HRESULT Microsoft::WRL::ComPtr<T>::As(Microsoft::WRL::Details::ComPtrRef<Microsoft::WRL::ComPtr<U> >) const [with U = U; T = INetworkListManager]'
  971. 233 | HRESULT As(Details::ComPtrRef<ComPtr<U>> p) const throw() {
  972. | ^~
  973. C:/msys64/mingw64/x86_64-w64-mingw32/include/wrl/client.h:233:21: note: template argument deduction/substitution failed:
  974. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:11:48: note: mismatched types 'Microsoft::WRL::Details::ComPtrRef<Microsoft::WRL::ComPtr<T> >' and 'int*'
  975. 11 | networkListManager.As(&connectionPointContainer);
  976. | ^
  977. In file included from C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:
  978. C:/msys64/mingw64/x86_64-w64-mingw32/include/wrl/client.h:238:21: note: candidate: 'template<class U> HRESULT Microsoft::WRL::ComPtr<T>::As(Microsoft::WRL::ComPtr<U>*) const [with U = U; T = INetworkListManager]'
  979. 238 | HRESULT As(ComPtr<U> *p) const throw() {
  980. | ^~
  981. C:/msys64/mingw64/x86_64-w64-mingw32/include/wrl/client.h:238:21: note: template argument deduction/substitution failed:
  982. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:11:48: note: mismatched types 'Microsoft::WRL::ComPtr<U>' and 'int'
  983. 11 | networkListManager.As(&connectionPointContainer);
  984. | ^
  985. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:12:25: error: base operand of '->' is not a pointer
  986. 12 | connectionPointContainer->FindConnectionPoint(IID_INetworkConnectionEvents, &connectionPoint);
  987. | ^~
  988. ninja: build stopped: subcommand failed.
  989.  
  990.  
  991.  
  992. Source file was:
  993. #include <netlistmgr.h>
  994. #include <wrl/client.h>
  995.  
  996. int main(void)
  997. {
  998. /* BEGIN TEST: */
  999. using namespace Microsoft::WRL;
  1000. ComPtr<INetworkListManager> networkListManager;
  1001. ComPtr<IConnectionPoint> connectionPoint;
  1002. ComPtr<IConnectionPointContainer> connectionPointContainer;
  1003. networkListManager.As(&connectionPointContainer);
  1004. connectionPointContainer->FindConnectionPoint(IID_INetworkConnectionEvents, &connectionPoint);
  1005. /* END TEST: */
  1006. return 0;
  1007. }
  1008.  
  1009. Performing C++ SOURCE FILE Test HAVE_EGL failed with the following output:
  1010. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  1011.  
  1012. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_25681 && [1/2] Building CXX object CMakeFiles/cmTC_25681.dir/src.cxx.obj
  1013.  
  1014. FAILED: CMakeFiles/cmTC_25681.dir/src.cxx.obj
  1015.  
  1016. C:\msys64\mingw64\bin\c++.exe -DHAVE_EGL -std=gnu++17 -o CMakeFiles/cmTC_25681.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  1017.  
  1018. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: EGL/egl.h: No such file or directory
  1019. 2 | #include <EGL/egl.h>
  1020. | ^~~~~~~~~~~
  1021. compilation terminated.
  1022.  
  1023. ninja: build stopped: subcommand failed.
  1024.  
  1025.  
  1026.  
  1027. Source file was:
  1028.  
  1029. #include <EGL/egl.h>
  1030.  
  1031. int main(int argc, char *argv[]) {
  1032. EGLint x = 0; EGLDisplay dpy = 0; EGLContext ctx = 0;
  1033. eglDestroyContext(dpy, ctx);
  1034. }
  1035. Performing C++ SOURCE FILE Test HAVE_GLESv2 failed with the following output:
  1036. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  1037.  
  1038. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_b8ed5 && [1/2] Building CXX object CMakeFiles/cmTC_b8ed5.dir/src.cxx.obj
  1039.  
  1040. FAILED: CMakeFiles/cmTC_b8ed5.dir/src.cxx.obj
  1041.  
  1042. C:\msys64\mingw64\bin\c++.exe -DHAVE_GLESv2 -std=gnu++17 -o CMakeFiles/cmTC_b8ed5.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  1043.  
  1044. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:6:12: fatal error: GLES2/gl2.h: No such file or directory
  1045. 6 | # include <GLES2/gl2.h>
  1046. | ^~~~~~~~~~~~~
  1047. compilation terminated.
  1048.  
  1049. ninja: build stopped: subcommand failed.
  1050.  
  1051.  
  1052.  
  1053. Source file was:
  1054.  
  1055. #ifdef __APPLE__
  1056. # include <OpenGLES/ES2/gl.h>
  1057. #else
  1058. # define GL_GLEXT_PROTOTYPES
  1059. # include <GLES2/gl2.h>
  1060. #endif
  1061.  
  1062. int main(int argc, char *argv[]) {
  1063. glUniform1f(1, GLfloat(1.0));
  1064. glClear(GL_COLOR_BUFFER_BIT);
  1065. }
  1066. Performing C++ SOURCE FILE Test HAVE_evdev failed with the following output:
  1067. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  1068.  
  1069. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_2d0ae && [1/2] Building CXX object CMakeFiles/cmTC_2d0ae.dir/src.cxx.obj
  1070.  
  1071. FAILED: CMakeFiles/cmTC_2d0ae.dir/src.cxx.obj
  1072.  
  1073. C:\msys64\mingw64\bin\c++.exe -DHAVE_evdev -std=gnu++17 -o CMakeFiles/cmTC_2d0ae.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  1074.  
  1075. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:4:12: fatal error: linux/input.h: No such file or directory
  1076. 4 | # include <linux/input.h>
  1077. | ^~~~~~~~~~~~~~~
  1078. compilation terminated.
  1079.  
  1080. ninja: build stopped: subcommand failed.
  1081.  
  1082.  
  1083.  
  1084. Source file was:
  1085. #if defined(__FreeBSD__)
  1086. # include <dev/evdev/input.h>
  1087. #else
  1088. # include <linux/input.h>
  1089. # include <linux/kd.h>
  1090. #endif
  1091. enum {
  1092. e1 = ABS_PRESSURE,
  1093. e2 = ABS_X,
  1094. e3 = REL_X,
  1095. e4 = SYN_REPORT,
  1096. };
  1097.  
  1098. int main(void)
  1099. {
  1100. /* BEGIN TEST: */
  1101. input_event buf[32];
  1102. (void) buf;
  1103. /* END TEST: */
  1104. return 0;
  1105. }
  1106.  
  1107. Performing C++ SOURCE FILE Test HAVE_integrityfb failed with the following output:
  1108. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  1109.  
  1110. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_47be9 && [1/2] Building CXX object CMakeFiles/cmTC_47be9.dir/src.cxx.obj
  1111.  
  1112. FAILED: CMakeFiles/cmTC_47be9.dir/src.cxx.obj
  1113.  
  1114. C:\msys64\mingw64\bin\c++.exe -DHAVE_integrityfb -std=gnu++17 -o CMakeFiles/cmTC_47be9.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  1115.  
  1116. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: device/fbdriver.h: No such file or directory
  1117. 1 | #include <device/fbdriver.h>
  1118. | ^~~~~~~~~~~~~~~~~~~
  1119. compilation terminated.
  1120.  
  1121. ninja: build stopped: subcommand failed.
  1122.  
  1123.  
  1124.  
  1125. Source file was:
  1126. #include <device/fbdriver.h>
  1127.  
  1128. int main(void)
  1129. {
  1130. /* BEGIN TEST: */
  1131. FBDriver *driver = 0;
  1132. /* END TEST: */
  1133. return 0;
  1134. }
  1135.  
  1136. Performing C++ SOURCE FILE Test HAVE_linuxfb failed with the following output:
  1137. Change Dir: C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp
  1138.  
  1139. Run Build Command(s):C:/msys64/mingw64/bin/ninja.exe cmTC_52c9c && [1/2] Building CXX object CMakeFiles/cmTC_52c9c.dir/src.cxx.obj
  1140.  
  1141. FAILED: CMakeFiles/cmTC_52c9c.dir/src.cxx.obj
  1142.  
  1143. C:\msys64\mingw64\bin\c++.exe -DHAVE_linuxfb -std=gnu++17 -o CMakeFiles/cmTC_52c9c.dir/src.cxx.obj -c C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx
  1144.  
  1145. C:/Qt/6.2.0/Src/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: linux/fb.h: No such file or directory
  1146. 1 | #include <linux/fb.h>
  1147. | ^~~~~~~~~~~~
  1148. compilation terminated.
  1149.  
  1150. ninja: build stopped: subcommand failed.
  1151.  
  1152.  
  1153.  
  1154. Source file was:
  1155. #include <linux/fb.h>
  1156. #include <sys/kd.h>
  1157. #include <sys/ioctl.h>
  1158.  
  1159. int main(void)
  1160. {
  1161. /* BEGIN TEST: */
  1162. fb_fix_screeninfo finfo;
  1163. fb_var_screeninfo vinfo;
  1164. int fd = 3;
  1165. ioctl(fd, FBIOGET_FSCREENINFO, &finfo);
  1166. ioctl(fd, FBIOGET_VSCREENINFO, &vinfo);
  1167. /* END TEST: */
  1168. return 0;
  1169. }
Add Comment
Please, Sign In to add comment