INFO: Adding configure options from /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/mozconfig INFO: MOZILLA_OFFICIAL=1 INFO: PKG_CONFIG=/usr/bin/amd64/pkg-config INFO: CC=/usr/gcc/14/bin/gcc INFO: CXX=/usr/gcc/14/bin/g++ INFO: --prefix=/usr INFO: --libdir=/usr/lib/amd64 INFO: --disable-crashreporter INFO: --disable-debug-symbols INFO: --disable-tests INFO: --disable-updater INFO: --enable-jemalloc INFO: --enable-js-shell INFO: --enable-official-branding INFO: --enable-optimize INFO: --enable-pulseaudio INFO: --enable-replace-malloc INFO: --enable-system-pixman INFO: --enable-update-channel=default INFO: --with-distribution-id=org.openindiana INFO: --with-intl-api INFO: --with-system-zlib INFO: --host=x86_64-unknown-illumos INFO: --target=x86_64-unknown-illumos INFO: --without-wasm-sandboxed-libraries INFO: checking for vcs source checkout... INFO: no INFO: checking for a shell... INFO: /usr/gnu/bin/sh INFO: checking for host system type... DEBUG: Executing: `/usr/gnu/bin/sh /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/build/moz.configure/../autoconf/config.sub x86_64-unknown-illumos` INFO: x86_64-unknown-illumos INFO: checking for target system type... DEBUG: Executing: `/usr/gnu/bin/sh /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/build/moz.configure/../autoconf/config.sub x86_64-unknown-illumos` INFO: x86_64-unknown-illumos INFO: checking whether cross compiling... INFO: no INFO: checking if configuration file confvars.sh exists... INFO: /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/browser/confvars.sh INFO: checking if configuration file configure.sh exists... INFO: /jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-147.0.3/browser/branding/official/configure.sh INFO: checking for the target C compiler... DEBUG: _cc: Looking for /usr/gcc/14/bin/gcc INFO: /usr/gcc/14/bin/gcc INFO: checking for ccache... INFO: not found INFO: checking whether the target C compiler can be used... DEBUG: Creating `/tmp/conftestk9r21e65.c` with content: DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) DEBUG: | %COMPILER "clang-cl" DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | #elif defined(__clang__) DEBUG: | %COMPILER "clang" DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | # ifdef __apple_build_version__ DEBUG: | %XCODE 1 DEBUG: | # endif DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) DEBUG: | %COMPILER "gcc" DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ DEBUG: | #endif DEBUG: | DEBUG: | #if __cplusplus DEBUG: | %cplusplus __cplusplus DEBUG: | #elif __STDC_VERSION__ DEBUG: | %STDC_VERSION __STDC_VERSION__ DEBUG: | #endif DEBUG: | #if __i386__ || _M_IX86 DEBUG: | %CPU "x86" DEBUG: | #elif __x86_64__ || _M_X64 DEBUG: | %CPU "x86_64" DEBUG: | #elif __arm__ || _M_ARM DEBUG: | %CPU "arm" DEBUG: | #elif __aarch64__ || _M_ARM64 DEBUG: | %CPU "aarch64" DEBUG: | #elif __ia64__ DEBUG: | %CPU "ia64" DEBUG: | #elif __s390x__ DEBUG: | %CPU "s390x" DEBUG: | #elif __s390__ DEBUG: | %CPU "s390" DEBUG: | #elif __powerpc64__ DEBUG: | %CPU "ppc64" DEBUG: | #elif __powerpc__ DEBUG: | %CPU "ppc" DEBUG: | #elif __alpha__ DEBUG: | %CPU "Alpha" DEBUG: | #elif __hppa__ DEBUG: | %CPU "hppa" DEBUG: | #elif __sparc__ && __arch64__ DEBUG: | %CPU "sparc64" DEBUG: | #elif __sparc__ DEBUG: | %CPU "sparc" DEBUG: | #elif __m68k__ DEBUG: | %CPU "m68k" DEBUG: | #elif __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #elif __riscv && __riscv_xlen == 64 DEBUG: | %CPU "riscv64" DEBUG: | #elif __loongarch64 DEBUG: | %CPU "loongarch64" DEBUG: | #elif __sh__ DEBUG: | %CPU "sh4" DEBUG: | #elif __wasm32__ DEBUG: | %CPU "wasm32" DEBUG: | #endif DEBUG: | #if __APPLE__ DEBUG: | %KERNEL "Darwin" DEBUG: | #elif __DragonFly__ DEBUG: | %KERNEL "DragonFly" DEBUG: | #elif __FreeBSD__ DEBUG: | %KERNEL "FreeBSD" DEBUG: | #elif __FreeBSD_kernel__ DEBUG: | %KERNEL "kFreeBSD" DEBUG: | #elif __linux__ DEBUG: | %KERNEL "Linux" DEBUG: | #elif __NetBSD__ DEBUG: | %KERNEL "NetBSD" DEBUG: | #elif __OpenBSD__ DEBUG: | %KERNEL "OpenBSD" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "SunOS" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "Illumos" DEBUG: | #elif _WIN32 || __CYGWIN__ DEBUG: | %KERNEL "WINNT" DEBUG: | #elif __wasi__ DEBUG: | %KERNEL "WASI" DEBUG: | #endif DEBUG: | #if __ANDROID__ DEBUG: | %OS "Android" DEBUG: | #endif DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ DEBUG: | %ENDIANNESS "little" DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ DEBUG: | %ENDIANNESS "big" DEBUG: | #endif DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestk9r21e65.c -E` DEBUG: COMPILER = gcc DEBUG: VERSION = 14.3.0 DEBUG: STDC_VERSION = 201710L DEBUG: CPU = x86_64 DEBUG: KERNEL = SunOS DEBUG: ENDIANNESS = little INFO: yes INFO: checking for the target C++ compiler... DEBUG: _cxx: Looking for /usr/gcc/14/bin/g++ INFO: /usr/gcc/14/bin/g++ INFO: checking whether the target C++ compiler can be used... DEBUG: Creating `/tmp/conftestsyi9r3zd.cpp` with content: DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) DEBUG: | %COMPILER "clang-cl" DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | #elif defined(__clang__) DEBUG: | %COMPILER "clang" DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | # ifdef __apple_build_version__ DEBUG: | %XCODE 1 DEBUG: | # endif DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) DEBUG: | %COMPILER "gcc" DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ DEBUG: | #endif DEBUG: | DEBUG: | #if __cplusplus DEBUG: | %cplusplus __cplusplus DEBUG: | #elif __STDC_VERSION__ DEBUG: | %STDC_VERSION __STDC_VERSION__ DEBUG: | #endif DEBUG: | #if __i386__ || _M_IX86 DEBUG: | %CPU "x86" DEBUG: | #elif __x86_64__ || _M_X64 DEBUG: | %CPU "x86_64" DEBUG: | #elif __arm__ || _M_ARM DEBUG: | %CPU "arm" DEBUG: | #elif __aarch64__ || _M_ARM64 DEBUG: | %CPU "aarch64" DEBUG: | #elif __ia64__ DEBUG: | %CPU "ia64" DEBUG: | #elif __s390x__ DEBUG: | %CPU "s390x" DEBUG: | #elif __s390__ DEBUG: | %CPU "s390" DEBUG: | #elif __powerpc64__ DEBUG: | %CPU "ppc64" DEBUG: | #elif __powerpc__ DEBUG: | %CPU "ppc" DEBUG: | #elif __alpha__ DEBUG: | %CPU "Alpha" DEBUG: | #elif __hppa__ DEBUG: | %CPU "hppa" DEBUG: | #elif __sparc__ && __arch64__ DEBUG: | %CPU "sparc64" DEBUG: | #elif __sparc__ DEBUG: | %CPU "sparc" DEBUG: | #elif __m68k__ DEBUG: | %CPU "m68k" DEBUG: | #elif __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #elif __riscv && __riscv_xlen == 64 DEBUG: | %CPU "riscv64" DEBUG: | #elif __loongarch64 DEBUG: | %CPU "loongarch64" DEBUG: | #elif __sh__ DEBUG: | %CPU "sh4" DEBUG: | #elif __wasm32__ DEBUG: | %CPU "wasm32" DEBUG: | #endif DEBUG: | #if __APPLE__ DEBUG: | %KERNEL "Darwin" DEBUG: | #elif __DragonFly__ DEBUG: | %KERNEL "DragonFly" DEBUG: | #elif __FreeBSD__ DEBUG: | %KERNEL "FreeBSD" DEBUG: | #elif __FreeBSD_kernel__ DEBUG: | %KERNEL "kFreeBSD" DEBUG: | #elif __linux__ DEBUG: | %KERNEL "Linux" DEBUG: | #elif __NetBSD__ DEBUG: | %KERNEL "NetBSD" DEBUG: | #elif __OpenBSD__ DEBUG: | %KERNEL "OpenBSD" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "SunOS" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "Illumos" DEBUG: | #elif _WIN32 || __CYGWIN__ DEBUG: | %KERNEL "WINNT" DEBUG: | #elif __wasi__ DEBUG: | %KERNEL "WASI" DEBUG: | #endif DEBUG: | #if __ANDROID__ DEBUG: | %OS "Android" DEBUG: | #endif DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ DEBUG: | %ENDIANNESS "little" DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ DEBUG: | %ENDIANNESS "big" DEBUG: | #endif DEBUG: Executing: `/usr/gcc/14/bin/g++ /tmp/conftestsyi9r3zd.cpp -E` DEBUG: COMPILER = gcc DEBUG: VERSION = 14.3.0 DEBUG: cplusplus = 201703L DEBUG: CPU = x86_64 DEBUG: KERNEL = SunOS DEBUG: ENDIANNESS = little DEBUG: Creating `/tmp/conftestu365y_um.cpp` with content: DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) DEBUG: | %COMPILER "clang-cl" DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | #elif defined(__clang__) DEBUG: | %COMPILER "clang" DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | # ifdef __apple_build_version__ DEBUG: | %XCODE 1 DEBUG: | # endif DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) DEBUG: | %COMPILER "gcc" DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ DEBUG: | #endif DEBUG: | DEBUG: | #if __cplusplus DEBUG: | %cplusplus __cplusplus DEBUG: | #elif __STDC_VERSION__ DEBUG: | %STDC_VERSION __STDC_VERSION__ DEBUG: | #endif DEBUG: | #if __i386__ || _M_IX86 DEBUG: | %CPU "x86" DEBUG: | #elif __x86_64__ || _M_X64 DEBUG: | %CPU "x86_64" DEBUG: | #elif __arm__ || _M_ARM DEBUG: | %CPU "arm" DEBUG: | #elif __aarch64__ || _M_ARM64 DEBUG: | %CPU "aarch64" DEBUG: | #elif __ia64__ DEBUG: | %CPU "ia64" DEBUG: | #elif __s390x__ DEBUG: | %CPU "s390x" DEBUG: | #elif __s390__ DEBUG: | %CPU "s390" DEBUG: | #elif __powerpc64__ DEBUG: | %CPU "ppc64" DEBUG: | #elif __powerpc__ DEBUG: | %CPU "ppc" DEBUG: | #elif __alpha__ DEBUG: | %CPU "Alpha" DEBUG: | #elif __hppa__ DEBUG: | %CPU "hppa" DEBUG: | #elif __sparc__ && __arch64__ DEBUG: | %CPU "sparc64" DEBUG: | #elif __sparc__ DEBUG: | %CPU "sparc" DEBUG: | #elif __m68k__ DEBUG: | %CPU "m68k" DEBUG: | #elif __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #elif __riscv && __riscv_xlen == 64 DEBUG: | %CPU "riscv64" DEBUG: | #elif __loongarch64 DEBUG: | %CPU "loongarch64" DEBUG: | #elif __sh__ DEBUG: | %CPU "sh4" DEBUG: | #elif __wasm32__ DEBUG: | %CPU "wasm32" DEBUG: | #endif DEBUG: | #if __APPLE__ DEBUG: | %KERNEL "Darwin" DEBUG: | #elif __DragonFly__ DEBUG: | %KERNEL "DragonFly" DEBUG: | #elif __FreeBSD__ DEBUG: | %KERNEL "FreeBSD" DEBUG: | #elif __FreeBSD_kernel__ DEBUG: | %KERNEL "kFreeBSD" DEBUG: | #elif __linux__ DEBUG: | %KERNEL "Linux" DEBUG: | #elif __NetBSD__ DEBUG: | %KERNEL "NetBSD" DEBUG: | #elif __OpenBSD__ DEBUG: | %KERNEL "OpenBSD" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "SunOS" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "Illumos" DEBUG: | #elif _WIN32 || __CYGWIN__ DEBUG: | %KERNEL "WINNT" DEBUG: | #elif __wasi__ DEBUG: | %KERNEL "WASI" DEBUG: | #endif DEBUG: | #if __ANDROID__ DEBUG: | %OS "Android" DEBUG: | #endif DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ DEBUG: | %ENDIANNESS "little" DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ DEBUG: | %ENDIANNESS "big" DEBUG: | #endif DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestu365y_um.cpp -E` DEBUG: COMPILER = gcc DEBUG: VERSION = 14.3.0 DEBUG: cplusplus = 202002L DEBUG: CPU = x86_64 DEBUG: KERNEL = SunOS DEBUG: ENDIANNESS = little INFO: yes INFO: checking for unwind.h... DEBUG: Creating `/tmp/conftestevzv69xc.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestevzv69xc.cpp -c` INFO: yes INFO: checking for _Unwind_Backtrace... DEBUG: Creating `/tmp/conftestjxxacurx.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char _Unwind_Backtrace(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | _Unwind_Backtrace(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestjxxacurx.c` INFO: yes INFO: checking for Python 3... INFO: /export/home/oi/.mozbuild/srcdirs/firefox-147.0.3-35557fa7dced/_virtualenvs/build/bin/python (3.9.25) INFO: checking the target C compiler version... INFO: 14.3.0 INFO: checking the target C compiler works... DEBUG: Creating `/tmp/conftest7h1ec0ne.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest7h1ec0ne.c -c` INFO: yes INFO: checking the target C++ compiler version... INFO: 14.3.0 INFO: checking the target C++ compiler works... DEBUG: Creating `/tmp/conftestkjjcmes2.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestkjjcmes2.cpp -c` INFO: yes INFO: checking for the host C compiler... DEBUG: _host_cc: Looking for /usr/gcc/14/bin/gcc INFO: /usr/gcc/14/bin/gcc INFO: checking whether the host C compiler can be used... DEBUG: COMPILER = gcc DEBUG: VERSION = 14.3.0 DEBUG: STDC_VERSION = 201710L DEBUG: CPU = x86_64 DEBUG: KERNEL = SunOS DEBUG: ENDIANNESS = little INFO: yes INFO: checking the host C compiler version... INFO: 14.3.0 INFO: checking the host C compiler works... INFO: yes INFO: checking for the host C++ compiler... DEBUG: _host_cxx: Looking for /usr/gcc/14/bin/g++ INFO: /usr/gcc/14/bin/g++ INFO: checking whether the host C++ compiler can be used... DEBUG: COMPILER = gcc DEBUG: VERSION = 14.3.0 DEBUG: cplusplus = 201703L DEBUG: CPU = x86_64 DEBUG: KERNEL = SunOS DEBUG: ENDIANNESS = little DEBUG: COMPILER = gcc DEBUG: VERSION = 14.3.0 DEBUG: cplusplus = 202002L DEBUG: CPU = x86_64 DEBUG: KERNEL = SunOS DEBUG: ENDIANNESS = little INFO: yes INFO: checking the host C++ compiler version... INFO: 14.3.0 INFO: checking the host C++ compiler works... INFO: yes DEBUG: Creating `/tmp/conftestz9ea6b5w.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | #ifndef __GLIBCXX__ DEBUG: | #error 1 DEBUG: | #endif DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestz9ea6b5w.cpp -c` INFO: checking for 64-bit OS... DEBUG: Creating `/tmp/conftesthbgwaeng.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | static_assert(sizeof(void *) == 8, "") DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftesthbgwaeng.cpp -c` INFO: yes INFO: checking for __thread keyword for TLS variables... DEBUG: Creating `/tmp/conftestuqqw1nbn.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | static __thread bool tlsIsMainThread = false; return tlsIsMainThread; DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestuqqw1nbn.cpp` INFO: yes INFO: checking for the assembler... DEBUG: _as: Looking for /usr/gcc/14/bin/gcc INFO: /usr/gcc/14/bin/gcc DEBUG: Executing: `/usr/gcc/14/bin/gcc -Wa,--version -c -o /dev/null -x assembler -` INFO: checking for llvm-objdump... DEBUG: llvm_objdump: Looking for llvm-objdump INFO: /usr/clang/21/bin/llvm-objdump INFO: checking for ar... DEBUG: ar: Looking for ar INFO: /usr/gnu/bin/ar INFO: checking whether ar supports response files... DEBUG: Creating `/tmp/conftestxhla6rrc.c` with content: DEBUG: | void foo() {} DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestxhla6rrc.c -c -o /tmp/conftest03n_d2m3.o` DEBUG: Creating `/tmp/conftest818lku2g.list` with content: DEBUG: | /tmp/conftest03n_d2m3.o DEBUG: Executing: `/usr/gnu/bin/ar crs /tmp/conftesthf4kr_ky.a @/tmp/conftest818lku2g.list` INFO: yes INFO: checking for host_ar... DEBUG: host_ar: Looking for ar INFO: /usr/gnu/bin/ar INFO: checking for -mavxvnni support... DEBUG: Creating `/tmp/conftestxjdj14op.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestxjdj14op.cpp -mavxvnni -c` INFO: yes INFO: checking for -mavx512bw support... DEBUG: Creating `/tmp/conftestr8mtykc5.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestr8mtykc5.cpp -mavx512bw -mavx512f -mavx512dq -mavx512cd -c` INFO: yes INFO: checking for -mavx512vnni support... DEBUG: Creating `/tmp/conftestvrvej0o4.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestvrvej0o4.cpp -mavx512vnni -mavx512bw -mavx512f -mavx512dq -mavx512cd -c` INFO: yes INFO: checking for pkg_config... DEBUG: pkg_config: Looking for /usr/bin/amd64/pkg-config INFO: /usr/bin/amd64/pkg-config INFO: checking for pkg-config version... DEBUG: Executing: `/usr/bin/amd64/pkg-config --version` INFO: 0.29.2 INFO: checking whether pkg-config is pkgconf... DEBUG: Executing: `/usr/bin/amd64/pkg-config --about` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | Unknown option --about INFO: no INFO: checking for strndup... DEBUG: Creating `/tmp/conftestqo03b8st.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char strndup(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | strndup(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestqo03b8st.c` DEBUG: | /tmp/conftestqo03b8st.c:4:6: warning: conflicting types for built-in function 'strndup'; expected 'char *(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch] DEBUG: | 4 | char strndup(); DEBUG: | | ^~~~~~~ INFO: yes INFO: checking for posix_memalign... DEBUG: Creating `/tmp/conftestrvndv41r.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char posix_memalign(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | posix_memalign(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestrvndv41r.c` DEBUG: | /tmp/conftestrvndv41r.c:4:6: warning: conflicting types for built-in function 'posix_memalign'; expected 'int(void **, long unsigned int, long unsigned int)' [-Wbuiltin-declaration-mismatch] DEBUG: | 4 | char posix_memalign(); DEBUG: | | ^~~~~~~~~~~~~~ INFO: yes INFO: checking for memalign... DEBUG: Creating `/tmp/conftestcynjxsfd.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char memalign(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | memalign(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestcynjxsfd.c` INFO: yes INFO: checking for malloc_usable_size... DEBUG: Creating `/tmp/conftestgyv3h2ch.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char malloc_usable_size(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | malloc_usable_size(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestgyv3h2ch.c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | Undefined first referenced DEBUG: | symbol in file DEBUG: | malloc_usable_size /var/tmp//ccVGGuOq.o DEBUG: | ld: fatal: symbol referencing errors. No output written to a.out DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking for malloc.h... DEBUG: Creating `/tmp/conftestqfd3a7tg.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestqfd3a7tg.cpp -c` INFO: yes INFO: checking for stdint.h... DEBUG: Creating `/tmp/conftestimsktnkt.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestimsktnkt.cpp -c` INFO: yes INFO: checking for inttypes.h... DEBUG: Creating `/tmp/conftesttp1oml7x.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftesttp1oml7x.cpp -c` INFO: yes INFO: checking for alloca.h... DEBUG: Creating `/tmp/conftest80emuaze.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest80emuaze.cpp -c` INFO: yes INFO: checking for sys/byteorder.h... DEBUG: Creating `/tmp/conftestwyc1r50p.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestwyc1r50p.cpp -c` INFO: yes INFO: checking for getopt.h... DEBUG: Creating `/tmp/conftestvdsk_fm0.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestvdsk_fm0.cpp -c` INFO: yes INFO: checking for unistd.h... DEBUG: Creating `/tmp/conftestrlzrpjb3.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestrlzrpjb3.cpp -c` INFO: yes INFO: checking for nl_types.h... DEBUG: Creating `/tmp/conftestoq76n9ir.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestoq76n9ir.cpp -c` INFO: yes INFO: checking for cpuid.h... DEBUG: Creating `/tmp/conftesthcw7jllx.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftesthcw7jllx.cpp -c` INFO: yes INFO: checking for fts.h... DEBUG: Creating `/tmp/conftestpco5axi2.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestpco5axi2.cpp -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | In file included from /tmp/conftestpco5axi2.cpp:1: DEBUG: | /usr/include/fts.h:41:9: error: 'dev_t' does not name a type DEBUG: | 41 | dev_t fts_dev; /* starting device # */ DEBUG: | | ^~~~~ DEBUG: | /usr/include/fts.h:44:9: error: 'size_t' does not name a type DEBUG: | 44 | size_t fts_pathlen; /* sizeof(path) */ DEBUG: | | ^~~~~~ DEBUG: | /usr/include/fts.h:1:1: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' DEBUG: | +++ |+#include DEBUG: | 1 | /* DEBUG: | /usr/include/fts.h:72:9: error: 'size_t' does not name a type DEBUG: | 72 | size_t fts_pathlen; /* strlen(fts_path) */ DEBUG: | | ^~~~~~ DEBUG: | /usr/include/fts.h:72:9: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' DEBUG: | /usr/include/fts.h:73:9: error: 'size_t' does not name a type DEBUG: | 73 | size_t fts_namelen; /* strlen(fts_name) */ DEBUG: | | ^~~~~~ DEBUG: | /usr/include/fts.h:73:9: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' DEBUG: | /usr/include/fts.h:75:9: error: 'ino_t' does not name a type; did you mean 'int'? DEBUG: | 75 | ino_t fts_ino; /* inode */ DEBUG: | | ^~~~~ DEBUG: | | int DEBUG: | /usr/include/fts.h:76:9: error: 'dev_t' does not name a type DEBUG: | 76 | dev_t fts_dev; /* device */ DEBUG: | | ^~~~~ DEBUG: | /usr/include/fts.h:77:9: error: 'nlink_t' does not name a type DEBUG: | 77 | nlink_t fts_nlink; /* link count */ DEBUG: | | ^~~~~~~ INFO: no INFO: checking for sys/statvfs.h... DEBUG: Creating `/tmp/conftest44r0li_a.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest44r0li_a.cpp -c` INFO: yes INFO: checking for sys/statfs.h... DEBUG: Creating `/tmp/conftest919djljq.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest919djljq.cpp -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | In file included from /tmp/conftest919djljq.cpp:1: DEBUG: | /usr/include/sys/statfs.h:52:9: error: 'ino_t' does not name a type; did you mean 'int'? DEBUG: | 52 | ino_t f_files; /* Total number of file nodes (inodes) */ DEBUG: | | ^~~~~ DEBUG: | | int DEBUG: | /usr/include/sys/statfs.h:53:9: error: 'ino_t' does not name a type; did you mean 'int'? DEBUG: | 53 | ino_t f_ffree; /* Total number of free file nodes */ DEBUG: | | ^~~~~ DEBUG: | | int INFO: no INFO: checking for sys/vfs.h... DEBUG: Creating `/tmp/conftestthkkfo3j.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestthkkfo3j.cpp -c` INFO: yes INFO: checking for sys/mount.h... DEBUG: Creating `/tmp/conftestp76oxtzv.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestp76oxtzv.cpp -c` INFO: yes INFO: checking for sys/quota.h... DEBUG: Creating `/tmp/conftest_xsvrbcx.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | quotactl(0, nullptr, 0, (caddr_t)nullptr); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest_xsvrbcx.cpp -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftest_xsvrbcx.cpp:1:10: fatal error: sys/quota.h: No such file or directory DEBUG: | 1 | #include DEBUG: | | ^~~~~~~~~~~~~ DEBUG: | compilation terminated. INFO: no INFO: checking for sys/queue.h... DEBUG: Creating `/tmp/conftesttendir7t.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftesttendir7t.cpp -c` INFO: yes INFO: checking for sys/types.h... DEBUG: Creating `/tmp/conftestgl3b8m5r.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestgl3b8m5r.cpp -c` INFO: yes INFO: checking for netinet/in.h... DEBUG: Creating `/tmp/conftestejbncxyp.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestejbncxyp.cpp -c` INFO: yes INFO: checking for byteswap.h... DEBUG: Creating `/tmp/conftestijnt0xax.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestijnt0xax.cpp -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftestijnt0xax.cpp:1:10: fatal error: byteswap.h: No such file or directory DEBUG: | 1 | #include DEBUG: | | ^~~~~~~~~~~~ DEBUG: | compilation terminated. INFO: no INFO: checking for memfd_create in sys/mman.h... DEBUG: Creating `/tmp/conftesty45ouato.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | memfd_create("", 0); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftesty45ouato.cpp -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftesty45ouato.cpp: In function 'int main()': DEBUG: | /tmp/conftesty45ouato.cpp:5:1: error: 'memfd_create' was not declared in this scope; did you mean 'timer_create'? DEBUG: | 5 | memfd_create("", 0); DEBUG: | | ^~~~~~~~~~~~ DEBUG: | | timer_create INFO: no INFO: checking for clock_gettime(CLOCK_MONOTONIC)... DEBUG: Creating `/tmp/conftest8qzc3qt7.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest8qzc3qt7.cpp` INFO: yes INFO: checking for res_ninit()... DEBUG: Creating `/tmp/conftestplspbjkb.cpp` with content: DEBUG: | #include DEBUG: | #include DEBUG: | #include DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | int foo = res_ninit(&_res); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestplspbjkb.cpp` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | Undefined first referenced DEBUG: | symbol in file DEBUG: | _res /var/tmp//ccC6WKOq.o DEBUG: | res_ninit /var/tmp//ccC6WKOq.o DEBUG: | ld: fatal: symbol referencing errors. No output written to a.out DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking for dladdr... DEBUG: Creating `/tmp/conftestqhx5mh7m.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char dladdr(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | dladdr(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestqhx5mh7m.c` INFO: yes INFO: checking for dlfcn.h... DEBUG: Creating `/tmp/conftestoalosmzm.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestoalosmzm.cpp -c` INFO: yes INFO: checking for dlopen in -ldl... DEBUG: Creating `/tmp/conftestwtmfjq4w.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char dlopen(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | dlopen(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestwtmfjq4w.c -ldl` INFO: yes INFO: checking for gethostbyname_r in -lc_r... DEBUG: Creating `/tmp/conftest9s6_91ge.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char gethostbyname_r(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | gethostbyname_r(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest9s6_91ge.c -lc_r` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | ld: fatal: library -lc_r: not found DEBUG: | ld: fatal: file processing errors. No output written to a.out DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking for socket in -lsocket... DEBUG: Creating `/tmp/conftestkrtmys8t.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char socket(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | socket(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestkrtmys8t.c -lsocket` INFO: yes INFO: checking for pthread_create... DEBUG: Creating `/tmp/conftestkr3i2fxx.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char pthread_create(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | pthread_create(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestkr3i2fxx.c` INFO: yes INFO: checking for pthread.h... DEBUG: Creating `/tmp/conftest2z1dapkv.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest2z1dapkv.cpp -c` INFO: yes INFO: checking whether the C compiler supports -pthread... DEBUG: Creating `/tmp/conftesthv7wgi7a.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftesthv7wgi7a.c -Werror -pthread -c` INFO: yes DEBUG: Creating `/tmp/conftestta5yjj_3.cpp` with content: DEBUG: | #include DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | std::atomic foo; foo = 1; DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestta5yjj_3.cpp` INFO: checking whether 64-bits std::atomic requires -latomic... INFO: no INFO: checking whether the C compiler supports -Wbitfield-enum-conversion... DEBUG: Creating `/tmp/conftestd_islw2u.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestd_islw2u.c -Werror -Wbitfield-enum-conversion -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | gcc: error: unrecognized command-line option '-Wbitfield-enum-conversion'; did you mean '-Wno-enum-conversion'? INFO: no INFO: checking whether the C++ compiler supports -Wbitfield-enum-conversion... DEBUG: Creating `/tmp/conftestb55orndl.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestb55orndl.cpp -Werror -Wbitfield-enum-conversion -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wbitfield-enum-conversion'; did you mean '-Wno-enum-conversion'? INFO: no INFO: checking whether the C compiler supports -Wformat-type-confusion... DEBUG: Creating `/tmp/conftestgbyrwh8f.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestgbyrwh8f.c -Werror -Wformat-type-confusion -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | gcc: error: unrecognized command-line option '-Wformat-type-confusion' INFO: no INFO: checking whether the C++ compiler supports -Wformat-type-confusion... DEBUG: Creating `/tmp/conftest89m_rirm.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest89m_rirm.cpp -Werror -Wformat-type-confusion -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wformat-type-confusion' INFO: no INFO: checking whether the C compiler supports -Wshadow-field-in-constructor-modified... DEBUG: Creating `/tmp/conftest1a224at1.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest1a224at1.c -Werror -Wshadow-field-in-constructor-modified -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | gcc: error: unrecognized command-line option '-Wshadow-field-in-constructor-modified' INFO: no INFO: checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... DEBUG: Creating `/tmp/conftest_eae3p4l.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest_eae3p4l.cpp -Werror -Wshadow-field-in-constructor-modified -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wshadow-field-in-constructor-modified' INFO: no INFO: checking whether the C compiler supports -Wtautological-constant-in-range-compare... DEBUG: Creating `/tmp/conftest1ytjlzn_.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest1ytjlzn_.c -Werror -Wtautological-constant-in-range-compare -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | gcc: error: unrecognized command-line option '-Wtautological-constant-in-range-compare' INFO: no INFO: checking whether the C++ compiler supports -Wtautological-constant-in-range-compare... DEBUG: Creating `/tmp/conftestd67yo4pr.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestd67yo4pr.cpp -Werror -Wtautological-constant-in-range-compare -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wtautological-constant-in-range-compare' INFO: no INFO: checking whether the C compiler supports -Wno-error=tautological-type-limit-compare... DEBUG: Creating `/tmp/conftestn3jjt6_h.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestn3jjt6_h.c -Werror -Wno-error=tautological-type-limit-compare -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | cc1: error: '-Wno-error=tautological-type-limit-compare': no option '-Wtautological-type-limit-compare'; did you mean '-Wtautological-compare'? INFO: no INFO: checking whether the C++ compiler supports -Wno-error=tautological-type-limit-compare... DEBUG: Creating `/tmp/conftestcc7sulze.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestcc7sulze.cpp -Werror -Wno-error=tautological-type-limit-compare -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | cc1plus: error: '-Wno-error=tautological-type-limit-compare': no option '-Wtautological-type-limit-compare'; did you mean '-Wtautological-compare'? INFO: no INFO: checking whether the C compiler supports -Wunreachable-code-return... DEBUG: Creating `/tmp/conftestk1fs6ghm.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestk1fs6ghm.c -Werror -Wunreachable-code-return -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | gcc: error: unrecognized command-line option '-Wunreachable-code-return'; did you mean '-Wunreachable-code'? INFO: no INFO: checking whether the C++ compiler supports -Wunreachable-code-return... DEBUG: Creating `/tmp/conftest_pt_mlwy.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest_pt_mlwy.cpp -Werror -Wunreachable-code-return -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wunreachable-code-return'; did you mean '-Wunreachable-code'? INFO: no INFO: checking whether the C compiler supports -Wclass-varargs... DEBUG: Creating `/tmp/conftest37wn4yij.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest37wn4yij.c -Werror -Wclass-varargs -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | gcc: error: unrecognized command-line option '-Wclass-varargs'; did you mean '-Wno-varargs'? INFO: no INFO: checking whether the C++ compiler supports -Wclass-varargs... DEBUG: Creating `/tmp/conftest0_ofvovp.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest0_ofvovp.cpp -Werror -Wclass-varargs -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wclass-varargs'; did you mean '-Wno-varargs'? INFO: no INFO: checking whether the C++ compiler supports -Wempty-init-stmt... DEBUG: Creating `/tmp/conftestb_yglm1a.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestb_yglm1a.cpp -Werror -Wempty-init-stmt -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wempty-init-stmt' INFO: no INFO: checking whether the C compiler supports -Wfloat-overflow-conversion... DEBUG: Creating `/tmp/conftestzv42sadv.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestzv42sadv.c -Werror -Wfloat-overflow-conversion -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | gcc: error: unrecognized command-line option '-Wfloat-overflow-conversion'; did you mean '-Wfloat-conversion'? INFO: no INFO: checking whether the C++ compiler supports -Wfloat-overflow-conversion... DEBUG: Creating `/tmp/conftesthz1stkcj.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftesthz1stkcj.cpp -Werror -Wfloat-overflow-conversion -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wfloat-overflow-conversion'; did you mean '-Wfloat-conversion'? INFO: no INFO: checking whether the C compiler supports -Wfloat-zero-conversion... DEBUG: Creating `/tmp/conftestn3zjj653.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestn3zjj653.c -Werror -Wfloat-zero-conversion -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | gcc: error: unrecognized command-line option '-Wfloat-zero-conversion'; did you mean '-Wfloat-conversion'? INFO: no INFO: checking whether the C++ compiler supports -Wfloat-zero-conversion... DEBUG: Creating `/tmp/conftestkcdue93a.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestkcdue93a.cpp -Werror -Wfloat-zero-conversion -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wfloat-zero-conversion'; did you mean '-Wfloat-conversion'? INFO: no INFO: checking whether the C compiler supports -Wloop-analysis... DEBUG: Creating `/tmp/conftestbm2q57nk.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestbm2q57nk.c -Werror -Wloop-analysis -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | gcc: error: unrecognized command-line option '-Wloop-analysis' INFO: no INFO: checking whether the C++ compiler supports -Wloop-analysis... DEBUG: Creating `/tmp/conftest_h5nx8kh.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest_h5nx8kh.cpp -Werror -Wloop-analysis -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wloop-analysis' INFO: no INFO: checking whether the C compiler supports -Wno-range-loop-analysis... DEBUG: Creating `/tmp/conftestbzczp014.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestbzczp014.c -Werror -Wrange-loop-analysis -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | gcc: error: unrecognized command-line option '-Wrange-loop-analysis' INFO: no INFO: checking whether the C++ compiler supports -Wno-range-loop-analysis... DEBUG: Creating `/tmp/conftest2qzvw_7_.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest2qzvw_7_.cpp -Werror -Wrange-loop-analysis -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wrange-loop-analysis' INFO: no INFO: checking whether the C++ compiler supports -Wno-deprecated-anon-enum-enum-conversion... DEBUG: Creating `/tmp/conftest9uo1_1pz.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest9uo1_1pz.cpp -Werror -Wdeprecated-anon-enum-enum-conversion -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wdeprecated-anon-enum-enum-conversion'; did you mean '-Wdeprecated-enum-enum-conversion'? INFO: no INFO: checking whether the C++ compiler supports -Wno-deprecated-enum-enum-conversion... DEBUG: Creating `/tmp/conftestcy63lrdy.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestcy63lrdy.cpp -Werror -Wdeprecated-enum-enum-conversion -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-deprecated-this-capture... DEBUG: Creating `/tmp/conftestv0nkjr99.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestv0nkjr99.cpp -Werror -Wdeprecated-this-capture -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wdeprecated-this-capture' INFO: no INFO: checking whether the C compiler supports -Wno-error=deprecated... DEBUG: Creating `/tmp/conftestotf9lkqg.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestotf9lkqg.c -Werror -Wno-error=deprecated -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=deprecated... DEBUG: Creating `/tmp/conftest5crcvp8x.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest5crcvp8x.cpp -Werror -Wno-error=deprecated -c` INFO: yes INFO: checking whether the C++ compiler supports -Wdeprecated-literal-operator... DEBUG: Creating `/tmp/conftestrs5yc1wt.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestrs5yc1wt.cpp -Werror -Wdeprecated-literal-operator -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wdeprecated-literal-operator' INFO: no INFO: checking whether the C compiler supports -Winvalid-utf8... DEBUG: Creating `/tmp/conftestfowyb4zo.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestfowyb4zo.c -Werror -Winvalid-utf8 -c` INFO: yes INFO: checking whether the C++ compiler supports -Winvalid-utf8... DEBUG: Creating `/tmp/conftestmmbercw9.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestmmbercw9.cpp -Werror -Winvalid-utf8 -c` INFO: yes INFO: checking whether the C++ compiler supports -Wcomma... DEBUG: Creating `/tmp/conftestxal5a1u7.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestxal5a1u7.cpp -Werror -Wcomma -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wcomma'; did you mean '-Wcomment'? INFO: no INFO: checking whether the C compiler supports -Wduplicated-cond... DEBUG: Creating `/tmp/conftest7kif233h.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest7kif233h.c -Werror -Wduplicated-cond -c` INFO: yes INFO: checking whether the C++ compiler supports -Wduplicated-cond... DEBUG: Creating `/tmp/conftestoo804azb.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestoo804azb.cpp -Werror -Wduplicated-cond -c` INFO: yes INFO: checking whether the C++ compiler supports -Wimplicit-fallthrough... DEBUG: Creating `/tmp/conftest05ev1foz.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest05ev1foz.cpp -Werror -Wimplicit-fallthrough -c` INFO: yes INFO: checking whether the C compiler supports -Wlogical-op... DEBUG: Creating `/tmp/conftestakd4gvr0.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestakd4gvr0.c -Werror -Wlogical-op -c` INFO: yes INFO: checking whether the C++ compiler supports -Wlogical-op... DEBUG: Creating `/tmp/conftest5z3cetop.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest5z3cetop.cpp -Werror -Wlogical-op -c` INFO: yes INFO: checking whether the C compiler supports -Wstring-conversion... DEBUG: Creating `/tmp/conftestrufbtyqq.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestrufbtyqq.c -Werror -Wstring-conversion -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | gcc: error: unrecognized command-line option '-Wstring-conversion'; did you mean '-Wsign-conversion'? INFO: no INFO: checking whether the C++ compiler supports -Wstring-conversion... DEBUG: Creating `/tmp/conftestiya2pjmv.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestiya2pjmv.cpp -Werror -Wstring-conversion -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wstring-conversion'; did you mean '-Wsign-conversion'? INFO: no INFO: checking whether the C++ compiler supports -Wno-inline-new-delete... DEBUG: Creating `/tmp/conftestknyons4x.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestknyons4x.cpp -Werror -Winline-new-delete -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Winline-new-delete'; did you mean '-Wmismatched-new-delete'? INFO: no INFO: checking whether the C compiler supports -Wno-error=maybe-uninitialized... DEBUG: Creating `/tmp/conftest1fy7nwx_.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest1fy7nwx_.c -Werror -Wno-error=maybe-uninitialized -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... DEBUG: Creating `/tmp/conftestrjp9g0gk.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestrjp9g0gk.cpp -Werror -Wno-error=maybe-uninitialized -c` INFO: yes INFO: checking whether the C compiler supports -Wno-error=deprecated-declarations... DEBUG: Creating `/tmp/conftest1etdl84v.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest1etdl84v.c -Werror -Wno-error=deprecated-declarations -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=deprecated-declarations... DEBUG: Creating `/tmp/conftest2vxghsdm.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest2vxghsdm.cpp -Werror -Wno-error=deprecated-declarations -c` INFO: yes INFO: checking whether the C compiler supports -Wno-error=array-bounds... DEBUG: Creating `/tmp/conftestgfuntfma.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestgfuntfma.c -Werror -Wno-error=array-bounds -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=array-bounds... DEBUG: Creating `/tmp/conftest5615y2cb.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest5615y2cb.cpp -Werror -Wno-error=array-bounds -c` INFO: yes INFO: checking whether the C compiler supports -Wno-error=free-nonheap-object... DEBUG: Creating `/tmp/conftestk44rd22c.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestk44rd22c.c -Werror -Wno-error=free-nonheap-object -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=free-nonheap-object... DEBUG: Creating `/tmp/conftest7xqcnlrc.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest7xqcnlrc.cpp -Werror -Wno-error=free-nonheap-object -c` INFO: yes INFO: checking whether the C compiler supports -Wno-multistatement-macros... DEBUG: Creating `/tmp/conftestdehrwlq_.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestdehrwlq_.c -Werror -Wmultistatement-macros -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-multistatement-macros... DEBUG: Creating `/tmp/conftestl7g6r63p.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestl7g6r63p.cpp -Werror -Wmultistatement-macros -c` INFO: yes INFO: checking whether the C compiler supports -Wno-error=class-memaccess... DEBUG: Creating `/tmp/conftestzq1loejz.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestzq1loejz.c -Werror -Wno-error=class-memaccess -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=class-memaccess... DEBUG: Creating `/tmp/conftestyl7x60jy.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestyl7x60jy.cpp -Werror -Wno-error=class-memaccess -c` INFO: yes INFO: checking whether the C compiler supports -Wno-error=atomic-alignment... DEBUG: Creating `/tmp/conftestcjl8l7p8.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestcjl8l7p8.c -Werror -Wno-error=atomic-alignment -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | cc1: error: '-Wno-error=atomic-alignment': no option '-Watomic-alignment' INFO: no INFO: checking whether the C++ compiler supports -Wno-error=atomic-alignment... DEBUG: Creating `/tmp/conftestwe_mqlfy.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestwe_mqlfy.cpp -Werror -Wno-error=atomic-alignment -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | cc1plus: error: '-Wno-error=atomic-alignment': no option '-Watomic-alignment' INFO: no INFO: checking whether the C compiler supports -Wno-error=deprecated-builtins... DEBUG: Creating `/tmp/conftestn7re7wk2.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestn7re7wk2.c -Werror -Wno-error=deprecated-builtins -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | cc1: error: '-Wno-error=deprecated-builtins': no option '-Wdeprecated-builtins'; did you mean '-Wdeprecated-declarations'? INFO: no INFO: checking whether the C++ compiler supports -Wno-error=deprecated-builtins... DEBUG: Creating `/tmp/conftestab7og5fo.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestab7og5fo.cpp -Werror -Wno-error=deprecated-builtins -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | cc1plus: error: '-Wno-error=deprecated-builtins': no option '-Wdeprecated-builtins'; did you mean '-Wdeprecated-declarations'? INFO: no INFO: checking whether the C compiler supports -Wformat... DEBUG: Creating `/tmp/conftestxyh3sim3.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestxyh3sim3.c -Werror -Wformat -c` INFO: yes INFO: checking whether the C++ compiler supports -Wformat... DEBUG: Creating `/tmp/conftestabb5te10.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestabb5te10.cpp -Werror -Wformat -c` INFO: yes INFO: checking whether the C compiler supports -Wformat-security... DEBUG: Creating `/tmp/conftest6cfaj3ts.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest6cfaj3ts.c -Werror -Wformat-security -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | cc1: error: '-Wformat-security' ignored without '-Wformat' [-Werror=format-security] DEBUG: | cc1: all warnings being treated as errors INFO: no INFO: checking whether the C++ compiler supports -Wformat-security... DEBUG: Creating `/tmp/conftestx9y3krlq.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestx9y3krlq.cpp -Werror -Wformat-security -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | cc1plus: error: '-Wformat-security' ignored without '-Wformat' [-Werror=format-security] DEBUG: | cc1plus: all warnings being treated as errors INFO: no INFO: checking whether the C compiler supports -Wformat-overflow=2... DEBUG: Creating `/tmp/conftest3vz5weg2.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest3vz5weg2.c -Werror -Wformat-overflow=2 -c` INFO: yes INFO: checking whether the C++ compiler supports -Wformat-overflow=2... DEBUG: Creating `/tmp/conftest6alho4mb.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest6alho4mb.cpp -Werror -Wformat-overflow=2 -c` INFO: yes INFO: checking whether the C compiler supports -Werror=implicit-function-declaration... DEBUG: Creating `/tmp/conftestc6h1bnpw.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestc6h1bnpw.c -Werror=implicit-function-declaration -c` INFO: yes INFO: checking whether the C compiler supports -Wno-psabi... DEBUG: Creating `/tmp/conftestdsu988gz.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestdsu988gz.c -Werror -Wpsabi -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-psabi... DEBUG: Creating `/tmp/conftest8pjjvv37.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest8pjjvv37.cpp -Werror -Wpsabi -c` INFO: yes INFO: checking whether the C compiler supports -Wno-error=builtin-macro-redefined... DEBUG: Creating `/tmp/conftestne505e5_.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestne505e5_.c -Werror -Wno-error=builtin-macro-redefined -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=builtin-macro-redefined... DEBUG: Creating `/tmp/conftest64erimi7.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest64erimi7.cpp -Werror -Wno-error=builtin-macro-redefined -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-vla-cxx-extension... DEBUG: Creating `/tmp/conftestvl8novh9.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestvl8novh9.cpp -Werror -Wvla-cxx-extension -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wvla-cxx-extension' INFO: no INFO: checking whether the C compiler supports -Wno-unknown-warning-option... DEBUG: Creating `/tmp/conftest_o98rymc.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest_o98rymc.c -Werror -Wunknown-warning-option -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | gcc: error: unrecognized command-line option '-Wunknown-warning-option' INFO: no INFO: checking whether the C++ compiler supports -Wno-unknown-warning-option... DEBUG: Creating `/tmp/conftestfc2z6_k2.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestfc2z6_k2.cpp -Werror -Wunknown-warning-option -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wunknown-warning-option' INFO: no INFO: checking whether the C compiler supports -Wno-character-conversion... DEBUG: Creating `/tmp/conftestr9vvvtvq.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestr9vvvtvq.c -Werror -Wcharacter-conversion -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | gcc: error: unrecognized command-line option '-Wcharacter-conversion'; did you mean '-Warith-conversion'? INFO: no INFO: checking whether the C++ compiler supports -Wno-character-conversion... DEBUG: Creating `/tmp/conftest3bw41xni.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest3bw41xni.cpp -Werror -Wcharacter-conversion -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | g++: error: unrecognized command-line option '-Wcharacter-conversion'; did you mean '-Warith-conversion'? INFO: no INFO: checking whether the C++ compiler supports -fno-sized-deallocation... DEBUG: Creating `/tmp/conftestm0jai9s8.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestm0jai9s8.cpp -Werror -fno-sized-deallocation -c` INFO: yes INFO: checking whether the C++ compiler supports -fno-aligned-new... DEBUG: Creating `/tmp/conftestvy0u6011.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestvy0u6011.cpp -Werror -fno-aligned-new -c` INFO: yes INFO: checking whether the C compiler supports -pipe... DEBUG: Creating `/tmp/conftest19snm8g3.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest19snm8g3.c -Werror -pipe -c` INFO: yes INFO: checking whether the C++ compiler supports -pipe... DEBUG: Creating `/tmp/conftestfi4rwn2b.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestfi4rwn2b.cpp -Werror -pipe -c` INFO: yes INFO: checking whether the C linker supports -Wl,--build-id=sha1... DEBUG: Creating `/tmp/conftesty93y_z76.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftesty93y_z76.c -Wl,--build-id=sha1` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | ld: fatal: unrecognized option '--build-id=sha1' DEBUG: | ld: fatal: use the -z help option for usage information DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking whether the C assembler supports -Wa,--noexecstack... DEBUG: Creating `/tmp/conftest2nqebiyj.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest2nqebiyj.c -Wa,--noexecstack -c` INFO: yes INFO: checking whether the C linker supports -Wl,-z,noexecstack... DEBUG: Creating `/tmp/conftestpvwja8qx.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestpvwja8qx.c -Wl,-z,noexecstack` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | ld: fatal: option -z has illegal argument 'noexecstack' DEBUG: | ld: fatal: flags processing errors DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking whether the C linker supports -Wl,-z,text... DEBUG: Creating `/tmp/conftestu71r_zsi.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestu71r_zsi.c -Wl,-z,text` INFO: yes INFO: checking whether the C linker supports -Wl,-z,relro... DEBUG: Creating `/tmp/conftestvx5jhiut.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestvx5jhiut.c -Wl,-z,relro` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | ld: fatal: option -z has illegal argument 'relro' DEBUG: | ld: fatal: flags processing errors DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking whether the C linker supports -Wl,-z,now... DEBUG: Creating `/tmp/conftest5dbo463i.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest5dbo463i.c -Wl,-z,now` INFO: yes INFO: checking whether the C linker supports -Wl,-z,nocopyreloc... DEBUG: Creating `/tmp/conftest9ni5j6u9.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest9ni5j6u9.c -Wl,-z,nocopyreloc` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | ld: fatal: option -z has illegal argument 'nocopyreloc' DEBUG: | ld: fatal: flags processing errors DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking whether the C assembler supports -fPIC... DEBUG: Creating `/tmp/conftestrorr83l1.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestrorr83l1.c -fPIC -c` INFO: yes INFO: checking whether the C compiler supports -fPIC... DEBUG: Creating `/tmp/conftest62j3ft0c.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest62j3ft0c.c -Werror -fPIC -c` INFO: yes INFO: checking whether the C++ compiler supports -fPIC... DEBUG: Creating `/tmp/conftesta762s4sn.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftesta762s4sn.cpp -Werror -fPIC -c` INFO: yes INFO: checking what kind of list files are supported by the linker... DEBUG: Creating `/tmp/conftest3dya9gb_.c` with content: DEBUG: | int main() {} DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest3dya9gb_.c -c -o /tmp/conftestjoqf1_7o.o` DEBUG: Executing: `/usr/gcc/14/bin/gcc -o /tmp/conftestp6r_orxr.out -Wl,@/tmp/conftestfipyfsmi.list` INFO: linkerlist INFO: checking for llvm_profdata... DEBUG: llvm_profdata: Looking for llvm-profdata INFO: /usr/clang/21/bin/llvm-profdata INFO: checking for readelf... DEBUG: readelf: Looking for llvm-readelf DEBUG: Executing: `/usr/clang/21/bin/llvm-readelf --help` INFO: /usr/clang/21/bin/llvm-readelf INFO: checking for objcopy... DEBUG: objcopy: Looking for llvm-objcopy DEBUG: Executing: `/usr/clang/21/bin/llvm-objcopy --help` INFO: /usr/clang/21/bin/llvm-objcopy INFO: checking for libpulse... DEBUG: Executing: `/usr/bin/amd64/pkg-config --errors-to-stdout --print-errors libpulse` INFO: yes INFO: checking MOZ_PULSEAUDIO_CFLAGS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --cflags libpulse` INFO: -D_REENTRANT INFO: checking MOZ_PULSEAUDIO_LIBS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --libs libpulse` INFO: -lpulse -pthread INFO: checking for rustc... DEBUG: _rustc: Looking for rustc INFO: /jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.cargo/bin/rustc INFO: checking for cargo... DEBUG: _cargo: Looking for cargo INFO: /jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.cargo/bin/cargo DEBUG: Executing: `/jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.cargo/bin/rustc +stable` DEBUG: Executing: `rustup which rustc` INFO: Actually using '/jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.rust_up/toolchains/1.91.0-x86_64-unknown-illumos/bin/rustc' DEBUG: Executing: `/jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.cargo/bin/cargo +stable` DEBUG: Executing: `rustup which cargo` INFO: Actually using '/jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.rust_up/toolchains/1.91.0-x86_64-unknown-illumos/bin/cargo' INFO: checking rustc version... DEBUG: Executing: `/jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.rust_up/toolchains/1.91.0-x86_64-unknown-illumos/bin/rustc --version --verbose` INFO: 1.91.0 INFO: checking cargo version... DEBUG: Executing: `/jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.rust_up/toolchains/1.91.0-x86_64-unknown-illumos/bin/cargo --version --verbose` INFO: 1.91.0 DEBUG: Executing: `/jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.rust_up/toolchains/1.91.0-x86_64-unknown-illumos/bin/rustc --print target-list` INFO: checking for rust host triplet... DEBUG: Creating `/tmp/conftestywhu3yaj.rs` with content: DEBUG: | pub extern "C" fn hello() { println!("Hello world"); } DEBUG: Executing: `/jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.rust_up/toolchains/1.91.0-x86_64-unknown-illumos/bin/rustc --crate-type staticlib --target=x86_64-unknown-illumos -o /tmp/conftesta2c8bha_.rlib /tmp/conftestywhu3yaj.rs` INFO: x86_64-unknown-illumos INFO: checking for rust target triplet... DEBUG: Creating `/tmp/conftestuh0_4a4w.rs` with content: DEBUG: | pub extern "C" fn hello() { println!("Hello world"); } DEBUG: Executing: `/jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.rust_up/toolchains/1.91.0-x86_64-unknown-illumos/bin/rustc --crate-type staticlib --target=x86_64-unknown-illumos -o /tmp/confteste01cr98b.rlib /tmp/conftestuh0_4a4w.rs` INFO: x86_64-unknown-illumos INFO: checking for rustdoc... DEBUG: rustdoc: Looking for rustdoc INFO: /jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.cargo/bin/rustdoc INFO: checking for cbindgen... DEBUG: trying cbindgen: /jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.cargo/bin/cbindgen DEBUG: Executing: `/jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.cargo/bin/cbindgen --version` DEBUG: /jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.cargo/bin/cbindgen has version 0.29.2 INFO: /jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.cargo/bin/cbindgen INFO: checking for rustfmt... DEBUG: rustfmt: Looking for rustfmt INFO: /jenkins/jobs/oi-userland/workspace/components/web/firefox/build/.cargo/bin/rustfmt INFO: checking for clang for bindgen... DEBUG: Creating `/tmp/conftest0qsinpzv.cpp` with content: DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) DEBUG: | %COMPILER "clang-cl" DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | #elif defined(__clang__) DEBUG: | %COMPILER "clang" DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | # ifdef __apple_build_version__ DEBUG: | %XCODE 1 DEBUG: | # endif DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) DEBUG: | %COMPILER "gcc" DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ DEBUG: | #endif DEBUG: | DEBUG: | #if __cplusplus DEBUG: | %cplusplus __cplusplus DEBUG: | #elif __STDC_VERSION__ DEBUG: | %STDC_VERSION __STDC_VERSION__ DEBUG: | #endif DEBUG: | #if __i386__ || _M_IX86 DEBUG: | %CPU "x86" DEBUG: | #elif __x86_64__ || _M_X64 DEBUG: | %CPU "x86_64" DEBUG: | #elif __arm__ || _M_ARM DEBUG: | %CPU "arm" DEBUG: | #elif __aarch64__ || _M_ARM64 DEBUG: | %CPU "aarch64" DEBUG: | #elif __ia64__ DEBUG: | %CPU "ia64" DEBUG: | #elif __s390x__ DEBUG: | %CPU "s390x" DEBUG: | #elif __s390__ DEBUG: | %CPU "s390" DEBUG: | #elif __powerpc64__ DEBUG: | %CPU "ppc64" DEBUG: | #elif __powerpc__ DEBUG: | %CPU "ppc" DEBUG: | #elif __alpha__ DEBUG: | %CPU "Alpha" DEBUG: | #elif __hppa__ DEBUG: | %CPU "hppa" DEBUG: | #elif __sparc__ && __arch64__ DEBUG: | %CPU "sparc64" DEBUG: | #elif __sparc__ DEBUG: | %CPU "sparc" DEBUG: | #elif __m68k__ DEBUG: | %CPU "m68k" DEBUG: | #elif __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #elif __riscv && __riscv_xlen == 64 DEBUG: | %CPU "riscv64" DEBUG: | #elif __loongarch64 DEBUG: | %CPU "loongarch64" DEBUG: | #elif __sh__ DEBUG: | %CPU "sh4" DEBUG: | #elif __wasm32__ DEBUG: | %CPU "wasm32" DEBUG: | #endif DEBUG: | #if __APPLE__ DEBUG: | %KERNEL "Darwin" DEBUG: | #elif __DragonFly__ DEBUG: | %KERNEL "DragonFly" DEBUG: | #elif __FreeBSD__ DEBUG: | %KERNEL "FreeBSD" DEBUG: | #elif __FreeBSD_kernel__ DEBUG: | %KERNEL "kFreeBSD" DEBUG: | #elif __linux__ DEBUG: | %KERNEL "Linux" DEBUG: | #elif __NetBSD__ DEBUG: | %KERNEL "NetBSD" DEBUG: | #elif __OpenBSD__ DEBUG: | %KERNEL "OpenBSD" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "SunOS" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "Illumos" DEBUG: | #elif _WIN32 || __CYGWIN__ DEBUG: | %KERNEL "WINNT" DEBUG: | #elif __wasi__ DEBUG: | %KERNEL "WASI" DEBUG: | #endif DEBUG: | #if __ANDROID__ DEBUG: | %OS "Android" DEBUG: | #endif DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ DEBUG: | %ENDIANNESS "little" DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ DEBUG: | %ENDIANNESS "big" DEBUG: | #endif DEBUG: Executing: `/usr/clang/21/bin/clang++ /tmp/conftest0qsinpzv.cpp -E` DEBUG: COMPILER = clang DEBUG: VERSION = 21.1.8 DEBUG: cplusplus = 201703L DEBUG: CPU = x86_64 DEBUG: KERNEL = SunOS DEBUG: ENDIANNESS = little DEBUG: Creating `/tmp/conftestc5193s67.cpp` with content: DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) DEBUG: | %COMPILER "clang-cl" DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | #elif defined(__clang__) DEBUG: | %COMPILER "clang" DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | # ifdef __apple_build_version__ DEBUG: | %XCODE 1 DEBUG: | # endif DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) DEBUG: | %COMPILER "gcc" DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ DEBUG: | #endif DEBUG: | DEBUG: | #if __cplusplus DEBUG: | %cplusplus __cplusplus DEBUG: | #elif __STDC_VERSION__ DEBUG: | %STDC_VERSION __STDC_VERSION__ DEBUG: | #endif DEBUG: | #if __i386__ || _M_IX86 DEBUG: | %CPU "x86" DEBUG: | #elif __x86_64__ || _M_X64 DEBUG: | %CPU "x86_64" DEBUG: | #elif __arm__ || _M_ARM DEBUG: | %CPU "arm" DEBUG: | #elif __aarch64__ || _M_ARM64 DEBUG: | %CPU "aarch64" DEBUG: | #elif __ia64__ DEBUG: | %CPU "ia64" DEBUG: | #elif __s390x__ DEBUG: | %CPU "s390x" DEBUG: | #elif __s390__ DEBUG: | %CPU "s390" DEBUG: | #elif __powerpc64__ DEBUG: | %CPU "ppc64" DEBUG: | #elif __powerpc__ DEBUG: | %CPU "ppc" DEBUG: | #elif __alpha__ DEBUG: | %CPU "Alpha" DEBUG: | #elif __hppa__ DEBUG: | %CPU "hppa" DEBUG: | #elif __sparc__ && __arch64__ DEBUG: | %CPU "sparc64" DEBUG: | #elif __sparc__ DEBUG: | %CPU "sparc" DEBUG: | #elif __m68k__ DEBUG: | %CPU "m68k" DEBUG: | #elif __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #elif __riscv && __riscv_xlen == 64 DEBUG: | %CPU "riscv64" DEBUG: | #elif __loongarch64 DEBUG: | %CPU "loongarch64" DEBUG: | #elif __sh__ DEBUG: | %CPU "sh4" DEBUG: | #elif __wasm32__ DEBUG: | %CPU "wasm32" DEBUG: | #endif DEBUG: | #if __APPLE__ DEBUG: | %KERNEL "Darwin" DEBUG: | #elif __DragonFly__ DEBUG: | %KERNEL "DragonFly" DEBUG: | #elif __FreeBSD__ DEBUG: | %KERNEL "FreeBSD" DEBUG: | #elif __FreeBSD_kernel__ DEBUG: | %KERNEL "kFreeBSD" DEBUG: | #elif __linux__ DEBUG: | %KERNEL "Linux" DEBUG: | #elif __NetBSD__ DEBUG: | %KERNEL "NetBSD" DEBUG: | #elif __OpenBSD__ DEBUG: | %KERNEL "OpenBSD" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "SunOS" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "Illumos" DEBUG: | #elif _WIN32 || __CYGWIN__ DEBUG: | %KERNEL "WINNT" DEBUG: | #elif __wasi__ DEBUG: | %KERNEL "WASI" DEBUG: | #endif DEBUG: | #if __ANDROID__ DEBUG: | %OS "Android" DEBUG: | #endif DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ DEBUG: | %ENDIANNESS "little" DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ DEBUG: | %ENDIANNESS "big" DEBUG: | #endif DEBUG: Executing: `/usr/clang/21/bin/clang++ -std=gnu++20 /tmp/conftestc5193s67.cpp -E` DEBUG: COMPILER = clang DEBUG: VERSION = 21.1.8 DEBUG: cplusplus = 202002L DEBUG: CPU = x86_64 DEBUG: KERNEL = SunOS DEBUG: ENDIANNESS = little INFO: /usr/clang/21/bin/clang++ INFO: checking for libclang for bindgen... DEBUG: Executing: `/usr/clang/21/bin/clang++ -print-search-dirs` DEBUG: Trying "libclang.so" in "/usr/clang/21/lib" INFO: /usr/clang/21/lib/libclang.so INFO: checking that libclang is new enough... INFO: yes INFO: checking bindgen cflags... INFO: ['-x', 'c++', '-fno-sized-deallocation', '-fno-aligned-new', '-DTRACING=1', '-DIMPL_LIBXUL', '-DMOZILLA_INTERNAL_API', '-DRUST_BINDGEN', '-std=gnu++20'] INFO: checking for tm_zone and tm_gmtoff in struct tm... DEBUG: Creating `/tmp/conftestz0ctvrfb.c` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | struct tm tm; tm.tm_zone = 0; tm.tm_gmtoff = 1; DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestz0ctvrfb.c -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftestz0ctvrfb.c: In function 'main': DEBUG: | /tmp/conftestz0ctvrfb.c:5:18: error: 'struct tm' has no member named 'tm_zone'; did you mean 'tm_mon'? DEBUG: | 5 | struct tm tm; tm.tm_zone = 0; tm.tm_gmtoff = 1; DEBUG: | | ^~~~~~~ DEBUG: | | tm_mon DEBUG: | /tmp/conftestz0ctvrfb.c:5:33: error: 'struct tm' has no member named 'tm_gmtoff' DEBUG: | 5 | struct tm tm; tm.tm_zone = 0; tm.tm_gmtoff = 1; DEBUG: | | ^ INFO: no INFO: checking for getpagesize... DEBUG: Creating `/tmp/conftestyc75qvym.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char getpagesize(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | getpagesize(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestyc75qvym.c` INFO: yes INFO: checking for gmtime_r... DEBUG: Creating `/tmp/conftestd1fyy_gl.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char gmtime_r(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | gmtime_r(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestd1fyy_gl.c` INFO: yes INFO: checking for localtime_r... DEBUG: Creating `/tmp/conftestdsx9clbz.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char localtime_r(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | localtime_r(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestdsx9clbz.c` INFO: yes INFO: checking for gettid... DEBUG: Creating `/tmp/conftestopn8vcud.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char gettid(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | gettid(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestopn8vcud.c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | Undefined first referenced DEBUG: | symbol in file DEBUG: | gettid /var/tmp//cc3paSPq.o DEBUG: | ld: fatal: symbol referencing errors. No output written to a.out DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking for setpriority... DEBUG: Creating `/tmp/conftestaw_fyw51.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char setpriority(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | setpriority(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestaw_fyw51.c` INFO: yes INFO: checking for syscall... DEBUG: Creating `/tmp/conftestpx5e_e_r.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char syscall(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | syscall(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestpx5e_e_r.c` INFO: yes INFO: checking for getc_unlocked... DEBUG: Creating `/tmp/conftestfd8ustqf.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char getc_unlocked(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | getc_unlocked(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestfd8ustqf.c` INFO: yes INFO: checking for pthread_getname_np... DEBUG: Creating `/tmp/conftesttw633j8v.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char pthread_getname_np(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | pthread_getname_np(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftesttw633j8v.c` INFO: yes INFO: checking for pthread_get_name_np... DEBUG: Creating `/tmp/conftestoaz4phui.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char pthread_get_name_np(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | pthread_get_name_np(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestoaz4phui.c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | Undefined first referenced DEBUG: | symbol in file DEBUG: | pthread_get_name_np /var/tmp//cclxqYPq.o DEBUG: | ld: fatal: symbol referencing errors. No output written to a.out DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking for strerror... DEBUG: Creating `/tmp/conftest4187ypud.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char strerror(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | strerror(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest4187ypud.c` INFO: yes INFO: checking for nl_langinfo and CODESET... DEBUG: Creating `/tmp/conftest_7asup19.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | char* cs = nl_langinfo(CODESET); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftest_7asup19.cpp` INFO: yes INFO: checking for __cxa_demangle... DEBUG: Creating `/tmp/conftesttkwnoaw4.cpp` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | extern "C" char __cxa_demangle(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | __cxa_demangle(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftesttkwnoaw4.cpp` INFO: yes INFO: checking for _getc_nolock... DEBUG: Creating `/tmp/conftest6esbjz9m.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char _getc_nolock(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | _getc_nolock(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest6esbjz9m.c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | Undefined first referenced DEBUG: | symbol in file DEBUG: | _getc_nolock /var/tmp//ccpDq3Pq.o DEBUG: | ld: fatal: symbol referencing errors. No output written to a.out DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking for localeconv... DEBUG: Creating `/tmp/conftestypcfyshk.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char localeconv(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | localeconv(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestypcfyshk.c` INFO: yes INFO: checking for nodejs... INFO: /usr/bin/node (24.13.0) INFO: checking for gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1... DEBUG: Executing: `/usr/bin/amd64/pkg-config --errors-to-stdout --print-errors 'gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1'` INFO: no WARNING: Package gtk+-wayland-3.0 was not found in the pkg-config search path. WARNING: Perhaps you should add the directory containing `gtk+-wayland-3.0.pc' WARNING: to the PKG_CONFIG_PATH environment variable WARNING: No package 'gtk+-wayland-3.0' found INFO: checking for pango >= 1.22.0... DEBUG: Executing: `/usr/bin/amd64/pkg-config --errors-to-stdout --print-errors 'pango >= 1.22.0'` INFO: yes INFO: checking MOZ_PANGO_CFLAGS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --cflags 'pango >= 1.22.0'` INFO: -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DFFI_NO_RAW_API -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre INFO: checking MOZ_PANGO_LIBS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --libs 'pango >= 1.22.0'` INFO: -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz INFO: checking for fontconfig >= 2.7.0... DEBUG: Executing: `/usr/bin/amd64/pkg-config --errors-to-stdout --print-errors 'fontconfig >= 2.7.0'` INFO: yes INFO: checking _FONTCONFIG_CFLAGS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --cflags 'fontconfig >= 2.7.0'` INFO: -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre INFO: checking _FONTCONFIG_LIBS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --libs 'fontconfig >= 2.7.0'` INFO: -lfontconfig -lfreetype INFO: checking for freetype2 >= 9.10.3... DEBUG: Executing: `/usr/bin/amd64/pkg-config --errors-to-stdout --print-errors 'freetype2 >= 9.10.3'` INFO: yes INFO: checking _FT2_CFLAGS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --cflags 'freetype2 >= 9.10.3'` INFO: -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre INFO: checking _FT2_LIBS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --libs 'freetype2 >= 9.10.3'` INFO: -lfreetype INFO: checking for tar... DEBUG: tar: Looking for gnutar DEBUG: tar: Looking for gtar INFO: /usr/bin/gtar INFO: checking for unzip... DEBUG: unzip: Looking for unzip INFO: /usr/bin/unzip INFO: checking for the Mozilla API key... INFO: no INFO: checking for the Google Location Service API key... INFO: no INFO: checking for the Google Safebrowsing API key... INFO: no INFO: checking for the Bing API key... INFO: no INFO: checking for the Adjust SDK key... INFO: no INFO: checking for the Leanplum SDK key... INFO: no INFO: checking for the Pocket API key... INFO: no INFO: checking for x11 xcb xcb-shm x11-xcb xext xrandr >= 1.4.0... DEBUG: Executing: `/usr/bin/amd64/pkg-config --errors-to-stdout --print-errors 'x11 xcb xcb-shm x11-xcb xext xrandr >= 1.4.0'` INFO: yes INFO: checking MOZ_X11_CFLAGS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --cflags 'x11 xcb xcb-shm x11-xcb xext xrandr >= 1.4.0'` INFO: -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS INFO: checking MOZ_X11_LIBS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --libs 'x11 xcb xcb-shm x11-xcb xext xrandr >= 1.4.0'` INFO: -lxcb-shm -lX11-xcb -lX11 -lxcb -lXext -lXrandr INFO: checking for ice sm... DEBUG: Executing: `/usr/bin/amd64/pkg-config --errors-to-stdout --print-errors 'ice sm'` INFO: yes INFO: checking MOZ_X11_SM_CFLAGS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --cflags 'ice sm'` INFO: INFO: checking for stat64... DEBUG: Creating `/tmp/conftestj9s_g4mb.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char stat64(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | stat64(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestj9s_g4mb.c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | Undefined first referenced DEBUG: | symbol in file DEBUG: | stat64 /var/tmp//ccRPW9Pq.o DEBUG: | ld: fatal: symbol referencing errors. No output written to a.out DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking for lstat64... DEBUG: Creating `/tmp/conftesttj27r2zk.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char lstat64(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | lstat64(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftesttj27r2zk.c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | Undefined first referenced DEBUG: | symbol in file DEBUG: | lstat64 /var/tmp//cchRa_Pq.o DEBUG: | ld: fatal: symbol referencing errors. No output written to a.out DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking for truncate64... DEBUG: Creating `/tmp/conftest7w2ndvvd.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char truncate64(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | truncate64(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest7w2ndvvd.c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | Undefined first referenced DEBUG: | symbol in file DEBUG: | truncate64 /var/tmp//ccrSqaQq.o DEBUG: | ld: fatal: symbol referencing errors. No output written to a.out DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking for statvfs64... DEBUG: Creating `/tmp/conftestj80ieuak.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char statvfs64(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | statvfs64(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestj80ieuak.c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | Undefined first referenced DEBUG: | symbol in file DEBUG: | statvfs64 /var/tmp//cc5TGbQq.o DEBUG: | ld: fatal: symbol referencing errors. No output written to a.out DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking for statvfs... DEBUG: Creating `/tmp/conftestszxktfiy.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char statvfs(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | statvfs(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestszxktfiy.c` INFO: yes INFO: checking for statfs64... DEBUG: Creating `/tmp/conftestz180m3mp.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char statfs64(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | statfs64(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestz180m3mp.c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | Undefined first referenced DEBUG: | symbol in file DEBUG: | statfs64 /var/tmp//cc0WaeQq.o DEBUG: | ld: fatal: symbol referencing errors. No output written to a.out DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking for statfs... DEBUG: Creating `/tmp/conftest84n0_gr2.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char statfs(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | statfs(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest84n0_gr2.c` INFO: yes INFO: checking for lutimes... DEBUG: Creating `/tmp/conftestxrb00t08.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char lutimes(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | lutimes(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestxrb00t08.c` INFO: yes INFO: checking for posix_fadvise... DEBUG: Creating `/tmp/conftest838fn5oj.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char posix_fadvise(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | posix_fadvise(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest838fn5oj.c` INFO: yes INFO: checking for posix_fallocate... DEBUG: Creating `/tmp/conftest5htixcwl.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char posix_fallocate(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | posix_fallocate(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest5htixcwl.c` INFO: yes INFO: checking for eventfd... DEBUG: Creating `/tmp/conftest284144k1.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char eventfd(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | eventfd(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest284144k1.c` INFO: yes INFO: checking for arc4random... DEBUG: Creating `/tmp/conftesttnnpa4og.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char arc4random(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | arc4random(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftesttnnpa4og.c` INFO: yes INFO: checking for arc4random_buf... DEBUG: Creating `/tmp/conftestkcjcfius.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char arc4random_buf(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | arc4random_buf(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestkcjcfius.c` INFO: yes INFO: checking for mallinfo... DEBUG: Creating `/tmp/conftesthvh_o5ln.c` with content: DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ DEBUG: | /* We use char because int might match the return type of a gcc2 DEBUG: | builtin and then its argument prototype would still apply. */ DEBUG: | char mallinfo(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | mallinfo(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftesthvh_o5ln.c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | Undefined first referenced DEBUG: | symbol in file DEBUG: | mallinfo /var/tmp//cca7aoQq.o DEBUG: | ld: fatal: symbol referencing errors. No output written to a.out DEBUG: | collect2: error: ld returned 1 exit status INFO: no INFO: checking for sys/ioccom.h... DEBUG: Creating `/tmp/conftestzqyen7na.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/g++ -std=gnu++20 /tmp/conftestzqyen7na.cpp -c` INFO: yes INFO: checking for nasm... DEBUG: nasm: Looking for nasm INFO: /usr/bin/nasm INFO: checking nasm version... DEBUG: Executing: `/usr/bin/nasm -v` INFO: 2.16.03 INFO: checking for dump_syms... DEBUG: dump_syms: Looking for dump_syms INFO: not found INFO: checking for gtk+-3.0 >= 3.14.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 gio-unix-2.0... DEBUG: Executing: `/usr/bin/amd64/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'` INFO: yes INFO: checking MOZ_GTK3_CFLAGS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --cflags 'gtk+-3.0 >= 3.14.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 gio-unix-2.0'` INFO: -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DFFI_NO_RAW_API -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/drm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre INFO: checking MOZ_GTK3_LIBS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --libs 'gtk+-3.0 >= 3.14.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 gio-unix-2.0'` INFO: -lgtk-3 -lgdk-3 -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 INFO: checking for glib-2.0 >= 2.42 gobject-2.0... DEBUG: Executing: `/usr/bin/amd64/pkg-config --errors-to-stdout --print-errors 'glib-2.0 >= 2.42 gobject-2.0'` INFO: yes INFO: checking GLIB_CFLAGS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --cflags 'glib-2.0 >= 2.42 gobject-2.0'` INFO: -DFFI_NO_RAW_API -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre INFO: checking GLIB_LIBS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --libs 'glib-2.0 >= 2.42 gobject-2.0'` INFO: -lgobject-2.0 -lglib-2.0 INFO: checking for dbus-1 >= 0.60... DEBUG: Executing: `/usr/bin/amd64/pkg-config --errors-to-stdout --print-errors 'dbus-1 >= 0.60'` INFO: yes INFO: checking MOZ_DBUS_CFLAGS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --cflags 'dbus-1 >= 0.60'` INFO: -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include INFO: checking MOZ_DBUS_LIBS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --libs 'dbus-1 >= 0.60'` INFO: -ldbus-1 INFO: checking for pixman-1 >= 0.40.0... DEBUG: Executing: `/usr/bin/amd64/pkg-config --errors-to-stdout --print-errors 'pixman-1 >= 0.40.0'` INFO: yes INFO: checking MOZ_PIXMAN_CFLAGS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --cflags 'pixman-1 >= 0.40.0'` INFO: -I/usr/include/pixman-1 INFO: checking MOZ_PIXMAN_LIBS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --libs 'pixman-1 >= 0.40.0'` INFO: -lpixman-1 INFO: checking for sin_len in struct sockaddr_in... DEBUG: Creating `/tmp/conftests2o5p5yt.c` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | struct sockaddr_in x; void *foo = (void*) &x.sin_len; DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftests2o5p5yt.c -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftests2o5p5yt.c: In function 'main': DEBUG: | /tmp/conftests2o5p5yt.c:5:45: error: 'struct sockaddr_in' has no member named 'sin_len' DEBUG: | 5 | struct sockaddr_in x; void *foo = (void*) &x.sin_len; DEBUG: | | ^ INFO: no INFO: checking for sin_len6 in struct sockaddr_in6... DEBUG: Creating `/tmp/conftest530px264.c` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | struct sockaddr_in6 x; void *foo = (void*) &x.sin6_len; DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest530px264.c -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftest530px264.c: In function 'main': DEBUG: | /tmp/conftest530px264.c:5:46: error: 'struct sockaddr_in6' has no member named 'sin6_len' DEBUG: | 5 | struct sockaddr_in6 x; void *foo = (void*) &x.sin6_len; DEBUG: | | ^ INFO: no INFO: checking for sa_len in struct sockaddr... DEBUG: Creating `/tmp/conftest591ehcje.c` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | struct sockaddr x; void *foo = (void*) &x.sa_len; DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest591ehcje.c -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftest591ehcje.c: In function 'main': DEBUG: | /tmp/conftest591ehcje.c:5:42: error: 'struct sockaddr' has no member named 'sa_len' DEBUG: | 5 | struct sockaddr x; void *foo = (void*) &x.sa_len; DEBUG: | | ^ INFO: no INFO: checking for pthread_cond_timedwait_monotonic_np... DEBUG: Creating `/tmp/conftestpb7mdsf1.c` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | pthread_cond_timedwait_monotonic_np(0, 0, 0); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftestpb7mdsf1.c -Werror=implicit-function-declaration -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftestpb7mdsf1.c: In function 'main': DEBUG: | /tmp/conftestpb7mdsf1.c:5:1: error: implicit declaration of function 'pthread_cond_timedwait_monotonic_np' [-Wimplicit-function-declaration] DEBUG: | 5 | pthread_cond_timedwait_monotonic_np(0, 0, 0); DEBUG: | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ INFO: no INFO: checking ONNX install path... INFO: no INFO: checking for valid C compiler optimization flags... DEBUG: Creating `/tmp/conftest4hegvrdc.c` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | puts("demat"); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/gcc/14/bin/gcc /tmp/conftest4hegvrdc.c -O -c` INFO: yes INFO: checking for awk... DEBUG: awk: Looking for gawk INFO: /usr/bin/gawk INFO: checking for gmake... DEBUG: gmake: Looking for gmake INFO: /usr/bin/gmake INFO: checking for gmake version... DEBUG: Executing: `/usr/bin/gmake --version` INFO: 4.4.1 INFO: checking for watchman... INFO: not found INFO: checking for xargs... DEBUG: xargs: Looking for xargs INFO: /usr/gnu/bin/xargs INFO: checking for strip... DEBUG: strip: Looking for llvm-strip DEBUG: Executing: `/usr/clang/21/bin/llvm-strip --help` INFO: /usr/clang/21/bin/llvm-strip INFO: checking for zlib >= 1.2.3... DEBUG: Executing: `/usr/bin/amd64/pkg-config --errors-to-stdout --print-errors 'zlib >= 1.2.3'` INFO: yes INFO: checking MOZ_ZLIB_CFLAGS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --cflags 'zlib >= 1.2.3'` INFO: INFO: checking MOZ_ZLIB_LIBS... DEBUG: Executing: `/usr/bin/amd64/pkg-config --libs 'zlib >= 1.2.3'` INFO: -lz INFO: Creating config.status