Facebook
From Tiny Crocodile, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 85
  1. INFO: Adding configure options from c:\mozilla-source\gecko-dev\mozconfig
  2. INFO:   --with-branding=browser/branding/official
  3. INFO:   --with-l10n-base=C:/l10n-central
  4. INFO:   --with-wasi-sysroot=C:/wasi-sysroot
  5. INFO:   --disable-verify-mar
  6. INFO:   --disable-maintenance-service
  7. INFO:   --disable-crashreporter
  8. INFO: checking for vcs source checkout...
  9. INFO: git
  10. INFO: checking for a shell...
  11. INFO: C:/mozilla-build/msys/bin/sh.exe
  12. INFO: checking for host system type...
  13. INFO: x86_64-pc-mingw32
  14. INFO: checking for target system type...
  15. INFO: x86_64-pc-mingw32
  16. INFO: checking whether cross compiling...
  17. INFO: no
  18. INFO: checking for Python 3...
  19. INFO: c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/_virtualenvs/build/Scripts/python.exe (3.7.9)
  20. INFO: checking for git...
  21. DEBUG: git: Looking for git
  22. INFO: c:/PROGRA~1/Git/cmd/git.exe
  23. INFO: checking for Git version...
  24. DEBUG: Executing: `c:/PROGRA~1/Git/cmd/git.exe --version`
  25. INFO: 2.34.1.windows.1
  26. INFO: checking for sparse checkout...
  27. INFO: no
  28. DEBUG: Prioritizing system over mozbuild state dir in toolchain paths because you are building in release mode.
  29. INFO: checking for wget...
  30. DEBUG: wget: Looking for wget
  31. INFO: c:/mozilla-build/bin/wget.exe
  32. DEBUG: Executing: `'C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe' -format json -products '*' -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64`
  33. INFO: checking for ccache...
  34. INFO: not found
  35. INFO: checking for the target C compiler...
  36. DEBUG: _cc: Looking for clang-cl
  37. INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
  38. INFO: checking whether the target C compiler can be used...
  39. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.8i46_ujr.c` with content:
  40. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  41. DEBUG: | %COMPILER "clang-cl"
  42. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  43. DEBUG: | #elif defined(__clang__)
  44. DEBUG: | %COMPILER "clang"
  45. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  46. DEBUG: | #  ifdef __apple_build_version__
  47. DEBUG: | %XCODE 1
  48. DEBUG: | #  endif
  49. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  50. DEBUG: | %COMPILER "gcc"
  51. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  52. DEBUG: | #endif
  53. DEBUG: |
  54. DEBUG: | #if __cplusplus
  55. DEBUG: | %cplusplus __cplusplus
  56. DEBUG: | #elif __STDC_VERSION__
  57. DEBUG: | %STDC_VERSION __STDC_VERSION__
  58. DEBUG: | #endif
  59. DEBUG: | #if __i386__ || _M_IX86
  60. DEBUG: | %CPU "x86"
  61. DEBUG: | #elif __x86_64__ || _M_X64
  62. DEBUG: | %CPU "x86_64"
  63. DEBUG: | #elif __arm__ || _M_ARM
  64. DEBUG: | %CPU "arm"
  65. DEBUG: | #elif __aarch64__ || _M_ARM64
  66. DEBUG: | %CPU "aarch64"
  67. DEBUG: | #elif __ia64__
  68. DEBUG: | %CPU "ia64"
  69. DEBUG: | #elif __s390x__
  70. DEBUG: | %CPU "s390x"
  71. DEBUG: | #elif __s390__
  72. DEBUG: | %CPU "s390"
  73. DEBUG: | #elif __powerpc64__
  74. DEBUG: | %CPU "ppc64"
  75. DEBUG: | #elif __powerpc__
  76. DEBUG: | %CPU "ppc"
  77. DEBUG: | #elif __alpha__
  78. DEBUG: | %CPU "Alpha"
  79. DEBUG: | #elif __hppa__
  80. DEBUG: | %CPU "hppa"
  81. DEBUG: | #elif __sparc__ && __arch64__
  82. DEBUG: | %CPU "sparc64"
  83. DEBUG: | #elif __sparc__
  84. DEBUG: | %CPU "sparc"
  85. DEBUG: | #elif __m68k__
  86. DEBUG: | %CPU "m68k"
  87. DEBUG: | #elif __mips64
  88. DEBUG: | %CPU "mips64"
  89. DEBUG: | #elif __mips__
  90. DEBUG: | %CPU "mips32"
  91. DEBUG: | #elif __riscv && __riscv_xlen == 64
  92. DEBUG: | %CPU "riscv64"
  93. DEBUG: | #elif __sh__
  94. DEBUG: | %CPU "sh4"
  95. DEBUG: | #elif __wasm32__
  96. DEBUG: | %CPU "wasm32"
  97. DEBUG: | #endif
  98. DEBUG: | #if __APPLE__
  99. DEBUG: | %KERNEL "Darwin"
  100. DEBUG: | #elif __DragonFly__
  101. DEBUG: | %KERNEL "DragonFly"
  102. DEBUG: | #elif __FreeBSD__
  103. DEBUG: | %KERNEL "FreeBSD"
  104. DEBUG: | #elif __FreeBSD_kernel__
  105. DEBUG: | %KERNEL "kFreeBSD"
  106. DEBUG: | #elif __linux__
  107. DEBUG: | %KERNEL "Linux"
  108. DEBUG: | #elif __NetBSD__
  109. DEBUG: | %KERNEL "NetBSD"
  110. DEBUG: | #elif __OpenBSD__
  111. DEBUG: | %KERNEL "OpenBSD"
  112. DEBUG: | #elif __sun__
  113. DEBUG: | %KERNEL "SunOS"
  114. DEBUG: | #elif _WIN32 || __CYGWIN__
  115. DEBUG: | %KERNEL "WINNT"
  116. DEBUG: | #elif __wasi__
  117. DEBUG: | %KERNEL "WASI"
  118. DEBUG: | #endif
  119. DEBUG: | #if __ANDROID__
  120. DEBUG: | %OS "Android"
  121. DEBUG: | #endif
  122. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  123. DEBUG: | %ENDIANNESS "little"
  124. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  125. DEBUG: | %ENDIANNESS "big"
  126. DEBUG: | #endif
  127. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.8i46_ujr.c' -E`
  128. DEBUG: COMPILER = clang-cl
  129. DEBUG: VERSION = 13.0.0
  130. DEBUG: STDC_VERSION = 201710L
  131. DEBUG: CPU = x86_64
  132. DEBUG: KERNEL = WINNT
  133. DEBUG: ENDIANNESS = little
  134. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.34xpvwx6.c` with content:
  135. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  136. DEBUG: | %COMPILER "clang-cl"
  137. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  138. DEBUG: | #elif defined(__clang__)
  139. DEBUG: | %COMPILER "clang"
  140. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  141. DEBUG: | #  ifdef __apple_build_version__
  142. DEBUG: | %XCODE 1
  143. DEBUG: | #  endif
  144. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  145. DEBUG: | %COMPILER "gcc"
  146. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  147. DEBUG: | #endif
  148. DEBUG: |
  149. DEBUG: | #if __cplusplus
  150. DEBUG: | %cplusplus __cplusplus
  151. DEBUG: | #elif __STDC_VERSION__
  152. DEBUG: | %STDC_VERSION __STDC_VERSION__
  153. DEBUG: | #endif
  154. DEBUG: | #if __i386__ || _M_IX86
  155. DEBUG: | %CPU "x86"
  156. DEBUG: | #elif __x86_64__ || _M_X64
  157. DEBUG: | %CPU "x86_64"
  158. DEBUG: | #elif __arm__ || _M_ARM
  159. DEBUG: | %CPU "arm"
  160. DEBUG: | #elif __aarch64__ || _M_ARM64
  161. DEBUG: | %CPU "aarch64"
  162. DEBUG: | #elif __ia64__
  163. DEBUG: | %CPU "ia64"
  164. DEBUG: | #elif __s390x__
  165. DEBUG: | %CPU "s390x"
  166. DEBUG: | #elif __s390__
  167. DEBUG: | %CPU "s390"
  168. DEBUG: | #elif __powerpc64__
  169. DEBUG: | %CPU "ppc64"
  170. DEBUG: | #elif __powerpc__
  171. DEBUG: | %CPU "ppc"
  172. DEBUG: | #elif __alpha__
  173. DEBUG: | %CPU "Alpha"
  174. DEBUG: | #elif __hppa__
  175. DEBUG: | %CPU "hppa"
  176. DEBUG: | #elif __sparc__ && __arch64__
  177. DEBUG: | %CPU "sparc64"
  178. DEBUG: | #elif __sparc__
  179. DEBUG: | %CPU "sparc"
  180. DEBUG: | #elif __m68k__
  181. DEBUG: | %CPU "m68k"
  182. DEBUG: | #elif __mips64
  183. DEBUG: | %CPU "mips64"
  184. DEBUG: | #elif __mips__
  185. DEBUG: | %CPU "mips32"
  186. DEBUG: | #elif __riscv && __riscv_xlen == 64
  187. DEBUG: | %CPU "riscv64"
  188. DEBUG: | #elif __sh__
  189. DEBUG: | %CPU "sh4"
  190. DEBUG: | #elif __wasm32__
  191. DEBUG: | %CPU "wasm32"
  192. DEBUG: | #endif
  193. DEBUG: | #if __APPLE__
  194. DEBUG: | %KERNEL "Darwin"
  195. DEBUG: | #elif __DragonFly__
  196. DEBUG: | %KERNEL "DragonFly"
  197. DEBUG: | #elif __FreeBSD__
  198. DEBUG: | %KERNEL "FreeBSD"
  199. DEBUG: | #elif __FreeBSD_kernel__
  200. DEBUG: | %KERNEL "kFreeBSD"
  201. DEBUG: | #elif __linux__
  202. DEBUG: | %KERNEL "Linux"
  203. DEBUG: | #elif __NetBSD__
  204. DEBUG: | %KERNEL "NetBSD"
  205. DEBUG: | #elif __OpenBSD__
  206. DEBUG: | %KERNEL "OpenBSD"
  207. DEBUG: | #elif __sun__
  208. DEBUG: | %KERNEL "SunOS"
  209. DEBUG: | #elif _WIN32 || __CYGWIN__
  210. DEBUG: | %KERNEL "WINNT"
  211. DEBUG: | #elif __wasi__
  212. DEBUG: | %KERNEL "WASI"
  213. DEBUG: | #endif
  214. DEBUG: | #if __ANDROID__
  215. DEBUG: | %OS "Android"
  216. DEBUG: | #endif
  217. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  218. DEBUG: | %ENDIANNESS "little"
  219. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  220. DEBUG: | %ENDIANNESS "big"
  221. DEBUG: | #endif
  222. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 'C:\Users\e12yu\AppData\Local\Temp\conftest.34xpvwx6.c' -E`
  223. DEBUG: COMPILER = clang-cl
  224. DEBUG: VERSION = 13.0.0
  225. DEBUG: STDC_VERSION = 199901L
  226. DEBUG: CPU = x86_64
  227. DEBUG: KERNEL = WINNT
  228. DEBUG: ENDIANNESS = little
  229. INFO: yes
  230. INFO: checking the target C compiler version...
  231. INFO: 13.0.0
  232. INFO: checking the target C compiler works...
  233. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.m4z6k2ap.c` with content:
  234. DEBUG: | int
  235. DEBUG: | main(void)
  236. DEBUG: | {
  237. DEBUG: |
  238. DEBUG: |   ;
  239. DEBUG: |   return 0;
  240. DEBUG: | }
  241. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 'C:\Users\e12yu\AppData\Local\Temp\conftest.m4z6k2ap.c' -c`
  242. INFO: yes
  243. INFO: checking for the target C++ compiler...
  244. DEBUG: _cxx: Looking for c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
  245. INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
  246. INFO: checking whether the target C++ compiler can be used...
  247. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.ii4t6ts4.cpp` with content:
  248. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  249. DEBUG: | %COMPILER "clang-cl"
  250. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  251. DEBUG: | #elif defined(__clang__)
  252. DEBUG: | %COMPILER "clang"
  253. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  254. DEBUG: | #  ifdef __apple_build_version__
  255. DEBUG: | %XCODE 1
  256. DEBUG: | #  endif
  257. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  258. DEBUG: | %COMPILER "gcc"
  259. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  260. DEBUG: | #endif
  261. DEBUG: |
  262. DEBUG: | #if __cplusplus
  263. DEBUG: | %cplusplus __cplusplus
  264. DEBUG: | #elif __STDC_VERSION__
  265. DEBUG: | %STDC_VERSION __STDC_VERSION__
  266. DEBUG: | #endif
  267. DEBUG: | #if __i386__ || _M_IX86
  268. DEBUG: | %CPU "x86"
  269. DEBUG: | #elif __x86_64__ || _M_X64
  270. DEBUG: | %CPU "x86_64"
  271. DEBUG: | #elif __arm__ || _M_ARM
  272. DEBUG: | %CPU "arm"
  273. DEBUG: | #elif __aarch64__ || _M_ARM64
  274. DEBUG: | %CPU "aarch64"
  275. DEBUG: | #elif __ia64__
  276. DEBUG: | %CPU "ia64"
  277. DEBUG: | #elif __s390x__
  278. DEBUG: | %CPU "s390x"
  279. DEBUG: | #elif __s390__
  280. DEBUG: | %CPU "s390"
  281. DEBUG: | #elif __powerpc64__
  282. DEBUG: | %CPU "ppc64"
  283. DEBUG: | #elif __powerpc__
  284. DEBUG: | %CPU "ppc"
  285. DEBUG: | #elif __alpha__
  286. DEBUG: | %CPU "Alpha"
  287. DEBUG: | #elif __hppa__
  288. DEBUG: | %CPU "hppa"
  289. DEBUG: | #elif __sparc__ && __arch64__
  290. DEBUG: | %CPU "sparc64"
  291. DEBUG: | #elif __sparc__
  292. DEBUG: | %CPU "sparc"
  293. DEBUG: | #elif __m68k__
  294. DEBUG: | %CPU "m68k"
  295. DEBUG: | #elif __mips64
  296. DEBUG: | %CPU "mips64"
  297. DEBUG: | #elif __mips__
  298. DEBUG: | %CPU "mips32"
  299. DEBUG: | #elif __riscv && __riscv_xlen == 64
  300. DEBUG: | %CPU "riscv64"
  301. DEBUG: | #elif __sh__
  302. DEBUG: | %CPU "sh4"
  303. DEBUG: | #elif __wasm32__
  304. DEBUG: | %CPU "wasm32"
  305. DEBUG: | #endif
  306. DEBUG: | #if __APPLE__
  307. DEBUG: | %KERNEL "Darwin"
  308. DEBUG: | #elif __DragonFly__
  309. DEBUG: | %KERNEL "DragonFly"
  310. DEBUG: | #elif __FreeBSD__
  311. DEBUG: | %KERNEL "FreeBSD"
  312. DEBUG: | #elif __FreeBSD_kernel__
  313. DEBUG: | %KERNEL "kFreeBSD"
  314. DEBUG: | #elif __linux__
  315. DEBUG: | %KERNEL "Linux"
  316. DEBUG: | #elif __NetBSD__
  317. DEBUG: | %KERNEL "NetBSD"
  318. DEBUG: | #elif __OpenBSD__
  319. DEBUG: | %KERNEL "OpenBSD"
  320. DEBUG: | #elif __sun__
  321. DEBUG: | %KERNEL "SunOS"
  322. DEBUG: | #elif _WIN32 || __CYGWIN__
  323. DEBUG: | %KERNEL "WINNT"
  324. DEBUG: | #elif __wasi__
  325. DEBUG: | %KERNEL "WASI"
  326. DEBUG: | #endif
  327. DEBUG: | #if __ANDROID__
  328. DEBUG: | %OS "Android"
  329. DEBUG: | #endif
  330. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  331. DEBUG: | %ENDIANNESS "little"
  332. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  333. DEBUG: | %ENDIANNESS "big"
  334. DEBUG: | #endif
  335. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.ii4t6ts4.cpp' -E`
  336. DEBUG: COMPILER = clang-cl
  337. DEBUG: VERSION = 13.0.0
  338. DEBUG: cplusplus = 201402L
  339. DEBUG: CPU = x86_64
  340. DEBUG: KERNEL = WINNT
  341. DEBUG: ENDIANNESS = little
  342. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.cfm7ryqi.cpp` with content:
  343. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  344. DEBUG: | %COMPILER "clang-cl"
  345. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  346. DEBUG: | #elif defined(__clang__)
  347. DEBUG: | %COMPILER "clang"
  348. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  349. DEBUG: | #  ifdef __apple_build_version__
  350. DEBUG: | %XCODE 1
  351. DEBUG: | #  endif
  352. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  353. DEBUG: | %COMPILER "gcc"
  354. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  355. DEBUG: | #endif
  356. DEBUG: |
  357. DEBUG: | #if __cplusplus
  358. DEBUG: | %cplusplus __cplusplus
  359. DEBUG: | #elif __STDC_VERSION__
  360. DEBUG: | %STDC_VERSION __STDC_VERSION__
  361. DEBUG: | #endif
  362. DEBUG: | #if __i386__ || _M_IX86
  363. DEBUG: | %CPU "x86"
  364. DEBUG: | #elif __x86_64__ || _M_X64
  365. DEBUG: | %CPU "x86_64"
  366. DEBUG: | #elif __arm__ || _M_ARM
  367. DEBUG: | %CPU "arm"
  368. DEBUG: | #elif __aarch64__ || _M_ARM64
  369. DEBUG: | %CPU "aarch64"
  370. DEBUG: | #elif __ia64__
  371. DEBUG: | %CPU "ia64"
  372. DEBUG: | #elif __s390x__
  373. DEBUG: | %CPU "s390x"
  374. DEBUG: | #elif __s390__
  375. DEBUG: | %CPU "s390"
  376. DEBUG: | #elif __powerpc64__
  377. DEBUG: | %CPU "ppc64"
  378. DEBUG: | #elif __powerpc__
  379. DEBUG: | %CPU "ppc"
  380. DEBUG: | #elif __alpha__
  381. DEBUG: | %CPU "Alpha"
  382. DEBUG: | #elif __hppa__
  383. DEBUG: | %CPU "hppa"
  384. DEBUG: | #elif __sparc__ && __arch64__
  385. DEBUG: | %CPU "sparc64"
  386. DEBUG: | #elif __sparc__
  387. DEBUG: | %CPU "sparc"
  388. DEBUG: | #elif __m68k__
  389. DEBUG: | %CPU "m68k"
  390. DEBUG: | #elif __mips64
  391. DEBUG: | %CPU "mips64"
  392. DEBUG: | #elif __mips__
  393. DEBUG: | %CPU "mips32"
  394. DEBUG: | #elif __riscv && __riscv_xlen == 64
  395. DEBUG: | %CPU "riscv64"
  396. DEBUG: | #elif __sh__
  397. DEBUG: | %CPU "sh4"
  398. DEBUG: | #elif __wasm32__
  399. DEBUG: | %CPU "wasm32"
  400. DEBUG: | #endif
  401. DEBUG: | #if __APPLE__
  402. DEBUG: | %KERNEL "Darwin"
  403. DEBUG: | #elif __DragonFly__
  404. DEBUG: | %KERNEL "DragonFly"
  405. DEBUG: | #elif __FreeBSD__
  406. DEBUG: | %KERNEL "FreeBSD"
  407. DEBUG: | #elif __FreeBSD_kernel__
  408. DEBUG: | %KERNEL "kFreeBSD"
  409. DEBUG: | #elif __linux__
  410. DEBUG: | %KERNEL "Linux"
  411. DEBUG: | #elif __NetBSD__
  412. DEBUG: | %KERNEL "NetBSD"
  413. DEBUG: | #elif __OpenBSD__
  414. DEBUG: | %KERNEL "OpenBSD"
  415. DEBUG: | #elif __sun__
  416. DEBUG: | %KERNEL "SunOS"
  417. DEBUG: | #elif _WIN32 || __CYGWIN__
  418. DEBUG: | %KERNEL "WINNT"
  419. DEBUG: | #elif __wasi__
  420. DEBUG: | %KERNEL "WASI"
  421. DEBUG: | #endif
  422. DEBUG: | #if __ANDROID__
  423. DEBUG: | %OS "Android"
  424. DEBUG: | #endif
  425. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  426. DEBUG: | %ENDIANNESS "little"
  427. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  428. DEBUG: | %ENDIANNESS "big"
  429. DEBUG: | #endif
  430. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.cfm7ryqi.cpp' -E`
  431. DEBUG: COMPILER = clang-cl
  432. DEBUG: VERSION = 13.0.0
  433. DEBUG: cplusplus = 201703L
  434. DEBUG: CPU = x86_64
  435. DEBUG: KERNEL = WINNT
  436. DEBUG: ENDIANNESS = little
  437. INFO: yes
  438. INFO: checking the target C++ compiler version...
  439. INFO: 13.0.0
  440. INFO: checking the target C++ compiler works...
  441. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.ewnm3bse.cpp` with content:
  442. DEBUG: | int
  443. DEBUG: | main(void)
  444. DEBUG: | {
  445. DEBUG: |
  446. DEBUG: |   ;
  447. DEBUG: |   return 0;
  448. DEBUG: | }
  449. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.ewnm3bse.cpp' -c`
  450. INFO: yes
  451. INFO: checking for the host C compiler...
  452. DEBUG: _host_cc: Looking for c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
  453. INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
  454. INFO: checking whether the host C compiler can be used...
  455. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.r0d871en.c` with content:
  456. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  457. DEBUG: | %COMPILER "clang-cl"
  458. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  459. DEBUG: | #elif defined(__clang__)
  460. DEBUG: | %COMPILER "clang"
  461. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  462. DEBUG: | #  ifdef __apple_build_version__
  463. DEBUG: | %XCODE 1
  464. DEBUG: | #  endif
  465. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  466. DEBUG: | %COMPILER "gcc"
  467. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  468. DEBUG: | #endif
  469. DEBUG: |
  470. DEBUG: | #if __cplusplus
  471. DEBUG: | %cplusplus __cplusplus
  472. DEBUG: | #elif __STDC_VERSION__
  473. DEBUG: | %STDC_VERSION __STDC_VERSION__
  474. DEBUG: | #endif
  475. DEBUG: | #if __i386__ || _M_IX86
  476. DEBUG: | %CPU "x86"
  477. DEBUG: | #elif __x86_64__ || _M_X64
  478. DEBUG: | %CPU "x86_64"
  479. DEBUG: | #elif __arm__ || _M_ARM
  480. DEBUG: | %CPU "arm"
  481. DEBUG: | #elif __aarch64__ || _M_ARM64
  482. DEBUG: | %CPU "aarch64"
  483. DEBUG: | #elif __ia64__
  484. DEBUG: | %CPU "ia64"
  485. DEBUG: | #elif __s390x__
  486. DEBUG: | %CPU "s390x"
  487. DEBUG: | #elif __s390__
  488. DEBUG: | %CPU "s390"
  489. DEBUG: | #elif __powerpc64__
  490. DEBUG: | %CPU "ppc64"
  491. DEBUG: | #elif __powerpc__
  492. DEBUG: | %CPU "ppc"
  493. DEBUG: | #elif __alpha__
  494. DEBUG: | %CPU "Alpha"
  495. DEBUG: | #elif __hppa__
  496. DEBUG: | %CPU "hppa"
  497. DEBUG: | #elif __sparc__ && __arch64__
  498. DEBUG: | %CPU "sparc64"
  499. DEBUG: | #elif __sparc__
  500. DEBUG: | %CPU "sparc"
  501. DEBUG: | #elif __m68k__
  502. DEBUG: | %CPU "m68k"
  503. DEBUG: | #elif __mips64
  504. DEBUG: | %CPU "mips64"
  505. DEBUG: | #elif __mips__
  506. DEBUG: | %CPU "mips32"
  507. DEBUG: | #elif __riscv && __riscv_xlen == 64
  508. DEBUG: | %CPU "riscv64"
  509. DEBUG: | #elif __sh__
  510. DEBUG: | %CPU "sh4"
  511. DEBUG: | #elif __wasm32__
  512. DEBUG: | %CPU "wasm32"
  513. DEBUG: | #endif
  514. DEBUG: | #if __APPLE__
  515. DEBUG: | %KERNEL "Darwin"
  516. DEBUG: | #elif __DragonFly__
  517. DEBUG: | %KERNEL "DragonFly"
  518. DEBUG: | #elif __FreeBSD__
  519. DEBUG: | %KERNEL "FreeBSD"
  520. DEBUG: | #elif __FreeBSD_kernel__
  521. DEBUG: | %KERNEL "kFreeBSD"
  522. DEBUG: | #elif __linux__
  523. DEBUG: | %KERNEL "Linux"
  524. DEBUG: | #elif __NetBSD__
  525. DEBUG: | %KERNEL "NetBSD"
  526. DEBUG: | #elif __OpenBSD__
  527. DEBUG: | %KERNEL "OpenBSD"
  528. DEBUG: | #elif __sun__
  529. DEBUG: | %KERNEL "SunOS"
  530. DEBUG: | #elif _WIN32 || __CYGWIN__
  531. DEBUG: | %KERNEL "WINNT"
  532. DEBUG: | #elif __wasi__
  533. DEBUG: | %KERNEL "WASI"
  534. DEBUG: | #endif
  535. DEBUG: | #if __ANDROID__
  536. DEBUG: | %OS "Android"
  537. DEBUG: | #endif
  538. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  539. DEBUG: | %ENDIANNESS "little"
  540. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  541. DEBUG: | %ENDIANNESS "big"
  542. DEBUG: | #endif
  543. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.r0d871en.c' -E`
  544. DEBUG: COMPILER = clang-cl
  545. DEBUG: VERSION = 13.0.0
  546. DEBUG: STDC_VERSION = 201710L
  547. DEBUG: CPU = x86_64
  548. DEBUG: KERNEL = WINNT
  549. DEBUG: ENDIANNESS = little
  550. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.s1lz6zem.c` with content:
  551. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  552. DEBUG: | %COMPILER "clang-cl"
  553. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  554. DEBUG: | #elif defined(__clang__)
  555. DEBUG: | %COMPILER "clang"
  556. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  557. DEBUG: | #  ifdef __apple_build_version__
  558. DEBUG: | %XCODE 1
  559. DEBUG: | #  endif
  560. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  561. DEBUG: | %COMPILER "gcc"
  562. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  563. DEBUG: | #endif
  564. DEBUG: |
  565. DEBUG: | #if __cplusplus
  566. DEBUG: | %cplusplus __cplusplus
  567. DEBUG: | #elif __STDC_VERSION__
  568. DEBUG: | %STDC_VERSION __STDC_VERSION__
  569. DEBUG: | #endif
  570. DEBUG: | #if __i386__ || _M_IX86
  571. DEBUG: | %CPU "x86"
  572. DEBUG: | #elif __x86_64__ || _M_X64
  573. DEBUG: | %CPU "x86_64"
  574. DEBUG: | #elif __arm__ || _M_ARM
  575. DEBUG: | %CPU "arm"
  576. DEBUG: | #elif __aarch64__ || _M_ARM64
  577. DEBUG: | %CPU "aarch64"
  578. DEBUG: | #elif __ia64__
  579. DEBUG: | %CPU "ia64"
  580. DEBUG: | #elif __s390x__
  581. DEBUG: | %CPU "s390x"
  582. DEBUG: | #elif __s390__
  583. DEBUG: | %CPU "s390"
  584. DEBUG: | #elif __powerpc64__
  585. DEBUG: | %CPU "ppc64"
  586. DEBUG: | #elif __powerpc__
  587. DEBUG: | %CPU "ppc"
  588. DEBUG: | #elif __alpha__
  589. DEBUG: | %CPU "Alpha"
  590. DEBUG: | #elif __hppa__
  591. DEBUG: | %CPU "hppa"
  592. DEBUG: | #elif __sparc__ && __arch64__
  593. DEBUG: | %CPU "sparc64"
  594. DEBUG: | #elif __sparc__
  595. DEBUG: | %CPU "sparc"
  596. DEBUG: | #elif __m68k__
  597. DEBUG: | %CPU "m68k"
  598. DEBUG: | #elif __mips64
  599. DEBUG: | %CPU "mips64"
  600. DEBUG: | #elif __mips__
  601. DEBUG: | %CPU "mips32"
  602. DEBUG: | #elif __riscv && __riscv_xlen == 64
  603. DEBUG: | %CPU "riscv64"
  604. DEBUG: | #elif __sh__
  605. DEBUG: | %CPU "sh4"
  606. DEBUG: | #elif __wasm32__
  607. DEBUG: | %CPU "wasm32"
  608. DEBUG: | #endif
  609. DEBUG: | #if __APPLE__
  610. DEBUG: | %KERNEL "Darwin"
  611. DEBUG: | #elif __DragonFly__
  612. DEBUG: | %KERNEL "DragonFly"
  613. DEBUG: | #elif __FreeBSD__
  614. DEBUG: | %KERNEL "FreeBSD"
  615. DEBUG: | #elif __FreeBSD_kernel__
  616. DEBUG: | %KERNEL "kFreeBSD"
  617. DEBUG: | #elif __linux__
  618. DEBUG: | %KERNEL "Linux"
  619. DEBUG: | #elif __NetBSD__
  620. DEBUG: | %KERNEL "NetBSD"
  621. DEBUG: | #elif __OpenBSD__
  622. DEBUG: | %KERNEL "OpenBSD"
  623. DEBUG: | #elif __sun__
  624. DEBUG: | %KERNEL "SunOS"
  625. DEBUG: | #elif _WIN32 || __CYGWIN__
  626. DEBUG: | %KERNEL "WINNT"
  627. DEBUG: | #elif __wasi__
  628. DEBUG: | %KERNEL "WASI"
  629. DEBUG: | #endif
  630. DEBUG: | #if __ANDROID__
  631. DEBUG: | %OS "Android"
  632. DEBUG: | #endif
  633. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  634. DEBUG: | %ENDIANNESS "little"
  635. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  636. DEBUG: | %ENDIANNESS "big"
  637. DEBUG: | #endif
  638. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 'C:\Users\e12yu\AppData\Local\Temp\conftest.s1lz6zem.c' -E`
  639. DEBUG: COMPILER = clang-cl
  640. DEBUG: VERSION = 13.0.0
  641. DEBUG: STDC_VERSION = 199901L
  642. DEBUG: CPU = x86_64
  643. DEBUG: KERNEL = WINNT
  644. DEBUG: ENDIANNESS = little
  645. INFO: yes
  646. INFO: checking the host C compiler version...
  647. INFO: 13.0.0
  648. INFO: checking the host C compiler works...
  649. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.0cpfq0gv.c` with content:
  650. DEBUG: | int
  651. DEBUG: | main(void)
  652. DEBUG: | {
  653. DEBUG: |
  654. DEBUG: |   ;
  655. DEBUG: |   return 0;
  656. DEBUG: | }
  657. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 'C:\Users\e12yu\AppData\Local\Temp\conftest.0cpfq0gv.c' -c`
  658. INFO: yes
  659. INFO: checking for the host C++ compiler...
  660. DEBUG: _host_cxx: Looking for c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
  661. INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
  662. INFO: checking whether the host C++ compiler can be used...
  663. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.l85melip.cpp` with content:
  664. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  665. DEBUG: | %COMPILER "clang-cl"
  666. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  667. DEBUG: | #elif defined(__clang__)
  668. DEBUG: | %COMPILER "clang"
  669. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  670. DEBUG: | #  ifdef __apple_build_version__
  671. DEBUG: | %XCODE 1
  672. DEBUG: | #  endif
  673. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  674. DEBUG: | %COMPILER "gcc"
  675. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  676. DEBUG: | #endif
  677. DEBUG: |
  678. DEBUG: | #if __cplusplus
  679. DEBUG: | %cplusplus __cplusplus
  680. DEBUG: | #elif __STDC_VERSION__
  681. DEBUG: | %STDC_VERSION __STDC_VERSION__
  682. DEBUG: | #endif
  683. DEBUG: | #if __i386__ || _M_IX86
  684. DEBUG: | %CPU "x86"
  685. DEBUG: | #elif __x86_64__ || _M_X64
  686. DEBUG: | %CPU "x86_64"
  687. DEBUG: | #elif __arm__ || _M_ARM
  688. DEBUG: | %CPU "arm"
  689. DEBUG: | #elif __aarch64__ || _M_ARM64
  690. DEBUG: | %CPU "aarch64"
  691. DEBUG: | #elif __ia64__
  692. DEBUG: | %CPU "ia64"
  693. DEBUG: | #elif __s390x__
  694. DEBUG: | %CPU "s390x"
  695. DEBUG: | #elif __s390__
  696. DEBUG: | %CPU "s390"
  697. DEBUG: | #elif __powerpc64__
  698. DEBUG: | %CPU "ppc64"
  699. DEBUG: | #elif __powerpc__
  700. DEBUG: | %CPU "ppc"
  701. DEBUG: | #elif __alpha__
  702. DEBUG: | %CPU "Alpha"
  703. DEBUG: | #elif __hppa__
  704. DEBUG: | %CPU "hppa"
  705. DEBUG: | #elif __sparc__ && __arch64__
  706. DEBUG: | %CPU "sparc64"
  707. DEBUG: | #elif __sparc__
  708. DEBUG: | %CPU "sparc"
  709. DEBUG: | #elif __m68k__
  710. DEBUG: | %CPU "m68k"
  711. DEBUG: | #elif __mips64
  712. DEBUG: | %CPU "mips64"
  713. DEBUG: | #elif __mips__
  714. DEBUG: | %CPU "mips32"
  715. DEBUG: | #elif __riscv && __riscv_xlen == 64
  716. DEBUG: | %CPU "riscv64"
  717. DEBUG: | #elif __sh__
  718. DEBUG: | %CPU "sh4"
  719. DEBUG: | #elif __wasm32__
  720. DEBUG: | %CPU "wasm32"
  721. DEBUG: | #endif
  722. DEBUG: | #if __APPLE__
  723. DEBUG: | %KERNEL "Darwin"
  724. DEBUG: | #elif __DragonFly__
  725. DEBUG: | %KERNEL "DragonFly"
  726. DEBUG: | #elif __FreeBSD__
  727. DEBUG: | %KERNEL "FreeBSD"
  728. DEBUG: | #elif __FreeBSD_kernel__
  729. DEBUG: | %KERNEL "kFreeBSD"
  730. DEBUG: | #elif __linux__
  731. DEBUG: | %KERNEL "Linux"
  732. DEBUG: | #elif __NetBSD__
  733. DEBUG: | %KERNEL "NetBSD"
  734. DEBUG: | #elif __OpenBSD__
  735. DEBUG: | %KERNEL "OpenBSD"
  736. DEBUG: | #elif __sun__
  737. DEBUG: | %KERNEL "SunOS"
  738. DEBUG: | #elif _WIN32 || __CYGWIN__
  739. DEBUG: | %KERNEL "WINNT"
  740. DEBUG: | #elif __wasi__
  741. DEBUG: | %KERNEL "WASI"
  742. DEBUG: | #endif
  743. DEBUG: | #if __ANDROID__
  744. DEBUG: | %OS "Android"
  745. DEBUG: | #endif
  746. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  747. DEBUG: | %ENDIANNESS "little"
  748. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  749. DEBUG: | %ENDIANNESS "big"
  750. DEBUG: | #endif
  751. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.l85melip.cpp' -E`
  752. DEBUG: COMPILER = clang-cl
  753. DEBUG: VERSION = 13.0.0
  754. DEBUG: cplusplus = 201402L
  755. DEBUG: CPU = x86_64
  756. DEBUG: KERNEL = WINNT
  757. DEBUG: ENDIANNESS = little
  758. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.8avhtv5v.cpp` with content:
  759. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  760. DEBUG: | %COMPILER "clang-cl"
  761. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  762. DEBUG: | #elif defined(__clang__)
  763. DEBUG: | %COMPILER "clang"
  764. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  765. DEBUG: | #  ifdef __apple_build_version__
  766. DEBUG: | %XCODE 1
  767. DEBUG: | #  endif
  768. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  769. DEBUG: | %COMPILER "gcc"
  770. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  771. DEBUG: | #endif
  772. DEBUG: |
  773. DEBUG: | #if __cplusplus
  774. DEBUG: | %cplusplus __cplusplus
  775. DEBUG: | #elif __STDC_VERSION__
  776. DEBUG: | %STDC_VERSION __STDC_VERSION__
  777. DEBUG: | #endif
  778. DEBUG: | #if __i386__ || _M_IX86
  779. DEBUG: | %CPU "x86"
  780. DEBUG: | #elif __x86_64__ || _M_X64
  781. DEBUG: | %CPU "x86_64"
  782. DEBUG: | #elif __arm__ || _M_ARM
  783. DEBUG: | %CPU "arm"
  784. DEBUG: | #elif __aarch64__ || _M_ARM64
  785. DEBUG: | %CPU "aarch64"
  786. DEBUG: | #elif __ia64__
  787. DEBUG: | %CPU "ia64"
  788. DEBUG: | #elif __s390x__
  789. DEBUG: | %CPU "s390x"
  790. DEBUG: | #elif __s390__
  791. DEBUG: | %CPU "s390"
  792. DEBUG: | #elif __powerpc64__
  793. DEBUG: | %CPU "ppc64"
  794. DEBUG: | #elif __powerpc__
  795. DEBUG: | %CPU "ppc"
  796. DEBUG: | #elif __alpha__
  797. DEBUG: | %CPU "Alpha"
  798. DEBUG: | #elif __hppa__
  799. DEBUG: | %CPU "hppa"
  800. DEBUG: | #elif __sparc__ && __arch64__
  801. DEBUG: | %CPU "sparc64"
  802. DEBUG: | #elif __sparc__
  803. DEBUG: | %CPU "sparc"
  804. DEBUG: | #elif __m68k__
  805. DEBUG: | %CPU "m68k"
  806. DEBUG: | #elif __mips64
  807. DEBUG: | %CPU "mips64"
  808. DEBUG: | #elif __mips__
  809. DEBUG: | %CPU "mips32"
  810. DEBUG: | #elif __riscv && __riscv_xlen == 64
  811. DEBUG: | %CPU "riscv64"
  812. DEBUG: | #elif __sh__
  813. DEBUG: | %CPU "sh4"
  814. DEBUG: | #elif __wasm32__
  815. DEBUG: | %CPU "wasm32"
  816. DEBUG: | #endif
  817. DEBUG: | #if __APPLE__
  818. DEBUG: | %KERNEL "Darwin"
  819. DEBUG: | #elif __DragonFly__
  820. DEBUG: | %KERNEL "DragonFly"
  821. DEBUG: | #elif __FreeBSD__
  822. DEBUG: | %KERNEL "FreeBSD"
  823. DEBUG: | #elif __FreeBSD_kernel__
  824. DEBUG: | %KERNEL "kFreeBSD"
  825. DEBUG: | #elif __linux__
  826. DEBUG: | %KERNEL "Linux"
  827. DEBUG: | #elif __NetBSD__
  828. DEBUG: | %KERNEL "NetBSD"
  829. DEBUG: | #elif __OpenBSD__
  830. DEBUG: | %KERNEL "OpenBSD"
  831. DEBUG: | #elif __sun__
  832. DEBUG: | %KERNEL "SunOS"
  833. DEBUG: | #elif _WIN32 || __CYGWIN__
  834. DEBUG: | %KERNEL "WINNT"
  835. DEBUG: | #elif __wasi__
  836. DEBUG: | %KERNEL "WASI"
  837. DEBUG: | #endif
  838. DEBUG: | #if __ANDROID__
  839. DEBUG: | %OS "Android"
  840. DEBUG: | #endif
  841. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  842. DEBUG: | %ENDIANNESS "little"
  843. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  844. DEBUG: | %ENDIANNESS "big"
  845. DEBUG: | #endif
  846. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.8avhtv5v.cpp' -E`
  847. DEBUG: COMPILER = clang-cl
  848. DEBUG: VERSION = 13.0.0
  849. DEBUG: cplusplus = 201703L
  850. DEBUG: CPU = x86_64
  851. DEBUG: KERNEL = WINNT
  852. DEBUG: ENDIANNESS = little
  853. INFO: yes
  854. INFO: checking the host C++ compiler version...
  855. INFO: 13.0.0
  856. INFO: checking the host C++ compiler works...
  857. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.4orp2odx.cpp` with content:
  858. DEBUG: | int
  859. DEBUG: | main(void)
  860. DEBUG: | {
  861. DEBUG: |
  862. DEBUG: |   ;
  863. DEBUG: |   return 0;
  864. DEBUG: | }
  865. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.4orp2odx.cpp' -c`
  866. INFO: yes
  867. INFO: checking for 64-bit OS...
  868. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.flblsyhy.cpp` with content:
  869. DEBUG: | int
  870. DEBUG: | main(void)
  871. DEBUG: | {
  872. DEBUG: | static_assert(sizeof(void *) == 8, "")
  873. DEBUG: |   ;
  874. DEBUG: |   return 0;
  875. DEBUG: | }
  876. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.flblsyhy.cpp' -c`
  877. INFO: yes
  878. INFO: checking for Windows SDK...
  879. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.jnv6st8s.c` with content:
  880. DEBUG: | #include <winsdkver.h>
  881. DEBUG: | WINVER_MAXVER
  882. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -X -I C:/PROGRA~2/WI3CF2~1/10/include/10.0.18362.0/um -I C:/PROGRA~2/WI3CF2~1/10/include/10.0.18362.0/shared 'C:\Users\e12yu\AppData\Local\Temp\conftest.jnv6st8s.c' -E`
  883. INFO: 0x0a00 in C:/PROGRA~2/WI3CF2~1/10/
  884. INFO: checking for Universal CRT SDK...
  885. INFO: 10.0.18362.0 in C:/PROGRA~2/WI3CF2~1/10/
  886. INFO: checking for the Debug Interface Access SDK...
  887. INFO: C:\PROGRA~2\MICROS~2\2017\COMMUN~1\DIA SDK
  888. INFO: checking for linker...
  889. DEBUG: linker: Looking for lld-link
  890. INFO: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe
  891. INFO: checking for host_linker...
  892. DEBUG: host_linker: Looking for lld-link
  893. INFO: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe
  894. INFO: checking for the assembler...
  895. DEBUG: _as: Looking for ml64.exe
  896. INFO: C:/PROGRA~2/MICROS~2/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/ml64.exe
  897. INFO: checking for rc...
  898. DEBUG: rc: Looking for llvm-rc
  899. INFO: c:/Users/e12yu/.mozbuild/clang/bin/llvm-rc.exe
  900. INFO: checking for ar...
  901. DEBUG: ar: Looking for llvm-lib
  902. INFO: c:/Users/e12yu/.mozbuild/clang/bin/llvm-lib.exe
  903. INFO: checking for pkg_config...
  904. DEBUG: pkg_config: Looking for pkg-config
  905. INFO: not found
  906. INFO: checking for stdint.h...
  907. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.0koscfdl.cpp` with content:
  908. DEBUG: | #include <stdint.h>
  909. DEBUG: | int
  910. DEBUG: | main(void)
  911. DEBUG: | {
  912. DEBUG: |
  913. DEBUG: |   ;
  914. DEBUG: |   return 0;
  915. DEBUG: | }
  916. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.0koscfdl.cpp' -c`
  917. INFO: yes
  918. INFO: checking for inttypes.h...
  919. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.lf9lroak.cpp` with content:
  920. DEBUG: | #include <inttypes.h>
  921. DEBUG: | int
  922. DEBUG: | main(void)
  923. DEBUG: | {
  924. DEBUG: |
  925. DEBUG: |   ;
  926. DEBUG: |   return 0;
  927. DEBUG: | }
  928. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.lf9lroak.cpp' -c`
  929. INFO: yes
  930. INFO: checking for malloc.h...
  931. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.e5d5fai0.cpp` with content:
  932. DEBUG: | #include <malloc.h>
  933. DEBUG: | int
  934. DEBUG: | main(void)
  935. DEBUG: | {
  936. DEBUG: |
  937. DEBUG: |   ;
  938. DEBUG: |   return 0;
  939. DEBUG: | }
  940. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.e5d5fai0.cpp' -c`
  941. INFO: yes
  942. INFO: checking for alloca.h...
  943. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.srhcu6ub.cpp` with content:
  944. DEBUG: | #include <alloca.h>
  945. DEBUG: | int
  946. DEBUG: | main(void)
  947. DEBUG: | {
  948. DEBUG: |
  949. DEBUG: |   ;
  950. DEBUG: |   return 0;
  951. DEBUG: | }
  952. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.srhcu6ub.cpp' -c`
  953. DEBUG: The command returned non-zero exit status 1.
  954. DEBUG: Its error output was:
  955. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.srhcu6ub.cpp(1,10): fatal error: 'alloca.h' file not found
  956. DEBUG: | #include <alloca.h>
  957. DEBUG: |          ^~~~~~~~~~
  958. DEBUG: | 1 error generated.
  959. INFO: no
  960. INFO: checking for sys/byteorder.h...
  961. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.m38halek.cpp` with content:
  962. DEBUG: | #include <sys/byteorder.h>
  963. DEBUG: | int
  964. DEBUG: | main(void)
  965. DEBUG: | {
  966. DEBUG: |
  967. DEBUG: |   ;
  968. DEBUG: |   return 0;
  969. DEBUG: | }
  970. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.m38halek.cpp' -c`
  971. DEBUG: The command returned non-zero exit status 1.
  972. DEBUG: Its error output was:
  973. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.m38halek.cpp(1,10): fatal error: 'sys/byteorder.h' file not found
  974. DEBUG: | #include <sys/byteorder.h>
  975. DEBUG: |          ^~~~~~~~~~~~~~~~~
  976. DEBUG: | 1 error generated.
  977. INFO: no
  978. INFO: checking for getopt.h...
  979. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.nq45bdt8.cpp` with content:
  980. DEBUG: | #include <getopt.h>
  981. DEBUG: | int
  982. DEBUG: | main(void)
  983. DEBUG: | {
  984. DEBUG: |
  985. DEBUG: |   ;
  986. DEBUG: |   return 0;
  987. DEBUG: | }
  988. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.nq45bdt8.cpp' -c`
  989. DEBUG: The command returned non-zero exit status 1.
  990. DEBUG: Its error output was:
  991. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.nq45bdt8.cpp(1,10): fatal error: 'getopt.h' file not found
  992. DEBUG: | #include <getopt.h>
  993. DEBUG: |          ^~~~~~~~~~
  994. DEBUG: | 1 error generated.
  995. INFO: no
  996. INFO: checking for unistd.h...
  997. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.0s53u0a9.cpp` with content:
  998. DEBUG: | #include <unistd.h>
  999. DEBUG: | int
  1000. DEBUG: | main(void)
  1001. DEBUG: | {
  1002. DEBUG: |
  1003. DEBUG: |   ;
  1004. DEBUG: |   return 0;
  1005. DEBUG: | }
  1006. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.0s53u0a9.cpp' -c`
  1007. DEBUG: The command returned non-zero exit status 1.
  1008. DEBUG: Its error output was:
  1009. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.0s53u0a9.cpp(1,10): fatal error: 'unistd.h' file not found
  1010. DEBUG: | #include <unistd.h>
  1011. DEBUG: |          ^~~~~~~~~~
  1012. DEBUG: | 1 error generated.
  1013. INFO: no
  1014. INFO: checking for nl_types.h...
  1015. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.s4_8_lpa.cpp` with content:
  1016. DEBUG: | #include <nl_types.h>
  1017. DEBUG: | int
  1018. DEBUG: | main(void)
  1019. DEBUG: | {
  1020. DEBUG: |
  1021. DEBUG: |   ;
  1022. DEBUG: |   return 0;
  1023. DEBUG: | }
  1024. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.s4_8_lpa.cpp' -c`
  1025. DEBUG: The command returned non-zero exit status 1.
  1026. DEBUG: Its error output was:
  1027. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.s4_8_lpa.cpp(1,10): fatal error: 'nl_types.h' file not found
  1028. DEBUG: | #include <nl_types.h>
  1029. DEBUG: |          ^~~~~~~~~~~~
  1030. DEBUG: | 1 error generated.
  1031. INFO: no
  1032. INFO: checking for cpuid.h...
  1033. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.iq6kui0k.cpp` with content:
  1034. DEBUG: | #include <cpuid.h>
  1035. DEBUG: | int
  1036. DEBUG: | main(void)
  1037. DEBUG: | {
  1038. DEBUG: |
  1039. DEBUG: |   ;
  1040. DEBUG: |   return 0;
  1041. DEBUG: | }
  1042. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.iq6kui0k.cpp' -c`
  1043. INFO: yes
  1044. INFO: checking for fts.h...
  1045. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.gr_1328f.cpp` with content:
  1046. DEBUG: | #include <fts.h>
  1047. DEBUG: | int
  1048. DEBUG: | main(void)
  1049. DEBUG: | {
  1050. DEBUG: |
  1051. DEBUG: |   ;
  1052. DEBUG: |   return 0;
  1053. DEBUG: | }
  1054. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.gr_1328f.cpp' -c`
  1055. DEBUG: The command returned non-zero exit status 1.
  1056. DEBUG: Its error output was:
  1057. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.gr_1328f.cpp(1,10): fatal error: 'fts.h' file not found
  1058. DEBUG: | #include <fts.h>
  1059. DEBUG: |          ^~~~~~~
  1060. DEBUG: | 1 error generated.
  1061. INFO: no
  1062. INFO: checking for sys/statvfs.h...
  1063. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.w2vyfndb.cpp` with content:
  1064. DEBUG: | #include <sys/statvfs.h>
  1065. DEBUG: | int
  1066. DEBUG: | main(void)
  1067. DEBUG: | {
  1068. DEBUG: |
  1069. DEBUG: |   ;
  1070. DEBUG: |   return 0;
  1071. DEBUG: | }
  1072. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.w2vyfndb.cpp' -c`
  1073. DEBUG: The command returned non-zero exit status 1.
  1074. DEBUG: Its error output was:
  1075. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.w2vyfndb.cpp(1,10): fatal error: 'sys/statvfs.h' file not found
  1076. DEBUG: | #include <sys/statvfs.h>
  1077. DEBUG: |          ^~~~~~~~~~~~~~~
  1078. DEBUG: | 1 error generated.
  1079. INFO: no
  1080. INFO: checking for sys/statfs.h...
  1081. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.d6a0jkk2.cpp` with content:
  1082. DEBUG: | #include <sys/statfs.h>
  1083. DEBUG: | int
  1084. DEBUG: | main(void)
  1085. DEBUG: | {
  1086. DEBUG: |
  1087. DEBUG: |   ;
  1088. DEBUG: |   return 0;
  1089. DEBUG: | }
  1090. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.d6a0jkk2.cpp' -c`
  1091. DEBUG: The command returned non-zero exit status 1.
  1092. DEBUG: Its error output was:
  1093. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.d6a0jkk2.cpp(1,10): fatal error: 'sys/statfs.h' file not found
  1094. DEBUG: | #include <sys/statfs.h>
  1095. DEBUG: |          ^~~~~~~~~~~~~~
  1096. DEBUG: | 1 error generated.
  1097. INFO: no
  1098. INFO: checking for sys/vfs.h...
  1099. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.t11kye8e.cpp` with content:
  1100. DEBUG: | #include <sys/vfs.h>
  1101. DEBUG: | int
  1102. DEBUG: | main(void)
  1103. DEBUG: | {
  1104. DEBUG: |
  1105. DEBUG: |   ;
  1106. DEBUG: |   return 0;
  1107. DEBUG: | }
  1108. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.t11kye8e.cpp' -c`
  1109. DEBUG: The command returned non-zero exit status 1.
  1110. DEBUG: Its error output was:
  1111. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.t11kye8e.cpp(1,10): fatal error: 'sys/vfs.h' file not found
  1112. DEBUG: | #include <sys/vfs.h>
  1113. DEBUG: |          ^~~~~~~~~~~
  1114. DEBUG: | 1 error generated.
  1115. INFO: no
  1116. INFO: checking for sys/mount.h...
  1117. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.q644x4nb.cpp` with content:
  1118. DEBUG: | #include <sys/mount.h>
  1119. DEBUG: | int
  1120. DEBUG: | main(void)
  1121. DEBUG: | {
  1122. DEBUG: |
  1123. DEBUG: |   ;
  1124. DEBUG: |   return 0;
  1125. DEBUG: | }
  1126. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.q644x4nb.cpp' -c`
  1127. DEBUG: The command returned non-zero exit status 1.
  1128. DEBUG: Its error output was:
  1129. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.q644x4nb.cpp(1,10): fatal error: 'sys/mount.h' file not found
  1130. DEBUG: | #include <sys/mount.h>
  1131. DEBUG: |          ^~~~~~~~~~~~~
  1132. DEBUG: | 1 error generated.
  1133. INFO: no
  1134. INFO: checking for sys/quota.h...
  1135. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.8i80rykx.cpp` with content:
  1136. DEBUG: | #include <sys/quota.h>
  1137. DEBUG: | int
  1138. DEBUG: | main(void)
  1139. DEBUG: | {
  1140. DEBUG: | quotactl(0, nullptr, 0, (caddr_t)nullptr);
  1141. DEBUG: |   ;
  1142. DEBUG: |   return 0;
  1143. DEBUG: | }
  1144. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.8i80rykx.cpp' -c`
  1145. DEBUG: The command returned non-zero exit status 1.
  1146. DEBUG: Its error output was:
  1147. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.8i80rykx.cpp(1,10): fatal error: 'sys/quota.h' file not found
  1148. DEBUG: | #include <sys/quota.h>
  1149. DEBUG: |          ^~~~~~~~~~~~~
  1150. DEBUG: | 1 error generated.
  1151. INFO: no
  1152. INFO: checking for sys/queue.h...
  1153. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.7cu_dj_o.cpp` with content:
  1154. DEBUG: | #include <sys/queue.h>
  1155. DEBUG: | int
  1156. DEBUG: | main(void)
  1157. DEBUG: | {
  1158. DEBUG: |
  1159. DEBUG: |   ;
  1160. DEBUG: |   return 0;
  1161. DEBUG: | }
  1162. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.7cu_dj_o.cpp' -c`
  1163. DEBUG: The command returned non-zero exit status 1.
  1164. DEBUG: Its error output was:
  1165. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.7cu_dj_o.cpp(1,10): fatal error: 'sys/queue.h' file not found
  1166. DEBUG: | #include <sys/queue.h>
  1167. DEBUG: |          ^~~~~~~~~~~~~
  1168. DEBUG: | 1 error generated.
  1169. INFO: no
  1170. INFO: checking for sys/types.h...
  1171. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.27t6_3nn.cpp` with content:
  1172. DEBUG: | #include <sys/types.h>
  1173. DEBUG: | int
  1174. DEBUG: | main(void)
  1175. DEBUG: | {
  1176. DEBUG: |
  1177. DEBUG: |   ;
  1178. DEBUG: |   return 0;
  1179. DEBUG: | }
  1180. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.27t6_3nn.cpp' -c`
  1181. INFO: yes
  1182. INFO: checking for netinet/in.h...
  1183. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.vkokekns.cpp` with content:
  1184. DEBUG: | #include <netinet/in.h>
  1185. DEBUG: | int
  1186. DEBUG: | main(void)
  1187. DEBUG: | {
  1188. DEBUG: |
  1189. DEBUG: |   ;
  1190. DEBUG: |   return 0;
  1191. DEBUG: | }
  1192. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.vkokekns.cpp' -c`
  1193. DEBUG: The command returned non-zero exit status 1.
  1194. DEBUG: Its error output was:
  1195. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.vkokekns.cpp(1,10): fatal error: 'netinet/in.h' file not found
  1196. DEBUG: | #include <netinet/in.h>
  1197. DEBUG: |          ^~~~~~~~~~~~~~
  1198. DEBUG: | 1 error generated.
  1199. INFO: no
  1200. INFO: checking for byteswap.h...
  1201. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.7c37dl42.cpp` with content:
  1202. DEBUG: | #include <byteswap.h>
  1203. DEBUG: | int
  1204. DEBUG: | main(void)
  1205. DEBUG: | {
  1206. DEBUG: |
  1207. DEBUG: |   ;
  1208. DEBUG: |   return 0;
  1209. DEBUG: | }
  1210. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.7c37dl42.cpp' -c`
  1211. DEBUG: The command returned non-zero exit status 1.
  1212. DEBUG: Its error output was:
  1213. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.7c37dl42.cpp(1,10): fatal error: 'byteswap.h' file not found
  1214. DEBUG: | #include <byteswap.h>
  1215. DEBUG: |          ^~~~~~~~~~~~
  1216. DEBUG: | 1 error generated.
  1217. INFO: no
  1218. INFO: checking for memfd_create in sys/mman.h...
  1219. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.rqmgc1z4.cpp` with content:
  1220. DEBUG: | #include <sys/mman.h>
  1221. DEBUG: | int
  1222. DEBUG: | main(void)
  1223. DEBUG: | {
  1224. DEBUG: | memfd_create("", 0);
  1225. DEBUG: |   ;
  1226. DEBUG: |   return 0;
  1227. DEBUG: | }
  1228. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.rqmgc1z4.cpp' -c`
  1229. DEBUG: The command returned non-zero exit status 1.
  1230. DEBUG: Its error output was:
  1231. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.rqmgc1z4.cpp(1,10): fatal error: 'sys/mman.h' file not found
  1232. DEBUG: | #include <sys/mman.h>
  1233. DEBUG: |          ^~~~~~~~~~~~
  1234. DEBUG: | 1 error generated.
  1235. INFO: no
  1236. INFO: checking for perf_event_open system call...
  1237. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.65rdh7bb.cpp` with content:
  1238. DEBUG: | #include <asm/unistd.h>
  1239. DEBUG: | int
  1240. DEBUG: | main(void)
  1241. DEBUG: | {
  1242. DEBUG: | return sizeof(__NR_perf_event_open);
  1243. DEBUG: |   ;
  1244. DEBUG: |   return 0;
  1245. DEBUG: | }
  1246. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.65rdh7bb.cpp' -c`
  1247. DEBUG: The command returned non-zero exit status 1.
  1248. DEBUG: Its error output was:
  1249. DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.65rdh7bb.cpp(1,10): fatal error: 'asm/unistd.h' file not found
  1250. DEBUG: | #include <asm/unistd.h>
  1251. DEBUG: |          ^~~~~~~~~~~~~~
  1252. DEBUG: | 1 error generated.
  1253. INFO: no
  1254. INFO: checking for llvm_profdata...
  1255. DEBUG: llvm_profdata: Looking for llvm-profdata
  1256. INFO: c:/Users/e12yu/.mozbuild/clang/bin/llvm-profdata.exe
  1257. INFO: checking for rustc...
  1258. DEBUG: _rustc: Looking for rustc
  1259. INFO: c:/Users/e12yu/.cargo/bin/rustc.exe
  1260. INFO: checking for cargo...
  1261. DEBUG: _cargo: Looking for cargo
  1262. INFO: c:/Users/e12yu/.cargo/bin/cargo.exe
  1263. DEBUG: Executing: `c:/Users/e12yu/.cargo/bin/rustc.exe +stable`
  1264. DEBUG: Executing: `rustup which rustc`
  1265. INFO: Actually using 'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe'
  1266. DEBUG: Executing: `c:/Users/e12yu/.cargo/bin/cargo.exe +stable`
  1267. DEBUG: Executing: `rustup which cargo`
  1268. INFO: Actually using 'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\cargo.exe'
  1269. INFO: checking rustc version...
  1270. DEBUG: Executing: `'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe' --version --verbose`
  1271. INFO: 1.57.0
  1272. INFO: checking cargo version...
  1273. DEBUG: Executing: `'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\cargo.exe' --version --verbose`
  1274. INFO: 1.57.0
  1275. DEBUG: Executing: `'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe' --print target-list`
  1276. INFO: checking for rust host triplet...
  1277. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest47jn45ky.rs` with content:
  1278. DEBUG: | pub extern fn hello() { println!("Hello world"); }
  1279. DEBUG: Executing: `'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe' --crate-type staticlib --target=x86_64-pc-windows-msvc -o 'C:\Users\e12yu\AppData\Local\Temp\conftest4g62qtl3.rlib' 'C:\Users\e12yu\AppData\Local\Temp\conftest47jn45ky.rs'`
  1280. INFO: x86_64-pc-windows-msvc
  1281. INFO: checking for rust target triplet...
  1282. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest1qz6uzp8.rs` with content:
  1283. DEBUG: | pub extern fn hello() { println!("Hello world"); }
  1284. DEBUG: Executing: `'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe' --crate-type staticlib --target=x86_64-pc-windows-msvc -o 'C:\Users\e12yu\AppData\Local\Temp\conftestviuco7ed.rlib' 'C:\Users\e12yu\AppData\Local\Temp\conftest1qz6uzp8.rs'`
  1285. INFO: x86_64-pc-windows-msvc
  1286. INFO: checking for rustdoc...
  1287. DEBUG: rustdoc: Looking for rustdoc
  1288. INFO: c:/Users/e12yu/.cargo/bin/rustdoc.exe
  1289. DEBUG: Executing: `'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe' --print sysroot`
  1290. INFO: checking for cbindgen...
  1291. DEBUG: trying cbindgen: c:/Users/e12yu/.mozbuild/cbindgen/cbindgen.exe
  1292. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/cbindgen/cbindgen.exe --version`
  1293. DEBUG: c:/Users/e12yu/.mozbuild/cbindgen/cbindgen.exe has version 0.19.0
  1294. INFO: c:/Users/e12yu/.mozbuild/cbindgen/cbindgen.exe
  1295. INFO: checking for rustfmt...
  1296. DEBUG: rustfmt: Looking for rustfmt
  1297. INFO: c:/Users/e12yu/.cargo/bin/rustfmt.exe
  1298. INFO: checking for clang for bindgen...
  1299. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.150he5s0.cpp` with content:
  1300. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  1301. DEBUG: | %COMPILER "clang-cl"
  1302. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  1303. DEBUG: | #elif defined(__clang__)
  1304. DEBUG: | %COMPILER "clang"
  1305. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  1306. DEBUG: | #  ifdef __apple_build_version__
  1307. DEBUG: | %XCODE 1
  1308. DEBUG: | #  endif
  1309. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  1310. DEBUG: | %COMPILER "gcc"
  1311. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  1312. DEBUG: | #endif
  1313. DEBUG: |
  1314. DEBUG: | #if __cplusplus
  1315. DEBUG: | %cplusplus __cplusplus
  1316. DEBUG: | #elif __STDC_VERSION__
  1317. DEBUG: | %STDC_VERSION __STDC_VERSION__
  1318. DEBUG: | #endif
  1319. DEBUG: | #if __i386__ || _M_IX86
  1320. DEBUG: | %CPU "x86"
  1321. DEBUG: | #elif __x86_64__ || _M_X64
  1322. DEBUG: | %CPU "x86_64"
  1323. DEBUG: | #elif __arm__ || _M_ARM
  1324. DEBUG: | %CPU "arm"
  1325. DEBUG: | #elif __aarch64__ || _M_ARM64
  1326. DEBUG: | %CPU "aarch64"
  1327. DEBUG: | #elif __ia64__
  1328. DEBUG: | %CPU "ia64"
  1329. DEBUG: | #elif __s390x__
  1330. DEBUG: | %CPU "s390x"
  1331. DEBUG: | #elif __s390__
  1332. DEBUG: | %CPU "s390"
  1333. DEBUG: | #elif __powerpc64__
  1334. DEBUG: | %CPU "ppc64"
  1335. DEBUG: | #elif __powerpc__
  1336. DEBUG: | %CPU "ppc"
  1337. DEBUG: | #elif __alpha__
  1338. DEBUG: | %CPU "Alpha"
  1339. DEBUG: | #elif __hppa__
  1340. DEBUG: | %CPU "hppa"
  1341. DEBUG: | #elif __sparc__ && __arch64__
  1342. DEBUG: | %CPU "sparc64"
  1343. DEBUG: | #elif __sparc__
  1344. DEBUG: | %CPU "sparc"
  1345. DEBUG: | #elif __m68k__
  1346. DEBUG: | %CPU "m68k"
  1347. DEBUG: | #elif __mips64
  1348. DEBUG: | %CPU "mips64"
  1349. DEBUG: | #elif __mips__
  1350. DEBUG: | %CPU "mips32"
  1351. DEBUG: | #elif __riscv && __riscv_xlen == 64
  1352. DEBUG: | %CPU "riscv64"
  1353. DEBUG: | #elif __sh__
  1354. DEBUG: | %CPU "sh4"
  1355. DEBUG: | #elif __wasm32__
  1356. DEBUG: | %CPU "wasm32"
  1357. DEBUG: | #endif
  1358. DEBUG: | #if __APPLE__
  1359. DEBUG: | %KERNEL "Darwin"
  1360. DEBUG: | #elif __DragonFly__
  1361. DEBUG: | %KERNEL "DragonFly"
  1362. DEBUG: | #elif __FreeBSD__
  1363. DEBUG: | %KERNEL "FreeBSD"
  1364. DEBUG: | #elif __FreeBSD_kernel__
  1365. DEBUG: | %KERNEL "kFreeBSD"
  1366. DEBUG: | #elif __linux__
  1367. DEBUG: | %KERNEL "Linux"
  1368. DEBUG: | #elif __NetBSD__
  1369. DEBUG: | %KERNEL "NetBSD"
  1370. DEBUG: | #elif __OpenBSD__
  1371. DEBUG: | %KERNEL "OpenBSD"
  1372. DEBUG: | #elif __sun__
  1373. DEBUG: | %KERNEL "SunOS"
  1374. DEBUG: | #elif _WIN32 || __CYGWIN__
  1375. DEBUG: | %KERNEL "WINNT"
  1376. DEBUG: | #elif __wasi__
  1377. DEBUG: | %KERNEL "WASI"
  1378. DEBUG: | #endif
  1379. DEBUG: | #if __ANDROID__
  1380. DEBUG: | %OS "Android"
  1381. DEBUG: | #endif
  1382. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  1383. DEBUG: | %ENDIANNESS "little"
  1384. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  1385. DEBUG: | %ENDIANNESS "big"
  1386. DEBUG: | #endif
  1387. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.150he5s0.cpp' -E`
  1388. DEBUG: COMPILER = clang
  1389. DEBUG: VERSION = 13.0.0
  1390. DEBUG: cplusplus = 201402L
  1391. DEBUG: CPU = x86_64
  1392. DEBUG: KERNEL = WINNT
  1393. DEBUG: ENDIANNESS = little
  1394. INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang.exe
  1395. INFO: checking for libclang for bindgen...
  1396. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang.exe -print-search-dirs`
  1397. DEBUG: Trying "libclang.dll" in "c:/Users/e12yu/.mozbuild/clang/bin"
  1398. INFO: c:/Users/e12yu/.mozbuild/clang/bin/libclang.dll
  1399. INFO: checking that libclang is new enough...
  1400. INFO: yes
  1401. INFO: checking bindgen cflags...
  1402. INFO: -x c++ -fno-sized-deallocation -fno-aligned-new -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_WIN=1 -DWIN32=1 -D_CRT_USE_BUILTIN_OFFSETOF -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -std=gnu++17
  1403. INFO: checking for nodejs...
  1404. INFO: c:\Users\e12yu\.mozbuild\node\node.EXE (12.22.1)
  1405. INFO: checking for tar...
  1406. DEBUG: tar: Looking for gnutar
  1407. DEBUG: tar: Looking for gtar
  1408. DEBUG: tar: Looking for tar
  1409. INFO: C:/mozilla-build/msys/bin/tar.exe
  1410. INFO: checking for unzip...
  1411. DEBUG: unzip: Looking for unzip
  1412. INFO: c:/mozilla-build/bin/unzip.exe
  1413. INFO: checking for zip...
  1414. DEBUG: zip: Looking for zip
  1415. INFO: c:/mozilla-build/bin/zip.exe
  1416. INFO: checking for gn...
  1417. DEBUG: gn: Looking for gn
  1418. INFO: not found
  1419. INFO: checking for the Mozilla API key...
  1420. INFO: no
  1421. INFO: checking for the Google Location Service API key...
  1422. INFO: no
  1423. INFO: checking for the Google Safebrowsing API key...
  1424. INFO: no
  1425. INFO: checking for the Bing API key...
  1426. INFO: no
  1427. INFO: checking for the Adjust SDK key...
  1428. INFO: no
  1429. INFO: checking for the Leanplum SDK key...
  1430. INFO: no
  1431. INFO: checking for the Pocket API key...
  1432. INFO: no
  1433. INFO: checking for midl...
  1434. DEBUG: midl: Looking for midl.exe
  1435. INFO: C:/PROGRA~2/WI3CF2~1/10/bin/10.0.18362.0/x64/midl.exe
  1436. INFO: checking for llvm-dlltool...
  1437. DEBUG: llvm_dlltool: Looking for llvm-dlltool
  1438. INFO: c:/Users/e12yu/.mozbuild/clang/bin/llvm-dlltool.exe
  1439. INFO: checking for fxc...
  1440. DEBUG: fxc: Looking for fxc.exe
  1441. INFO: C:/PROGRA~2/WI3CF2~1/10/bin/10.0.18362.0/x64/fxc.exe
  1442. INFO: checking for nasm...
  1443. DEBUG: nasm: Looking for nasm
  1444. INFO: c:/Users/e12yu/.mozbuild/nasm/nasm.exe
  1445. INFO: checking nasm version...
  1446. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/nasm/nasm.exe -v`
  1447. INFO: 2.15.05
  1448. INFO: checking for D3D compiler DLL...
  1449. INFO: C:/PROGRA~2/WI3CF2~1/10/Redist\D3D\x64\d3dcompiler_47.dll
  1450. INFO: checking for the wasm C compiler...
  1451. DEBUG: _wasm_cc: Looking for clang
  1452. INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang.exe
  1453. INFO: checking whether the wasm C compiler can be used...
  1454. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.lyn6t0cr.c` with content:
  1455. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  1456. DEBUG: | %COMPILER "clang-cl"
  1457. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  1458. DEBUG: | #elif defined(__clang__)
  1459. DEBUG: | %COMPILER "clang"
  1460. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  1461. DEBUG: | #  ifdef __apple_build_version__
  1462. DEBUG: | %XCODE 1
  1463. DEBUG: | #  endif
  1464. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  1465. DEBUG: | %COMPILER "gcc"
  1466. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  1467. DEBUG: | #endif
  1468. DEBUG: |
  1469. DEBUG: | #if __cplusplus
  1470. DEBUG: | %cplusplus __cplusplus
  1471. DEBUG: | #elif __STDC_VERSION__
  1472. DEBUG: | %STDC_VERSION __STDC_VERSION__
  1473. DEBUG: | #endif
  1474. DEBUG: | #if __i386__ || _M_IX86
  1475. DEBUG: | %CPU "x86"
  1476. DEBUG: | #elif __x86_64__ || _M_X64
  1477. DEBUG: | %CPU "x86_64"
  1478. DEBUG: | #elif __arm__ || _M_ARM
  1479. DEBUG: | %CPU "arm"
  1480. DEBUG: | #elif __aarch64__ || _M_ARM64
  1481. DEBUG: | %CPU "aarch64"
  1482. DEBUG: | #elif __ia64__
  1483. DEBUG: | %CPU "ia64"
  1484. DEBUG: | #elif __s390x__
  1485. DEBUG: | %CPU "s390x"
  1486. DEBUG: | #elif __s390__
  1487. DEBUG: | %CPU "s390"
  1488. DEBUG: | #elif __powerpc64__
  1489. DEBUG: | %CPU "ppc64"
  1490. DEBUG: | #elif __powerpc__
  1491. DEBUG: | %CPU "ppc"
  1492. DEBUG: | #elif __alpha__
  1493. DEBUG: | %CPU "Alpha"
  1494. DEBUG: | #elif __hppa__
  1495. DEBUG: | %CPU "hppa"
  1496. DEBUG: | #elif __sparc__ && __arch64__
  1497. DEBUG: | %CPU "sparc64"
  1498. DEBUG: | #elif __sparc__
  1499. DEBUG: | %CPU "sparc"
  1500. DEBUG: | #elif __m68k__
  1501. DEBUG: | %CPU "m68k"
  1502. DEBUG: | #elif __mips64
  1503. DEBUG: | %CPU "mips64"
  1504. DEBUG: | #elif __mips__
  1505. DEBUG: | %CPU "mips32"
  1506. DEBUG: | #elif __riscv && __riscv_xlen == 64
  1507. DEBUG: | %CPU "riscv64"
  1508. DEBUG: | #elif __sh__
  1509. DEBUG: | %CPU "sh4"
  1510. DEBUG: | #elif __wasm32__
  1511. DEBUG: | %CPU "wasm32"
  1512. DEBUG: | #endif
  1513. DEBUG: | #if __APPLE__
  1514. DEBUG: | %KERNEL "Darwin"
  1515. DEBUG: | #elif __DragonFly__
  1516. DEBUG: | %KERNEL "DragonFly"
  1517. DEBUG: | #elif __FreeBSD__
  1518. DEBUG: | %KERNEL "FreeBSD"
  1519. DEBUG: | #elif __FreeBSD_kernel__
  1520. DEBUG: | %KERNEL "kFreeBSD"
  1521. DEBUG: | #elif __linux__
  1522. DEBUG: | %KERNEL "Linux"
  1523. DEBUG: | #elif __NetBSD__
  1524. DEBUG: | %KERNEL "NetBSD"
  1525. DEBUG: | #elif __OpenBSD__
  1526. DEBUG: | %KERNEL "OpenBSD"
  1527. DEBUG: | #elif __sun__
  1528. DEBUG: | %KERNEL "SunOS"
  1529. DEBUG: | #elif _WIN32 || __CYGWIN__
  1530. DEBUG: | %KERNEL "WINNT"
  1531. DEBUG: | #elif __wasi__
  1532. DEBUG: | %KERNEL "WASI"
  1533. DEBUG: | #endif
  1534. DEBUG: | #if __ANDROID__
  1535. DEBUG: | %OS "Android"
  1536. DEBUG: | #endif
  1537. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  1538. DEBUG: | %ENDIANNESS "little"
  1539. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  1540. DEBUG: | %ENDIANNESS "big"
  1541. DEBUG: | #endif
  1542. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.lyn6t0cr.c' -E`
  1543. DEBUG: COMPILER = clang
  1544. DEBUG: VERSION = 13.0.0
  1545. DEBUG: STDC_VERSION = 201710L
  1546. DEBUG: CPU = x86_64
  1547. DEBUG: KERNEL = WINNT
  1548. DEBUG: ENDIANNESS = little
  1549. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.mglevt2b.c` with content:
  1550. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  1551. DEBUG: | %COMPILER "clang-cl"
  1552. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  1553. DEBUG: | #elif defined(__clang__)
  1554. DEBUG: | %COMPILER "clang"
  1555. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  1556. DEBUG: | #  ifdef __apple_build_version__
  1557. DEBUG: | %XCODE 1
  1558. DEBUG: | #  endif
  1559. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  1560. DEBUG: | %COMPILER "gcc"
  1561. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  1562. DEBUG: | #endif
  1563. DEBUG: |
  1564. DEBUG: | #if __cplusplus
  1565. DEBUG: | %cplusplus __cplusplus
  1566. DEBUG: | #elif __STDC_VERSION__
  1567. DEBUG: | %STDC_VERSION __STDC_VERSION__
  1568. DEBUG: | #endif
  1569. DEBUG: | #if __i386__ || _M_IX86
  1570. DEBUG: | %CPU "x86"
  1571. DEBUG: | #elif __x86_64__ || _M_X64
  1572. DEBUG: | %CPU "x86_64"
  1573. DEBUG: | #elif __arm__ || _M_ARM
  1574. DEBUG: | %CPU "arm"
  1575. DEBUG: | #elif __aarch64__ || _M_ARM64
  1576. DEBUG: | %CPU "aarch64"
  1577. DEBUG: | #elif __ia64__
  1578. DEBUG: | %CPU "ia64"
  1579. DEBUG: | #elif __s390x__
  1580. DEBUG: | %CPU "s390x"
  1581. DEBUG: | #elif __s390__
  1582. DEBUG: | %CPU "s390"
  1583. DEBUG: | #elif __powerpc64__
  1584. DEBUG: | %CPU "ppc64"
  1585. DEBUG: | #elif __powerpc__
  1586. DEBUG: | %CPU "ppc"
  1587. DEBUG: | #elif __alpha__
  1588. DEBUG: | %CPU "Alpha"
  1589. DEBUG: | #elif __hppa__
  1590. DEBUG: | %CPU "hppa"
  1591. DEBUG: | #elif __sparc__ && __arch64__
  1592. DEBUG: | %CPU "sparc64"
  1593. DEBUG: | #elif __sparc__
  1594. DEBUG: | %CPU "sparc"
  1595. DEBUG: | #elif __m68k__
  1596. DEBUG: | %CPU "m68k"
  1597. DEBUG: | #elif __mips64
  1598. DEBUG: | %CPU "mips64"
  1599. DEBUG: | #elif __mips__
  1600. DEBUG: | %CPU "mips32"
  1601. DEBUG: | #elif __riscv && __riscv_xlen == 64
  1602. DEBUG: | %CPU "riscv64"
  1603. DEBUG: | #elif __sh__
  1604. DEBUG: | %CPU "sh4"
  1605. DEBUG: | #elif __wasm32__
  1606. DEBUG: | %CPU "wasm32"
  1607. DEBUG: | #endif
  1608. DEBUG: | #if __APPLE__
  1609. DEBUG: | %KERNEL "Darwin"
  1610. DEBUG: | #elif __DragonFly__
  1611. DEBUG: | %KERNEL "DragonFly"
  1612. DEBUG: | #elif __FreeBSD__
  1613. DEBUG: | %KERNEL "FreeBSD"
  1614. DEBUG: | #elif __FreeBSD_kernel__
  1615. DEBUG: | %KERNEL "kFreeBSD"
  1616. DEBUG: | #elif __linux__
  1617. DEBUG: | %KERNEL "Linux"
  1618. DEBUG: | #elif __NetBSD__
  1619. DEBUG: | %KERNEL "NetBSD"
  1620. DEBUG: | #elif __OpenBSD__
  1621. DEBUG: | %KERNEL "OpenBSD"
  1622. DEBUG: | #elif __sun__
  1623. DEBUG: | %KERNEL "SunOS"
  1624. DEBUG: | #elif _WIN32 || __CYGWIN__
  1625. DEBUG: | %KERNEL "WINNT"
  1626. DEBUG: | #elif __wasi__
  1627. DEBUG: | %KERNEL "WASI"
  1628. DEBUG: | #endif
  1629. DEBUG: | #if __ANDROID__
  1630. DEBUG: | %OS "Android"
  1631. DEBUG: | #endif
  1632. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  1633. DEBUG: | %ENDIANNESS "little"
  1634. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  1635. DEBUG: | %ENDIANNESS "big"
  1636. DEBUG: | #endif
  1637. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang.exe -std=gnu99 --target=wasm32-wasi 'C:\Users\e12yu\AppData\Local\Temp\conftest.mglevt2b.c' -E`
  1638. DEBUG: COMPILER = clang
  1639. DEBUG: VERSION = 13.0.0
  1640. DEBUG: STDC_VERSION = 199901L
  1641. DEBUG: CPU = wasm32
  1642. DEBUG: KERNEL = WASI
  1643. DEBUG: ENDIANNESS = little
  1644. INFO: yes
  1645. INFO: checking the wasm C compiler version...
  1646. INFO: 13.0.0
  1647. INFO: checking the wasm C compiler works...
  1648. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.easujfo3.c` with content:
  1649. DEBUG: | int
  1650. DEBUG: | main(void)
  1651. DEBUG: | {
  1652. DEBUG: |
  1653. DEBUG: |   ;
  1654. DEBUG: |   return 0;
  1655. DEBUG: | }
  1656. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang.exe -std=gnu99 --target=wasm32-wasi 'C:\Users\e12yu\AppData\Local\Temp\conftest.easujfo3.c' -c`
  1657. INFO: yes
  1658. INFO: checking for the wasm C++ compiler...
  1659. DEBUG: _wasm_cxx: Looking for c:/Users/e12yu/.mozbuild/clang/bin/clang++.exe
  1660. INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang++.exe
  1661. INFO: checking whether the wasm C++ compiler can be used...
  1662. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.xkh68n3e.cpp` with content:
  1663. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  1664. DEBUG: | %COMPILER "clang-cl"
  1665. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  1666. DEBUG: | #elif defined(__clang__)
  1667. DEBUG: | %COMPILER "clang"
  1668. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  1669. DEBUG: | #  ifdef __apple_build_version__
  1670. DEBUG: | %XCODE 1
  1671. DEBUG: | #  endif
  1672. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  1673. DEBUG: | %COMPILER "gcc"
  1674. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  1675. DEBUG: | #endif
  1676. DEBUG: |
  1677. DEBUG: | #if __cplusplus
  1678. DEBUG: | %cplusplus __cplusplus
  1679. DEBUG: | #elif __STDC_VERSION__
  1680. DEBUG: | %STDC_VERSION __STDC_VERSION__
  1681. DEBUG: | #endif
  1682. DEBUG: | #if __i386__ || _M_IX86
  1683. DEBUG: | %CPU "x86"
  1684. DEBUG: | #elif __x86_64__ || _M_X64
  1685. DEBUG: | %CPU "x86_64"
  1686. DEBUG: | #elif __arm__ || _M_ARM
  1687. DEBUG: | %CPU "arm"
  1688. DEBUG: | #elif __aarch64__ || _M_ARM64
  1689. DEBUG: | %CPU "aarch64"
  1690. DEBUG: | #elif __ia64__
  1691. DEBUG: | %CPU "ia64"
  1692. DEBUG: | #elif __s390x__
  1693. DEBUG: | %CPU "s390x"
  1694. DEBUG: | #elif __s390__
  1695. DEBUG: | %CPU "s390"
  1696. DEBUG: | #elif __powerpc64__
  1697. DEBUG: | %CPU "ppc64"
  1698. DEBUG: | #elif __powerpc__
  1699. DEBUG: | %CPU "ppc"
  1700. DEBUG: | #elif __alpha__
  1701. DEBUG: | %CPU "Alpha"
  1702. DEBUG: | #elif __hppa__
  1703. DEBUG: | %CPU "hppa"
  1704. DEBUG: | #elif __sparc__ && __arch64__
  1705. DEBUG: | %CPU "sparc64"
  1706. DEBUG: | #elif __sparc__
  1707. DEBUG: | %CPU "sparc"
  1708. DEBUG: | #elif __m68k__
  1709. DEBUG: | %CPU "m68k"
  1710. DEBUG: | #elif __mips64
  1711. DEBUG: | %CPU "mips64"
  1712. DEBUG: | #elif __mips__
  1713. DEBUG: | %CPU "mips32"
  1714. DEBUG: | #elif __riscv && __riscv_xlen == 64
  1715. DEBUG: | %CPU "riscv64"
  1716. DEBUG: | #elif __sh__
  1717. DEBUG: | %CPU "sh4"
  1718. DEBUG: | #elif __wasm32__
  1719. DEBUG: | %CPU "wasm32"
  1720. DEBUG: | #endif
  1721. DEBUG: | #if __APPLE__
  1722. DEBUG: | %KERNEL "Darwin"
  1723. DEBUG: | #elif __DragonFly__
  1724. DEBUG: | %KERNEL "DragonFly"
  1725. DEBUG: | #elif __FreeBSD__
  1726. DEBUG: | %KERNEL "FreeBSD"
  1727. DEBUG: | #elif __FreeBSD_kernel__
  1728. DEBUG: | %KERNEL "kFreeBSD"
  1729. DEBUG: | #elif __linux__
  1730. DEBUG: | %KERNEL "Linux"
  1731. DEBUG: | #elif __NetBSD__
  1732. DEBUG: | %KERNEL "NetBSD"
  1733. DEBUG: | #elif __OpenBSD__
  1734. DEBUG: | %KERNEL "OpenBSD"
  1735. DEBUG: | #elif __sun__
  1736. DEBUG: | %KERNEL "SunOS"
  1737. DEBUG: | #elif _WIN32 || __CYGWIN__
  1738. DEBUG: | %KERNEL "WINNT"
  1739. DEBUG: | #elif __wasi__
  1740. DEBUG: | %KERNEL "WASI"
  1741. DEBUG: | #endif
  1742. DEBUG: | #if __ANDROID__
  1743. DEBUG: | %OS "Android"
  1744. DEBUG: | #endif
  1745. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  1746. DEBUG: | %ENDIANNESS "little"
  1747. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  1748. DEBUG: | %ENDIANNESS "big"
  1749. DEBUG: | #endif
  1750. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang++.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.xkh68n3e.cpp' -E`
  1751. DEBUG: COMPILER = clang
  1752. DEBUG: VERSION = 13.0.0
  1753. DEBUG: cplusplus = 201402L
  1754. DEBUG: CPU = x86_64
  1755. DEBUG: KERNEL = WINNT
  1756. DEBUG: ENDIANNESS = little
  1757. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.un3uv_m1.cpp` with content:
  1758. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  1759. DEBUG: | %COMPILER "clang-cl"
  1760. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  1761. DEBUG: | #elif defined(__clang__)
  1762. DEBUG: | %COMPILER "clang"
  1763. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  1764. DEBUG: | #  ifdef __apple_build_version__
  1765. DEBUG: | %XCODE 1
  1766. DEBUG: | #  endif
  1767. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  1768. DEBUG: | %COMPILER "gcc"
  1769. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  1770. DEBUG: | #endif
  1771. DEBUG: |
  1772. DEBUG: | #if __cplusplus
  1773. DEBUG: | %cplusplus __cplusplus
  1774. DEBUG: | #elif __STDC_VERSION__
  1775. DEBUG: | %STDC_VERSION __STDC_VERSION__
  1776. DEBUG: | #endif
  1777. DEBUG: | #if __i386__ || _M_IX86
  1778. DEBUG: | %CPU "x86"
  1779. DEBUG: | #elif __x86_64__ || _M_X64
  1780. DEBUG: | %CPU "x86_64"
  1781. DEBUG: | #elif __arm__ || _M_ARM
  1782. DEBUG: | %CPU "arm"
  1783. DEBUG: | #elif __aarch64__ || _M_ARM64
  1784. DEBUG: | %CPU "aarch64"
  1785. DEBUG: | #elif __ia64__
  1786. DEBUG: | %CPU "ia64"
  1787. DEBUG: | #elif __s390x__
  1788. DEBUG: | %CPU "s390x"
  1789. DEBUG: | #elif __s390__
  1790. DEBUG: | %CPU "s390"
  1791. DEBUG: | #elif __powerpc64__
  1792. DEBUG: | %CPU "ppc64"
  1793. DEBUG: | #elif __powerpc__
  1794. DEBUG: | %CPU "ppc"
  1795. DEBUG: | #elif __alpha__
  1796. DEBUG: | %CPU "Alpha"
  1797. DEBUG: | #elif __hppa__
  1798. DEBUG: | %CPU "hppa"
  1799. DEBUG: | #elif __sparc__ && __arch64__
  1800. DEBUG: | %CPU "sparc64"
  1801. DEBUG: | #elif __sparc__
  1802. DEBUG: | %CPU "sparc"
  1803. DEBUG: | #elif __m68k__
  1804. DEBUG: | %CPU "m68k"
  1805. DEBUG: | #elif __mips64
  1806. DEBUG: | %CPU "mips64"
  1807. DEBUG: | #elif __mips__
  1808. DEBUG: | %CPU "mips32"
  1809. DEBUG: | #elif __riscv && __riscv_xlen == 64
  1810. DEBUG: | %CPU "riscv64"
  1811. DEBUG: | #elif __sh__
  1812. DEBUG: | %CPU "sh4"
  1813. DEBUG: | #elif __wasm32__
  1814. DEBUG: | %CPU "wasm32"
  1815. DEBUG: | #endif
  1816. DEBUG: | #if __APPLE__
  1817. DEBUG: | %KERNEL "Darwin"
  1818. DEBUG: | #elif __DragonFly__
  1819. DEBUG: | %KERNEL "DragonFly"
  1820. DEBUG: | #elif __FreeBSD__
  1821. DEBUG: | %KERNEL "FreeBSD"
  1822. DEBUG: | #elif __FreeBSD_kernel__
  1823. DEBUG: | %KERNEL "kFreeBSD"
  1824. DEBUG: | #elif __linux__
  1825. DEBUG: | %KERNEL "Linux"
  1826. DEBUG: | #elif __NetBSD__
  1827. DEBUG: | %KERNEL "NetBSD"
  1828. DEBUG: | #elif __OpenBSD__
  1829. DEBUG: | %KERNEL "OpenBSD"
  1830. DEBUG: | #elif __sun__
  1831. DEBUG: | %KERNEL "SunOS"
  1832. DEBUG: | #elif _WIN32 || __CYGWIN__
  1833. DEBUG: | %KERNEL "WINNT"
  1834. DEBUG: | #elif __wasi__
  1835. DEBUG: | %KERNEL "WASI"
  1836. DEBUG: | #endif
  1837. DEBUG: | #if __ANDROID__
  1838. DEBUG: | %OS "Android"
  1839. DEBUG: | #endif
  1840. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  1841. DEBUG: | %ENDIANNESS "little"
  1842. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  1843. DEBUG: | %ENDIANNESS "big"
  1844. DEBUG: | #endif
  1845. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang++.exe -std=gnu++17 --target=wasm32-wasi 'C:\Users\e12yu\AppData\Local\Temp\conftest.un3uv_m1.cpp' -E`
  1846. DEBUG: COMPILER = clang
  1847. DEBUG: VERSION = 13.0.0
  1848. DEBUG: cplusplus = 201703L
  1849. DEBUG: CPU = wasm32
  1850. DEBUG: KERNEL = WASI
  1851. DEBUG: ENDIANNESS = little
  1852. INFO: yes
  1853. INFO: checking the wasm C++ compiler version...
  1854. INFO: 13.0.0
  1855. INFO: checking the wasm C++ compiler works...
  1856. DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.9vyedat0.cpp` with content:
  1857. DEBUG: | int
  1858. DEBUG: | main(void)
  1859. DEBUG: | {
  1860. DEBUG: |
  1861. DEBUG: |   ;
  1862. DEBUG: |   return 0;
  1863. DEBUG: | }
  1864. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang++.exe -std=gnu++17 --target=wasm32-wasi 'C:\Users\e12yu\AppData\Local\Temp\conftest.9vyedat0.cpp' -c`
  1865. INFO: yes
  1866. INFO: checking for dump_syms...
  1867. DEBUG: dump_syms: Looking for dump_syms
  1868. INFO: not found
  1869. INFO: checking for pdbstr...
  1870. DEBUG: pdbstr: Looking for pdbstr.exe
  1871. INFO: not found
  1872. INFO: checking for winchecksec...
  1873. DEBUG: winchecksec: Looking for winchecksec.exe
  1874. DEBUG: winchecksec: Looking for winchecksec
  1875. INFO: not found
  1876. INFO: checking for awk...
  1877. DEBUG: awk: Looking for gawk
  1878. INFO: C:/mozilla-build/msys/bin/gawk.exe
  1879. INFO: checking for perl...
  1880. DEBUG: perl: Looking for perl5
  1881. DEBUG: perl: Looking for perl
  1882. INFO: C:/mozilla-build/msys/bin/perl.exe
  1883. INFO: checking for minimum required perl version >= 5.006...
  1884. DEBUG: Executing: `C:/mozilla-build/msys/bin/perl.exe -e 'print $]'`
  1885. INFO: 5.008008
  1886. INFO: checking for full perl installation...
  1887. INFO: yes
  1888. INFO: checking for gmake...
  1889. DEBUG: gmake: Looking for mingw32-make
  1890. DEBUG: gmake: Looking for mozmake
  1891. INFO: c:/mozilla-build/bin/mozmake.exe
  1892. INFO: checking for watchman...
  1893. DEBUG: Executing: `c:/mozilla-build/bin/watchman.exe --version`
  1894. INFO: c:/mozilla-build/bin/watchman.exe
  1895. INFO: checking for watchman version...
  1896. INFO: 20210110.135312.0
  1897. INFO: checking for xargs...
  1898. DEBUG: xargs: Looking for xargs
  1899. INFO: C:/mozilla-build/msys/bin/xargs.exe
  1900. INFO: checking for makensisu...
  1901. DEBUG: makensisu: Looking for makensis
  1902. INFO: not found
  1903. INFO: checking for 7z...
  1904. DEBUG: 7z: Looking for 7z
  1905. INFO: c:/mozilla-build/bin/7z.exe
  1906. INFO: checking for upx...
  1907. DEBUG: upx: Looking for upx
  1908. INFO: c:/mozilla-build/bin/upx.exe
  1909. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang --print-prog-name=llvm-objdump`
  1910. INFO: checking for llvm-objdump...
  1911. DEBUG: llvm_objdump: Looking for 'c:/Users/e12yu/.mozbuild/clang/bin\llvm-objdump'
  1912. INFO: c:/Users/e12yu/.mozbuild/clang/bin/llvm-objdump.exe
  1913. DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang --print-prog-name=llvm-readelf`
  1914. INFO: checking for m4...
  1915. DEBUG: m4: Looking for gm4
  1916. DEBUG: m4: Looking for m4
  1917. INFO: C:/mozilla-build/msys/bin/m4.exe
  1918. DEBUG: Injecting the following to old-configure:
  1919. DEBUG: | # start of mozconfig values
  1920. DEBUG: | _mozconfig_opt=--disable-crashreporter # added
  1921. DEBUG: | # end of mozconfig values
  1922. DEBUG: | _topsrcdir=c:/mozilla-source/gecko-dev
  1923. DEBUG: | _objdir=c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32
  1924. DEBUG: | DIST=c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/dist
  1925. DEBUG: | PYTHON3=c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/_virtualenvs/build/Scripts/python.exe
  1926. DEBUG: | CROSS_COMPILE=''
  1927. DEBUG: | HAVE_64BIT_BUILD=1
  1928. DEBUG: | OS_TARGET=WINNT
  1929. DEBUG: | OS_ARCH=WINNT
  1930. DEBUG: | CPU_ARCH=x86_64
  1931. DEBUG: | HOST_OS_ARCH=WINNT
  1932. DEBUG: | MOZ_BUILD_APP=browser
  1933. DEBUG: | RELEASE_OR_BETA=1
  1934. DEBUG: | MOZILLA_VERSION=96.0.2
  1935. DEBUG: | MOZILLA_SYMBOLVERSION=96
  1936. DEBUG: | MOZ_APP_VERSION=96.0.2
  1937. DEBUG: | MOZ_UPDATE_CHANNEL=default
  1938. DEBUG: | COMPILE_ENVIRONMENT=1
  1939. DEBUG: | MOZ_DEBUG=''
  1940. DEBUG: | MOZ_OPTIMIZE=1
  1941. DEBUG: | CC='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99'
  1942. DEBUG: | ac_cv_prog_CC='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99'
  1943. DEBUG: | ac_cv_prog_cc_works=yes
  1944. DEBUG: | ac_cv_prog_cc_cross=no
  1945. DEBUG: | ac_cv_prog_cc_g=no
  1946. DEBUG: | ac_cv_prog_gcc=no
  1947. DEBUG: | CC_TYPE=clang-cl
  1948. DEBUG: | CPP='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -E -Xclang -std=gnu99'
  1949. DEBUG: | CXX='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17'
  1950. DEBUG: | ac_cv_prog_CXX='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17'
  1951. DEBUG: | ac_cv_prog_cxx_works=yes
  1952. DEBUG: | ac_cv_prog_cxx_cross=no
  1953. DEBUG: | ac_cv_prog_cxx_g=no
  1954. DEBUG: | ac_cv_prog_gxx=no
  1955. DEBUG: | CXXCPP='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -E -Xclang -std=c++17'
  1956. DEBUG: | HOST_CC='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99'
  1957. DEBUG: | HOST_CC_TYPE=clang-cl
  1958. DEBUG: | HOST_CXX='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17'
  1959. DEBUG: | MOZ_DEBUG_FLAGS=-Z7
  1960. DEBUG: | LINKER=c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe
  1961. DEBUG: | LINKER_LDFLAGS=''
  1962. DEBUG: | AS=C:/PROGRA~2/MICROS~2/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/ml64.exe
  1963. DEBUG: | ac_cv_prog_AS=C:/PROGRA~2/MICROS~2/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/ml64.exe
  1964. DEBUG: | ac_cv_path_AS=C:/PROGRA~2/MICROS~2/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/ml64.exe
  1965. DEBUG: | LIBFUZZER_FLAGS=-fsanitize-coverage=trace-pc-guard,trace-cmp
  1966. DEBUG: | AR=c:/Users/e12yu/.mozbuild/clang/bin/llvm-lib.exe
  1967. DEBUG: | MOZ_MEMORY=1
  1968. DEBUG: | HAVE_MALLOC_H=1
  1969. DEBUG: | WARNINGS_AS_ERRORS=-Werror
  1970. DEBUG: | _WARNINGS_CFLAGS=''
  1971. DEBUG: | _WARNINGS_CXXFLAGS=''
  1972. DEBUG: | _WARNINGS_HOST_CFLAGS=''
  1973. DEBUG: | _WARNINGS_HOST_CXXFLAGS=''
  1974. DEBUG: | _COMPILATION_CFLAGS=''
  1975. DEBUG: | _COMPILATION_CXXFLAGS=''
  1976. DEBUG: | _COMPILATION_HOST_CFLAGS=''
  1977. DEBUG: | _COMPILATION_HOST_CXXFLAGS=''
  1978. DEBUG: | OBJ_SUFFIX=obj
  1979. DEBUG: | NSPR_CFLAGS=-Ic:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/dist/include/nspr
  1980. DEBUG: | NSPR_LIBS='c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/dist/lib/nspr4.lib c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/dist/lib/plc4.lib c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/dist/lib/plds4.lib'
  1981. DEBUG: | MOZ_WIDGET_TOOLKIT=windows
  1982. DEBUG: | MOZ_FMP4=1
  1983. DEBUG: | MOZ_SERVICES_HEALTHREPORT=1
  1984. DEBUG: | MOZ_NORMANDY=1
  1985. DEBUG: | MOZ_WEBSPEECH=1
  1986. DEBUG: | ACCESSIBILITY=1
  1987. DEBUG: | WASM_CC='c:/Users/e12yu/.mozbuild/clang/bin/clang.exe -std=gnu99 --target=wasm32-wasi'
  1988. DEBUG: | WASM_CC_TYPE=clang
  1989. DEBUG: | WASM_CXX='c:/Users/e12yu/.mozbuild/clang/bin/clang++.exe -std=gnu++17 --target=wasm32-wasi'
  1990. DEBUG: | NSS_CFLAGS=-Ic:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/dist/include/nss
  1991. DEBUG: | AWK=C:/mozilla-build/msys/bin/gawk.exe
  1992. DEBUG: | PERL=C:/mozilla-build/msys/bin/perl.exe
  1993. DEBUG: | LLVM_OBJDUMP=c:/Users/e12yu/.mozbuild/clang/bin/llvm-objdump.exe
  1994. INFO: Refreshing c:/mozilla-source/gecko-dev/old-configure with c:/mozilla-source/gecko-dev\build\autoconf\autoconf.sh
  1995. DEBUG: Running C:/mozilla-build/msys/bin/sh.exe c:/mozilla-source/gecko-dev/old-configure --disable-crashreporter --with-branding=browser/branding/official --host=x86_64-pc-mingw32 --target=x86_64-pc-mingw32
  1996. This file contains any messages produced by compilers while
  1997. running configure, to aid debugging if configure makes a mistake.
  1998.  
  1999. configure:658: checking host system type
  2000. configure:679: checking target system type
  2001. configure:697: checking build system type
  2002. configure:833: checking for Cygwin environment
  2003. configure:849: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c   conftest.c 1>&5
  2004. configure(845,8): error: use of undeclared identifier '__CYGWIN32__'
  2005. return __CYGWIN__;
  2006.        ^
  2007. configure(843,20): note: expanded from macro '__CYGWIN__'
  2008. #define __CYGWIN__ __CYGWIN32__
  2009.                    ^
  2010. 1 error generated.
  2011. configure: failed program was:
  2012. #line 838 "configure"
  2013. #include "confdefs.h"
  2014.  
  2015. int main() {
  2016.  
  2017. #ifndef __CYGWIN__
  2018. #define __CYGWIN__ __CYGWIN32__
  2019. #endif
  2020. return __CYGWIN__;
  2021. ; return 0; }
  2022. configure:866: checking for mingw32 environment
  2023. configure:878: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c   conftest.c 1>&5
  2024. configure(874,8): error: use of undeclared identifier '__MINGW32__'
  2025. return __MINGW32__;
  2026.        ^
  2027. 1 error generated.
  2028. configure: failed program was:
  2029. #line 871 "configure"
  2030. #include "confdefs.h"
  2031.  
  2032. int main() {
  2033. return __MINGW32__;
  2034. ; return 0; }
  2035. configure:897: checking for executable suffix
  2036. configure:907: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c   conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   conftest.obj  1>&5
  2037. configure:1581: checking for gcc
  2038. configure:1694: checking whether the C compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99   ) works
  2039. configure:1749: checking whether the C compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99   ) is a cross-compiler
  2040. configure:1754: checking whether we are using GNU C
  2041. configure:1782: checking whether c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 accepts -g
  2042. configure:1823: checking for c++
  2043. configure:1855: checking whether the C++ compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17   ) works
  2044. configure:1910: checking whether the C++ compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17   ) is a cross-compiler
  2045. configure:1915: checking whether we are using GNU C++
  2046. configure:1943: checking whether c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 accepts -g
  2047. configure:1979: checking for C:/PROGRA~2/MICROS~2/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/ml64.exe
  2048. configure:2033: checking for strip
  2049. configure:2068: checking for otool
  2050. configure:2156: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c   conftest.c 1>&5
  2051. configure:2185: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 -c  -TP  conftest.C 1>&5
  2052. configure:2907: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   conftest.obj  1>&5
  2053. configure:5816: checking for malloc.h
  2054. configure:5829: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5
  2055. configure:5864: checking for strndup
  2056. configure:5896: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
  2057. configure(5880,6): warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
  2058. char strndup();
  2059.      ^
  2060. configure(5880,6): note: 'strndup' is a builtin with type 'char *(const char *, unsigned long long)'
  2061. 1 warning generated.
  2062. lld-link: error: undefined symbol: strndup
  2063. >>> referenced by conftest.obj:(main)
  2064. configure: failed program was:
  2065. #line 5869 "configure"
  2066. #define strndup innocuous_strndup
  2067. #include "confdefs.h"
  2068. #undef strndup
  2069. /* System header to define __stub macros and hopefully few prototypes,
  2070.     which can conflict with char strndup(); below.  */
  2071. #define strndup innocuous_strndup
  2072. #include <assert.h>
  2073. #undef strndup
  2074. /* Override any gcc2 internal prototype to avoid an error.  */
  2075. /* We use char because int might match the return type of a gcc2
  2076.     builtin and then its argument prototype would still apply.  */
  2077. char strndup();
  2078.  
  2079. int main() {
  2080.  
  2081. /* The GNU C library defines this for functions which it implements
  2082.     to always fail with ENOSYS.  Some functions are actually named
  2083.     something starting with __ and the normal name is an alias.  */
  2084. #if defined (__stub_strndup) || defined (__stub___strndup)
  2085. choke me
  2086. #else
  2087. strndup();
  2088. #endif
  2089.  
  2090. ; return 0; }
  2091. configure:5864: checking for posix_memalign
  2092. configure:5896: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
  2093. lld-link: error: undefined symbol: posix_memalign
  2094. >>> referenced by conftest.obj:(main)
  2095. configure: failed program was:
  2096. #line 5869 "configure"
  2097. #define posix_memalign innocuous_posix_memalign
  2098. #include "confdefs.h"
  2099. #undef posix_memalign
  2100. /* System header to define __stub macros and hopefully few prototypes,
  2101.     which can conflict with char posix_memalign(); below.  */
  2102. #define posix_memalign innocuous_posix_memalign
  2103. #include <assert.h>
  2104. #undef posix_memalign
  2105. /* Override any gcc2 internal prototype to avoid an error.  */
  2106. /* We use char because int might match the return type of a gcc2
  2107.     builtin and then its argument prototype would still apply.  */
  2108. char posix_memalign();
  2109.  
  2110. int main() {
  2111.  
  2112. /* The GNU C library defines this for functions which it implements
  2113.     to always fail with ENOSYS.  Some functions are actually named
  2114.     something starting with __ and the normal name is an alias.  */
  2115. #if defined (__stub_posix_memalign) || defined (__stub___posix_memalign)
  2116. choke me
  2117. #else
  2118. posix_memalign();
  2119. #endif
  2120.  
  2121. ; return 0; }
  2122. configure:5864: checking for memalign
  2123. configure:5896: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
  2124. configure(5880,6): warning: incompatible redeclaration of library function 'memalign' [-Wincompatible-library-redeclaration]
  2125. char memalign();
  2126.      ^
  2127. configure(5880,6): note: 'memalign' is a builtin with type 'void *(unsigned long long, unsigned long long)'
  2128. 1 warning generated.
  2129. lld-link: error: undefined symbol: memalign
  2130. >>> referenced by conftest.obj:(main)
  2131. configure: failed program was:
  2132. #line 5869 "configure"
  2133. #define memalign innocuous_memalign
  2134. #include "confdefs.h"
  2135. #undef memalign
  2136. /* System header to define __stub macros and hopefully few prototypes,
  2137.     which can conflict with char memalign(); below.  */
  2138. #define memalign innocuous_memalign
  2139. #include <assert.h>
  2140. #undef memalign
  2141. /* Override any gcc2 internal prototype to avoid an error.  */
  2142. /* We use char because int might match the return type of a gcc2
  2143.     builtin and then its argument prototype would still apply.  */
  2144. char memalign();
  2145.  
  2146. int main() {
  2147.  
  2148. /* The GNU C library defines this for functions which it implements
  2149.     to always fail with ENOSYS.  Some functions are actually named
  2150.     something starting with __ and the normal name is an alias.  */
  2151. #if defined (__stub_memalign) || defined (__stub___memalign)
  2152. choke me
  2153. #else
  2154. memalign();
  2155. #endif
  2156.  
  2157. ; return 0; }
  2158. configure:5927: checking for malloc_usable_size
  2159. configure:5959: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
  2160. lld-link: error: undefined symbol: malloc_usable_size
  2161. >>> referenced by conftest.obj:(main)
  2162. configure: failed program was:
  2163. #line 5932 "configure"
  2164. #define malloc_usable_size innocuous_malloc_usable_size
  2165. #include "confdefs.h"
  2166. #undef malloc_usable_size
  2167. /* System header to define __stub macros and hopefully few prototypes,
  2168.     which can conflict with char malloc_usable_size(); below.  */
  2169. #define malloc_usable_size innocuous_malloc_usable_size
  2170. #include <assert.h>
  2171. #undef malloc_usable_size
  2172. /* Override any gcc2 internal prototype to avoid an error.  */
  2173. /* We use char because int might match the return type of a gcc2
  2174.     builtin and then its argument prototype would still apply.  */
  2175. char malloc_usable_size();
  2176.  
  2177. int main() {
  2178.  
  2179. /* The GNU C library defines this for functions which it implements
  2180.     to always fail with ENOSYS.  Some functions are actually named
  2181.     something starting with __ and the normal name is an alias.  */
  2182. #if defined (__stub_malloc_usable_size) || defined (__stub___malloc_usable_size)
  2183. choke me
  2184. #else
  2185. malloc_usable_size();
  2186. #endif
  2187.  
  2188. ; return 0; }
  2189. configure:5989: checking whether malloc_usable_size definition can use const argument
  2190. configure:6000: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5
  2191. configure:6022: checking for valloc in malloc.h
  2192. configure:6047: checking for valloc in unistd.h
  2193. configure(6050,10): fatal error: 'unistd.h' file not found
  2194. #include <unistd.h>
  2195.          ^~~~~~~~~~
  2196. 1 error generated.
  2197. configure:6072: checking for _aligned_malloc in malloc.h
  2198. configure:6484: checking if app-specific confvars.sh exists
  2199. configure:6969: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5
  2200. configure(6963,10): fatal error: 'linux/ethtool.h' file not found
  2201. #include <linux/ethtool.h>
  2202.          ^~~~~~~~~~~~~~~~~
  2203. 1 error generated.
  2204. configure: failed program was:
  2205. #line 6962 "configure"
  2206. #include "confdefs.h"
  2207. #include <linux/ethtool.h>
  2208. int main() {
  2209.  struct ethtool_cmd cmd; cmd.speed_hi = 0;
  2210. ; return 0; }
  2211. configure:7420: checking for fdatasync
  2212. configure:7452: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
  2213. lld-link: error: undefined symbol: fdatasync
  2214. >>> referenced by conftest.obj:(main)
  2215. configure: failed program was:
  2216. #line 7425 "configure"
  2217. #define fdatasync innocuous_fdatasync
  2218. #include "confdefs.h"
  2219. #undef fdatasync
  2220. /* System header to define __stub macros and hopefully few prototypes,
  2221.     which can conflict with char fdatasync(); below.  */
  2222. #define fdatasync innocuous_fdatasync
  2223. #include <assert.h>
  2224. #undef fdatasync
  2225. /* Override any gcc2 internal prototype to avoid an error.  */
  2226. /* We use char because int might match the return type of a gcc2
  2227.     builtin and then its argument prototype would still apply.  */
  2228. char fdatasync();
  2229.  
  2230. int main() {
  2231.  
  2232. /* The GNU C library defines this for functions which it implements
  2233.     to always fail with ENOSYS.  Some functions are actually named
  2234.     something starting with __ and the normal name is an alias.  */
  2235. #if defined (__stub_fdatasync) || defined (__stub___fdatasync)
  2236. choke me
  2237. #else
  2238. fdatasync();
  2239. #endif
  2240.  
  2241. ; return 0; }
  2242. configure:7499: checking for valid C compiler optimization flags
  2243. configure:7510: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -O2 -Qunused-arguments  conftest.c 1>&5
  2244. configure:8047: checking what kind of list files are supported by the linker
  2245. configure:8052: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -o conftest.obj -c   -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5
  2246. configure:8059: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest    -LARGEADDRESSAWARE conftest.list  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
  2247. lld-link: error: conftest.list: unknown file type
  2248. configure:8063: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest    -LARGEADDRESSAWARE -Wl,-filelist,conftest.list  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
  2249. lld-link: warning: ignoring unknown argument '-Wl,-filelist,conftest.list'
  2250. lld-link: warning: /machine is not specified. x64 is assumed
  2251. lld-link: error: subsystem must be defined
  2252. configure:8065: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest    -LARGEADDRESSAWARE @conftest.list  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
  2253. configure:8460: checking for d3d10.h
  2254. configure:8473: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5
  2255. configure:8864: checking for posix_fadvise
  2256. configure:8896: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
  2257. lld-link: error: undefined symbol: posix_fadvise
  2258. >>> referenced by conftest.obj:(main)
  2259. configure: failed program was:
  2260. #line 8869 "configure"
  2261. #define posix_fadvise innocuous_posix_fadvise
  2262. #include "confdefs.h"
  2263. #undef posix_fadvise
  2264. /* System header to define __stub macros and hopefully few prototypes,
  2265.     which can conflict with char posix_fadvise(); below.  */
  2266. #define posix_fadvise innocuous_posix_fadvise
  2267. #include <assert.h>
  2268. #undef posix_fadvise
  2269. /* Override any gcc2 internal prototype to avoid an error.  */
  2270. /* We use char because int might match the return type of a gcc2
  2271.     builtin and then its argument prototype would still apply.  */
  2272. char posix_fadvise();
  2273.  
  2274. int main() {
  2275.  
  2276. /* The GNU C library defines this for functions which it implements
  2277.     to always fail with ENOSYS.  Some functions are actually named
  2278.     something starting with __ and the normal name is an alias.  */
  2279. #if defined (__stub_posix_fadvise) || defined (__stub___posix_fadvise)
  2280. choke me
  2281. #else
  2282. posix_fadvise();
  2283. #endif
  2284.  
  2285. ; return 0; }
  2286. configure:8864: checking for posix_fallocate
  2287. configure:8896: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
  2288. lld-link: error: undefined symbol: posix_fallocate
  2289. >>> referenced by conftest.obj:(main)
  2290. configure: failed program was:
  2291. #line 8869 "configure"
  2292. #define posix_fallocate innocuous_posix_fallocate
  2293. #include "confdefs.h"
  2294. #undef posix_fallocate
  2295. /* System header to define __stub macros and hopefully few prototypes,
  2296.     which can conflict with char posix_fallocate(); below.  */
  2297. #define posix_fallocate innocuous_posix_fallocate
  2298. #include <assert.h>
  2299. #undef posix_fallocate
  2300. /* Override any gcc2 internal prototype to avoid an error.  */
  2301. /* We use char because int might match the return type of a gcc2
  2302.     builtin and then its argument prototype would still apply.  */
  2303. char posix_fallocate();
  2304.  
  2305. int main() {
  2306.  
  2307. /* The GNU C library defines this for functions which it implements
  2308.     to always fail with ENOSYS.  Some functions are actually named
  2309.     something starting with __ and the normal name is an alias.  */
  2310. #if defined (__stub_posix_fallocate) || defined (__stub___posix_fallocate)
  2311. choke me
  2312. #else
  2313. posix_fallocate();
  2314. #endif
  2315.  
  2316. ; return 0; }
  2317. js/src> INFO: Refreshing c:/mozilla-source/gecko-dev/js/src/old-configure with c:/mozilla-source/gecko-dev\build\autoconf\autoconf.sh
  2318. js/src> DEBUG: Running C:/mozilla-build/msys/bin/sh.exe c:/mozilla-source/gecko-dev/js/src/old-configure --disable-crashreporter --with-branding=browser/branding/official --host=x86_64-pc-mingw32 --target=x86_64-pc-mingw32
  2319. This file contains any messages produced by compilers while
  2320. running configure, to aid debugging if configure makes a mistake.
  2321.  
  2322. configure:592: checking host system type
  2323. configure:613: checking target system type
  2324. configure:631: checking build system type
  2325. configure:719: checking for Cygwin environment
  2326. configure:752: checking for mingw32 environment
  2327. configure:783: checking for executable suffix
  2328. configure:1476: checking for gcc
  2329. configure:1589: checking whether the C compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99   ) works
  2330. configure:1644: checking whether the C compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99   ) is a cross-compiler
  2331. configure:1649: checking whether we are using GNU C
  2332. configure:1677: checking whether c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 accepts -g
  2333. configure:1713: checking for c++
  2334. configure:1745: checking whether the C++ compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17   ) works
  2335. configure:1800: checking whether the C++ compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17   ) is a cross-compiler
  2336. configure:1805: checking whether we are using GNU C++
  2337. configure:1833: checking whether c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 accepts -g
  2338. configure:1869: checking for C:/PROGRA~2/MICROS~2/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/ml64.exe
  2339. configure:1923: checking for strip
  2340. configure:2015: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c   conftest.c 1>&5
  2341. configure:2044: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 -c  -TP -D_CRT_SECURE_NO_WARNINGS  conftest.C 1>&5
  2342. configure:2201: checking for _getc_nolock
  2343. configure:2233: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   conftest.obj  1>&5
  2344. configure:2271: checking for sb-conf
  2345. configure:2271: checking for ve
  2346. configure:2866: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   conftest.obj  1>&5
  2347. configure:5339: checking for valid optimization flags
  2348. configure:5350: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -O2 -Qunused-arguments  conftest.c 1>&5
  2349. configure:5687: checking what kind of list files are supported by the linker
  2350. configure:5692: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -o conftest.obj -c   -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5
  2351. configure:5699: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest    -LARGEADDRESSAWARE conftest.list  kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib 1>&5
  2352. lld-link: error: conftest.list: unknown file type
  2353. configure:5703: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest    -LARGEADDRESSAWARE -Wl,-filelist,conftest.list  kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib 1>&5
  2354. lld-link: warning: ignoring unknown argument '-Wl,-filelist,conftest.list'
  2355. lld-link: warning: /machine is not specified. x64 is assumed
  2356. lld-link: error: subsystem must be defined
  2357. configure:5705: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest    -LARGEADDRESSAWARE @conftest.list  kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib 1>&5
  2358. configure:5806: checking for posix_fadvise
  2359. configure:5806: checking for posix_fallocate
  2360. configure:5890: checking for malloc.h
  2361. configure:5938: checking for strndup
  2362. configure:5938: checking for posix_memalign
  2363. configure:5938: checking for memalign
  2364. configure:6001: checking for malloc_usable_size
  2365. configure:6063: checking whether malloc_usable_size definition can use const argument
  2366. configure:6074: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn -Qunused-arguments  conftest.c 1>&5
  2367. configure:6096: checking for valloc in malloc.h
  2368. configure:6121: checking for valloc in unistd.h
  2369. configure(6124,10): fatal error: 'unistd.h' file not found
  2370. #include <unistd.h>
  2371.          ^~~~~~~~~~
  2372. 1 error generated.
  2373. configure:6146: checking for _aligned_malloc in malloc.h
  2374. INFO: Creating config.status
  2375. t.list  kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib 1>&5
  2376. configure:5806: checking for posix_fadvise
  2377. configure:5806: checking for posix_falloca

Replies to Untitled rss

Title Name Language When
Re: Untitled Social Pheasant text 2 Years ago.