Advertisement
Guest User

Untitled

a guest
Feb 1st, 2023
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 160.02 KB | Software | 0 0
  1. INFO: Adding configure options from /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/.mozconfig
  2. INFO: --enable-application=browser
  3. INFO: --disable-debug
  4. INFO: --disable-tests
  5. INFO: --disable-bootstrap
  6. INFO: --enable-default-toolkit=cairo-gtk3-wayland
  7. INFO: --enable-hardening
  8. INFO: --enable-release
  9. INFO: --enable-rust-simd
  10. INFO: --prefix=/usr
  11. INFO: --allow-addon-sideload
  12. INFO: --enable-update-channel=release
  13. INFO: --with-app-name=firedragon
  14. INFO: --with-branding=browser/branding/firedragon
  15. INFO: --with-distribution-id=org.garudalinux
  16. INFO: --with-unsigned-addon-scopes=app,system
  17. INFO: --with-system-nspr
  18. INFO: --with-system-nss
  19. INFO: --enable-alsa
  20. INFO: --enable-jack
  21. INFO: --disable-crashreporter
  22. INFO: --disable-updater
  23. INFO: --enable-optimize
  24. INFO: --disable-elf-hack
  25. INFO: --enable-profile-generate
  26. INFO: --without-wasm-sandboxed-libraries
  27. INFO: checking for vcs source checkout...
  28. INFO: no
  29. INFO: checking for a shell...
  30. INFO: /usr/bin/sh
  31. INFO: checking for host system type...
  32. DEBUG: Executing: `/usr/bin/sh /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/build/moz.configure/../autoconf/config.guess`
  33. INFO: x86_64-pc-linux-gnu
  34. INFO: checking for target system type...
  35. INFO: x86_64-pc-linux-gnu
  36. INFO: checking whether cross compiling...
  37. INFO: no
  38. INFO: checking for Python 3...
  39. INFO: /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/obj/_virtualenvs/build/bin/python (3.11.1)
  40. DEBUG: Prioritizing system over mozbuild state dir in toolchain paths because you are building in release mode.
  41. INFO: checking for wget...
  42. DEBUG: wget: Looking for wget
  43. INFO: /usr/bin/wget
  44. INFO: checking for ccache...
  45. INFO: not found
  46. INFO: checking for the target C compiler...
  47. DEBUG: _cc: Looking for gcc
  48. INFO: /usr/bin/gcc
  49. INFO: checking whether the target C compiler can be used...
  50. DEBUG: Creating `/tmp/conftest.z720l8z3.c` with content:
  51. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  52. DEBUG: | %COMPILER "clang-cl"
  53. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  54. DEBUG: | #elif defined(__clang__)
  55. DEBUG: | %COMPILER "clang"
  56. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  57. DEBUG: | # ifdef __apple_build_version__
  58. DEBUG: | %XCODE 1
  59. DEBUG: | # endif
  60. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  61. DEBUG: | %COMPILER "gcc"
  62. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  63. DEBUG: | #endif
  64. DEBUG: |
  65. DEBUG: | #if __cplusplus
  66. DEBUG: | %cplusplus __cplusplus
  67. DEBUG: | #elif __STDC_VERSION__
  68. DEBUG: | %STDC_VERSION __STDC_VERSION__
  69. DEBUG: | #endif
  70. DEBUG: | #if __i386__ || _M_IX86
  71. DEBUG: | %CPU "x86"
  72. DEBUG: | #elif __x86_64__ || _M_X64
  73. DEBUG: | %CPU "x86_64"
  74. DEBUG: | #elif __arm__ || _M_ARM
  75. DEBUG: | %CPU "arm"
  76. DEBUG: | #elif __aarch64__ || _M_ARM64
  77. DEBUG: | %CPU "aarch64"
  78. DEBUG: | #elif __ia64__
  79. DEBUG: | %CPU "ia64"
  80. DEBUG: | #elif __s390x__
  81. DEBUG: | %CPU "s390x"
  82. DEBUG: | #elif __s390__
  83. DEBUG: | %CPU "s390"
  84. DEBUG: | #elif __powerpc64__
  85. DEBUG: | %CPU "ppc64"
  86. DEBUG: | #elif __powerpc__
  87. DEBUG: | %CPU "ppc"
  88. DEBUG: | #elif __alpha__
  89. DEBUG: | %CPU "Alpha"
  90. DEBUG: | #elif __hppa__
  91. DEBUG: | %CPU "hppa"
  92. DEBUG: | #elif __sparc__ && __arch64__
  93. DEBUG: | %CPU "sparc64"
  94. DEBUG: | #elif __sparc__
  95. DEBUG: | %CPU "sparc"
  96. DEBUG: | #elif __m68k__
  97. DEBUG: | %CPU "m68k"
  98. DEBUG: | #elif __mips64
  99. DEBUG: | %CPU "mips64"
  100. DEBUG: | #elif __mips__
  101. DEBUG: | %CPU "mips32"
  102. DEBUG: | #elif __riscv && __riscv_xlen == 64
  103. DEBUG: | %CPU "riscv64"
  104. DEBUG: | #elif __loongarch64
  105. DEBUG: | %CPU "loongarch64"
  106. DEBUG: | #elif __sh__
  107. DEBUG: | %CPU "sh4"
  108. DEBUG: | #elif __wasm32__
  109. DEBUG: | %CPU "wasm32"
  110. DEBUG: | #endif
  111. DEBUG: | #if __APPLE__
  112. DEBUG: | %KERNEL "Darwin"
  113. DEBUG: | #elif __DragonFly__
  114. DEBUG: | %KERNEL "DragonFly"
  115. DEBUG: | #elif __FreeBSD__
  116. DEBUG: | %KERNEL "FreeBSD"
  117. DEBUG: | #elif __FreeBSD_kernel__
  118. DEBUG: | %KERNEL "kFreeBSD"
  119. DEBUG: | #elif __linux__
  120. DEBUG: | %KERNEL "Linux"
  121. DEBUG: | #elif __NetBSD__
  122. DEBUG: | %KERNEL "NetBSD"
  123. DEBUG: | #elif __OpenBSD__
  124. DEBUG: | %KERNEL "OpenBSD"
  125. DEBUG: | #elif __sun__
  126. DEBUG: | %KERNEL "SunOS"
  127. DEBUG: | #elif _WIN32 || __CYGWIN__
  128. DEBUG: | %KERNEL "WINNT"
  129. DEBUG: | #elif __wasi__
  130. DEBUG: | %KERNEL "WASI"
  131. DEBUG: | #endif
  132. DEBUG: | #if __ANDROID__
  133. DEBUG: | %OS "Android"
  134. DEBUG: | #endif
  135. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  136. DEBUG: | %ENDIANNESS "little"
  137. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  138. DEBUG: | %ENDIANNESS "big"
  139. DEBUG: | #endif
  140. DEBUG: Executing: `/usr/bin/gcc /tmp/conftest.z720l8z3.c -E`
  141. DEBUG: COMPILER = gcc
  142. DEBUG: VERSION = 12.2.1
  143. DEBUG: STDC_VERSION = 201710L
  144. DEBUG: CPU = x86_64
  145. DEBUG: KERNEL = Linux
  146. DEBUG: ENDIANNESS = little
  147. DEBUG: Creating `/tmp/conftest.hlfb1al2.c` with content:
  148. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  149. DEBUG: | %COMPILER "clang-cl"
  150. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  151. DEBUG: | #elif defined(__clang__)
  152. DEBUG: | %COMPILER "clang"
  153. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  154. DEBUG: | # ifdef __apple_build_version__
  155. DEBUG: | %XCODE 1
  156. DEBUG: | # endif
  157. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  158. DEBUG: | %COMPILER "gcc"
  159. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  160. DEBUG: | #endif
  161. DEBUG: |
  162. DEBUG: | #if __cplusplus
  163. DEBUG: | %cplusplus __cplusplus
  164. DEBUG: | #elif __STDC_VERSION__
  165. DEBUG: | %STDC_VERSION __STDC_VERSION__
  166. DEBUG: | #endif
  167. DEBUG: | #if __i386__ || _M_IX86
  168. DEBUG: | %CPU "x86"
  169. DEBUG: | #elif __x86_64__ || _M_X64
  170. DEBUG: | %CPU "x86_64"
  171. DEBUG: | #elif __arm__ || _M_ARM
  172. DEBUG: | %CPU "arm"
  173. DEBUG: | #elif __aarch64__ || _M_ARM64
  174. DEBUG: | %CPU "aarch64"
  175. DEBUG: | #elif __ia64__
  176. DEBUG: | %CPU "ia64"
  177. DEBUG: | #elif __s390x__
  178. DEBUG: | %CPU "s390x"
  179. DEBUG: | #elif __s390__
  180. DEBUG: | %CPU "s390"
  181. DEBUG: | #elif __powerpc64__
  182. DEBUG: | %CPU "ppc64"
  183. DEBUG: | #elif __powerpc__
  184. DEBUG: | %CPU "ppc"
  185. DEBUG: | #elif __alpha__
  186. DEBUG: | %CPU "Alpha"
  187. DEBUG: | #elif __hppa__
  188. DEBUG: | %CPU "hppa"
  189. DEBUG: | #elif __sparc__ && __arch64__
  190. DEBUG: | %CPU "sparc64"
  191. DEBUG: | #elif __sparc__
  192. DEBUG: | %CPU "sparc"
  193. DEBUG: | #elif __m68k__
  194. DEBUG: | %CPU "m68k"
  195. DEBUG: | #elif __mips64
  196. DEBUG: | %CPU "mips64"
  197. DEBUG: | #elif __mips__
  198. DEBUG: | %CPU "mips32"
  199. DEBUG: | #elif __riscv && __riscv_xlen == 64
  200. DEBUG: | %CPU "riscv64"
  201. DEBUG: | #elif __loongarch64
  202. DEBUG: | %CPU "loongarch64"
  203. DEBUG: | #elif __sh__
  204. DEBUG: | %CPU "sh4"
  205. DEBUG: | #elif __wasm32__
  206. DEBUG: | %CPU "wasm32"
  207. DEBUG: | #endif
  208. DEBUG: | #if __APPLE__
  209. DEBUG: | %KERNEL "Darwin"
  210. DEBUG: | #elif __DragonFly__
  211. DEBUG: | %KERNEL "DragonFly"
  212. DEBUG: | #elif __FreeBSD__
  213. DEBUG: | %KERNEL "FreeBSD"
  214. DEBUG: | #elif __FreeBSD_kernel__
  215. DEBUG: | %KERNEL "kFreeBSD"
  216. DEBUG: | #elif __linux__
  217. DEBUG: | %KERNEL "Linux"
  218. DEBUG: | #elif __NetBSD__
  219. DEBUG: | %KERNEL "NetBSD"
  220. DEBUG: | #elif __OpenBSD__
  221. DEBUG: | %KERNEL "OpenBSD"
  222. DEBUG: | #elif __sun__
  223. DEBUG: | %KERNEL "SunOS"
  224. DEBUG: | #elif _WIN32 || __CYGWIN__
  225. DEBUG: | %KERNEL "WINNT"
  226. DEBUG: | #elif __wasi__
  227. DEBUG: | %KERNEL "WASI"
  228. DEBUG: | #endif
  229. DEBUG: | #if __ANDROID__
  230. DEBUG: | %OS "Android"
  231. DEBUG: | #endif
  232. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  233. DEBUG: | %ENDIANNESS "little"
  234. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  235. DEBUG: | %ENDIANNESS "big"
  236. DEBUG: | #endif
  237. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.hlfb1al2.c -E`
  238. DEBUG: COMPILER = gcc
  239. DEBUG: VERSION = 12.2.1
  240. DEBUG: STDC_VERSION = 199901L
  241. DEBUG: CPU = x86_64
  242. DEBUG: KERNEL = Linux
  243. DEBUG: ENDIANNESS = little
  244. INFO: yes
  245. INFO: checking the target C compiler version...
  246. INFO: 12.2.1
  247. INFO: checking the target C compiler works...
  248. DEBUG: Creating `/tmp/conftest.oqq36s6g.c` with content:
  249. DEBUG: | int
  250. DEBUG: | main(void)
  251. DEBUG: | {
  252. DEBUG: |
  253. DEBUG: | ;
  254. DEBUG: | return 0;
  255. DEBUG: | }
  256. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.oqq36s6g.c -c`
  257. INFO: yes
  258. INFO: checking for the target C++ compiler...
  259. DEBUG: _cxx: Looking for g++
  260. INFO: /usr/bin/g++
  261. INFO: checking whether the target C++ compiler can be used...
  262. DEBUG: Creating `/tmp/conftest.3zaw9swb.cpp` with content:
  263. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  264. DEBUG: | %COMPILER "clang-cl"
  265. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  266. DEBUG: | #elif defined(__clang__)
  267. DEBUG: | %COMPILER "clang"
  268. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  269. DEBUG: | # ifdef __apple_build_version__
  270. DEBUG: | %XCODE 1
  271. DEBUG: | # endif
  272. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  273. DEBUG: | %COMPILER "gcc"
  274. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  275. DEBUG: | #endif
  276. DEBUG: |
  277. DEBUG: | #if __cplusplus
  278. DEBUG: | %cplusplus __cplusplus
  279. DEBUG: | #elif __STDC_VERSION__
  280. DEBUG: | %STDC_VERSION __STDC_VERSION__
  281. DEBUG: | #endif
  282. DEBUG: | #if __i386__ || _M_IX86
  283. DEBUG: | %CPU "x86"
  284. DEBUG: | #elif __x86_64__ || _M_X64
  285. DEBUG: | %CPU "x86_64"
  286. DEBUG: | #elif __arm__ || _M_ARM
  287. DEBUG: | %CPU "arm"
  288. DEBUG: | #elif __aarch64__ || _M_ARM64
  289. DEBUG: | %CPU "aarch64"
  290. DEBUG: | #elif __ia64__
  291. DEBUG: | %CPU "ia64"
  292. DEBUG: | #elif __s390x__
  293. DEBUG: | %CPU "s390x"
  294. DEBUG: | #elif __s390__
  295. DEBUG: | %CPU "s390"
  296. DEBUG: | #elif __powerpc64__
  297. DEBUG: | %CPU "ppc64"
  298. DEBUG: | #elif __powerpc__
  299. DEBUG: | %CPU "ppc"
  300. DEBUG: | #elif __alpha__
  301. DEBUG: | %CPU "Alpha"
  302. DEBUG: | #elif __hppa__
  303. DEBUG: | %CPU "hppa"
  304. DEBUG: | #elif __sparc__ && __arch64__
  305. DEBUG: | %CPU "sparc64"
  306. DEBUG: | #elif __sparc__
  307. DEBUG: | %CPU "sparc"
  308. DEBUG: | #elif __m68k__
  309. DEBUG: | %CPU "m68k"
  310. DEBUG: | #elif __mips64
  311. DEBUG: | %CPU "mips64"
  312. DEBUG: | #elif __mips__
  313. DEBUG: | %CPU "mips32"
  314. DEBUG: | #elif __riscv && __riscv_xlen == 64
  315. DEBUG: | %CPU "riscv64"
  316. DEBUG: | #elif __loongarch64
  317. DEBUG: | %CPU "loongarch64"
  318. DEBUG: | #elif __sh__
  319. DEBUG: | %CPU "sh4"
  320. DEBUG: | #elif __wasm32__
  321. DEBUG: | %CPU "wasm32"
  322. DEBUG: | #endif
  323. DEBUG: | #if __APPLE__
  324. DEBUG: | %KERNEL "Darwin"
  325. DEBUG: | #elif __DragonFly__
  326. DEBUG: | %KERNEL "DragonFly"
  327. DEBUG: | #elif __FreeBSD__
  328. DEBUG: | %KERNEL "FreeBSD"
  329. DEBUG: | #elif __FreeBSD_kernel__
  330. DEBUG: | %KERNEL "kFreeBSD"
  331. DEBUG: | #elif __linux__
  332. DEBUG: | %KERNEL "Linux"
  333. DEBUG: | #elif __NetBSD__
  334. DEBUG: | %KERNEL "NetBSD"
  335. DEBUG: | #elif __OpenBSD__
  336. DEBUG: | %KERNEL "OpenBSD"
  337. DEBUG: | #elif __sun__
  338. DEBUG: | %KERNEL "SunOS"
  339. DEBUG: | #elif _WIN32 || __CYGWIN__
  340. DEBUG: | %KERNEL "WINNT"
  341. DEBUG: | #elif __wasi__
  342. DEBUG: | %KERNEL "WASI"
  343. DEBUG: | #endif
  344. DEBUG: | #if __ANDROID__
  345. DEBUG: | %OS "Android"
  346. DEBUG: | #endif
  347. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  348. DEBUG: | %ENDIANNESS "little"
  349. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  350. DEBUG: | %ENDIANNESS "big"
  351. DEBUG: | #endif
  352. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.3zaw9swb.cpp -E`
  353. DEBUG: COMPILER = gcc
  354. DEBUG: VERSION = 12.2.1
  355. DEBUG: cplusplus = 201703L
  356. DEBUG: CPU = x86_64
  357. DEBUG: KERNEL = Linux
  358. DEBUG: ENDIANNESS = little
  359. INFO: yes
  360. INFO: checking the target C++ compiler version...
  361. INFO: 12.2.1
  362. INFO: checking the target C++ compiler works...
  363. DEBUG: Creating `/tmp/conftest.auymdvil.cpp` with content:
  364. DEBUG: | int
  365. DEBUG: | main(void)
  366. DEBUG: | {
  367. DEBUG: |
  368. DEBUG: | ;
  369. DEBUG: | return 0;
  370. DEBUG: | }
  371. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.auymdvil.cpp -c`
  372. INFO: yes
  373. INFO: checking for the host C compiler...
  374. DEBUG: _host_cc: Looking for /usr/bin/gcc
  375. INFO: /usr/bin/gcc
  376. INFO: checking whether the host C compiler can be used...
  377. DEBUG: Creating `/tmp/conftest.rsfxcuzk.c` with content:
  378. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  379. DEBUG: | %COMPILER "clang-cl"
  380. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  381. DEBUG: | #elif defined(__clang__)
  382. DEBUG: | %COMPILER "clang"
  383. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  384. DEBUG: | # ifdef __apple_build_version__
  385. DEBUG: | %XCODE 1
  386. DEBUG: | # endif
  387. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  388. DEBUG: | %COMPILER "gcc"
  389. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  390. DEBUG: | #endif
  391. DEBUG: |
  392. DEBUG: | #if __cplusplus
  393. DEBUG: | %cplusplus __cplusplus
  394. DEBUG: | #elif __STDC_VERSION__
  395. DEBUG: | %STDC_VERSION __STDC_VERSION__
  396. DEBUG: | #endif
  397. DEBUG: | #if __i386__ || _M_IX86
  398. DEBUG: | %CPU "x86"
  399. DEBUG: | #elif __x86_64__ || _M_X64
  400. DEBUG: | %CPU "x86_64"
  401. DEBUG: | #elif __arm__ || _M_ARM
  402. DEBUG: | %CPU "arm"
  403. DEBUG: | #elif __aarch64__ || _M_ARM64
  404. DEBUG: | %CPU "aarch64"
  405. DEBUG: | #elif __ia64__
  406. DEBUG: | %CPU "ia64"
  407. DEBUG: | #elif __s390x__
  408. DEBUG: | %CPU "s390x"
  409. DEBUG: | #elif __s390__
  410. DEBUG: | %CPU "s390"
  411. DEBUG: | #elif __powerpc64__
  412. DEBUG: | %CPU "ppc64"
  413. DEBUG: | #elif __powerpc__
  414. DEBUG: | %CPU "ppc"
  415. DEBUG: | #elif __alpha__
  416. DEBUG: | %CPU "Alpha"
  417. DEBUG: | #elif __hppa__
  418. DEBUG: | %CPU "hppa"
  419. DEBUG: | #elif __sparc__ && __arch64__
  420. DEBUG: | %CPU "sparc64"
  421. DEBUG: | #elif __sparc__
  422. DEBUG: | %CPU "sparc"
  423. DEBUG: | #elif __m68k__
  424. DEBUG: | %CPU "m68k"
  425. DEBUG: | #elif __mips64
  426. DEBUG: | %CPU "mips64"
  427. DEBUG: | #elif __mips__
  428. DEBUG: | %CPU "mips32"
  429. DEBUG: | #elif __riscv && __riscv_xlen == 64
  430. DEBUG: | %CPU "riscv64"
  431. DEBUG: | #elif __loongarch64
  432. DEBUG: | %CPU "loongarch64"
  433. DEBUG: | #elif __sh__
  434. DEBUG: | %CPU "sh4"
  435. DEBUG: | #elif __wasm32__
  436. DEBUG: | %CPU "wasm32"
  437. DEBUG: | #endif
  438. DEBUG: | #if __APPLE__
  439. DEBUG: | %KERNEL "Darwin"
  440. DEBUG: | #elif __DragonFly__
  441. DEBUG: | %KERNEL "DragonFly"
  442. DEBUG: | #elif __FreeBSD__
  443. DEBUG: | %KERNEL "FreeBSD"
  444. DEBUG: | #elif __FreeBSD_kernel__
  445. DEBUG: | %KERNEL "kFreeBSD"
  446. DEBUG: | #elif __linux__
  447. DEBUG: | %KERNEL "Linux"
  448. DEBUG: | #elif __NetBSD__
  449. DEBUG: | %KERNEL "NetBSD"
  450. DEBUG: | #elif __OpenBSD__
  451. DEBUG: | %KERNEL "OpenBSD"
  452. DEBUG: | #elif __sun__
  453. DEBUG: | %KERNEL "SunOS"
  454. DEBUG: | #elif _WIN32 || __CYGWIN__
  455. DEBUG: | %KERNEL "WINNT"
  456. DEBUG: | #elif __wasi__
  457. DEBUG: | %KERNEL "WASI"
  458. DEBUG: | #endif
  459. DEBUG: | #if __ANDROID__
  460. DEBUG: | %OS "Android"
  461. DEBUG: | #endif
  462. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  463. DEBUG: | %ENDIANNESS "little"
  464. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  465. DEBUG: | %ENDIANNESS "big"
  466. DEBUG: | #endif
  467. DEBUG: Executing: `/usr/bin/gcc /tmp/conftest.rsfxcuzk.c -E`
  468. DEBUG: COMPILER = gcc
  469. DEBUG: VERSION = 12.2.1
  470. DEBUG: STDC_VERSION = 201710L
  471. DEBUG: CPU = x86_64
  472. DEBUG: KERNEL = Linux
  473. DEBUG: ENDIANNESS = little
  474. DEBUG: Creating `/tmp/conftest.brfm65u2.c` with content:
  475. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  476. DEBUG: | %COMPILER "clang-cl"
  477. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  478. DEBUG: | #elif defined(__clang__)
  479. DEBUG: | %COMPILER "clang"
  480. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  481. DEBUG: | # ifdef __apple_build_version__
  482. DEBUG: | %XCODE 1
  483. DEBUG: | # endif
  484. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  485. DEBUG: | %COMPILER "gcc"
  486. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  487. DEBUG: | #endif
  488. DEBUG: |
  489. DEBUG: | #if __cplusplus
  490. DEBUG: | %cplusplus __cplusplus
  491. DEBUG: | #elif __STDC_VERSION__
  492. DEBUG: | %STDC_VERSION __STDC_VERSION__
  493. DEBUG: | #endif
  494. DEBUG: | #if __i386__ || _M_IX86
  495. DEBUG: | %CPU "x86"
  496. DEBUG: | #elif __x86_64__ || _M_X64
  497. DEBUG: | %CPU "x86_64"
  498. DEBUG: | #elif __arm__ || _M_ARM
  499. DEBUG: | %CPU "arm"
  500. DEBUG: | #elif __aarch64__ || _M_ARM64
  501. DEBUG: | %CPU "aarch64"
  502. DEBUG: | #elif __ia64__
  503. DEBUG: | %CPU "ia64"
  504. DEBUG: | #elif __s390x__
  505. DEBUG: | %CPU "s390x"
  506. DEBUG: | #elif __s390__
  507. DEBUG: | %CPU "s390"
  508. DEBUG: | #elif __powerpc64__
  509. DEBUG: | %CPU "ppc64"
  510. DEBUG: | #elif __powerpc__
  511. DEBUG: | %CPU "ppc"
  512. DEBUG: | #elif __alpha__
  513. DEBUG: | %CPU "Alpha"
  514. DEBUG: | #elif __hppa__
  515. DEBUG: | %CPU "hppa"
  516. DEBUG: | #elif __sparc__ && __arch64__
  517. DEBUG: | %CPU "sparc64"
  518. DEBUG: | #elif __sparc__
  519. DEBUG: | %CPU "sparc"
  520. DEBUG: | #elif __m68k__
  521. DEBUG: | %CPU "m68k"
  522. DEBUG: | #elif __mips64
  523. DEBUG: | %CPU "mips64"
  524. DEBUG: | #elif __mips__
  525. DEBUG: | %CPU "mips32"
  526. DEBUG: | #elif __riscv && __riscv_xlen == 64
  527. DEBUG: | %CPU "riscv64"
  528. DEBUG: | #elif __loongarch64
  529. DEBUG: | %CPU "loongarch64"
  530. DEBUG: | #elif __sh__
  531. DEBUG: | %CPU "sh4"
  532. DEBUG: | #elif __wasm32__
  533. DEBUG: | %CPU "wasm32"
  534. DEBUG: | #endif
  535. DEBUG: | #if __APPLE__
  536. DEBUG: | %KERNEL "Darwin"
  537. DEBUG: | #elif __DragonFly__
  538. DEBUG: | %KERNEL "DragonFly"
  539. DEBUG: | #elif __FreeBSD__
  540. DEBUG: | %KERNEL "FreeBSD"
  541. DEBUG: | #elif __FreeBSD_kernel__
  542. DEBUG: | %KERNEL "kFreeBSD"
  543. DEBUG: | #elif __linux__
  544. DEBUG: | %KERNEL "Linux"
  545. DEBUG: | #elif __NetBSD__
  546. DEBUG: | %KERNEL "NetBSD"
  547. DEBUG: | #elif __OpenBSD__
  548. DEBUG: | %KERNEL "OpenBSD"
  549. DEBUG: | #elif __sun__
  550. DEBUG: | %KERNEL "SunOS"
  551. DEBUG: | #elif _WIN32 || __CYGWIN__
  552. DEBUG: | %KERNEL "WINNT"
  553. DEBUG: | #elif __wasi__
  554. DEBUG: | %KERNEL "WASI"
  555. DEBUG: | #endif
  556. DEBUG: | #if __ANDROID__
  557. DEBUG: | %OS "Android"
  558. DEBUG: | #endif
  559. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  560. DEBUG: | %ENDIANNESS "little"
  561. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  562. DEBUG: | %ENDIANNESS "big"
  563. DEBUG: | #endif
  564. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.brfm65u2.c -E`
  565. DEBUG: COMPILER = gcc
  566. DEBUG: VERSION = 12.2.1
  567. DEBUG: STDC_VERSION = 199901L
  568. DEBUG: CPU = x86_64
  569. DEBUG: KERNEL = Linux
  570. DEBUG: ENDIANNESS = little
  571. INFO: yes
  572. INFO: checking the host C compiler version...
  573. INFO: 12.2.1
  574. INFO: checking the host C compiler works...
  575. DEBUG: Creating `/tmp/conftest.te7ekgx5.c` with content:
  576. DEBUG: | int
  577. DEBUG: | main(void)
  578. DEBUG: | {
  579. DEBUG: |
  580. DEBUG: | ;
  581. DEBUG: | return 0;
  582. DEBUG: | }
  583. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.te7ekgx5.c -c`
  584. INFO: yes
  585. INFO: checking for the host C++ compiler...
  586. DEBUG: _host_cxx: Looking for /usr/bin/g++
  587. INFO: /usr/bin/g++
  588. INFO: checking whether the host C++ compiler can be used...
  589. DEBUG: Creating `/tmp/conftest.4w0aqjco.cpp` with content:
  590. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  591. DEBUG: | %COMPILER "clang-cl"
  592. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  593. DEBUG: | #elif defined(__clang__)
  594. DEBUG: | %COMPILER "clang"
  595. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  596. DEBUG: | # ifdef __apple_build_version__
  597. DEBUG: | %XCODE 1
  598. DEBUG: | # endif
  599. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  600. DEBUG: | %COMPILER "gcc"
  601. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  602. DEBUG: | #endif
  603. DEBUG: |
  604. DEBUG: | #if __cplusplus
  605. DEBUG: | %cplusplus __cplusplus
  606. DEBUG: | #elif __STDC_VERSION__
  607. DEBUG: | %STDC_VERSION __STDC_VERSION__
  608. DEBUG: | #endif
  609. DEBUG: | #if __i386__ || _M_IX86
  610. DEBUG: | %CPU "x86"
  611. DEBUG: | #elif __x86_64__ || _M_X64
  612. DEBUG: | %CPU "x86_64"
  613. DEBUG: | #elif __arm__ || _M_ARM
  614. DEBUG: | %CPU "arm"
  615. DEBUG: | #elif __aarch64__ || _M_ARM64
  616. DEBUG: | %CPU "aarch64"
  617. DEBUG: | #elif __ia64__
  618. DEBUG: | %CPU "ia64"
  619. DEBUG: | #elif __s390x__
  620. DEBUG: | %CPU "s390x"
  621. DEBUG: | #elif __s390__
  622. DEBUG: | %CPU "s390"
  623. DEBUG: | #elif __powerpc64__
  624. DEBUG: | %CPU "ppc64"
  625. DEBUG: | #elif __powerpc__
  626. DEBUG: | %CPU "ppc"
  627. DEBUG: | #elif __alpha__
  628. DEBUG: | %CPU "Alpha"
  629. DEBUG: | #elif __hppa__
  630. DEBUG: | %CPU "hppa"
  631. DEBUG: | #elif __sparc__ && __arch64__
  632. DEBUG: | %CPU "sparc64"
  633. DEBUG: | #elif __sparc__
  634. DEBUG: | %CPU "sparc"
  635. DEBUG: | #elif __m68k__
  636. DEBUG: | %CPU "m68k"
  637. DEBUG: | #elif __mips64
  638. DEBUG: | %CPU "mips64"
  639. DEBUG: | #elif __mips__
  640. DEBUG: | %CPU "mips32"
  641. DEBUG: | #elif __riscv && __riscv_xlen == 64
  642. DEBUG: | %CPU "riscv64"
  643. DEBUG: | #elif __loongarch64
  644. DEBUG: | %CPU "loongarch64"
  645. DEBUG: | #elif __sh__
  646. DEBUG: | %CPU "sh4"
  647. DEBUG: | #elif __wasm32__
  648. DEBUG: | %CPU "wasm32"
  649. DEBUG: | #endif
  650. DEBUG: | #if __APPLE__
  651. DEBUG: | %KERNEL "Darwin"
  652. DEBUG: | #elif __DragonFly__
  653. DEBUG: | %KERNEL "DragonFly"
  654. DEBUG: | #elif __FreeBSD__
  655. DEBUG: | %KERNEL "FreeBSD"
  656. DEBUG: | #elif __FreeBSD_kernel__
  657. DEBUG: | %KERNEL "kFreeBSD"
  658. DEBUG: | #elif __linux__
  659. DEBUG: | %KERNEL "Linux"
  660. DEBUG: | #elif __NetBSD__
  661. DEBUG: | %KERNEL "NetBSD"
  662. DEBUG: | #elif __OpenBSD__
  663. DEBUG: | %KERNEL "OpenBSD"
  664. DEBUG: | #elif __sun__
  665. DEBUG: | %KERNEL "SunOS"
  666. DEBUG: | #elif _WIN32 || __CYGWIN__
  667. DEBUG: | %KERNEL "WINNT"
  668. DEBUG: | #elif __wasi__
  669. DEBUG: | %KERNEL "WASI"
  670. DEBUG: | #endif
  671. DEBUG: | #if __ANDROID__
  672. DEBUG: | %OS "Android"
  673. DEBUG: | #endif
  674. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  675. DEBUG: | %ENDIANNESS "little"
  676. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  677. DEBUG: | %ENDIANNESS "big"
  678. DEBUG: | #endif
  679. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.4w0aqjco.cpp -E`
  680. DEBUG: COMPILER = gcc
  681. DEBUG: VERSION = 12.2.1
  682. DEBUG: cplusplus = 201703L
  683. DEBUG: CPU = x86_64
  684. DEBUG: KERNEL = Linux
  685. DEBUG: ENDIANNESS = little
  686. INFO: yes
  687. INFO: checking the host C++ compiler version...
  688. INFO: 12.2.1
  689. INFO: checking the host C++ compiler works...
  690. DEBUG: Creating `/tmp/conftest.22wbf29u.cpp` with content:
  691. DEBUG: | int
  692. DEBUG: | main(void)
  693. DEBUG: | {
  694. DEBUG: |
  695. DEBUG: | ;
  696. DEBUG: | return 0;
  697. DEBUG: | }
  698. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.22wbf29u.cpp -c`
  699. INFO: yes
  700. INFO: checking for target linker...
  701. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Wl,--version`
  702. INFO: bfd
  703. INFO: checking for host linker...
  704. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Wl,--version`
  705. INFO: bfd
  706. INFO: checking for 64-bit OS...
  707. DEBUG: Creating `/tmp/conftest.7iwkkz_r.cpp` with content:
  708. DEBUG: | int
  709. DEBUG: | main(void)
  710. DEBUG: | {
  711. DEBUG: | static_assert(sizeof(void *) == 8, "")
  712. DEBUG: | ;
  713. DEBUG: | return 0;
  714. DEBUG: | }
  715. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.7iwkkz_r.cpp -c`
  716. INFO: yes
  717. INFO: checking for new enough STL headers from libstdc++...
  718. DEBUG: Creating `/tmp/conftest.qk4ltawl.cpp` with content:
  719. DEBUG: | #include <cstddef>
  720. DEBUG: | int
  721. DEBUG: | main(void)
  722. DEBUG: | {
  723. DEBUG: | #if defined(__GLIBCXX__) && !defined(_GLIBCXX_RELEASE)
  724. DEBUG: | # error libstdc++ not new enough
  725. DEBUG: | #endif
  726. DEBUG: | #if defined(_GLIBCXX_RELEASE)
  727. DEBUG: | # if _GLIBCXX_RELEASE < 7
  728. DEBUG: | # error libstdc++ not new enough
  729. DEBUG: | # else
  730. DEBUG: | (void) 0
  731. DEBUG: | # endif
  732. DEBUG: | #endif
  733. DEBUG: | ;
  734. DEBUG: | return 0;
  735. DEBUG: | }
  736. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.qk4ltawl.cpp -c`
  737. INFO: yes
  738. INFO: checking for the assembler...
  739. DEBUG: _as: Looking for as
  740. INFO: /usr/bin/as
  741. DEBUG: Executing: `/usr/bin/as -std=gnu99 -Wa,--version -c -o /dev/null -x assembler -`
  742. DEBUG: The command returned non-zero exit status 1.
  743. DEBUG: Its error output was:
  744. DEBUG: | /usr/bin/as: invalid option -- 't'
  745. INFO: checking for ar...
  746. DEBUG: ar: Looking for gcc-ar
  747. INFO: /usr/bin/gcc-ar
  748. INFO: checking for host_ar...
  749. DEBUG: host_ar: Looking for ar
  750. INFO: /usr/bin/ar
  751. INFO: checking for nm...
  752. DEBUG: nm: Looking for gcc-nm
  753. INFO: /usr/bin/gcc-nm
  754. INFO: checking for pkg_config...
  755. DEBUG: pkg_config: Looking for pkg-config
  756. INFO: /usr/bin/pkg-config
  757. INFO: checking for pkg-config version...
  758. DEBUG: Executing: `/usr/bin/pkg-config --version`
  759. INFO: 1.8.0
  760. INFO: checking whether pkg-config is pkgconf...
  761. DEBUG: Executing: `/usr/bin/pkg-config --about`
  762. INFO: yes
  763. INFO: checking for strndup...
  764. DEBUG: Creating `/tmp/conftest.8oks179f.c` with content:
  765. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  766. DEBUG: | /* We use char because int might match the return type of a gcc2
  767. DEBUG: | builtin and then its argument prototype would still apply. */
  768. DEBUG: | char strndup();
  769. DEBUG: | int
  770. DEBUG: | main(void)
  771. DEBUG: | {
  772. DEBUG: | strndup();
  773. DEBUG: | ;
  774. DEBUG: | return 0;
  775. DEBUG: | }
  776. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.8oks179f.c`
  777. INFO: yes
  778. INFO: checking for posix_memalign...
  779. DEBUG: Creating `/tmp/conftest.em6g2m6j.c` with content:
  780. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  781. DEBUG: | /* We use char because int might match the return type of a gcc2
  782. DEBUG: | builtin and then its argument prototype would still apply. */
  783. DEBUG: | char posix_memalign();
  784. DEBUG: | int
  785. DEBUG: | main(void)
  786. DEBUG: | {
  787. DEBUG: | posix_memalign();
  788. DEBUG: | ;
  789. DEBUG: | return 0;
  790. DEBUG: | }
  791. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.em6g2m6j.c`
  792. INFO: yes
  793. INFO: checking for memalign...
  794. DEBUG: Creating `/tmp/conftest.zw10pebt.c` with content:
  795. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  796. DEBUG: | /* We use char because int might match the return type of a gcc2
  797. DEBUG: | builtin and then its argument prototype would still apply. */
  798. DEBUG: | char memalign();
  799. DEBUG: | int
  800. DEBUG: | main(void)
  801. DEBUG: | {
  802. DEBUG: | memalign();
  803. DEBUG: | ;
  804. DEBUG: | return 0;
  805. DEBUG: | }
  806. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.zw10pebt.c`
  807. INFO: yes
  808. INFO: checking for malloc_usable_size...
  809. DEBUG: Creating `/tmp/conftest.gn206_32.c` with content:
  810. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  811. DEBUG: | /* We use char because int might match the return type of a gcc2
  812. DEBUG: | builtin and then its argument prototype would still apply. */
  813. DEBUG: | char malloc_usable_size();
  814. DEBUG: | int
  815. DEBUG: | main(void)
  816. DEBUG: | {
  817. DEBUG: | malloc_usable_size();
  818. DEBUG: | ;
  819. DEBUG: | return 0;
  820. DEBUG: | }
  821. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.gn206_32.c`
  822. INFO: yes
  823. INFO: checking for stdint.h...
  824. DEBUG: Creating `/tmp/conftest.orlt_1w5.cpp` with content:
  825. DEBUG: | #include <stdint.h>
  826. DEBUG: | int
  827. DEBUG: | main(void)
  828. DEBUG: | {
  829. DEBUG: |
  830. DEBUG: | ;
  831. DEBUG: | return 0;
  832. DEBUG: | }
  833. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.orlt_1w5.cpp -c`
  834. INFO: yes
  835. INFO: checking for inttypes.h...
  836. DEBUG: Creating `/tmp/conftest.iwljaog2.cpp` with content:
  837. DEBUG: | #include <inttypes.h>
  838. DEBUG: | int
  839. DEBUG: | main(void)
  840. DEBUG: | {
  841. DEBUG: |
  842. DEBUG: | ;
  843. DEBUG: | return 0;
  844. DEBUG: | }
  845. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.iwljaog2.cpp -c`
  846. INFO: yes
  847. INFO: checking for malloc.h...
  848. DEBUG: Creating `/tmp/conftest.gyyt8p6h.cpp` with content:
  849. DEBUG: | #include <malloc.h>
  850. DEBUG: | int
  851. DEBUG: | main(void)
  852. DEBUG: | {
  853. DEBUG: |
  854. DEBUG: | ;
  855. DEBUG: | return 0;
  856. DEBUG: | }
  857. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.gyyt8p6h.cpp -c`
  858. INFO: yes
  859. INFO: checking for alloca.h...
  860. DEBUG: Creating `/tmp/conftest.59t1sldd.cpp` with content:
  861. DEBUG: | #include <alloca.h>
  862. DEBUG: | int
  863. DEBUG: | main(void)
  864. DEBUG: | {
  865. DEBUG: |
  866. DEBUG: | ;
  867. DEBUG: | return 0;
  868. DEBUG: | }
  869. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.59t1sldd.cpp -c`
  870. INFO: yes
  871. INFO: checking for sys/byteorder.h...
  872. DEBUG: Creating `/tmp/conftest.olrxlqnh.cpp` with content:
  873. DEBUG: | #include <sys/byteorder.h>
  874. DEBUG: | int
  875. DEBUG: | main(void)
  876. DEBUG: | {
  877. DEBUG: |
  878. DEBUG: | ;
  879. DEBUG: | return 0;
  880. DEBUG: | }
  881. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.olrxlqnh.cpp -c`
  882. DEBUG: The command returned non-zero exit status 1.
  883. DEBUG: Its error output was:
  884. DEBUG: | /tmp/conftest.olrxlqnh.cpp:1:10: fatal error: sys/byteorder.h: No such file or directory
  885. DEBUG: | 1 | #include <sys/byteorder.h>
  886. DEBUG: | | ^~~~~~~~~~~~~~~~~
  887. DEBUG: | compilation terminated.
  888. INFO: no
  889. INFO: checking for getopt.h...
  890. DEBUG: Creating `/tmp/conftest.wizf1rt8.cpp` with content:
  891. DEBUG: | #include <getopt.h>
  892. DEBUG: | int
  893. DEBUG: | main(void)
  894. DEBUG: | {
  895. DEBUG: |
  896. DEBUG: | ;
  897. DEBUG: | return 0;
  898. DEBUG: | }
  899. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.wizf1rt8.cpp -c`
  900. INFO: yes
  901. INFO: checking for unistd.h...
  902. DEBUG: Creating `/tmp/conftest.ranepl_j.cpp` with content:
  903. DEBUG: | #include <unistd.h>
  904. DEBUG: | int
  905. DEBUG: | main(void)
  906. DEBUG: | {
  907. DEBUG: |
  908. DEBUG: | ;
  909. DEBUG: | return 0;
  910. DEBUG: | }
  911. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ranepl_j.cpp -c`
  912. INFO: yes
  913. INFO: checking for nl_types.h...
  914. DEBUG: Creating `/tmp/conftest.9ddoe31y.cpp` with content:
  915. DEBUG: | #include <nl_types.h>
  916. DEBUG: | int
  917. DEBUG: | main(void)
  918. DEBUG: | {
  919. DEBUG: |
  920. DEBUG: | ;
  921. DEBUG: | return 0;
  922. DEBUG: | }
  923. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.9ddoe31y.cpp -c`
  924. INFO: yes
  925. INFO: checking for cpuid.h...
  926. DEBUG: Creating `/tmp/conftest.h_tty6mx.cpp` with content:
  927. DEBUG: | #include <cpuid.h>
  928. DEBUG: | int
  929. DEBUG: | main(void)
  930. DEBUG: | {
  931. DEBUG: |
  932. DEBUG: | ;
  933. DEBUG: | return 0;
  934. DEBUG: | }
  935. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.h_tty6mx.cpp -c`
  936. INFO: yes
  937. INFO: checking for fts.h...
  938. DEBUG: Creating `/tmp/conftest.67be4hml.cpp` with content:
  939. DEBUG: | #include <fts.h>
  940. DEBUG: | int
  941. DEBUG: | main(void)
  942. DEBUG: | {
  943. DEBUG: |
  944. DEBUG: | ;
  945. DEBUG: | return 0;
  946. DEBUG: | }
  947. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.67be4hml.cpp -c`
  948. INFO: yes
  949. INFO: checking for sys/statvfs.h...
  950. DEBUG: Creating `/tmp/conftest.yhxwme9f.cpp` with content:
  951. DEBUG: | #include <sys/statvfs.h>
  952. DEBUG: | int
  953. DEBUG: | main(void)
  954. DEBUG: | {
  955. DEBUG: |
  956. DEBUG: | ;
  957. DEBUG: | return 0;
  958. DEBUG: | }
  959. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.yhxwme9f.cpp -c`
  960. INFO: yes
  961. INFO: checking for sys/statfs.h...
  962. DEBUG: Creating `/tmp/conftest.uq8072ir.cpp` with content:
  963. DEBUG: | #include <sys/statfs.h>
  964. DEBUG: | int
  965. DEBUG: | main(void)
  966. DEBUG: | {
  967. DEBUG: |
  968. DEBUG: | ;
  969. DEBUG: | return 0;
  970. DEBUG: | }
  971. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.uq8072ir.cpp -c`
  972. INFO: yes
  973. INFO: checking for sys/vfs.h...
  974. DEBUG: Creating `/tmp/conftest.ushnbp5q.cpp` with content:
  975. DEBUG: | #include <sys/vfs.h>
  976. DEBUG: | int
  977. DEBUG: | main(void)
  978. DEBUG: | {
  979. DEBUG: |
  980. DEBUG: | ;
  981. DEBUG: | return 0;
  982. DEBUG: | }
  983. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ushnbp5q.cpp -c`
  984. INFO: yes
  985. INFO: checking for sys/mount.h...
  986. DEBUG: Creating `/tmp/conftest.c6x0e5tv.cpp` with content:
  987. DEBUG: | #include <sys/mount.h>
  988. DEBUG: | int
  989. DEBUG: | main(void)
  990. DEBUG: | {
  991. DEBUG: |
  992. DEBUG: | ;
  993. DEBUG: | return 0;
  994. DEBUG: | }
  995. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.c6x0e5tv.cpp -c`
  996. INFO: yes
  997. INFO: checking for sys/quota.h...
  998. DEBUG: Creating `/tmp/conftest.8pitf3cu.cpp` with content:
  999. DEBUG: | #include <sys/quota.h>
  1000. DEBUG: | int
  1001. DEBUG: | main(void)
  1002. DEBUG: | {
  1003. DEBUG: | quotactl(0, nullptr, 0, (caddr_t)nullptr);
  1004. DEBUG: | ;
  1005. DEBUG: | return 0;
  1006. DEBUG: | }
  1007. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.8pitf3cu.cpp -c`
  1008. INFO: yes
  1009. INFO: checking for linux/quota.h...
  1010. DEBUG: Creating `/tmp/conftest.rf26qzq_.cpp` with content:
  1011. DEBUG: | #include <sys/socket.h>
  1012. DEBUG: | #include <linux/quota.h>
  1013. DEBUG: | int
  1014. DEBUG: | main(void)
  1015. DEBUG: | {
  1016. DEBUG: |
  1017. DEBUG: | ;
  1018. DEBUG: | return 0;
  1019. DEBUG: | }
  1020. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.rf26qzq_.cpp -c`
  1021. INFO: yes
  1022. INFO: checking for linux/if_addr.h...
  1023. DEBUG: Creating `/tmp/conftest.ypv6meno.cpp` with content:
  1024. DEBUG: | #include <sys/socket.h>
  1025. DEBUG: | #include <linux/if_addr.h>
  1026. DEBUG: | int
  1027. DEBUG: | main(void)
  1028. DEBUG: | {
  1029. DEBUG: |
  1030. DEBUG: | ;
  1031. DEBUG: | return 0;
  1032. DEBUG: | }
  1033. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ypv6meno.cpp -c`
  1034. INFO: yes
  1035. INFO: checking for linux/rtnetlink.h...
  1036. DEBUG: Creating `/tmp/conftest.f1n5sg_h.cpp` with content:
  1037. DEBUG: | #include <sys/socket.h>
  1038. DEBUG: | #include <linux/rtnetlink.h>
  1039. DEBUG: | int
  1040. DEBUG: | main(void)
  1041. DEBUG: | {
  1042. DEBUG: |
  1043. DEBUG: | ;
  1044. DEBUG: | return 0;
  1045. DEBUG: | }
  1046. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.f1n5sg_h.cpp -c`
  1047. INFO: yes
  1048. INFO: checking for sys/queue.h...
  1049. DEBUG: Creating `/tmp/conftest.hddwa85n.cpp` with content:
  1050. DEBUG: | #include <sys/queue.h>
  1051. DEBUG: | int
  1052. DEBUG: | main(void)
  1053. DEBUG: | {
  1054. DEBUG: |
  1055. DEBUG: | ;
  1056. DEBUG: | return 0;
  1057. DEBUG: | }
  1058. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.hddwa85n.cpp -c`
  1059. INFO: yes
  1060. INFO: checking for sys/types.h...
  1061. DEBUG: Creating `/tmp/conftest.7ygqphl8.cpp` with content:
  1062. DEBUG: | #include <sys/types.h>
  1063. DEBUG: | int
  1064. DEBUG: | main(void)
  1065. DEBUG: | {
  1066. DEBUG: |
  1067. DEBUG: | ;
  1068. DEBUG: | return 0;
  1069. DEBUG: | }
  1070. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.7ygqphl8.cpp -c`
  1071. INFO: yes
  1072. INFO: checking for netinet/in.h...
  1073. DEBUG: Creating `/tmp/conftest._93snw_s.cpp` with content:
  1074. DEBUG: | #include <netinet/in.h>
  1075. DEBUG: | int
  1076. DEBUG: | main(void)
  1077. DEBUG: | {
  1078. DEBUG: |
  1079. DEBUG: | ;
  1080. DEBUG: | return 0;
  1081. DEBUG: | }
  1082. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest._93snw_s.cpp -c`
  1083. INFO: yes
  1084. INFO: checking for byteswap.h...
  1085. DEBUG: Creating `/tmp/conftest.f3wgh22i.cpp` with content:
  1086. DEBUG: | #include <byteswap.h>
  1087. DEBUG: | int
  1088. DEBUG: | main(void)
  1089. DEBUG: | {
  1090. DEBUG: |
  1091. DEBUG: | ;
  1092. DEBUG: | return 0;
  1093. DEBUG: | }
  1094. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.f3wgh22i.cpp -c`
  1095. INFO: yes
  1096. INFO: checking for memfd_create in sys/mman.h...
  1097. DEBUG: Creating `/tmp/conftest.1hwb256z.cpp` with content:
  1098. DEBUG: | #include <sys/mman.h>
  1099. DEBUG: | int
  1100. DEBUG: | main(void)
  1101. DEBUG: | {
  1102. DEBUG: | memfd_create("", 0);
  1103. DEBUG: | ;
  1104. DEBUG: | return 0;
  1105. DEBUG: | }
  1106. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.1hwb256z.cpp -c`
  1107. INFO: yes
  1108. INFO: checking for linux/perf_event.h...
  1109. DEBUG: Creating `/tmp/conftest.agc3qk76.cpp` with content:
  1110. DEBUG: | #include <linux/perf_event.h>
  1111. DEBUG: | int
  1112. DEBUG: | main(void)
  1113. DEBUG: | {
  1114. DEBUG: |
  1115. DEBUG: | ;
  1116. DEBUG: | return 0;
  1117. DEBUG: | }
  1118. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.agc3qk76.cpp -c`
  1119. INFO: yes
  1120. INFO: checking for perf_event_open system call...
  1121. DEBUG: Creating `/tmp/conftest.5v3kc1ri.cpp` with content:
  1122. DEBUG: | #include <asm/unistd.h>
  1123. DEBUG: | int
  1124. DEBUG: | main(void)
  1125. DEBUG: | {
  1126. DEBUG: | return sizeof(__NR_perf_event_open);
  1127. DEBUG: | ;
  1128. DEBUG: | return 0;
  1129. DEBUG: | }
  1130. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.5v3kc1ri.cpp -c`
  1131. INFO: yes
  1132. INFO: checking whether the C compiler supports -Wbitfield-enum-conversion...
  1133. DEBUG: Creating `/tmp/conftest.8drwe87e.c` with content:
  1134. DEBUG: | int
  1135. DEBUG: | main(void)
  1136. DEBUG: | {
  1137. DEBUG: |
  1138. DEBUG: | ;
  1139. DEBUG: | return 0;
  1140. DEBUG: | }
  1141. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.8drwe87e.c -Werror -Wbitfield-enum-conversion -c`
  1142. DEBUG: The command returned non-zero exit status 1.
  1143. DEBUG: Its error output was:
  1144. DEBUG: | gcc: error: unrecognized command-line option ‘-Wbitfield-enum-conversion’; did you mean ‘-Wno-enum-conversion’?
  1145. INFO: no
  1146. INFO: checking whether the C++ compiler supports -Wbitfield-enum-conversion...
  1147. DEBUG: Creating `/tmp/conftest.04sl28is.cpp` with content:
  1148. DEBUG: | int
  1149. DEBUG: | main(void)
  1150. DEBUG: | {
  1151. DEBUG: |
  1152. DEBUG: | ;
  1153. DEBUG: | return 0;
  1154. DEBUG: | }
  1155. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.04sl28is.cpp -Werror -Wbitfield-enum-conversion -c`
  1156. DEBUG: The command returned non-zero exit status 1.
  1157. DEBUG: Its error output was:
  1158. DEBUG: | g++: error: unrecognized command-line option ‘-Wbitfield-enum-conversion’; did you mean ‘-Wno-enum-conversion’?
  1159. INFO: no
  1160. INFO: checking whether the C++ compiler supports -Wdeprecated-this-capture...
  1161. DEBUG: Creating `/tmp/conftest.v4z1srgq.cpp` with content:
  1162. DEBUG: | int
  1163. DEBUG: | main(void)
  1164. DEBUG: | {
  1165. DEBUG: |
  1166. DEBUG: | ;
  1167. DEBUG: | return 0;
  1168. DEBUG: | }
  1169. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.v4z1srgq.cpp -Werror -Wdeprecated-this-capture -c`
  1170. DEBUG: The command returned non-zero exit status 1.
  1171. DEBUG: Its error output was:
  1172. DEBUG: | g++: error: unrecognized command-line option ‘-Wdeprecated-this-capture’
  1173. INFO: no
  1174. INFO: checking whether the C compiler supports -Wformat-type-confusion...
  1175. DEBUG: Creating `/tmp/conftest.9nkqxz_e.c` with content:
  1176. DEBUG: | int
  1177. DEBUG: | main(void)
  1178. DEBUG: | {
  1179. DEBUG: |
  1180. DEBUG: | ;
  1181. DEBUG: | return 0;
  1182. DEBUG: | }
  1183. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.9nkqxz_e.c -Werror -Wformat-type-confusion -c`
  1184. DEBUG: The command returned non-zero exit status 1.
  1185. DEBUG: Its error output was:
  1186. DEBUG: | gcc: error: unrecognized command-line option ‘-Wformat-type-confusion’
  1187. INFO: no
  1188. INFO: checking whether the C++ compiler supports -Wformat-type-confusion...
  1189. DEBUG: Creating `/tmp/conftest.ra5kw7lb.cpp` with content:
  1190. DEBUG: | int
  1191. DEBUG: | main(void)
  1192. DEBUG: | {
  1193. DEBUG: |
  1194. DEBUG: | ;
  1195. DEBUG: | return 0;
  1196. DEBUG: | }
  1197. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ra5kw7lb.cpp -Werror -Wformat-type-confusion -c`
  1198. DEBUG: The command returned non-zero exit status 1.
  1199. DEBUG: Its error output was:
  1200. DEBUG: | g++: error: unrecognized command-line option ‘-Wformat-type-confusion’
  1201. INFO: no
  1202. INFO: checking whether the C compiler supports -Wshadow-field-in-constructor-modified...
  1203. DEBUG: Creating `/tmp/conftest.d1pouzfj.c` with content:
  1204. DEBUG: | int
  1205. DEBUG: | main(void)
  1206. DEBUG: | {
  1207. DEBUG: |
  1208. DEBUG: | ;
  1209. DEBUG: | return 0;
  1210. DEBUG: | }
  1211. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.d1pouzfj.c -Werror -Wshadow-field-in-constructor-modified -c`
  1212. DEBUG: The command returned non-zero exit status 1.
  1213. DEBUG: Its error output was:
  1214. DEBUG: | gcc: error: unrecognized command-line option ‘-Wshadow-field-in-constructor-modified’
  1215. INFO: no
  1216. INFO: checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified...
  1217. DEBUG: Creating `/tmp/conftest.p9w_8mbs.cpp` with content:
  1218. DEBUG: | int
  1219. DEBUG: | main(void)
  1220. DEBUG: | {
  1221. DEBUG: |
  1222. DEBUG: | ;
  1223. DEBUG: | return 0;
  1224. DEBUG: | }
  1225. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.p9w_8mbs.cpp -Werror -Wshadow-field-in-constructor-modified -c`
  1226. DEBUG: The command returned non-zero exit status 1.
  1227. DEBUG: Its error output was:
  1228. DEBUG: | g++: error: unrecognized command-line option ‘-Wshadow-field-in-constructor-modified’
  1229. INFO: no
  1230. INFO: checking whether the C compiler supports -Wno-error=tautological-type-limit-compare...
  1231. DEBUG: Creating `/tmp/conftest.4soo1o9q.c` with content:
  1232. DEBUG: | int
  1233. DEBUG: | main(void)
  1234. DEBUG: | {
  1235. DEBUG: |
  1236. DEBUG: | ;
  1237. DEBUG: | return 0;
  1238. DEBUG: | }
  1239. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.4soo1o9q.c -Werror -Wno-error=tautological-type-limit-compare -c`
  1240. DEBUG: The command returned non-zero exit status 1.
  1241. DEBUG: Its error output was:
  1242. DEBUG: | cc1: error: ‘-Wno-error=tautological-type-limit-compare’: no option ‘-Wtautological-type-limit-compare’; did you mean ‘-Wtautological-compare’?
  1243. INFO: no
  1244. INFO: checking whether the C++ compiler supports -Wno-error=tautological-type-limit-compare...
  1245. DEBUG: Creating `/tmp/conftest.1u267tgk.cpp` with content:
  1246. DEBUG: | int
  1247. DEBUG: | main(void)
  1248. DEBUG: | {
  1249. DEBUG: |
  1250. DEBUG: | ;
  1251. DEBUG: | return 0;
  1252. DEBUG: | }
  1253. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.1u267tgk.cpp -Werror -Wno-error=tautological-type-limit-compare -c`
  1254. DEBUG: The command returned non-zero exit status 1.
  1255. DEBUG: Its error output was:
  1256. DEBUG: | cc1plus: error: ‘-Wno-error=tautological-type-limit-compare’: no option ‘-Wtautological-type-limit-compare’; did you mean ‘-Wtautological-compare’?
  1257. INFO: no
  1258. INFO: checking whether the C compiler supports -Wunreachable-code-return...
  1259. DEBUG: Creating `/tmp/conftest.rfz6sjqx.c` with content:
  1260. DEBUG: | int
  1261. DEBUG: | main(void)
  1262. DEBUG: | {
  1263. DEBUG: |
  1264. DEBUG: | ;
  1265. DEBUG: | return 0;
  1266. DEBUG: | }
  1267. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.rfz6sjqx.c -Werror -Wunreachable-code-return -c`
  1268. DEBUG: The command returned non-zero exit status 1.
  1269. DEBUG: Its error output was:
  1270. DEBUG: | gcc: error: unrecognized command-line option ‘-Wunreachable-code-return’; did you mean ‘-Wunreachable-code’?
  1271. INFO: no
  1272. INFO: checking whether the C++ compiler supports -Wunreachable-code-return...
  1273. DEBUG: Creating `/tmp/conftest._ofcsmrl.cpp` with content:
  1274. DEBUG: | int
  1275. DEBUG: | main(void)
  1276. DEBUG: | {
  1277. DEBUG: |
  1278. DEBUG: | ;
  1279. DEBUG: | return 0;
  1280. DEBUG: | }
  1281. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest._ofcsmrl.cpp -Werror -Wunreachable-code-return -c`
  1282. DEBUG: The command returned non-zero exit status 1.
  1283. DEBUG: Its error output was:
  1284. DEBUG: | g++: error: unrecognized command-line option ‘-Wunreachable-code-return’; did you mean ‘-Wunreachable-code’?
  1285. INFO: no
  1286. INFO: checking whether the C compiler supports -Wclass-varargs...
  1287. DEBUG: Creating `/tmp/conftest.qs_wi55y.c` with content:
  1288. DEBUG: | int
  1289. DEBUG: | main(void)
  1290. DEBUG: | {
  1291. DEBUG: |
  1292. DEBUG: | ;
  1293. DEBUG: | return 0;
  1294. DEBUG: | }
  1295. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.qs_wi55y.c -Werror -Wclass-varargs -c`
  1296. DEBUG: The command returned non-zero exit status 1.
  1297. DEBUG: Its error output was:
  1298. DEBUG: | gcc: error: unrecognized command-line option ‘-Wclass-varargs’; did you mean ‘-Wno-varargs’?
  1299. INFO: no
  1300. INFO: checking whether the C++ compiler supports -Wclass-varargs...
  1301. DEBUG: Creating `/tmp/conftest.rmx1ahq4.cpp` with content:
  1302. DEBUG: | int
  1303. DEBUG: | main(void)
  1304. DEBUG: | {
  1305. DEBUG: |
  1306. DEBUG: | ;
  1307. DEBUG: | return 0;
  1308. DEBUG: | }
  1309. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.rmx1ahq4.cpp -Werror -Wclass-varargs -c`
  1310. DEBUG: The command returned non-zero exit status 1.
  1311. DEBUG: Its error output was:
  1312. DEBUG: | g++: error: unrecognized command-line option ‘-Wclass-varargs’; did you mean ‘-Wno-varargs’?
  1313. INFO: no
  1314. INFO: checking whether the C++ compiler supports -Wempty-init-stmt...
  1315. DEBUG: Creating `/tmp/conftest.49baqh3w.cpp` with content:
  1316. DEBUG: | int
  1317. DEBUG: | main(void)
  1318. DEBUG: | {
  1319. DEBUG: |
  1320. DEBUG: | ;
  1321. DEBUG: | return 0;
  1322. DEBUG: | }
  1323. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.49baqh3w.cpp -Werror -Wempty-init-stmt -c`
  1324. DEBUG: The command returned non-zero exit status 1.
  1325. DEBUG: Its error output was:
  1326. DEBUG: | g++: error: unrecognized command-line option ‘-Wempty-init-stmt’
  1327. INFO: no
  1328. INFO: checking whether the C compiler supports -Wfloat-overflow-conversion...
  1329. DEBUG: Creating `/tmp/conftest.tzw8z2mq.c` with content:
  1330. DEBUG: | int
  1331. DEBUG: | main(void)
  1332. DEBUG: | {
  1333. DEBUG: |
  1334. DEBUG: | ;
  1335. DEBUG: | return 0;
  1336. DEBUG: | }
  1337. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.tzw8z2mq.c -Werror -Wfloat-overflow-conversion -c`
  1338. DEBUG: The command returned non-zero exit status 1.
  1339. DEBUG: Its error output was:
  1340. DEBUG: | gcc: error: unrecognized command-line option ‘-Wfloat-overflow-conversion’; did you mean ‘-Wfloat-conversion’?
  1341. INFO: no
  1342. INFO: checking whether the C++ compiler supports -Wfloat-overflow-conversion...
  1343. DEBUG: Creating `/tmp/conftest.5s33_uqj.cpp` with content:
  1344. DEBUG: | int
  1345. DEBUG: | main(void)
  1346. DEBUG: | {
  1347. DEBUG: |
  1348. DEBUG: | ;
  1349. DEBUG: | return 0;
  1350. DEBUG: | }
  1351. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.5s33_uqj.cpp -Werror -Wfloat-overflow-conversion -c`
  1352. DEBUG: The command returned non-zero exit status 1.
  1353. DEBUG: Its error output was:
  1354. DEBUG: | g++: error: unrecognized command-line option ‘-Wfloat-overflow-conversion’; did you mean ‘-Wfloat-conversion’?
  1355. INFO: no
  1356. INFO: checking whether the C compiler supports -Wfloat-zero-conversion...
  1357. DEBUG: Creating `/tmp/conftest.rdvzn_l3.c` with content:
  1358. DEBUG: | int
  1359. DEBUG: | main(void)
  1360. DEBUG: | {
  1361. DEBUG: |
  1362. DEBUG: | ;
  1363. DEBUG: | return 0;
  1364. DEBUG: | }
  1365. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.rdvzn_l3.c -Werror -Wfloat-zero-conversion -c`
  1366. DEBUG: The command returned non-zero exit status 1.
  1367. DEBUG: Its error output was:
  1368. DEBUG: | gcc: error: unrecognized command-line option ‘-Wfloat-zero-conversion’; did you mean ‘-Wfloat-conversion’?
  1369. INFO: no
  1370. INFO: checking whether the C++ compiler supports -Wfloat-zero-conversion...
  1371. DEBUG: Creating `/tmp/conftest.v0_40r2a.cpp` with content:
  1372. DEBUG: | int
  1373. DEBUG: | main(void)
  1374. DEBUG: | {
  1375. DEBUG: |
  1376. DEBUG: | ;
  1377. DEBUG: | return 0;
  1378. DEBUG: | }
  1379. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.v0_40r2a.cpp -Werror -Wfloat-zero-conversion -c`
  1380. DEBUG: The command returned non-zero exit status 1.
  1381. DEBUG: Its error output was:
  1382. DEBUG: | g++: error: unrecognized command-line option ‘-Wfloat-zero-conversion’; did you mean ‘-Wfloat-conversion’?
  1383. INFO: no
  1384. INFO: checking whether the C compiler supports -Wloop-analysis...
  1385. DEBUG: Creating `/tmp/conftest.l3t80_pj.c` with content:
  1386. DEBUG: | int
  1387. DEBUG: | main(void)
  1388. DEBUG: | {
  1389. DEBUG: |
  1390. DEBUG: | ;
  1391. DEBUG: | return 0;
  1392. DEBUG: | }
  1393. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.l3t80_pj.c -Werror -Wloop-analysis -c`
  1394. DEBUG: The command returned non-zero exit status 1.
  1395. DEBUG: Its error output was:
  1396. DEBUG: | gcc: error: unrecognized command-line option ‘-Wloop-analysis’
  1397. INFO: no
  1398. INFO: checking whether the C++ compiler supports -Wloop-analysis...
  1399. DEBUG: Creating `/tmp/conftest.fts8zerd.cpp` with content:
  1400. DEBUG: | int
  1401. DEBUG: | main(void)
  1402. DEBUG: | {
  1403. DEBUG: |
  1404. DEBUG: | ;
  1405. DEBUG: | return 0;
  1406. DEBUG: | }
  1407. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.fts8zerd.cpp -Werror -Wloop-analysis -c`
  1408. DEBUG: The command returned non-zero exit status 1.
  1409. DEBUG: Its error output was:
  1410. DEBUG: | g++: error: unrecognized command-line option ‘-Wloop-analysis’
  1411. INFO: no
  1412. INFO: checking whether the C compiler supports -Wno-range-loop-analysis...
  1413. DEBUG: Creating `/tmp/conftest.dsq9aisv.c` with content:
  1414. DEBUG: | int
  1415. DEBUG: | main(void)
  1416. DEBUG: | {
  1417. DEBUG: |
  1418. DEBUG: | ;
  1419. DEBUG: | return 0;
  1420. DEBUG: | }
  1421. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.dsq9aisv.c -Werror -Wrange-loop-analysis -c`
  1422. DEBUG: The command returned non-zero exit status 1.
  1423. DEBUG: Its error output was:
  1424. DEBUG: | gcc: error: unrecognized command-line option ‘-Wrange-loop-analysis’
  1425. INFO: no
  1426. INFO: checking whether the C++ compiler supports -Wno-range-loop-analysis...
  1427. DEBUG: Creating `/tmp/conftest.rewemrnm.cpp` with content:
  1428. DEBUG: | int
  1429. DEBUG: | main(void)
  1430. DEBUG: | {
  1431. DEBUG: |
  1432. DEBUG: | ;
  1433. DEBUG: | return 0;
  1434. DEBUG: | }
  1435. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.rewemrnm.cpp -Werror -Wrange-loop-analysis -c`
  1436. DEBUG: The command returned non-zero exit status 1.
  1437. DEBUG: Its error output was:
  1438. DEBUG: | g++: error: unrecognized command-line option ‘-Wrange-loop-analysis’
  1439. INFO: no
  1440. INFO: checking whether the C++ compiler supports -Wc++2a-compat...
  1441. DEBUG: Creating `/tmp/conftest.v357g9vg.cpp` with content:
  1442. DEBUG: | int
  1443. DEBUG: | main(void)
  1444. DEBUG: | {
  1445. DEBUG: |
  1446. DEBUG: | ;
  1447. DEBUG: | return 0;
  1448. DEBUG: | }
  1449. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.v357g9vg.cpp -Werror -Wc++2a-compat -c`
  1450. INFO: yes
  1451. INFO: checking whether the C++ compiler supports -Wcomma-subscript...
  1452. DEBUG: Creating `/tmp/conftest.4yfinfvx.cpp` with content:
  1453. DEBUG: | int
  1454. DEBUG: | main(void)
  1455. DEBUG: | {
  1456. DEBUG: |
  1457. DEBUG: | ;
  1458. DEBUG: | return 0;
  1459. DEBUG: | }
  1460. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.4yfinfvx.cpp -Werror -Wcomma-subscript -c`
  1461. INFO: yes
  1462. INFO: checking whether the C compiler supports -Wenum-compare-conditional...
  1463. DEBUG: Creating `/tmp/conftest.cmtx7o30.c` with content:
  1464. DEBUG: | int
  1465. DEBUG: | main(void)
  1466. DEBUG: | {
  1467. DEBUG: |
  1468. DEBUG: | ;
  1469. DEBUG: | return 0;
  1470. DEBUG: | }
  1471. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.cmtx7o30.c -Werror -Wenum-compare-conditional -c`
  1472. DEBUG: The command returned non-zero exit status 1.
  1473. DEBUG: Its error output was:
  1474. DEBUG: | gcc: error: unrecognized command-line option ‘-Wenum-compare-conditional’
  1475. INFO: no
  1476. INFO: checking whether the C++ compiler supports -Wenum-compare-conditional...
  1477. DEBUG: Creating `/tmp/conftest.ci3g123c.cpp` with content:
  1478. DEBUG: | int
  1479. DEBUG: | main(void)
  1480. DEBUG: | {
  1481. DEBUG: |
  1482. DEBUG: | ;
  1483. DEBUG: | return 0;
  1484. DEBUG: | }
  1485. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ci3g123c.cpp -Werror -Wenum-compare-conditional -c`
  1486. DEBUG: The command returned non-zero exit status 1.
  1487. DEBUG: Its error output was:
  1488. DEBUG: | g++: error: unrecognized command-line option ‘-Wenum-compare-conditional’
  1489. INFO: no
  1490. INFO: checking whether the C compiler supports -Wenum-float-conversion...
  1491. DEBUG: Creating `/tmp/conftest.6z0fqe8p.c` with content:
  1492. DEBUG: | int
  1493. DEBUG: | main(void)
  1494. DEBUG: | {
  1495. DEBUG: |
  1496. DEBUG: | ;
  1497. DEBUG: | return 0;
  1498. DEBUG: | }
  1499. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.6z0fqe8p.c -Werror -Wenum-float-conversion -c`
  1500. DEBUG: The command returned non-zero exit status 1.
  1501. DEBUG: Its error output was:
  1502. DEBUG: | gcc: error: unrecognized command-line option ‘-Wenum-float-conversion’; did you mean ‘-Wno-float-conversion’?
  1503. INFO: no
  1504. INFO: checking whether the C++ compiler supports -Wenum-float-conversion...
  1505. DEBUG: Creating `/tmp/conftest.wu4a1axr.cpp` with content:
  1506. DEBUG: | int
  1507. DEBUG: | main(void)
  1508. DEBUG: | {
  1509. DEBUG: |
  1510. DEBUG: | ;
  1511. DEBUG: | return 0;
  1512. DEBUG: | }
  1513. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.wu4a1axr.cpp -Werror -Wenum-float-conversion -c`
  1514. DEBUG: The command returned non-zero exit status 1.
  1515. DEBUG: Its error output was:
  1516. DEBUG: | g++: error: unrecognized command-line option ‘-Wenum-float-conversion’; did you mean ‘-Wno-float-conversion’?
  1517. INFO: no
  1518. INFO: checking whether the C++ compiler supports -Wno-ambiguous-reversed-operator...
  1519. DEBUG: Creating `/tmp/conftest.s_sm3ybq.cpp` with content:
  1520. DEBUG: | int
  1521. DEBUG: | main(void)
  1522. DEBUG: | {
  1523. DEBUG: |
  1524. DEBUG: | ;
  1525. DEBUG: | return 0;
  1526. DEBUG: | }
  1527. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.s_sm3ybq.cpp -Werror -Wambiguous-reversed-operator -c`
  1528. DEBUG: The command returned non-zero exit status 1.
  1529. DEBUG: Its error output was:
  1530. DEBUG: | g++: error: unrecognized command-line option ‘-Wambiguous-reversed-operator’
  1531. INFO: no
  1532. INFO: checking whether the C++ compiler supports -Wno-error=deprecated...
  1533. DEBUG: Creating `/tmp/conftest.8k_56vsc.cpp` with content:
  1534. DEBUG: | int
  1535. DEBUG: | main(void)
  1536. DEBUG: | {
  1537. DEBUG: |
  1538. DEBUG: | ;
  1539. DEBUG: | return 0;
  1540. DEBUG: | }
  1541. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.8k_56vsc.cpp -Werror -Wno-error=deprecated -c`
  1542. INFO: yes
  1543. INFO: checking whether the C++ compiler supports -Wno-error=deprecated-anon-enum-enum-conversion...
  1544. DEBUG: Creating `/tmp/conftest.1oerslkt.cpp` with content:
  1545. DEBUG: | int
  1546. DEBUG: | main(void)
  1547. DEBUG: | {
  1548. DEBUG: |
  1549. DEBUG: | ;
  1550. DEBUG: | return 0;
  1551. DEBUG: | }
  1552. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.1oerslkt.cpp -Werror -Wno-error=deprecated-anon-enum-enum-conversion -c`
  1553. DEBUG: The command returned non-zero exit status 1.
  1554. DEBUG: Its error output was:
  1555. DEBUG: | cc1plus: error: ‘-Wno-error=deprecated-anon-enum-enum-conversion’: no option ‘-Wdeprecated-anon-enum-enum-conversion’; did you mean ‘-Wdeprecated-enum-enum-conversion’?
  1556. INFO: no
  1557. INFO: checking whether the C++ compiler supports -Wno-error=deprecated-enum-enum-conversion...
  1558. DEBUG: Creating `/tmp/conftest.jqzjuj9y.cpp` with content:
  1559. DEBUG: | int
  1560. DEBUG: | main(void)
  1561. DEBUG: | {
  1562. DEBUG: |
  1563. DEBUG: | ;
  1564. DEBUG: | return 0;
  1565. DEBUG: | }
  1566. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.jqzjuj9y.cpp -Werror -Wno-error=deprecated-enum-enum-conversion -c`
  1567. INFO: yes
  1568. INFO: checking whether the C++ compiler supports -Wno-error=deprecated-pragma...
  1569. DEBUG: Creating `/tmp/conftest.asa8poaw.cpp` with content:
  1570. DEBUG: | int
  1571. DEBUG: | main(void)
  1572. DEBUG: | {
  1573. DEBUG: |
  1574. DEBUG: | ;
  1575. DEBUG: | return 0;
  1576. DEBUG: | }
  1577. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.asa8poaw.cpp -Werror -Wno-error=deprecated-pragma -c`
  1578. DEBUG: The command returned non-zero exit status 1.
  1579. DEBUG: Its error output was:
  1580. DEBUG: | cc1plus: error: ‘-Wno-error=deprecated-pragma’: no option ‘-Wdeprecated-pragma’; did you mean ‘-Wdeprecated-copy’?
  1581. INFO: no
  1582. INFO: checking whether the C++ compiler supports -Wno-error=deprecated-this-capture...
  1583. DEBUG: Creating `/tmp/conftest.a3ns_tlj.cpp` with content:
  1584. DEBUG: | int
  1585. DEBUG: | main(void)
  1586. DEBUG: | {
  1587. DEBUG: |
  1588. DEBUG: | ;
  1589. DEBUG: | return 0;
  1590. DEBUG: | }
  1591. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.a3ns_tlj.cpp -Werror -Wno-error=deprecated-this-capture -c`
  1592. DEBUG: The command returned non-zero exit status 1.
  1593. DEBUG: Its error output was:
  1594. DEBUG: | cc1plus: error: ‘-Wno-error=deprecated-this-capture’: no option ‘-Wdeprecated-this-capture’
  1595. INFO: no
  1596. INFO: checking whether the C++ compiler supports -Wno-error=deprecated-volatile...
  1597. DEBUG: Creating `/tmp/conftest.ptn7lo5u.cpp` with content:
  1598. DEBUG: | int
  1599. DEBUG: | main(void)
  1600. DEBUG: | {
  1601. DEBUG: |
  1602. DEBUG: | ;
  1603. DEBUG: | return 0;
  1604. DEBUG: | }
  1605. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ptn7lo5u.cpp -Werror -Wno-error=deprecated-volatile -c`
  1606. DEBUG: The command returned non-zero exit status 1.
  1607. DEBUG: Its error output was:
  1608. DEBUG: | cc1plus: error: ‘-Wno-error=deprecated-volatile’: no option ‘-Wdeprecated-volatile’; did you mean ‘-Wdeprecated-copy’?
  1609. INFO: no
  1610. INFO: checking whether the C++ compiler supports -Wno-error=volatile...
  1611. DEBUG: Creating `/tmp/conftest.6aubrseb.cpp` with content:
  1612. DEBUG: | int
  1613. DEBUG: | main(void)
  1614. DEBUG: | {
  1615. DEBUG: |
  1616. DEBUG: | ;
  1617. DEBUG: | return 0;
  1618. DEBUG: | }
  1619. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.6aubrseb.cpp -Werror -Wno-error=volatile -c`
  1620. INFO: yes
  1621. INFO: checking whether the C++ compiler supports -Wcomma...
  1622. DEBUG: Creating `/tmp/conftest.u5u_mmkq.cpp` with content:
  1623. DEBUG: | int
  1624. DEBUG: | main(void)
  1625. DEBUG: | {
  1626. DEBUG: |
  1627. DEBUG: | ;
  1628. DEBUG: | return 0;
  1629. DEBUG: | }
  1630. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.u5u_mmkq.cpp -Werror -Wcomma -c`
  1631. DEBUG: The command returned non-zero exit status 1.
  1632. DEBUG: Its error output was:
  1633. DEBUG: | g++: error: unrecognized command-line option ‘-Wcomma’; did you mean ‘-Wcomment’?
  1634. INFO: no
  1635. INFO: checking whether the C compiler supports -Wduplicated-cond...
  1636. DEBUG: Creating `/tmp/conftest.zkdtbfv1.c` with content:
  1637. DEBUG: | int
  1638. DEBUG: | main(void)
  1639. DEBUG: | {
  1640. DEBUG: |
  1641. DEBUG: | ;
  1642. DEBUG: | return 0;
  1643. DEBUG: | }
  1644. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.zkdtbfv1.c -Werror -Wduplicated-cond -c`
  1645. INFO: yes
  1646. INFO: checking whether the C++ compiler supports -Wduplicated-cond...
  1647. DEBUG: Creating `/tmp/conftest.6l15jv9o.cpp` with content:
  1648. DEBUG: | int
  1649. DEBUG: | main(void)
  1650. DEBUG: | {
  1651. DEBUG: |
  1652. DEBUG: | ;
  1653. DEBUG: | return 0;
  1654. DEBUG: | }
  1655. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.6l15jv9o.cpp -Werror -Wduplicated-cond -c`
  1656. INFO: yes
  1657. INFO: checking whether the C++ compiler supports -Wimplicit-fallthrough...
  1658. DEBUG: Creating `/tmp/conftest.g90dh7b7.cpp` with content:
  1659. DEBUG: | int
  1660. DEBUG: | main(void)
  1661. DEBUG: | {
  1662. DEBUG: |
  1663. DEBUG: | ;
  1664. DEBUG: | return 0;
  1665. DEBUG: | }
  1666. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.g90dh7b7.cpp -Werror -Wimplicit-fallthrough -c`
  1667. INFO: yes
  1668. INFO: checking whether the C compiler supports -Wlogical-op...
  1669. DEBUG: Creating `/tmp/conftest.p2xaosxr.c` with content:
  1670. DEBUG: | int
  1671. DEBUG: | main(void)
  1672. DEBUG: | {
  1673. DEBUG: |
  1674. DEBUG: | ;
  1675. DEBUG: | return 0;
  1676. DEBUG: | }
  1677. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.p2xaosxr.c -Werror -Wlogical-op -c`
  1678. INFO: yes
  1679. INFO: checking whether the C++ compiler supports -Wlogical-op...
  1680. DEBUG: Creating `/tmp/conftest.h438_iov.cpp` with content:
  1681. DEBUG: | int
  1682. DEBUG: | main(void)
  1683. DEBUG: | {
  1684. DEBUG: |
  1685. DEBUG: | ;
  1686. DEBUG: | return 0;
  1687. DEBUG: | }
  1688. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.h438_iov.cpp -Werror -Wlogical-op -c`
  1689. INFO: yes
  1690. INFO: checking whether the C compiler supports -Wstring-conversion...
  1691. DEBUG: Creating `/tmp/conftest.6sbnfrqj.c` with content:
  1692. DEBUG: | int
  1693. DEBUG: | main(void)
  1694. DEBUG: | {
  1695. DEBUG: |
  1696. DEBUG: | ;
  1697. DEBUG: | return 0;
  1698. DEBUG: | }
  1699. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.6sbnfrqj.c -Werror -Wstring-conversion -c`
  1700. DEBUG: The command returned non-zero exit status 1.
  1701. DEBUG: Its error output was:
  1702. DEBUG: | gcc: error: unrecognized command-line option ‘-Wstring-conversion’; did you mean ‘-Wsign-conversion’?
  1703. INFO: no
  1704. INFO: checking whether the C++ compiler supports -Wstring-conversion...
  1705. DEBUG: Creating `/tmp/conftest.ex0096tp.cpp` with content:
  1706. DEBUG: | int
  1707. DEBUG: | main(void)
  1708. DEBUG: | {
  1709. DEBUG: |
  1710. DEBUG: | ;
  1711. DEBUG: | return 0;
  1712. DEBUG: | }
  1713. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ex0096tp.cpp -Werror -Wstring-conversion -c`
  1714. DEBUG: The command returned non-zero exit status 1.
  1715. DEBUG: Its error output was:
  1716. DEBUG: | g++: error: unrecognized command-line option ‘-Wstring-conversion’; did you mean ‘-Wsign-conversion’?
  1717. INFO: no
  1718. INFO: checking whether the C++ compiler supports -Wno-inline-new-delete...
  1719. DEBUG: Creating `/tmp/conftest.1tf8jnfc.cpp` with content:
  1720. DEBUG: | int
  1721. DEBUG: | main(void)
  1722. DEBUG: | {
  1723. DEBUG: |
  1724. DEBUG: | ;
  1725. DEBUG: | return 0;
  1726. DEBUG: | }
  1727. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.1tf8jnfc.cpp -Werror -Winline-new-delete -c`
  1728. DEBUG: The command returned non-zero exit status 1.
  1729. DEBUG: Its error output was:
  1730. DEBUG: | g++: error: unrecognized command-line option ‘-Winline-new-delete’; did you mean ‘-Wmismatched-new-delete’?
  1731. INFO: no
  1732. INFO: checking whether the C compiler supports -Wno-error=maybe-uninitialized...
  1733. DEBUG: Creating `/tmp/conftest.5rlci08x.c` with content:
  1734. DEBUG: | int
  1735. DEBUG: | main(void)
  1736. DEBUG: | {
  1737. DEBUG: |
  1738. DEBUG: | ;
  1739. DEBUG: | return 0;
  1740. DEBUG: | }
  1741. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.5rlci08x.c -Werror -Wno-error=maybe-uninitialized -c`
  1742. INFO: yes
  1743. INFO: checking whether the C++ compiler supports -Wno-error=maybe-uninitialized...
  1744. DEBUG: Creating `/tmp/conftest.ahl445on.cpp` with content:
  1745. DEBUG: | int
  1746. DEBUG: | main(void)
  1747. DEBUG: | {
  1748. DEBUG: |
  1749. DEBUG: | ;
  1750. DEBUG: | return 0;
  1751. DEBUG: | }
  1752. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ahl445on.cpp -Werror -Wno-error=maybe-uninitialized -c`
  1753. INFO: yes
  1754. INFO: checking whether the C compiler supports -Wno-error=deprecated-declarations...
  1755. DEBUG: Creating `/tmp/conftest.710bo_up.c` with content:
  1756. DEBUG: | int
  1757. DEBUG: | main(void)
  1758. DEBUG: | {
  1759. DEBUG: |
  1760. DEBUG: | ;
  1761. DEBUG: | return 0;
  1762. DEBUG: | }
  1763. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.710bo_up.c -Werror -Wno-error=deprecated-declarations -c`
  1764. INFO: yes
  1765. INFO: checking whether the C++ compiler supports -Wno-error=deprecated-declarations...
  1766. DEBUG: Creating `/tmp/conftest.1ianrscn.cpp` with content:
  1767. DEBUG: | int
  1768. DEBUG: | main(void)
  1769. DEBUG: | {
  1770. DEBUG: |
  1771. DEBUG: | ;
  1772. DEBUG: | return 0;
  1773. DEBUG: | }
  1774. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.1ianrscn.cpp -Werror -Wno-error=deprecated-declarations -c`
  1775. INFO: yes
  1776. INFO: checking whether the C compiler supports -Wno-error=array-bounds...
  1777. DEBUG: Creating `/tmp/conftest.lg8p81se.c` with content:
  1778. DEBUG: | int
  1779. DEBUG: | main(void)
  1780. DEBUG: | {
  1781. DEBUG: |
  1782. DEBUG: | ;
  1783. DEBUG: | return 0;
  1784. DEBUG: | }
  1785. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.lg8p81se.c -Werror -Wno-error=array-bounds -c`
  1786. INFO: yes
  1787. INFO: checking whether the C++ compiler supports -Wno-error=array-bounds...
  1788. DEBUG: Creating `/tmp/conftest.mqgq7_x3.cpp` with content:
  1789. DEBUG: | int
  1790. DEBUG: | main(void)
  1791. DEBUG: | {
  1792. DEBUG: |
  1793. DEBUG: | ;
  1794. DEBUG: | return 0;
  1795. DEBUG: | }
  1796. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.mqgq7_x3.cpp -Werror -Wno-error=array-bounds -c`
  1797. INFO: yes
  1798. INFO: checking whether the C compiler supports -Wno-error=free-nonheap-object...
  1799. DEBUG: Creating `/tmp/conftest.f4mtfv5_.c` with content:
  1800. DEBUG: | int
  1801. DEBUG: | main(void)
  1802. DEBUG: | {
  1803. DEBUG: |
  1804. DEBUG: | ;
  1805. DEBUG: | return 0;
  1806. DEBUG: | }
  1807. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.f4mtfv5_.c -Werror -Wno-error=free-nonheap-object -c`
  1808. INFO: yes
  1809. INFO: checking whether the C++ compiler supports -Wno-error=free-nonheap-object...
  1810. DEBUG: Creating `/tmp/conftest.zv4e5dsw.cpp` with content:
  1811. DEBUG: | int
  1812. DEBUG: | main(void)
  1813. DEBUG: | {
  1814. DEBUG: |
  1815. DEBUG: | ;
  1816. DEBUG: | return 0;
  1817. DEBUG: | }
  1818. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.zv4e5dsw.cpp -Werror -Wno-error=free-nonheap-object -c`
  1819. INFO: yes
  1820. INFO: checking whether the C compiler supports -Wno-multistatement-macros...
  1821. DEBUG: Creating `/tmp/conftest.zxbqfb97.c` with content:
  1822. DEBUG: | int
  1823. DEBUG: | main(void)
  1824. DEBUG: | {
  1825. DEBUG: |
  1826. DEBUG: | ;
  1827. DEBUG: | return 0;
  1828. DEBUG: | }
  1829. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.zxbqfb97.c -Werror -Wmultistatement-macros -c`
  1830. INFO: yes
  1831. INFO: checking whether the C++ compiler supports -Wno-multistatement-macros...
  1832. DEBUG: Creating `/tmp/conftest.rftrj9i2.cpp` with content:
  1833. DEBUG: | int
  1834. DEBUG: | main(void)
  1835. DEBUG: | {
  1836. DEBUG: |
  1837. DEBUG: | ;
  1838. DEBUG: | return 0;
  1839. DEBUG: | }
  1840. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.rftrj9i2.cpp -Werror -Wmultistatement-macros -c`
  1841. INFO: yes
  1842. INFO: checking whether the C compiler supports -Wno-error=class-memaccess...
  1843. DEBUG: Creating `/tmp/conftest.6a4h_n62.c` with content:
  1844. DEBUG: | int
  1845. DEBUG: | main(void)
  1846. DEBUG: | {
  1847. DEBUG: |
  1848. DEBUG: | ;
  1849. DEBUG: | return 0;
  1850. DEBUG: | }
  1851. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.6a4h_n62.c -Werror -Wno-error=class-memaccess -c`
  1852. INFO: yes
  1853. INFO: checking whether the C++ compiler supports -Wno-error=class-memaccess...
  1854. DEBUG: Creating `/tmp/conftest.p_9xrhpf.cpp` with content:
  1855. DEBUG: | int
  1856. DEBUG: | main(void)
  1857. DEBUG: | {
  1858. DEBUG: |
  1859. DEBUG: | ;
  1860. DEBUG: | return 0;
  1861. DEBUG: | }
  1862. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.p_9xrhpf.cpp -Werror -Wno-error=class-memaccess -c`
  1863. INFO: yes
  1864. INFO: checking whether the C compiler supports -Wno-error=atomic-alignment...
  1865. DEBUG: Creating `/tmp/conftest.oz44nf9p.c` with content:
  1866. DEBUG: | int
  1867. DEBUG: | main(void)
  1868. DEBUG: | {
  1869. DEBUG: |
  1870. DEBUG: | ;
  1871. DEBUG: | return 0;
  1872. DEBUG: | }
  1873. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.oz44nf9p.c -Werror -Wno-error=atomic-alignment -c`
  1874. DEBUG: The command returned non-zero exit status 1.
  1875. DEBUG: Its error output was:
  1876. DEBUG: | cc1: error: ‘-Wno-error=atomic-alignment’: no option ‘-Watomic-alignment’
  1877. INFO: no
  1878. INFO: checking whether the C++ compiler supports -Wno-error=atomic-alignment...
  1879. DEBUG: Creating `/tmp/conftest.z638flhu.cpp` with content:
  1880. DEBUG: | int
  1881. DEBUG: | main(void)
  1882. DEBUG: | {
  1883. DEBUG: |
  1884. DEBUG: | ;
  1885. DEBUG: | return 0;
  1886. DEBUG: | }
  1887. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.z638flhu.cpp -Werror -Wno-error=atomic-alignment -c`
  1888. DEBUG: The command returned non-zero exit status 1.
  1889. DEBUG: Its error output was:
  1890. DEBUG: | cc1plus: error: ‘-Wno-error=atomic-alignment’: no option ‘-Watomic-alignment’
  1891. INFO: no
  1892. INFO: checking whether the C compiler supports -Wno-error=deprecated-builtins...
  1893. DEBUG: Creating `/tmp/conftest._gcqc2kw.c` with content:
  1894. DEBUG: | int
  1895. DEBUG: | main(void)
  1896. DEBUG: | {
  1897. DEBUG: |
  1898. DEBUG: | ;
  1899. DEBUG: | return 0;
  1900. DEBUG: | }
  1901. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest._gcqc2kw.c -Werror -Wno-error=deprecated-builtins -c`
  1902. DEBUG: The command returned non-zero exit status 1.
  1903. DEBUG: Its error output was:
  1904. DEBUG: | cc1: error: ‘-Wno-error=deprecated-builtins’: no option ‘-Wdeprecated-builtins’; did you mean ‘-Wdeprecated-declarations’?
  1905. INFO: no
  1906. INFO: checking whether the C++ compiler supports -Wno-error=deprecated-builtins...
  1907. DEBUG: Creating `/tmp/conftest.uzwgvlp8.cpp` with content:
  1908. DEBUG: | int
  1909. DEBUG: | main(void)
  1910. DEBUG: | {
  1911. DEBUG: |
  1912. DEBUG: | ;
  1913. DEBUG: | return 0;
  1914. DEBUG: | }
  1915. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.uzwgvlp8.cpp -Werror -Wno-error=deprecated-builtins -c`
  1916. DEBUG: The command returned non-zero exit status 1.
  1917. DEBUG: Its error output was:
  1918. DEBUG: | cc1plus: error: ‘-Wno-error=deprecated-builtins’: no option ‘-Wdeprecated-builtins’; did you mean ‘-Wdeprecated-declarations’?
  1919. INFO: no
  1920. INFO: checking whether the C compiler supports -Wformat...
  1921. DEBUG: Creating `/tmp/conftest.dz2x07cg.c` with content:
  1922. DEBUG: | int
  1923. DEBUG: | main(void)
  1924. DEBUG: | {
  1925. DEBUG: |
  1926. DEBUG: | ;
  1927. DEBUG: | return 0;
  1928. DEBUG: | }
  1929. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.dz2x07cg.c -Werror -Wformat -c`
  1930. INFO: yes
  1931. INFO: checking whether the C++ compiler supports -Wformat...
  1932. DEBUG: Creating `/tmp/conftest.kjqyz__7.cpp` with content:
  1933. DEBUG: | int
  1934. DEBUG: | main(void)
  1935. DEBUG: | {
  1936. DEBUG: |
  1937. DEBUG: | ;
  1938. DEBUG: | return 0;
  1939. DEBUG: | }
  1940. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.kjqyz__7.cpp -Werror -Wformat -c`
  1941. INFO: yes
  1942. INFO: checking whether the C compiler supports -Wformat-security...
  1943. DEBUG: Creating `/tmp/conftest.rqlfw02h.c` with content:
  1944. DEBUG: | int
  1945. DEBUG: | main(void)
  1946. DEBUG: | {
  1947. DEBUG: |
  1948. DEBUG: | ;
  1949. DEBUG: | return 0;
  1950. DEBUG: | }
  1951. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.rqlfw02h.c -Werror -Wformat-security -c`
  1952. DEBUG: The command returned non-zero exit status 1.
  1953. DEBUG: Its error output was:
  1954. DEBUG: | cc1: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]
  1955. DEBUG: | cc1: all warnings being treated as errors
  1956. INFO: no
  1957. INFO: checking whether the C++ compiler supports -Wformat-security...
  1958. DEBUG: Creating `/tmp/conftest.37damagp.cpp` with content:
  1959. DEBUG: | int
  1960. DEBUG: | main(void)
  1961. DEBUG: | {
  1962. DEBUG: |
  1963. DEBUG: | ;
  1964. DEBUG: | return 0;
  1965. DEBUG: | }
  1966. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.37damagp.cpp -Werror -Wformat-security -c`
  1967. DEBUG: The command returned non-zero exit status 1.
  1968. DEBUG: Its error output was:
  1969. DEBUG: | cc1plus: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]
  1970. DEBUG: | cc1plus: all warnings being treated as errors
  1971. INFO: no
  1972. INFO: checking whether the C compiler supports -Wformat-overflow=2...
  1973. DEBUG: Creating `/tmp/conftest.bw2z1wxb.c` with content:
  1974. DEBUG: | int
  1975. DEBUG: | main(void)
  1976. DEBUG: | {
  1977. DEBUG: |
  1978. DEBUG: | ;
  1979. DEBUG: | return 0;
  1980. DEBUG: | }
  1981. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.bw2z1wxb.c -Werror -Wformat-overflow=2 -c`
  1982. INFO: yes
  1983. INFO: checking whether the C++ compiler supports -Wformat-overflow=2...
  1984. DEBUG: Creating `/tmp/conftest.nr4ofosa.cpp` with content:
  1985. DEBUG: | int
  1986. DEBUG: | main(void)
  1987. DEBUG: | {
  1988. DEBUG: |
  1989. DEBUG: | ;
  1990. DEBUG: | return 0;
  1991. DEBUG: | }
  1992. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.nr4ofosa.cpp -Werror -Wformat-overflow=2 -c`
  1993. INFO: yes
  1994. INFO: checking whether the C compiler supports -Werror=implicit-function-declaration...
  1995. DEBUG: Creating `/tmp/conftest.ahlcnlgd.c` with content:
  1996. DEBUG: | int
  1997. DEBUG: | main(void)
  1998. DEBUG: | {
  1999. DEBUG: |
  2000. DEBUG: | ;
  2001. DEBUG: | return 0;
  2002. DEBUG: | }
  2003. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.ahlcnlgd.c -Werror=implicit-function-declaration -c`
  2004. INFO: yes
  2005. INFO: checking whether the C compiler supports -Wno-psabi...
  2006. DEBUG: Creating `/tmp/conftest.r6fs1xsr.c` with content:
  2007. DEBUG: | int
  2008. DEBUG: | main(void)
  2009. DEBUG: | {
  2010. DEBUG: |
  2011. DEBUG: | ;
  2012. DEBUG: | return 0;
  2013. DEBUG: | }
  2014. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.r6fs1xsr.c -Werror -Wpsabi -c`
  2015. INFO: yes
  2016. INFO: checking whether the C++ compiler supports -Wno-psabi...
  2017. DEBUG: Creating `/tmp/conftest.ioo5a0vo.cpp` with content:
  2018. DEBUG: | int
  2019. DEBUG: | main(void)
  2020. DEBUG: | {
  2021. DEBUG: |
  2022. DEBUG: | ;
  2023. DEBUG: | return 0;
  2024. DEBUG: | }
  2025. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ioo5a0vo.cpp -Werror -Wpsabi -c`
  2026. INFO: yes
  2027. INFO: checking whether the C compiler supports -Wno-unknown-warning-option...
  2028. DEBUG: Creating `/tmp/conftest.l7cs266g.c` with content:
  2029. DEBUG: | int
  2030. DEBUG: | main(void)
  2031. DEBUG: | {
  2032. DEBUG: |
  2033. DEBUG: | ;
  2034. DEBUG: | return 0;
  2035. DEBUG: | }
  2036. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.l7cs266g.c -Werror -Wunknown-warning-option -c`
  2037. DEBUG: The command returned non-zero exit status 1.
  2038. DEBUG: Its error output was:
  2039. DEBUG: | gcc: error: unrecognized command-line option ‘-Wunknown-warning-option’
  2040. INFO: no
  2041. INFO: checking whether the C++ compiler supports -Wno-unknown-warning-option...
  2042. DEBUG: Creating `/tmp/conftest.wu_6oj86.cpp` with content:
  2043. DEBUG: | int
  2044. DEBUG: | main(void)
  2045. DEBUG: | {
  2046. DEBUG: |
  2047. DEBUG: | ;
  2048. DEBUG: | return 0;
  2049. DEBUG: | }
  2050. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.wu_6oj86.cpp -Werror -Wunknown-warning-option -c`
  2051. DEBUG: The command returned non-zero exit status 1.
  2052. DEBUG: Its error output was:
  2053. DEBUG: | g++: error: unrecognized command-line option ‘-Wunknown-warning-option’
  2054. INFO: no
  2055. INFO: checking whether the C++ compiler supports -fno-sized-deallocation...
  2056. DEBUG: Creating `/tmp/conftest.stj16xtt.cpp` with content:
  2057. DEBUG: | int
  2058. DEBUG: | main(void)
  2059. DEBUG: | {
  2060. DEBUG: |
  2061. DEBUG: | ;
  2062. DEBUG: | return 0;
  2063. DEBUG: | }
  2064. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.stj16xtt.cpp -Werror -fno-sized-deallocation -c`
  2065. INFO: yes
  2066. INFO: checking whether the C++ compiler supports -fno-aligned-new...
  2067. DEBUG: Creating `/tmp/conftest.x2hz6esw.cpp` with content:
  2068. DEBUG: | int
  2069. DEBUG: | main(void)
  2070. DEBUG: | {
  2071. DEBUG: |
  2072. DEBUG: | ;
  2073. DEBUG: | return 0;
  2074. DEBUG: | }
  2075. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.x2hz6esw.cpp -Werror -fno-aligned-new -c`
  2076. INFO: yes
  2077. INFO: checking for llvm_profdata...
  2078. DEBUG: llvm_profdata: Looking for llvm-profdata
  2079. INFO: /usr/bin/llvm-profdata
  2080. INFO: checking for alsa...
  2081. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors alsa`
  2082. INFO: yes
  2083. INFO: checking MOZ_ALSA_CFLAGS...
  2084. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags alsa`
  2085. INFO:
  2086. INFO: checking MOZ_ALSA_LIBS...
  2087. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs alsa`
  2088. INFO: -lasound
  2089. INFO: checking for jack...
  2090. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors jack`
  2091. INFO: yes
  2092. INFO: checking MOZ_JACK_CFLAGS...
  2093. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags jack`
  2094. INFO: -D_REENTRANT
  2095. INFO: checking MOZ_JACK_LIBS...
  2096. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs jack`
  2097. INFO: -L/usr/lib64/pipewire-0.3/jack -ljack
  2098. INFO: checking for libpulse...
  2099. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors libpulse`
  2100. INFO: yes
  2101. INFO: checking MOZ_PULSEAUDIO_CFLAGS...
  2102. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags libpulse`
  2103. INFO: -D_REENTRANT
  2104. INFO: checking MOZ_PULSEAUDIO_LIBS...
  2105. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs libpulse`
  2106. INFO: -lpulse -pthread
  2107. INFO: checking for nspr >= 4.32...
  2108. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'nspr >= 4.32'`
  2109. INFO: yes
  2110. INFO: checking NSPR_CFLAGS...
  2111. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'nspr >= 4.32'`
  2112. INFO: -I/usr/include/nspr4
  2113. INFO: checking NSPR_LIBS...
  2114. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'nspr >= 4.32'`
  2115. INFO: -lplds4 -lplc4 -lnspr4 -lpthread -ldl
  2116. INFO: checking for rustc...
  2117. DEBUG: _rustc: Looking for rustc
  2118. INFO: /usr/bin/rustc
  2119. INFO: checking for cargo...
  2120. DEBUG: _cargo: Looking for cargo
  2121. INFO: /usr/bin/cargo
  2122. DEBUG: Executing: `/usr/bin/rustc +stable`
  2123. DEBUG: Executing: `/usr/bin/cargo +stable`
  2124. INFO: checking rustc version...
  2125. DEBUG: Executing: `/usr/bin/rustc --version --verbose`
  2126. INFO: 1.67.0
  2127. INFO: checking cargo version...
  2128. DEBUG: Executing: `/usr/bin/cargo --version --verbose`
  2129. INFO: 1.67.0
  2130. DEBUG: Executing: `/usr/bin/rustc --print target-list`
  2131. INFO: checking for rust host triplet...
  2132. DEBUG: Creating `/tmp/conftestikwafyd0.rs` with content:
  2133. DEBUG: | pub extern fn hello() { println!("Hello world"); }
  2134. DEBUG: Executing: `/usr/bin/rustc --crate-type staticlib --target=x86_64-unknown-linux-gnu -o /tmp/conftestiaj7xv7q.rlib /tmp/conftestikwafyd0.rs`
  2135. INFO: x86_64-unknown-linux-gnu
  2136. INFO: checking for rust target triplet...
  2137. DEBUG: Creating `/tmp/conftestm8nt69b9.rs` with content:
  2138. DEBUG: | pub extern fn hello() { println!("Hello world"); }
  2139. DEBUG: Executing: `/usr/bin/rustc --crate-type staticlib --target=x86_64-unknown-linux-gnu -o /tmp/conftestoelqfn2u.rlib /tmp/conftestm8nt69b9.rs`
  2140. INFO: x86_64-unknown-linux-gnu
  2141. INFO: checking for rustdoc...
  2142. DEBUG: rustdoc: Looking for rustdoc
  2143. INFO: /usr/bin/rustdoc
  2144. INFO: checking for cbindgen...
  2145. DEBUG: trying cbindgen: /usr/bin/cbindgen
  2146. DEBUG: Executing: `/usr/bin/cbindgen --version`
  2147. DEBUG: /usr/bin/cbindgen has version 0.24.3
  2148. INFO: /usr/bin/cbindgen
  2149. INFO: checking for rustfmt...
  2150. DEBUG: rustfmt: Looking for rustfmt
  2151. INFO: not found
  2152. INFO: checking for clang for bindgen...
  2153. DEBUG: Creating `/tmp/conftest.tla84cuz.cpp` with content:
  2154. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  2155. DEBUG: | %COMPILER "clang-cl"
  2156. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  2157. DEBUG: | #elif defined(__clang__)
  2158. DEBUG: | %COMPILER "clang"
  2159. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  2160. DEBUG: | # ifdef __apple_build_version__
  2161. DEBUG: | %XCODE 1
  2162. DEBUG: | # endif
  2163. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  2164. DEBUG: | %COMPILER "gcc"
  2165. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  2166. DEBUG: | #endif
  2167. DEBUG: |
  2168. DEBUG: | #if __cplusplus
  2169. DEBUG: | %cplusplus __cplusplus
  2170. DEBUG: | #elif __STDC_VERSION__
  2171. DEBUG: | %STDC_VERSION __STDC_VERSION__
  2172. DEBUG: | #endif
  2173. DEBUG: | #if __i386__ || _M_IX86
  2174. DEBUG: | %CPU "x86"
  2175. DEBUG: | #elif __x86_64__ || _M_X64
  2176. DEBUG: | %CPU "x86_64"
  2177. DEBUG: | #elif __arm__ || _M_ARM
  2178. DEBUG: | %CPU "arm"
  2179. DEBUG: | #elif __aarch64__ || _M_ARM64
  2180. DEBUG: | %CPU "aarch64"
  2181. DEBUG: | #elif __ia64__
  2182. DEBUG: | %CPU "ia64"
  2183. DEBUG: | #elif __s390x__
  2184. DEBUG: | %CPU "s390x"
  2185. DEBUG: | #elif __s390__
  2186. DEBUG: | %CPU "s390"
  2187. DEBUG: | #elif __powerpc64__
  2188. DEBUG: | %CPU "ppc64"
  2189. DEBUG: | #elif __powerpc__
  2190. DEBUG: | %CPU "ppc"
  2191. DEBUG: | #elif __alpha__
  2192. DEBUG: | %CPU "Alpha"
  2193. DEBUG: | #elif __hppa__
  2194. DEBUG: | %CPU "hppa"
  2195. DEBUG: | #elif __sparc__ && __arch64__
  2196. DEBUG: | %CPU "sparc64"
  2197. DEBUG: | #elif __sparc__
  2198. DEBUG: | %CPU "sparc"
  2199. DEBUG: | #elif __m68k__
  2200. DEBUG: | %CPU "m68k"
  2201. DEBUG: | #elif __mips64
  2202. DEBUG: | %CPU "mips64"
  2203. DEBUG: | #elif __mips__
  2204. DEBUG: | %CPU "mips32"
  2205. DEBUG: | #elif __riscv && __riscv_xlen == 64
  2206. DEBUG: | %CPU "riscv64"
  2207. DEBUG: | #elif __loongarch64
  2208. DEBUG: | %CPU "loongarch64"
  2209. DEBUG: | #elif __sh__
  2210. DEBUG: | %CPU "sh4"
  2211. DEBUG: | #elif __wasm32__
  2212. DEBUG: | %CPU "wasm32"
  2213. DEBUG: | #endif
  2214. DEBUG: | #if __APPLE__
  2215. DEBUG: | %KERNEL "Darwin"
  2216. DEBUG: | #elif __DragonFly__
  2217. DEBUG: | %KERNEL "DragonFly"
  2218. DEBUG: | #elif __FreeBSD__
  2219. DEBUG: | %KERNEL "FreeBSD"
  2220. DEBUG: | #elif __FreeBSD_kernel__
  2221. DEBUG: | %KERNEL "kFreeBSD"
  2222. DEBUG: | #elif __linux__
  2223. DEBUG: | %KERNEL "Linux"
  2224. DEBUG: | #elif __NetBSD__
  2225. DEBUG: | %KERNEL "NetBSD"
  2226. DEBUG: | #elif __OpenBSD__
  2227. DEBUG: | %KERNEL "OpenBSD"
  2228. DEBUG: | #elif __sun__
  2229. DEBUG: | %KERNEL "SunOS"
  2230. DEBUG: | #elif _WIN32 || __CYGWIN__
  2231. DEBUG: | %KERNEL "WINNT"
  2232. DEBUG: | #elif __wasi__
  2233. DEBUG: | %KERNEL "WASI"
  2234. DEBUG: | #endif
  2235. DEBUG: | #if __ANDROID__
  2236. DEBUG: | %OS "Android"
  2237. DEBUG: | #endif
  2238. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  2239. DEBUG: | %ENDIANNESS "little"
  2240. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  2241. DEBUG: | %ENDIANNESS "big"
  2242. DEBUG: | #endif
  2243. DEBUG: Executing: `/usr/bin/clang++ /tmp/conftest.tla84cuz.cpp -E`
  2244. DEBUG: COMPILER = clang
  2245. DEBUG: VERSION = 15.0.7
  2246. DEBUG: cplusplus = 201402L
  2247. DEBUG: CPU = x86_64
  2248. DEBUG: KERNEL = Linux
  2249. DEBUG: ENDIANNESS = little
  2250. DEBUG: Creating `/tmp/conftest.ktk2mnj1.cpp` with content:
  2251. DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
  2252. DEBUG: | %COMPILER "clang-cl"
  2253. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  2254. DEBUG: | #elif defined(__clang__)
  2255. DEBUG: | %COMPILER "clang"
  2256. DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
  2257. DEBUG: | # ifdef __apple_build_version__
  2258. DEBUG: | %XCODE 1
  2259. DEBUG: | # endif
  2260. DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
  2261. DEBUG: | %COMPILER "gcc"
  2262. DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
  2263. DEBUG: | #endif
  2264. DEBUG: |
  2265. DEBUG: | #if __cplusplus
  2266. DEBUG: | %cplusplus __cplusplus
  2267. DEBUG: | #elif __STDC_VERSION__
  2268. DEBUG: | %STDC_VERSION __STDC_VERSION__
  2269. DEBUG: | #endif
  2270. DEBUG: | #if __i386__ || _M_IX86
  2271. DEBUG: | %CPU "x86"
  2272. DEBUG: | #elif __x86_64__ || _M_X64
  2273. DEBUG: | %CPU "x86_64"
  2274. DEBUG: | #elif __arm__ || _M_ARM
  2275. DEBUG: | %CPU "arm"
  2276. DEBUG: | #elif __aarch64__ || _M_ARM64
  2277. DEBUG: | %CPU "aarch64"
  2278. DEBUG: | #elif __ia64__
  2279. DEBUG: | %CPU "ia64"
  2280. DEBUG: | #elif __s390x__
  2281. DEBUG: | %CPU "s390x"
  2282. DEBUG: | #elif __s390__
  2283. DEBUG: | %CPU "s390"
  2284. DEBUG: | #elif __powerpc64__
  2285. DEBUG: | %CPU "ppc64"
  2286. DEBUG: | #elif __powerpc__
  2287. DEBUG: | %CPU "ppc"
  2288. DEBUG: | #elif __alpha__
  2289. DEBUG: | %CPU "Alpha"
  2290. DEBUG: | #elif __hppa__
  2291. DEBUG: | %CPU "hppa"
  2292. DEBUG: | #elif __sparc__ && __arch64__
  2293. DEBUG: | %CPU "sparc64"
  2294. DEBUG: | #elif __sparc__
  2295. DEBUG: | %CPU "sparc"
  2296. DEBUG: | #elif __m68k__
  2297. DEBUG: | %CPU "m68k"
  2298. DEBUG: | #elif __mips64
  2299. DEBUG: | %CPU "mips64"
  2300. DEBUG: | #elif __mips__
  2301. DEBUG: | %CPU "mips32"
  2302. DEBUG: | #elif __riscv && __riscv_xlen == 64
  2303. DEBUG: | %CPU "riscv64"
  2304. DEBUG: | #elif __loongarch64
  2305. DEBUG: | %CPU "loongarch64"
  2306. DEBUG: | #elif __sh__
  2307. DEBUG: | %CPU "sh4"
  2308. DEBUG: | #elif __wasm32__
  2309. DEBUG: | %CPU "wasm32"
  2310. DEBUG: | #endif
  2311. DEBUG: | #if __APPLE__
  2312. DEBUG: | %KERNEL "Darwin"
  2313. DEBUG: | #elif __DragonFly__
  2314. DEBUG: | %KERNEL "DragonFly"
  2315. DEBUG: | #elif __FreeBSD__
  2316. DEBUG: | %KERNEL "FreeBSD"
  2317. DEBUG: | #elif __FreeBSD_kernel__
  2318. DEBUG: | %KERNEL "kFreeBSD"
  2319. DEBUG: | #elif __linux__
  2320. DEBUG: | %KERNEL "Linux"
  2321. DEBUG: | #elif __NetBSD__
  2322. DEBUG: | %KERNEL "NetBSD"
  2323. DEBUG: | #elif __OpenBSD__
  2324. DEBUG: | %KERNEL "OpenBSD"
  2325. DEBUG: | #elif __sun__
  2326. DEBUG: | %KERNEL "SunOS"
  2327. DEBUG: | #elif _WIN32 || __CYGWIN__
  2328. DEBUG: | %KERNEL "WINNT"
  2329. DEBUG: | #elif __wasi__
  2330. DEBUG: | %KERNEL "WASI"
  2331. DEBUG: | #endif
  2332. DEBUG: | #if __ANDROID__
  2333. DEBUG: | %OS "Android"
  2334. DEBUG: | #endif
  2335. DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  2336. DEBUG: | %ENDIANNESS "little"
  2337. DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  2338. DEBUG: | %ENDIANNESS "big"
  2339. DEBUG: | #endif
  2340. DEBUG: Executing: `/usr/bin/clang++ -std=gnu++17 /tmp/conftest.ktk2mnj1.cpp -E`
  2341. DEBUG: COMPILER = clang
  2342. DEBUG: VERSION = 15.0.7
  2343. DEBUG: cplusplus = 201703L
  2344. DEBUG: CPU = x86_64
  2345. DEBUG: KERNEL = Linux
  2346. DEBUG: ENDIANNESS = little
  2347. INFO: /usr/bin/clang++
  2348. INFO: checking for libclang for bindgen...
  2349. DEBUG: Executing: `/usr/bin/clang++ -print-search-dirs`
  2350. DEBUG: Trying "libclang.so" in "/usr/lib64"
  2351. INFO: /usr/lib64/libclang.so
  2352. INFO: checking that libclang is new enough...
  2353. INFO: yes
  2354. INFO: checking bindgen cflags...
  2355. INFO: -x c++ -fno-sized-deallocation -fno-aligned-new -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_POSIX=1 -DOS_LINUX=1 -std=gnu++17
  2356. INFO: checking for tm_zone and tm_gmtoff in struct tm...
  2357. DEBUG: Creating `/tmp/conftest.19xo85qf.c` with content:
  2358. DEBUG: | #include <time.h>
  2359. DEBUG: | int
  2360. DEBUG: | main(void)
  2361. DEBUG: | {
  2362. DEBUG: | struct tm tm; tm.tm_zone = 0; tm.tm_gmtoff = 1;
  2363. DEBUG: | ;
  2364. DEBUG: | return 0;
  2365. DEBUG: | }
  2366. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.19xo85qf.c -c`
  2367. INFO: yes
  2368. INFO: checking for getpagesize...
  2369. DEBUG: Creating `/tmp/conftest.66eu1h1b.c` with content:
  2370. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2371. DEBUG: | /* We use char because int might match the return type of a gcc2
  2372. DEBUG: | builtin and then its argument prototype would still apply. */
  2373. DEBUG: | char getpagesize();
  2374. DEBUG: | int
  2375. DEBUG: | main(void)
  2376. DEBUG: | {
  2377. DEBUG: | getpagesize();
  2378. DEBUG: | ;
  2379. DEBUG: | return 0;
  2380. DEBUG: | }
  2381. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.66eu1h1b.c`
  2382. INFO: yes
  2383. INFO: checking for gmtime_r...
  2384. DEBUG: Creating `/tmp/conftest.7vx6po3a.c` with content:
  2385. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2386. DEBUG: | /* We use char because int might match the return type of a gcc2
  2387. DEBUG: | builtin and then its argument prototype would still apply. */
  2388. DEBUG: | char gmtime_r();
  2389. DEBUG: | int
  2390. DEBUG: | main(void)
  2391. DEBUG: | {
  2392. DEBUG: | gmtime_r();
  2393. DEBUG: | ;
  2394. DEBUG: | return 0;
  2395. DEBUG: | }
  2396. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.7vx6po3a.c`
  2397. INFO: yes
  2398. INFO: checking for localtime_r...
  2399. DEBUG: Creating `/tmp/conftest.zz87ogw4.c` with content:
  2400. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2401. DEBUG: | /* We use char because int might match the return type of a gcc2
  2402. DEBUG: | builtin and then its argument prototype would still apply. */
  2403. DEBUG: | char localtime_r();
  2404. DEBUG: | int
  2405. DEBUG: | main(void)
  2406. DEBUG: | {
  2407. DEBUG: | localtime_r();
  2408. DEBUG: | ;
  2409. DEBUG: | return 0;
  2410. DEBUG: | }
  2411. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.zz87ogw4.c`
  2412. INFO: yes
  2413. INFO: checking for gettid...
  2414. DEBUG: Creating `/tmp/conftest.jtb3nwu0.c` with content:
  2415. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2416. DEBUG: | /* We use char because int might match the return type of a gcc2
  2417. DEBUG: | builtin and then its argument prototype would still apply. */
  2418. DEBUG: | char gettid();
  2419. DEBUG: | int
  2420. DEBUG: | main(void)
  2421. DEBUG: | {
  2422. DEBUG: | gettid();
  2423. DEBUG: | ;
  2424. DEBUG: | return 0;
  2425. DEBUG: | }
  2426. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.jtb3nwu0.c`
  2427. INFO: yes
  2428. INFO: checking for setpriority...
  2429. DEBUG: Creating `/tmp/conftest.ol8qgw5n.c` with content:
  2430. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2431. DEBUG: | /* We use char because int might match the return type of a gcc2
  2432. DEBUG: | builtin and then its argument prototype would still apply. */
  2433. DEBUG: | char setpriority();
  2434. DEBUG: | int
  2435. DEBUG: | main(void)
  2436. DEBUG: | {
  2437. DEBUG: | setpriority();
  2438. DEBUG: | ;
  2439. DEBUG: | return 0;
  2440. DEBUG: | }
  2441. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.ol8qgw5n.c`
  2442. INFO: yes
  2443. INFO: checking for syscall...
  2444. DEBUG: Creating `/tmp/conftest.3_f35bhu.c` with content:
  2445. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2446. DEBUG: | /* We use char because int might match the return type of a gcc2
  2447. DEBUG: | builtin and then its argument prototype would still apply. */
  2448. DEBUG: | char syscall();
  2449. DEBUG: | int
  2450. DEBUG: | main(void)
  2451. DEBUG: | {
  2452. DEBUG: | syscall();
  2453. DEBUG: | ;
  2454. DEBUG: | return 0;
  2455. DEBUG: | }
  2456. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.3_f35bhu.c`
  2457. INFO: yes
  2458. INFO: checking for getc_unlocked...
  2459. DEBUG: Creating `/tmp/conftest.ms44uzl3.c` with content:
  2460. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2461. DEBUG: | /* We use char because int might match the return type of a gcc2
  2462. DEBUG: | builtin and then its argument prototype would still apply. */
  2463. DEBUG: | char getc_unlocked();
  2464. DEBUG: | int
  2465. DEBUG: | main(void)
  2466. DEBUG: | {
  2467. DEBUG: | getc_unlocked();
  2468. DEBUG: | ;
  2469. DEBUG: | return 0;
  2470. DEBUG: | }
  2471. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.ms44uzl3.c`
  2472. INFO: yes
  2473. INFO: checking for pthread_getname_np...
  2474. DEBUG: Creating `/tmp/conftest.zqjzed_k.c` with content:
  2475. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2476. DEBUG: | /* We use char because int might match the return type of a gcc2
  2477. DEBUG: | builtin and then its argument prototype would still apply. */
  2478. DEBUG: | char pthread_getname_np();
  2479. DEBUG: | int
  2480. DEBUG: | main(void)
  2481. DEBUG: | {
  2482. DEBUG: | pthread_getname_np();
  2483. DEBUG: | ;
  2484. DEBUG: | return 0;
  2485. DEBUG: | }
  2486. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.zqjzed_k.c`
  2487. INFO: yes
  2488. INFO: checking for pthread_get_name_np...
  2489. DEBUG: Creating `/tmp/conftest.v3u7w3_o.c` with content:
  2490. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2491. DEBUG: | /* We use char because int might match the return type of a gcc2
  2492. DEBUG: | builtin and then its argument prototype would still apply. */
  2493. DEBUG: | char pthread_get_name_np();
  2494. DEBUG: | int
  2495. DEBUG: | main(void)
  2496. DEBUG: | {
  2497. DEBUG: | pthread_get_name_np();
  2498. DEBUG: | ;
  2499. DEBUG: | return 0;
  2500. DEBUG: | }
  2501. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.v3u7w3_o.c`
  2502. DEBUG: The command returned non-zero exit status 1.
  2503. DEBUG: Its error output was:
  2504. DEBUG: | /usr/bin/ld: /tmp/ccG4XJgX.o: in function `main':
  2505. DEBUG: | conftest.v3u7w3_o.c:(.text+0xa): undefined reference to `pthread_get_name_np'
  2506. DEBUG: | collect2: error: ld returned 1 exit status
  2507. INFO: no
  2508. INFO: checking for strerror...
  2509. DEBUG: Creating `/tmp/conftest.29juda2v.c` with content:
  2510. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2511. DEBUG: | /* We use char because int might match the return type of a gcc2
  2512. DEBUG: | builtin and then its argument prototype would still apply. */
  2513. DEBUG: | char strerror();
  2514. DEBUG: | int
  2515. DEBUG: | main(void)
  2516. DEBUG: | {
  2517. DEBUG: | strerror();
  2518. DEBUG: | ;
  2519. DEBUG: | return 0;
  2520. DEBUG: | }
  2521. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.29juda2v.c`
  2522. INFO: yes
  2523. INFO: checking for __cxa_demangle...
  2524. DEBUG: Creating `/tmp/conftest.ihf8kv0x.cpp` with content:
  2525. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2526. DEBUG: | /* We use char because int might match the return type of a gcc2
  2527. DEBUG: | builtin and then its argument prototype would still apply. */
  2528. DEBUG: | extern "C" char __cxa_demangle();
  2529. DEBUG: | int
  2530. DEBUG: | main(void)
  2531. DEBUG: | {
  2532. DEBUG: | __cxa_demangle();
  2533. DEBUG: | ;
  2534. DEBUG: | return 0;
  2535. DEBUG: | }
  2536. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ihf8kv0x.cpp`
  2537. INFO: yes
  2538. INFO: checking for unwind.h...
  2539. DEBUG: Creating `/tmp/conftest._e53dcul.cpp` with content:
  2540. DEBUG: | #include <unwind.h>
  2541. DEBUG: | int
  2542. DEBUG: | main(void)
  2543. DEBUG: | {
  2544. DEBUG: |
  2545. DEBUG: | ;
  2546. DEBUG: | return 0;
  2547. DEBUG: | }
  2548. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest._e53dcul.cpp -c`
  2549. INFO: yes
  2550. INFO: checking for _Unwind_Backtrace...
  2551. DEBUG: Creating `/tmp/conftest.myvurfxs.c` with content:
  2552. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2553. DEBUG: | /* We use char because int might match the return type of a gcc2
  2554. DEBUG: | builtin and then its argument prototype would still apply. */
  2555. DEBUG: | char _Unwind_Backtrace();
  2556. DEBUG: | int
  2557. DEBUG: | main(void)
  2558. DEBUG: | {
  2559. DEBUG: | _Unwind_Backtrace();
  2560. DEBUG: | ;
  2561. DEBUG: | return 0;
  2562. DEBUG: | }
  2563. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.myvurfxs.c`
  2564. INFO: yes
  2565. INFO: checking for _getc_nolock...
  2566. DEBUG: Creating `/tmp/conftest.r7_2_03o.c` with content:
  2567. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2568. DEBUG: | /* We use char because int might match the return type of a gcc2
  2569. DEBUG: | builtin and then its argument prototype would still apply. */
  2570. DEBUG: | char _getc_nolock();
  2571. DEBUG: | int
  2572. DEBUG: | main(void)
  2573. DEBUG: | {
  2574. DEBUG: | _getc_nolock();
  2575. DEBUG: | ;
  2576. DEBUG: | return 0;
  2577. DEBUG: | }
  2578. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.r7_2_03o.c`
  2579. DEBUG: The command returned non-zero exit status 1.
  2580. DEBUG: Its error output was:
  2581. DEBUG: | /usr/bin/ld: /tmp/ccLaeU42.o: in function `main':
  2582. DEBUG: | conftest.r7_2_03o.c:(.text+0xa): undefined reference to `_getc_nolock'
  2583. DEBUG: | collect2: error: ld returned 1 exit status
  2584. INFO: no
  2585. INFO: checking for localeconv...
  2586. DEBUG: Creating `/tmp/conftest.v9w_e73o.c` with content:
  2587. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2588. DEBUG: | /* We use char because int might match the return type of a gcc2
  2589. DEBUG: | builtin and then its argument prototype would still apply. */
  2590. DEBUG: | char localeconv();
  2591. DEBUG: | int
  2592. DEBUG: | main(void)
  2593. DEBUG: | {
  2594. DEBUG: | localeconv();
  2595. DEBUG: | ;
  2596. DEBUG: | return 0;
  2597. DEBUG: | }
  2598. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.v9w_e73o.c`
  2599. INFO: yes
  2600. INFO: checking for nodejs...
  2601. INFO: /usr/bin/node (18.12.1)
  2602. INFO: checking for gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1 libdrm >= 2.4...
  2603. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1 libdrm >= 2.4'`
  2604. INFO: yes
  2605. INFO: checking MOZ_WAYLAND_CFLAGS...
  2606. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1 libdrm >= 2.4'`
  2607. INFO: -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/libdrm -I/usr/include/valgrind
  2608. INFO: checking MOZ_WAYLAND_LIBS...
  2609. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1 libdrm >= 2.4'`
  2610. INFO: -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -ldrm
  2611. INFO: checking for pango >= 1.22.0...
  2612. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'pango >= 1.22.0'`
  2613. INFO: yes
  2614. INFO: checking MOZ_PANGO_CFLAGS...
  2615. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'pango >= 1.22.0'`
  2616. INFO: -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -pthread -I/usr/include/pixman-1
  2617. INFO: checking MOZ_PANGO_LIBS...
  2618. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'pango >= 1.22.0'`
  2619. INFO: -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz
  2620. INFO: checking for fontconfig >= 2.7.0...
  2621. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'fontconfig >= 2.7.0'`
  2622. INFO: yes
  2623. INFO: checking _FONTCONFIG_CFLAGS...
  2624. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'fontconfig >= 2.7.0'`
  2625. INFO: -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/libxml2
  2626. INFO: checking _FONTCONFIG_LIBS...
  2627. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'fontconfig >= 2.7.0'`
  2628. INFO: -lfontconfig -lfreetype
  2629. INFO: checking for freetype2 >= 9.10.3...
  2630. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'freetype2 >= 9.10.3'`
  2631. INFO: yes
  2632. INFO: checking _FT2_CFLAGS...
  2633. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'freetype2 >= 9.10.3'`
  2634. INFO: -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread
  2635. INFO: checking _FT2_LIBS...
  2636. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'freetype2 >= 9.10.3'`
  2637. INFO: -lfreetype
  2638. INFO: checking for tar...
  2639. DEBUG: tar: Looking for gnutar
  2640. DEBUG: tar: Looking for gtar
  2641. INFO: /usr/bin/gtar
  2642. INFO: checking for unzip...
  2643. DEBUG: unzip: Looking for unzip
  2644. INFO: /usr/bin/unzip
  2645. INFO: checking for the Mozilla API key...
  2646. INFO: no
  2647. INFO: checking for the Google Location Service API key...
  2648. INFO: no
  2649. INFO: checking for the Google Safebrowsing API key...
  2650. INFO: no
  2651. INFO: checking for the Bing API key...
  2652. INFO: no
  2653. INFO: checking for the Adjust SDK key...
  2654. INFO: no
  2655. INFO: checking for the Leanplum SDK key...
  2656. INFO: no
  2657. INFO: checking for the Pocket API key...
  2658. INFO: no
  2659. INFO: checking for x11 xcb xcb-shm x11-xcb xext xrandr >= 1.4.0 xcomposite xcursor xdamage xfixes xi xtst...
  2660. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'x11 xcb xcb-shm x11-xcb xext xrandr >= 1.4.0 xcomposite xcursor xdamage xfixes xi xtst'`
  2661. INFO: yes
  2662. INFO: checking MOZ_X11_CFLAGS...
  2663. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'x11 xcb xcb-shm x11-xcb xext xrandr >= 1.4.0 xcomposite xcursor xdamage xfixes xi xtst'`
  2664. INFO:
  2665. INFO: checking MOZ_X11_LIBS...
  2666. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'x11 xcb xcb-shm x11-xcb xext xrandr >= 1.4.0 xcomposite xcursor xdamage xfixes xi xtst'`
  2667. INFO: -lxcb-shm -lX11-xcb -lX11 -lxcb -lXext -lXrandr -lXcomposite -lXcursor -lXdamage -lXfixes -lXi -lXtst
  2668. INFO: checking for ice sm...
  2669. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'ice sm'`
  2670. INFO: no
  2671. WARNING: Package ice was not found in the pkg-config search path.
  2672. WARNING: Perhaps you should add the directory containing `ice.pc'
  2673. WARNING: to the PKG_CONFIG_PATH environment variable
  2674. WARNING: Package 'ice', required by 'virtual:world', not found
  2675. WARNING: Package 'sm', required by 'virtual:world', not found
  2676. INFO: checking for nasm...
  2677. DEBUG: nasm: Looking for nasm
  2678. INFO: /usr/bin/nasm
  2679. INFO: checking nasm version...
  2680. DEBUG: Executing: `/usr/bin/nasm -v`
  2681. INFO: 2.15.05
  2682. INFO: checking for dump_syms...
  2683. DEBUG: dump_syms: Looking for dump_syms
  2684. INFO: not found
  2685. INFO: checking for getcontext...
  2686. DEBUG: Creating `/tmp/conftest.a6l8a22r.c` with content:
  2687. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2688. DEBUG: | /* We use char because int might match the return type of a gcc2
  2689. DEBUG: | builtin and then its argument prototype would still apply. */
  2690. DEBUG: | char getcontext();
  2691. DEBUG: | int
  2692. DEBUG: | main(void)
  2693. DEBUG: | {
  2694. DEBUG: | getcontext();
  2695. DEBUG: | ;
  2696. DEBUG: | return 0;
  2697. DEBUG: | }
  2698. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.a6l8a22r.c`
  2699. INFO: yes
  2700. INFO: checking for nss >= 3.86...
  2701. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'nss >= 3.86'`
  2702. INFO: yes
  2703. INFO: checking NSS_CFLAGS...
  2704. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'nss >= 3.86'`
  2705. INFO: -I/usr/include/nss3 -I/usr/include/nspr4
  2706. INFO: checking NSS_LIBS...
  2707. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'nss >= 3.86'`
  2708. INFO: -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl
  2709. INFO: checking for gtk+-3.0 >= 3.14.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 gio-unix-2.0...
  2710. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'gtk+-3.0 >= 3.14.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 gio-unix-2.0'`
  2711. INFO: yes
  2712. INFO: checking MOZ_GTK3_CFLAGS...
  2713. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'gtk+-3.0 >= 3.14.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 gio-unix-2.0'`
  2714. INFO: -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -I/usr/include/gtk-3.0/unix-print -pthread
  2715. INFO: checking MOZ_GTK3_LIBS...
  2716. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'gtk+-3.0 >= 3.14.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 gio-unix-2.0'`
  2717. INFO: -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
  2718. INFO: checking for glib-2.0 >= 2.42 gobject-2.0...
  2719. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'glib-2.0 >= 2.42 gobject-2.0'`
  2720. INFO: yes
  2721. INFO: checking GLIB_CFLAGS...
  2722. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'glib-2.0 >= 2.42 gobject-2.0'`
  2723. INFO: -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread
  2724. INFO: checking GLIB_LIBS...
  2725. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'glib-2.0 >= 2.42 gobject-2.0'`
  2726. INFO: -lgobject-2.0 -lglib-2.0
  2727. INFO: checking for dbus-1 >= 0.60...
  2728. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'dbus-1 >= 0.60'`
  2729. INFO: yes
  2730. INFO: checking MOZ_DBUS_CFLAGS...
  2731. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'dbus-1 >= 0.60'`
  2732. INFO: -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include
  2733. INFO: checking MOZ_DBUS_LIBS...
  2734. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'dbus-1 >= 0.60'`
  2735. INFO: -ldbus-1
  2736. INFO: checking for dbus-glib-1 >= 0.60...
  2737. DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'dbus-glib-1 >= 0.60'`
  2738. INFO: yes
  2739. INFO: checking MOZ_DBUS_GLIB_CFLAGS...
  2740. DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'dbus-glib-1 >= 0.60'`
  2741. INFO: -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread
  2742. INFO: checking MOZ_DBUS_GLIB_LIBS...
  2743. DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'dbus-glib-1 >= 0.60'`
  2744. INFO: -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
  2745. INFO: checking for sin_len in struct sockaddr_in...
  2746. DEBUG: Creating `/tmp/conftest.426ax166.c` with content:
  2747. DEBUG: | #include <netinet/in.h>
  2748. DEBUG: | int
  2749. DEBUG: | main(void)
  2750. DEBUG: | {
  2751. DEBUG: | struct sockaddr_in x; void *foo = (void*) &x.sin_len;
  2752. DEBUG: | ;
  2753. DEBUG: | return 0;
  2754. DEBUG: | }
  2755. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.426ax166.c -c`
  2756. DEBUG: The command returned non-zero exit status 1.
  2757. DEBUG: Its error output was:
  2758. DEBUG: | /tmp/conftest.426ax166.c: In function ‘main’:
  2759. DEBUG: | /tmp/conftest.426ax166.c:5:45: error: ‘struct sockaddr_in’ has no member named ‘sin_len’
  2760. DEBUG: | 5 | struct sockaddr_in x; void *foo = (void*) &x.sin_len;
  2761. DEBUG: | | ^
  2762. INFO: no
  2763. INFO: checking for sin_len6 in struct sockaddr_in6...
  2764. DEBUG: Creating `/tmp/conftest.s9k31in3.c` with content:
  2765. DEBUG: | #include <netinet/in.h>
  2766. DEBUG: | int
  2767. DEBUG: | main(void)
  2768. DEBUG: | {
  2769. DEBUG: | struct sockaddr_in6 x; void *foo = (void*) &x.sin6_len;
  2770. DEBUG: | ;
  2771. DEBUG: | return 0;
  2772. DEBUG: | }
  2773. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.s9k31in3.c -c`
  2774. DEBUG: The command returned non-zero exit status 1.
  2775. DEBUG: Its error output was:
  2776. DEBUG: | /tmp/conftest.s9k31in3.c: In function ‘main’:
  2777. DEBUG: | /tmp/conftest.s9k31in3.c:5:46: error: ‘struct sockaddr_in6’ has no member named ‘sin6_len’
  2778. DEBUG: | 5 | struct sockaddr_in6 x; void *foo = (void*) &x.sin6_len;
  2779. DEBUG: | | ^
  2780. INFO: no
  2781. INFO: checking for sa_len in struct sockaddr...
  2782. DEBUG: Creating `/tmp/conftest.l7ro9ryd.c` with content:
  2783. DEBUG: | #include <netinet/in.h>
  2784. DEBUG: | int
  2785. DEBUG: | main(void)
  2786. DEBUG: | {
  2787. DEBUG: | struct sockaddr x; void *foo = (void*) &x.sa_len;
  2788. DEBUG: | ;
  2789. DEBUG: | return 0;
  2790. DEBUG: | }
  2791. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.l7ro9ryd.c -c`
  2792. DEBUG: The command returned non-zero exit status 1.
  2793. DEBUG: Its error output was:
  2794. DEBUG: | /tmp/conftest.l7ro9ryd.c: In function ‘main’:
  2795. DEBUG: | /tmp/conftest.l7ro9ryd.c:5:42: error: ‘struct sockaddr’ has no member named ‘sa_len’
  2796. DEBUG: | 5 | struct sockaddr x; void *foo = (void*) &x.sa_len;
  2797. DEBUG: | | ^
  2798. INFO: no
  2799. INFO: checking for pthread_cond_timedwait_monotonic_np...
  2800. DEBUG: Creating `/tmp/conftest.a1klua09.c` with content:
  2801. DEBUG: | #include <pthread.h>
  2802. DEBUG: | int
  2803. DEBUG: | main(void)
  2804. DEBUG: | {
  2805. DEBUG: | pthread_cond_timedwait_monotonic_np(0, 0, 0);
  2806. DEBUG: | ;
  2807. DEBUG: | return 0;
  2808. DEBUG: | }
  2809. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.a1klua09.c -Werror=implicit-function-declaration -c`
  2810. DEBUG: The command returned non-zero exit status 1.
  2811. DEBUG: Its error output was:
  2812. DEBUG: | /tmp/conftest.a1klua09.c: In function ‘main’:
  2813. DEBUG: | /tmp/conftest.a1klua09.c:5:1: error: implicit declaration of function ‘pthread_cond_timedwait_monotonic_np’ [-Werror=implicit-function-declaration]
  2814. DEBUG: | 5 | pthread_cond_timedwait_monotonic_np(0, 0, 0);
  2815. DEBUG: | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2816. DEBUG: | cc1: some warnings being treated as errors
  2817. INFO: no
  2818. INFO: checking for 32-bits ethtool_cmd.speed...
  2819. DEBUG: Creating `/tmp/conftest.oa8a4mtc.c` with content:
  2820. DEBUG: | #include <linux/ethtool.h>
  2821. DEBUG: | int
  2822. DEBUG: | main(void)
  2823. DEBUG: | {
  2824. DEBUG: | struct ethtool_cmd cmd; cmd.speed_hi = 0;
  2825. DEBUG: | ;
  2826. DEBUG: | return 0;
  2827. DEBUG: | }
  2828. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.oa8a4mtc.c -c`
  2829. INFO: yes
  2830. INFO: checking for linux/joystick.h...
  2831. DEBUG: Creating `/tmp/conftest._lfnaesa.cpp` with content:
  2832. DEBUG: | #include <linux/joystick.h>
  2833. DEBUG: | int
  2834. DEBUG: | main(void)
  2835. DEBUG: | {
  2836. DEBUG: |
  2837. DEBUG: | ;
  2838. DEBUG: | return 0;
  2839. DEBUG: | }
  2840. DEBUG: Executing: `/usr/bin/g++ /tmp/conftest._lfnaesa.cpp -c`
  2841. INFO: yes
  2842. INFO: checking for stat64...
  2843. DEBUG: Creating `/tmp/conftest.a_bsf5dd.c` with content:
  2844. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2845. DEBUG: | /* We use char because int might match the return type of a gcc2
  2846. DEBUG: | builtin and then its argument prototype would still apply. */
  2847. DEBUG: | char stat64();
  2848. DEBUG: | int
  2849. DEBUG: | main(void)
  2850. DEBUG: | {
  2851. DEBUG: | stat64();
  2852. DEBUG: | ;
  2853. DEBUG: | return 0;
  2854. DEBUG: | }
  2855. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.a_bsf5dd.c`
  2856. INFO: yes
  2857. INFO: checking for lstat64...
  2858. DEBUG: Creating `/tmp/conftest.oucjmbt6.c` with content:
  2859. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2860. DEBUG: | /* We use char because int might match the return type of a gcc2
  2861. DEBUG: | builtin and then its argument prototype would still apply. */
  2862. DEBUG: | char lstat64();
  2863. DEBUG: | int
  2864. DEBUG: | main(void)
  2865. DEBUG: | {
  2866. DEBUG: | lstat64();
  2867. DEBUG: | ;
  2868. DEBUG: | return 0;
  2869. DEBUG: | }
  2870. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.oucjmbt6.c`
  2871. INFO: yes
  2872. INFO: checking for truncate64...
  2873. DEBUG: Creating `/tmp/conftest.er1u6mcp.c` with content:
  2874. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2875. DEBUG: | /* We use char because int might match the return type of a gcc2
  2876. DEBUG: | builtin and then its argument prototype would still apply. */
  2877. DEBUG: | char truncate64();
  2878. DEBUG: | int
  2879. DEBUG: | main(void)
  2880. DEBUG: | {
  2881. DEBUG: | truncate64();
  2882. DEBUG: | ;
  2883. DEBUG: | return 0;
  2884. DEBUG: | }
  2885. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.er1u6mcp.c`
  2886. INFO: yes
  2887. INFO: checking for statvfs64...
  2888. DEBUG: Creating `/tmp/conftest.88o0cswo.c` with content:
  2889. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2890. DEBUG: | /* We use char because int might match the return type of a gcc2
  2891. DEBUG: | builtin and then its argument prototype would still apply. */
  2892. DEBUG: | char statvfs64();
  2893. DEBUG: | int
  2894. DEBUG: | main(void)
  2895. DEBUG: | {
  2896. DEBUG: | statvfs64();
  2897. DEBUG: | ;
  2898. DEBUG: | return 0;
  2899. DEBUG: | }
  2900. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.88o0cswo.c`
  2901. INFO: yes
  2902. INFO: checking for statvfs...
  2903. DEBUG: Creating `/tmp/conftest.ay30ecdo.c` with content:
  2904. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2905. DEBUG: | /* We use char because int might match the return type of a gcc2
  2906. DEBUG: | builtin and then its argument prototype would still apply. */
  2907. DEBUG: | char statvfs();
  2908. DEBUG: | int
  2909. DEBUG: | main(void)
  2910. DEBUG: | {
  2911. DEBUG: | statvfs();
  2912. DEBUG: | ;
  2913. DEBUG: | return 0;
  2914. DEBUG: | }
  2915. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.ay30ecdo.c`
  2916. INFO: yes
  2917. INFO: checking for statfs64...
  2918. DEBUG: Creating `/tmp/conftest.6evbuj5p.c` with content:
  2919. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2920. DEBUG: | /* We use char because int might match the return type of a gcc2
  2921. DEBUG: | builtin and then its argument prototype would still apply. */
  2922. DEBUG: | char statfs64();
  2923. DEBUG: | int
  2924. DEBUG: | main(void)
  2925. DEBUG: | {
  2926. DEBUG: | statfs64();
  2927. DEBUG: | ;
  2928. DEBUG: | return 0;
  2929. DEBUG: | }
  2930. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.6evbuj5p.c`
  2931. INFO: yes
  2932. INFO: checking for statfs...
  2933. DEBUG: Creating `/tmp/conftest.bmnq_mf1.c` with content:
  2934. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2935. DEBUG: | /* We use char because int might match the return type of a gcc2
  2936. DEBUG: | builtin and then its argument prototype would still apply. */
  2937. DEBUG: | char statfs();
  2938. DEBUG: | int
  2939. DEBUG: | main(void)
  2940. DEBUG: | {
  2941. DEBUG: | statfs();
  2942. DEBUG: | ;
  2943. DEBUG: | return 0;
  2944. DEBUG: | }
  2945. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.bmnq_mf1.c`
  2946. INFO: yes
  2947. INFO: checking for lutimes...
  2948. DEBUG: Creating `/tmp/conftest._tpw80vw.c` with content:
  2949. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2950. DEBUG: | /* We use char because int might match the return type of a gcc2
  2951. DEBUG: | builtin and then its argument prototype would still apply. */
  2952. DEBUG: | char lutimes();
  2953. DEBUG: | int
  2954. DEBUG: | main(void)
  2955. DEBUG: | {
  2956. DEBUG: | lutimes();
  2957. DEBUG: | ;
  2958. DEBUG: | return 0;
  2959. DEBUG: | }
  2960. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest._tpw80vw.c`
  2961. INFO: yes
  2962. INFO: checking for posix_fadvise...
  2963. DEBUG: Creating `/tmp/conftest.6yck8abj.c` with content:
  2964. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2965. DEBUG: | /* We use char because int might match the return type of a gcc2
  2966. DEBUG: | builtin and then its argument prototype would still apply. */
  2967. DEBUG: | char posix_fadvise();
  2968. DEBUG: | int
  2969. DEBUG: | main(void)
  2970. DEBUG: | {
  2971. DEBUG: | posix_fadvise();
  2972. DEBUG: | ;
  2973. DEBUG: | return 0;
  2974. DEBUG: | }
  2975. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.6yck8abj.c`
  2976. INFO: yes
  2977. INFO: checking for posix_fallocate...
  2978. DEBUG: Creating `/tmp/conftest.dsope30s.c` with content:
  2979. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2980. DEBUG: | /* We use char because int might match the return type of a gcc2
  2981. DEBUG: | builtin and then its argument prototype would still apply. */
  2982. DEBUG: | char posix_fallocate();
  2983. DEBUG: | int
  2984. DEBUG: | main(void)
  2985. DEBUG: | {
  2986. DEBUG: | posix_fallocate();
  2987. DEBUG: | ;
  2988. DEBUG: | return 0;
  2989. DEBUG: | }
  2990. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.dsope30s.c`
  2991. INFO: yes
  2992. INFO: checking for arc4random...
  2993. DEBUG: Creating `/tmp/conftest.lsy2d3yj.c` with content:
  2994. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  2995. DEBUG: | /* We use char because int might match the return type of a gcc2
  2996. DEBUG: | builtin and then its argument prototype would still apply. */
  2997. DEBUG: | char arc4random();
  2998. DEBUG: | int
  2999. DEBUG: | main(void)
  3000. DEBUG: | {
  3001. DEBUG: | arc4random();
  3002. DEBUG: | ;
  3003. DEBUG: | return 0;
  3004. DEBUG: | }
  3005. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.lsy2d3yj.c`
  3006. INFO: yes
  3007. INFO: checking for arc4random_buf...
  3008. DEBUG: Creating `/tmp/conftest.58qg2fie.c` with content:
  3009. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  3010. DEBUG: | /* We use char because int might match the return type of a gcc2
  3011. DEBUG: | builtin and then its argument prototype would still apply. */
  3012. DEBUG: | char arc4random_buf();
  3013. DEBUG: | int
  3014. DEBUG: | main(void)
  3015. DEBUG: | {
  3016. DEBUG: | arc4random_buf();
  3017. DEBUG: | ;
  3018. DEBUG: | return 0;
  3019. DEBUG: | }
  3020. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.58qg2fie.c`
  3021. INFO: yes
  3022. INFO: checking for mallinfo...
  3023. DEBUG: Creating `/tmp/conftest.3jhisg3z.c` with content:
  3024. DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */
  3025. DEBUG: | /* We use char because int might match the return type of a gcc2
  3026. DEBUG: | builtin and then its argument prototype would still apply. */
  3027. DEBUG: | char mallinfo();
  3028. DEBUG: | int
  3029. DEBUG: | main(void)
  3030. DEBUG: | {
  3031. DEBUG: | mallinfo();
  3032. DEBUG: | ;
  3033. DEBUG: | return 0;
  3034. DEBUG: | }
  3035. DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.3jhisg3z.c`
  3036. INFO: yes
  3037. INFO: checking for awk...
  3038. DEBUG: awk: Looking for gawk
  3039. INFO: /usr/bin/gawk
  3040. INFO: checking for perl...
  3041. DEBUG: perl: Looking for perl5
  3042. DEBUG: perl: Looking for perl
  3043. INFO: /usr/bin/perl
  3044. INFO: checking for minimum required perl version >= 5.006...
  3045. DEBUG: Executing: `/usr/bin/perl -e 'print $]'`
  3046. INFO: 5.036000
  3047. INFO: checking for full perl installation...
  3048. INFO: yes
  3049. INFO: checking for gmake...
  3050. DEBUG: gmake: Looking for gmake
  3051. INFO: /usr/bin/gmake
  3052. INFO: checking for watchman...
  3053. INFO: not found
  3054. INFO: checking for xargs...
  3055. DEBUG: xargs: Looking for xargs
  3056. INFO: /usr/bin/xargs
  3057. INFO: checking for rpmbuild...
  3058. DEBUG: rpmbuild: Looking for rpmbuild
  3059. INFO: /usr/bin/rpmbuild
  3060. DEBUG: Executing: `/usr/bin/clang++ --print-prog-name=llvm-objdump`
  3061. INFO: checking for llvm-objdump...
  3062. DEBUG: llvm_objdump: Looking for /usr/bin/llvm-objdump
  3063. INFO: /usr/bin/llvm-objdump
  3064. DEBUG: Executing: `/usr/bin/clang++ --print-prog-name=llvm-readelf`
  3065. INFO: checking for readelf...
  3066. DEBUG: readelf: Looking for /usr/bin/llvm-readelf
  3067. DEBUG: Executing: `/usr/bin/llvm-readelf --help`
  3068. INFO: /usr/bin/llvm-readelf
  3069. DEBUG: Executing: `/usr/bin/clang++ --print-prog-name=llvm-objcopy`
  3070. INFO: checking for objcopy...
  3071. DEBUG: objcopy: Looking for objcopy
  3072. INFO: /usr/bin/objcopy
  3073. DEBUG: Executing: `/usr/bin/clang++ --print-prog-name=llvm-strip`
  3074. INFO: checking for strip...
  3075. DEBUG: strip: Looking for /usr/bin/llvm-strip
  3076. DEBUG: Executing: `/usr/bin/llvm-strip --help`
  3077. INFO: /usr/bin/llvm-strip
  3078. INFO: checking for m4...
  3079. DEBUG: m4: Looking for gm4
  3080. DEBUG: m4: Looking for m4
  3081. INFO: /usr/bin/m4
  3082. DEBUG: Injecting the following to old-configure:
  3083. DEBUG: | # start of mozconfig values
  3084. DEBUG: | _mozconfig_opt=--without-wasm-sandboxed-libraries # added
  3085. DEBUG: | # end of mozconfig values
  3086. DEBUG: | _topsrcdir=/var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0
  3087. DEBUG: | _objdir=/var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/obj
  3088. DEBUG: | DIST=/var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/obj/dist
  3089. DEBUG: | PYTHON3=/var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/obj/_virtualenvs/build/bin/python
  3090. DEBUG: | CROSS_COMPILE=''
  3091. DEBUG: | HAVE_64BIT_BUILD=1
  3092. DEBUG: | OS_TARGET=Linux
  3093. DEBUG: | OS_ARCH=Linux
  3094. DEBUG: | CPU_ARCH=x86_64
  3095. DEBUG: | HOST_OS_ARCH=Linux
  3096. DEBUG: | MOZ_BUILD_APP=browser
  3097. DEBUG: | RELEASE_OR_BETA=1
  3098. DEBUG: | MOZILLA_VERSION=109.0
  3099. DEBUG: | MOZILLA_SYMBOLVERSION=109
  3100. DEBUG: | MOZ_APP_VERSION=109.0
  3101. DEBUG: | MOZ_UPDATE_CHANNEL=release
  3102. DEBUG: | COMPILE_ENVIRONMENT=1
  3103. DEBUG: | MOZ_DEBUG=''
  3104. DEBUG: | MOZ_OPTIMIZE=1
  3105. DEBUG: | CC='/usr/bin/gcc -std=gnu99'
  3106. DEBUG: | ac_cv_prog_CC='/usr/bin/gcc -std=gnu99'
  3107. DEBUG: | ac_cv_prog_cc_works=yes
  3108. DEBUG: | ac_cv_prog_cc_cross=no
  3109. DEBUG: | ac_cv_prog_cc_g=yes
  3110. DEBUG: | ac_cv_prog_gcc=yes
  3111. DEBUG: | CC_TYPE=gcc
  3112. DEBUG: | CPP='/usr/bin/gcc -E -std=gnu99'
  3113. DEBUG: | CXX=/usr/bin/g++
  3114. DEBUG: | ac_cv_prog_CXX=/usr/bin/g++
  3115. DEBUG: | ac_cv_prog_cxx_works=yes
  3116. DEBUG: | ac_cv_prog_cxx_cross=no
  3117. DEBUG: | ac_cv_prog_cxx_g=yes
  3118. DEBUG: | ac_cv_prog_gxx=yes
  3119. DEBUG: | CXXCPP='/usr/bin/g++ -E'
  3120. DEBUG: | HOST_CC='/usr/bin/gcc -std=gnu99'
  3121. DEBUG: | HOST_CC_TYPE=gcc
  3122. DEBUG: | HOST_CXX=/usr/bin/g++
  3123. DEBUG: | LINKER_LDFLAGS=''
  3124. DEBUG: | HOST_LINKER_LDFLAGS=''
  3125. DEBUG: | GCC_USE_GNU_LD=1
  3126. DEBUG: | MOZ_DEBUG_FLAGS=-gdwarf-4
  3127. DEBUG: | LIBFUZZER_FLAGS=-fsanitize-coverage=trace-pc-guard,trace-cmp
  3128. DEBUG: | AR=/usr/bin/gcc-ar
  3129. DEBUG: | PKG_CONFIG=/usr/bin/pkg-config
  3130. DEBUG: | MOZ_MEMORY=1
  3131. DEBUG: | HAVE_MALLOC_H=1
  3132. DEBUG: | _COMPILATION_CFLAGS=''
  3133. DEBUG: | _COMPILATION_CXXFLAGS='-fno-sized-deallocation -fno-aligned-new'
  3134. DEBUG: | _COMPILATION_HOST_CFLAGS=''
  3135. DEBUG: | _COMPILATION_HOST_CXXFLAGS=''
  3136. DEBUG: | MOZ_PROFILE_GENERATE=1
  3137. DEBUG: | OBJ_SUFFIX=o
  3138. DEBUG: | NSPR_CFLAGS=-I/usr/include/nspr4
  3139. DEBUG: | NSPR_LIBS='-lplds4 -lplc4 -lnspr4 -lpthread -ldl'
  3140. DEBUG: | MOZ_WIDGET_TOOLKIT=gtk
  3141. DEBUG: | USE_FC_FREETYPE=1
  3142. DEBUG: | MOZ_FMP4=1
  3143. DEBUG: | MOZ_WEBSPEECH=1
  3144. DEBUG: | NSS_CFLAGS='-I/usr/include/nss3 -I/usr/include/nspr4 -I/var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/obj/dist/include/nss'
  3145. DEBUG: | AWK=/usr/bin/gawk
  3146. DEBUG: | PERL=/usr/bin/perl
  3147. DEBUG: | LLVM_OBJDUMP=/usr/bin/llvm-objdump
  3148. INFO: Refreshing /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/old-configure with /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/build/autoconf/autoconf.sh
  3149. DEBUG: Running /usr/bin/sh /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/old-configure --prefix=/usr --with-branding=browser/branding/firedragon --with-distribution-id=org.garudalinux --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu
  3150. This file contains any messages produced by compilers while
  3151. running configure, to aid debugging if configure makes a mistake.
  3152.  
  3153. configure:607: checking host system type
  3154. configure:628: checking target system type
  3155. configure:646: checking build system type
  3156. configure:728: checking for Cygwin environment
  3157. configure:744: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection conftest.c 1>&5
  3158. configure: In function 'main':
  3159. configure:738:20: error: '__CYGWIN32__' undeclared (first use in this function)
  3160. configure:740:8: note: in expansion of macro '__CYGWIN__'
  3161. configure:738:20: note: each undeclared identifier is reported only once for each function it appears in
  3162. configure:740:8: note: in expansion of macro '__CYGWIN__'
  3163. configure: failed program was:
  3164. #line 733 "configure"
  3165. #include "confdefs.h"
  3166.  
  3167. int main() {
  3168.  
  3169. #ifndef __CYGWIN__
  3170. #define __CYGWIN__ __CYGWIN32__
  3171. #endif
  3172. return __CYGWIN__;
  3173. ; return 0; }
  3174. configure:761: checking for mingw32 environment
  3175. configure:773: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection conftest.c 1>&5
  3176. configure: In function 'main':
  3177. configure:769:8: error: '__MINGW32__' undeclared (first use in this function)
  3178. configure:769:8: note: each undeclared identifier is reported only once for each function it appears in
  3179. configure: failed program was:
  3180. #line 766 "configure"
  3181. #include "confdefs.h"
  3182.  
  3183. int main() {
  3184. return __MINGW32__;
  3185. ; return 0; }
  3186. configure:792: checking for executable suffix
  3187. configure:802: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory conftest.c 1>&5
  3188. configure:1336: checking for gcc
  3189. configure:1449: checking whether the C compiler (/usr/bin/gcc -std=gnu99 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) works
  3190. configure:1504: checking whether the C compiler (/usr/bin/gcc -std=gnu99 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) is a cross-compiler
  3191. configure:1509: checking whether we are using GNU C
  3192. configure:1537: checking whether /usr/bin/gcc -std=gnu99 accepts -g
  3193. configure:1578: checking for c++
  3194. configure:1610: checking whether the C++ compiler (/usr/bin/g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) works
  3195. configure:1665: checking whether the C++ compiler (/usr/bin/g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) is a cross-compiler
  3196. configure:1670: checking whether we are using GNU C++
  3197. configure:1698: checking whether /usr/bin/g++ accepts -g
  3198. configure:1734: checking for otool
  3199. configure:2517: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory conftest.c 1>&5
  3200. configure:2537: checking for --noexecstack option to as
  3201. configure:2548: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wa,--noexecstack conftest.c 1>&5
  3202. configure:2561: checking for -z noexecstack option to ld
  3203. configure:2572: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack conftest.c 1>&5
  3204. configure:2585: checking for -z text option to ld
  3205. configure:2596: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text conftest.c 1>&5
  3206. configure:2609: checking for -z relro option to ld
  3207. configure:2620: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro conftest.c 1>&5
  3208. configure:2633: checking for -z nocopyreloc option to ld
  3209. configure:2644: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc conftest.c 1>&5
  3210. configure:2657: checking for -Bsymbolic-functions option to ld
  3211. configure:2668: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions conftest.c 1>&5
  3212. configure:2682: checking for --build-id=sha1 option to ld
  3213. configure:2693: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c 1>&5
  3214. configure:2707: checking for --ignore-unresolved-symbol option to ld
  3215. configure:2719: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 -Wl,--ignore-unresolved-symbol,environ conftest.c 1>&5
  3216. configure:3222: checking whether the linker supports Identical Code Folding
  3217. configure:3231: /usr/bin/gcc -std=gnu99 -o conftest -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 -Wl,--icf=safe -ffunction-sections conftest.c 1>&2
  3218. /usr/bin/ld: unrecognized option '--icf=safe'
  3219. /usr/bin/ld: use the --help option for usage information
  3220. collect2: error: ld returned 1 exit status
  3221. configure:3331: checking for working const
  3222. configure:3385: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
  3223. configure: In function 'main':
  3224. configure:3359:15: warning: unused variable 's' [-Wunused-variable]
  3225. configure:3379:13: warning: unused variable 'foo' [-Wunused-variable]
  3226. configure:3347:27: warning: unused variable 'zero' [-Wunused-variable]
  3227. configure:3341:39: warning: unused variable 'x' [-Wunused-variable]
  3228. configure:3361:5: warning: 't' is used uninitialized [-Wuninitialized]
  3229. configure:3358:9: note: 't' was declared here
  3230. configure:3376:21: warning: 'b' is used uninitialized [-Wuninitialized]
  3231. configure:3376:13: note: 'b' was declared here
  3232. configure:3411: checking for mode_t
  3233. configure:3449: checking for off_t
  3234. configure:3487: checking for pid_t
  3235. configure:3525: checking for size_t
  3236. configure:3609: checking whether 64-bits std::atomic requires -latomic
  3237. configure:3625: /usr/bin/g++ -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -fPIC -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.C 1>&5
  3238. /usr/bin/ld: cannot find -lstdc++: No such file or directory
  3239. collect2: error: ld returned 1 exit status
  3240. configure: failed program was:
  3241. #line 3617 "configure"
  3242. #include "confdefs.h"
  3243. #include <cstdint>
  3244. #include <atomic>
  3245. int main() {
  3246. std::atomic<uint64_t> foo; foo = 1;
  3247. ; return 0; }
  3248. configure:3643: /usr/bin/g++ -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -fPIC -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.C -latomic 1>&5
  3249. /usr/bin/ld: cannot find -latomic: No such file or directory
  3250. /usr/bin/ld: cannot find -lstdc++: No such file or directory
  3251. collect2: error: ld returned 1 exit status
  3252. configure: failed program was:
  3253. #line 3635 "configure"
  3254. #include "confdefs.h"
  3255. #include <cstdint>
  3256. #include <atomic>
  3257. int main() {
  3258. std::atomic<uint64_t> foo; foo = 1;
  3259. ; return 0; }
  3260. configure:3712: checking for dirent.h that defines DIR
  3261. configure:3725: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
  3262. configure: In function 'main':
  3263. configure:3721:6: warning: unused variable 'dirp' [-Wunused-variable]
  3264. configure:3753: checking for opendir in -ldir
  3265. configure:3772: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -ldir 1>&5
  3266. /usr/bin/ld: cannot find -ldir: No such file or directory
  3267. collect2: error: ld returned 1 exit status
  3268. configure: failed program was:
  3269. #line 3761 "configure"
  3270. #include "confdefs.h"
  3271. /* Override any gcc2 internal prototype to avoid an error. */
  3272. /* We use char because int might match the return type of a gcc2
  3273. builtin and then its argument prototype would still apply. */
  3274. char opendir();
  3275.  
  3276. int main() {
  3277. opendir()
  3278. ; return 0; }
  3279. configure:3837: checking for gethostbyname_r in -lc_r
  3280. configure:3856: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -lc_r 1>&5
  3281. /usr/bin/ld: cannot find -lc_r: No such file or directory
  3282. collect2: error: ld returned 1 exit status
  3283. configure: failed program was:
  3284. #line 3845 "configure"
  3285. #include "confdefs.h"
  3286. /* Override any gcc2 internal prototype to avoid an error. */
  3287. /* We use char because int might match the return type of a gcc2
  3288. builtin and then its argument prototype would still apply. */
  3289. char gethostbyname_r();
  3290.  
  3291. int main() {
  3292. gethostbyname_r()
  3293. ; return 0; }
  3294. configure:3893: checking for library containing dlopen
  3295. configure:3911: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c 1>&5
  3296. /usr/bin/ld: /tmp/ccTIoyV4.ltrans0.ltrans.o: in function `main':
  3297. /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/obj/configure:3907: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  3298. configure:3951: checking for dlfcn.h
  3299. configure:3964: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
  3300. configure:4001: checking for dladdr
  3301. configure:4029: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -D_GNU_SOURCE -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c 1>&5
  3302. configure:4112: checking for socket in -lsocket
  3303. configure:4131: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -lsocket 1>&5
  3304. /usr/bin/ld: cannot find -lsocket: No such file or directory
  3305. collect2: error: ld returned 1 exit status
  3306. configure: failed program was:
  3307. #line 4120 "configure"
  3308. #include "confdefs.h"
  3309. /* Override any gcc2 internal prototype to avoid an error. */
  3310. /* We use char because int might match the return type of a gcc2
  3311. builtin and then its argument prototype would still apply. */
  3312. char socket();
  3313.  
  3314. int main() {
  3315. socket()
  3316. ; return 0; }
  3317. configure:4168: checking for pthread_create in -lpthreads
  3318. configure:4187: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -lpthreads 1>&5
  3319. /usr/bin/ld: cannot find -lpthreads: No such file or directory
  3320. collect2: error: ld returned 1 exit status
  3321. configure: failed program was:
  3322. #line 4176 "configure"
  3323. #include "confdefs.h"
  3324. /* Override any gcc2 internal prototype to avoid an error. */
  3325. /* We use char because int might match the return type of a gcc2
  3326. builtin and then its argument prototype would still apply. */
  3327. char pthread_create();
  3328.  
  3329. int main() {
  3330. pthread_create()
  3331. ; return 0; }
  3332. configure:4206: checking for pthread_create in -lpthread
  3333. configure:4225: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -lpthread 1>&5
  3334. configure:4339: checking whether /usr/bin/gcc -std=gnu99 accepts -pthread
  3335. configure:4434: checking for pthread.h
  3336. configure:4447: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
  3337. configure:4481: checking for clock_gettime(CLOCK_MONOTONIC)
  3338. configure:4498: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c 1>&5
  3339. configure:4530: checking for res_ninit()
  3340. configure:4553: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c 1>&5
  3341. In file included from /usr/include/sys/types.h:25,
  3342. from configure:4543:
  3343. /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  3344. 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  3345. | ^~~~~~~
  3346. configure: In function 'main':
  3347. configure:4549:5: warning: unused variable 'foo' [-Wunused-variable]
  3348. configure:4656: checking for __thread keyword for TLS variables
  3349. configure:4668: /usr/bin/g++ -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -fPIC -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 -shared -Wl,-z,defs conftest.C 1>&5
  3350. /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/12/crtbeginT.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
  3351. /usr/bin/ld: failed to set dynamic section sizes: bad value
  3352. collect2: error: ld returned 1 exit status
  3353. configure: failed program was:
  3354. #line 4661 "configure"
  3355. #include "confdefs.h"
  3356. __thread bool tlsIsMainThread = false;
  3357. int main() {
  3358. return tlsIsMainThread;
  3359. ; return 0; }
  3360. configure:4739: checking for malloc.h
  3361. configure:4752: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
  3362. configure:4787: checking whether malloc_usable_size definition can use const argument
  3363. configure:4798: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
  3364. configure:4792:26: error: conflicting types for 'malloc_usable_size'; have 'size_t(const void *)' {aka 'long unsigned int(const void *)'}
  3365. In file included from configure:4790:
  3366. /usr/include/malloc.h:152:15: note: previous declaration of 'malloc_usable_size' with type 'size_t(void *)' {aka 'long unsigned int(void *)'}
  3367. 152 | extern size_t malloc_usable_size (void *__ptr) __THROW;
  3368. | ^~~~~~~~~~~~~~~~~~
  3369. configure: failed program was:
  3370. #line 4789 "configure"
  3371. #include "confdefs.h"
  3372. #include <malloc.h>
  3373. #include <stddef.h>
  3374. size_t malloc_usable_size(const void *ptr);
  3375. int main() {
  3376. return malloc_usable_size(0);
  3377. ; return 0; }
  3378. configure:4820: checking for valloc in malloc.h
  3379. configure:4845: checking for valloc in unistd.h
  3380. configure:4870: checking for _aligned_malloc in malloc.h
  3381. configure:4951: checking if app-specific confvars.sh exists
  3382. configure:5024: checking for valid C compiler optimization flags
  3383. configure:5035: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -freorder-blocks -O2 conftest.c 1>&5
  3384. configure:5189: checking for -pipe support
  3385. configure:5216: checking what kind of list files are supported by the linker
  3386. configure:5221: /usr/bin/gcc -std=gnu99 -o conftest.o -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe conftest.c 1>&5
  3387. configure:5228: /usr/bin/gcc -std=gnu99 -o conftest -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.list 1>&5
  3388. js/src> INFO: Refreshing /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/js/src/old-configure with /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/build/autoconf/autoconf.sh
  3389. js/src> DEBUG: Running /usr/bin/sh /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/js/src/old-configure --prefix=/usr --with-branding=browser/branding/firedragon --with-distribution-id=org.garudalinux --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu
  3390. This file contains any messages produced by compilers while
  3391. running configure, to aid debugging if configure makes a mistake.
  3392.  
  3393. configure:592: checking host system type
  3394. configure:613: checking target system type
  3395. configure:631: checking build system type
  3396. configure:718: checking for Cygwin environment
  3397. configure:751: checking for mingw32 environment
  3398. configure:782: checking for executable suffix
  3399. configure:1335: checking for gcc
  3400. configure:1448: checking whether the C compiler (/usr/bin/gcc -std=gnu99 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) works
  3401. configure:1503: checking whether the C compiler (/usr/bin/gcc -std=gnu99 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) is a cross-compiler
  3402. configure:1508: checking whether we are using GNU C
  3403. configure:1536: checking whether /usr/bin/gcc -std=gnu99 accepts -g
  3404. configure:1572: checking for c++
  3405. configure:1604: checking whether the C++ compiler (/usr/bin/g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) works
  3406. configure:1659: checking whether the C++ compiler (/usr/bin/g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) is a cross-compiler
  3407. configure:1664: checking whether we are using GNU C++
  3408. configure:1692: checking whether /usr/bin/g++ accepts -g
  3409. configure:2421: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory conftest.c 1>&5
  3410. configure:2451: checking for --noexecstack option to as
  3411. configure:2462: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wa,--noexecstack conftest.c 1>&5
  3412. configure:2475: checking for -z noexecstack option to ld
  3413. configure:2486: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack conftest.c 1>&5
  3414. configure:2499: checking for -z text option to ld
  3415. configure:2510: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text conftest.c 1>&5
  3416. configure:2523: checking for -z relro option to ld
  3417. configure:2534: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro conftest.c 1>&5
  3418. configure:2547: checking for -z nocopyreloc option to ld
  3419. configure:2558: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc conftest.c 1>&5
  3420. configure:2571: checking for -Bsymbolic-functions option to ld
  3421. configure:2582: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions conftest.c 1>&5
  3422. configure:2596: checking for --build-id=sha1 option to ld
  3423. configure:2607: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c 1>&5
  3424. configure:2997: checking whether the linker supports Identical Code Folding
  3425. configure:3006: /usr/bin/gcc -std=gnu99 -o conftest -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 -Wl,--icf=safe -ffunction-sections conftest.c 1>&2
  3426. /usr/bin/ld: unrecognized option '--icf=safe'
  3427. /usr/bin/ld: use the --help option for usage information
  3428. collect2: error: ld returned 1 exit status
  3429. configure:3106: checking for working const
  3430. configure:3186: checking for mode_t
  3431. configure:3224: checking for off_t
  3432. configure:3262: checking for pid_t
  3433. configure:3300: checking for size_t
  3434. configure:3358: checking for ssize_t
  3435. configure:3371: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
  3436. configure: In function 'main':
  3437. configure:3367:9: warning: unused variable 'foo' [-Wunused-variable]
  3438. configure:3422: checking whether 64-bits std::atomic requires -latomic
  3439. configure:3509: checking for dirent.h that defines DIR
  3440. configure:3550: checking for opendir in -ldir
  3441. configure:3634: checking for gethostbyname_r in -lc_r
  3442. configure:3690: checking for library containing dlopen
  3443. configure:3748: checking for dlfcn.h
  3444. configure:3798: checking for dladdr
  3445. configure:3909: checking for socket in -lsocket
  3446. configure:3965: checking for pthread_create in -lpthreads
  3447. configure:4003: checking for pthread_create in -lpthread
  3448. configure:4136: checking whether /usr/bin/gcc -std=gnu99 accepts -pthread
  3449. configure:4231: checking for clock_gettime(CLOCK_MONOTONIC)
  3450. configure:4280: checking for sin in -lm
  3451. configure:4299: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -lm 1>&5
  3452. configure:4292:6: warning: conflicting types for built-in function 'sin'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
  3453. configure:4289:1: note: 'sin' is declared in header '<math.h>'
  3454. configure:4331: checking for res_ninit()
  3455. configure:4382: checking for nl_langinfo and CODESET
  3456. configure:4394: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -lm 1>&5
  3457. configure: In function 'main':
  3458. configure:4390:7: warning: unused variable 'cs' [-Wunused-variable]
  3459. configure:4498: checking for __thread keyword for TLS variables
  3460. configure:4594: checking for valid optimization flags
  3461. configure:4605: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -freorder-blocks -O3 conftest.c 1>&5
  3462. configure:4771: checking for -pipe support
  3463. configure:4785: checking what kind of list files are supported by the linker
  3464. configure:4790: /usr/bin/gcc -std=gnu99 -o conftest.o -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe conftest.c 1>&5
  3465. configure:4797: /usr/bin/gcc -std=gnu99 -o conftest -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.list -lm 1>&5
  3466. configure:4913: checking for malloc.h
  3467. configure:4961: checking whether malloc_usable_size definition can use const argument
  3468. configure:4972: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe conftest.c 1>&5
  3469. configure:4966:26: error: conflicting types for 'malloc_usable_size'; have 'size_t(const void *)' {aka 'long unsigned int(const void *)'}
  3470. In file included from configure:4964:
  3471. /usr/include/malloc.h:152:15: note: previous declaration of 'malloc_usable_size' with type 'size_t(void *)' {aka 'long unsigned int(void *)'}
  3472. 152 | extern size_t malloc_usable_size (void *__ptr) __THROW;
  3473. | ^~~~~~~~~~~~~~~~~~
  3474. configure: failed program was:
  3475. #line 4963 "configure"
  3476. #include "confdefs.h"
  3477. #include <malloc.h>
  3478. #include <stddef.h>
  3479. size_t malloc_usable_size(const void *ptr);
  3480. int main() {
  3481. return malloc_usable_size(0);
  3482. ; return 0; }
  3483. configure:4994: checking for valloc in malloc.h
  3484. configure:5019: checking for valloc in unistd.h
  3485. configure:5044: checking for _aligned_malloc in malloc.h
  3486. INFO: Creating config.status
  3487.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement