Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INFO: Adding configure options from /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/.mozconfig
- INFO: --enable-application=browser
- INFO: --disable-debug
- INFO: --disable-tests
- INFO: --disable-bootstrap
- INFO: --enable-default-toolkit=cairo-gtk3-wayland
- INFO: --enable-hardening
- INFO: --enable-release
- INFO: --enable-rust-simd
- INFO: --prefix=/usr
- INFO: --allow-addon-sideload
- INFO: --enable-update-channel=release
- INFO: --with-app-name=firedragon
- INFO: --with-branding=browser/branding/firedragon
- INFO: --with-distribution-id=org.garudalinux
- INFO: --with-unsigned-addon-scopes=app,system
- INFO: --with-system-nspr
- INFO: --with-system-nss
- INFO: --enable-alsa
- INFO: --enable-jack
- INFO: --disable-crashreporter
- INFO: --disable-updater
- INFO: --enable-optimize
- INFO: --disable-elf-hack
- INFO: --enable-profile-generate
- INFO: --without-wasm-sandboxed-libraries
- INFO: checking for vcs source checkout...
- INFO: no
- INFO: checking for a shell...
- INFO: /usr/bin/sh
- INFO: checking for host system type...
- DEBUG: Executing: `/usr/bin/sh /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/build/moz.configure/../autoconf/config.guess`
- INFO: x86_64-pc-linux-gnu
- INFO: checking for target system type...
- INFO: x86_64-pc-linux-gnu
- INFO: checking whether cross compiling...
- INFO: no
- INFO: checking for Python 3...
- INFO: /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/obj/_virtualenvs/build/bin/python (3.11.1)
- DEBUG: Prioritizing system over mozbuild state dir in toolchain paths because you are building in release mode.
- INFO: checking for wget...
- DEBUG: wget: Looking for wget
- INFO: /usr/bin/wget
- INFO: checking for ccache...
- INFO: not found
- INFO: checking for the target C compiler...
- DEBUG: _cc: Looking for gcc
- INFO: /usr/bin/gcc
- INFO: checking whether the target C compiler can be used...
- DEBUG: Creating `/tmp/conftest.z720l8z3.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 _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/bin/gcc /tmp/conftest.z720l8z3.c -E`
- DEBUG: COMPILER = gcc
- DEBUG: VERSION = 12.2.1
- DEBUG: STDC_VERSION = 201710L
- DEBUG: CPU = x86_64
- DEBUG: KERNEL = Linux
- DEBUG: ENDIANNESS = little
- DEBUG: Creating `/tmp/conftest.hlfb1al2.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 _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/bin/gcc -std=gnu99 /tmp/conftest.hlfb1al2.c -E`
- DEBUG: COMPILER = gcc
- DEBUG: VERSION = 12.2.1
- DEBUG: STDC_VERSION = 199901L
- DEBUG: CPU = x86_64
- DEBUG: KERNEL = Linux
- DEBUG: ENDIANNESS = little
- INFO: yes
- INFO: checking the target C compiler version...
- INFO: 12.2.1
- INFO: checking the target C compiler works...
- DEBUG: Creating `/tmp/conftest.oqq36s6g.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.oqq36s6g.c -c`
- INFO: yes
- INFO: checking for the target C++ compiler...
- DEBUG: _cxx: Looking for g++
- INFO: /usr/bin/g++
- INFO: checking whether the target C++ compiler can be used...
- DEBUG: Creating `/tmp/conftest.3zaw9swb.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 _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/bin/g++ /tmp/conftest.3zaw9swb.cpp -E`
- DEBUG: COMPILER = gcc
- DEBUG: VERSION = 12.2.1
- DEBUG: cplusplus = 201703L
- DEBUG: CPU = x86_64
- DEBUG: KERNEL = Linux
- DEBUG: ENDIANNESS = little
- INFO: yes
- INFO: checking the target C++ compiler version...
- INFO: 12.2.1
- INFO: checking the target C++ compiler works...
- DEBUG: Creating `/tmp/conftest.auymdvil.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.auymdvil.cpp -c`
- INFO: yes
- INFO: checking for the host C compiler...
- DEBUG: _host_cc: Looking for /usr/bin/gcc
- INFO: /usr/bin/gcc
- INFO: checking whether the host C compiler can be used...
- DEBUG: Creating `/tmp/conftest.rsfxcuzk.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 _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/bin/gcc /tmp/conftest.rsfxcuzk.c -E`
- DEBUG: COMPILER = gcc
- DEBUG: VERSION = 12.2.1
- DEBUG: STDC_VERSION = 201710L
- DEBUG: CPU = x86_64
- DEBUG: KERNEL = Linux
- DEBUG: ENDIANNESS = little
- DEBUG: Creating `/tmp/conftest.brfm65u2.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 _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/bin/gcc -std=gnu99 /tmp/conftest.brfm65u2.c -E`
- DEBUG: COMPILER = gcc
- DEBUG: VERSION = 12.2.1
- DEBUG: STDC_VERSION = 199901L
- DEBUG: CPU = x86_64
- DEBUG: KERNEL = Linux
- DEBUG: ENDIANNESS = little
- INFO: yes
- INFO: checking the host C compiler version...
- INFO: 12.2.1
- INFO: checking the host C compiler works...
- DEBUG: Creating `/tmp/conftest.te7ekgx5.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.te7ekgx5.c -c`
- INFO: yes
- INFO: checking for the host C++ compiler...
- DEBUG: _host_cxx: Looking for /usr/bin/g++
- INFO: /usr/bin/g++
- INFO: checking whether the host C++ compiler can be used...
- DEBUG: Creating `/tmp/conftest.4w0aqjco.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 _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/bin/g++ /tmp/conftest.4w0aqjco.cpp -E`
- DEBUG: COMPILER = gcc
- DEBUG: VERSION = 12.2.1
- DEBUG: cplusplus = 201703L
- DEBUG: CPU = x86_64
- DEBUG: KERNEL = Linux
- DEBUG: ENDIANNESS = little
- INFO: yes
- INFO: checking the host C++ compiler version...
- INFO: 12.2.1
- INFO: checking the host C++ compiler works...
- DEBUG: Creating `/tmp/conftest.22wbf29u.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.22wbf29u.cpp -c`
- INFO: yes
- INFO: checking for target linker...
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Wl,--version`
- INFO: bfd
- INFO: checking for host linker...
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Wl,--version`
- INFO: bfd
- INFO: checking for 64-bit OS...
- DEBUG: Creating `/tmp/conftest.7iwkkz_r.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: | static_assert(sizeof(void *) == 8, "")
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.7iwkkz_r.cpp -c`
- INFO: yes
- INFO: checking for new enough STL headers from libstdc++...
- DEBUG: Creating `/tmp/conftest.qk4ltawl.cpp` with content:
- DEBUG: | #include <cstddef>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: | #if defined(__GLIBCXX__) && !defined(_GLIBCXX_RELEASE)
- DEBUG: | # error libstdc++ not new enough
- DEBUG: | #endif
- DEBUG: | #if defined(_GLIBCXX_RELEASE)
- DEBUG: | # if _GLIBCXX_RELEASE < 7
- DEBUG: | # error libstdc++ not new enough
- DEBUG: | # else
- DEBUG: | (void) 0
- DEBUG: | # endif
- DEBUG: | #endif
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.qk4ltawl.cpp -c`
- INFO: yes
- INFO: checking for the assembler...
- DEBUG: _as: Looking for as
- INFO: /usr/bin/as
- DEBUG: Executing: `/usr/bin/as -std=gnu99 -Wa,--version -c -o /dev/null -x assembler -`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | /usr/bin/as: invalid option -- 't'
- INFO: checking for ar...
- DEBUG: ar: Looking for gcc-ar
- INFO: /usr/bin/gcc-ar
- INFO: checking for host_ar...
- DEBUG: host_ar: Looking for ar
- INFO: /usr/bin/ar
- INFO: checking for nm...
- DEBUG: nm: Looking for gcc-nm
- INFO: /usr/bin/gcc-nm
- INFO: checking for pkg_config...
- DEBUG: pkg_config: Looking for pkg-config
- INFO: /usr/bin/pkg-config
- INFO: checking for pkg-config version...
- DEBUG: Executing: `/usr/bin/pkg-config --version`
- INFO: 1.8.0
- INFO: checking whether pkg-config is pkgconf...
- DEBUG: Executing: `/usr/bin/pkg-config --about`
- INFO: yes
- INFO: checking for strndup...
- DEBUG: Creating `/tmp/conftest.8oks179f.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/bin/gcc -std=gnu99 /tmp/conftest.8oks179f.c`
- INFO: yes
- INFO: checking for posix_memalign...
- DEBUG: Creating `/tmp/conftest.em6g2m6j.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/bin/gcc -std=gnu99 /tmp/conftest.em6g2m6j.c`
- INFO: yes
- INFO: checking for memalign...
- DEBUG: Creating `/tmp/conftest.zw10pebt.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/bin/gcc -std=gnu99 /tmp/conftest.zw10pebt.c`
- INFO: yes
- INFO: checking for malloc_usable_size...
- DEBUG: Creating `/tmp/conftest.gn206_32.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/bin/gcc -std=gnu99 /tmp/conftest.gn206_32.c`
- INFO: yes
- INFO: checking for stdint.h...
- DEBUG: Creating `/tmp/conftest.orlt_1w5.cpp` with content:
- DEBUG: | #include <stdint.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.orlt_1w5.cpp -c`
- INFO: yes
- INFO: checking for inttypes.h...
- DEBUG: Creating `/tmp/conftest.iwljaog2.cpp` with content:
- DEBUG: | #include <inttypes.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.iwljaog2.cpp -c`
- INFO: yes
- INFO: checking for malloc.h...
- DEBUG: Creating `/tmp/conftest.gyyt8p6h.cpp` with content:
- DEBUG: | #include <malloc.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.gyyt8p6h.cpp -c`
- INFO: yes
- INFO: checking for alloca.h...
- DEBUG: Creating `/tmp/conftest.59t1sldd.cpp` with content:
- DEBUG: | #include <alloca.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.59t1sldd.cpp -c`
- INFO: yes
- INFO: checking for sys/byteorder.h...
- DEBUG: Creating `/tmp/conftest.olrxlqnh.cpp` with content:
- DEBUG: | #include <sys/byteorder.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.olrxlqnh.cpp -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | /tmp/conftest.olrxlqnh.cpp:1:10: fatal error: sys/byteorder.h: No such file or directory
- DEBUG: | 1 | #include <sys/byteorder.h>
- DEBUG: | | ^~~~~~~~~~~~~~~~~
- DEBUG: | compilation terminated.
- INFO: no
- INFO: checking for getopt.h...
- DEBUG: Creating `/tmp/conftest.wizf1rt8.cpp` with content:
- DEBUG: | #include <getopt.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.wizf1rt8.cpp -c`
- INFO: yes
- INFO: checking for unistd.h...
- DEBUG: Creating `/tmp/conftest.ranepl_j.cpp` with content:
- DEBUG: | #include <unistd.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ranepl_j.cpp -c`
- INFO: yes
- INFO: checking for nl_types.h...
- DEBUG: Creating `/tmp/conftest.9ddoe31y.cpp` with content:
- DEBUG: | #include <nl_types.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.9ddoe31y.cpp -c`
- INFO: yes
- INFO: checking for cpuid.h...
- DEBUG: Creating `/tmp/conftest.h_tty6mx.cpp` with content:
- DEBUG: | #include <cpuid.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.h_tty6mx.cpp -c`
- INFO: yes
- INFO: checking for fts.h...
- DEBUG: Creating `/tmp/conftest.67be4hml.cpp` with content:
- DEBUG: | #include <fts.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.67be4hml.cpp -c`
- INFO: yes
- INFO: checking for sys/statvfs.h...
- DEBUG: Creating `/tmp/conftest.yhxwme9f.cpp` with content:
- DEBUG: | #include <sys/statvfs.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.yhxwme9f.cpp -c`
- INFO: yes
- INFO: checking for sys/statfs.h...
- DEBUG: Creating `/tmp/conftest.uq8072ir.cpp` with content:
- DEBUG: | #include <sys/statfs.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.uq8072ir.cpp -c`
- INFO: yes
- INFO: checking for sys/vfs.h...
- DEBUG: Creating `/tmp/conftest.ushnbp5q.cpp` with content:
- DEBUG: | #include <sys/vfs.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ushnbp5q.cpp -c`
- INFO: yes
- INFO: checking for sys/mount.h...
- DEBUG: Creating `/tmp/conftest.c6x0e5tv.cpp` with content:
- DEBUG: | #include <sys/mount.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.c6x0e5tv.cpp -c`
- INFO: yes
- INFO: checking for sys/quota.h...
- DEBUG: Creating `/tmp/conftest.8pitf3cu.cpp` with content:
- DEBUG: | #include <sys/quota.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: | quotactl(0, nullptr, 0, (caddr_t)nullptr);
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.8pitf3cu.cpp -c`
- INFO: yes
- INFO: checking for linux/quota.h...
- DEBUG: Creating `/tmp/conftest.rf26qzq_.cpp` with content:
- DEBUG: | #include <sys/socket.h>
- DEBUG: | #include <linux/quota.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.rf26qzq_.cpp -c`
- INFO: yes
- INFO: checking for linux/if_addr.h...
- DEBUG: Creating `/tmp/conftest.ypv6meno.cpp` with content:
- DEBUG: | #include <sys/socket.h>
- DEBUG: | #include <linux/if_addr.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ypv6meno.cpp -c`
- INFO: yes
- INFO: checking for linux/rtnetlink.h...
- DEBUG: Creating `/tmp/conftest.f1n5sg_h.cpp` with content:
- DEBUG: | #include <sys/socket.h>
- DEBUG: | #include <linux/rtnetlink.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.f1n5sg_h.cpp -c`
- INFO: yes
- INFO: checking for sys/queue.h...
- DEBUG: Creating `/tmp/conftest.hddwa85n.cpp` with content:
- DEBUG: | #include <sys/queue.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.hddwa85n.cpp -c`
- INFO: yes
- INFO: checking for sys/types.h...
- DEBUG: Creating `/tmp/conftest.7ygqphl8.cpp` with content:
- DEBUG: | #include <sys/types.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.7ygqphl8.cpp -c`
- INFO: yes
- INFO: checking for netinet/in.h...
- DEBUG: Creating `/tmp/conftest._93snw_s.cpp` with content:
- DEBUG: | #include <netinet/in.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest._93snw_s.cpp -c`
- INFO: yes
- INFO: checking for byteswap.h...
- DEBUG: Creating `/tmp/conftest.f3wgh22i.cpp` with content:
- DEBUG: | #include <byteswap.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.f3wgh22i.cpp -c`
- INFO: yes
- INFO: checking for memfd_create in sys/mman.h...
- DEBUG: Creating `/tmp/conftest.1hwb256z.cpp` with content:
- DEBUG: | #include <sys/mman.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: | memfd_create("", 0);
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.1hwb256z.cpp -c`
- INFO: yes
- INFO: checking for linux/perf_event.h...
- DEBUG: Creating `/tmp/conftest.agc3qk76.cpp` with content:
- DEBUG: | #include <linux/perf_event.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.agc3qk76.cpp -c`
- INFO: yes
- INFO: checking for perf_event_open system call...
- DEBUG: Creating `/tmp/conftest.5v3kc1ri.cpp` with content:
- DEBUG: | #include <asm/unistd.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: | return sizeof(__NR_perf_event_open);
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.5v3kc1ri.cpp -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Wbitfield-enum-conversion...
- DEBUG: Creating `/tmp/conftest.8drwe87e.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.8drwe87e.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/conftest.04sl28is.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.04sl28is.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 -Wdeprecated-this-capture...
- DEBUG: Creating `/tmp/conftest.v4z1srgq.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.v4z1srgq.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 -Wformat-type-confusion...
- DEBUG: Creating `/tmp/conftest.9nkqxz_e.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.9nkqxz_e.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/conftest.ra5kw7lb.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ra5kw7lb.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/conftest.d1pouzfj.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.d1pouzfj.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.p9w_8mbs.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.p9w_8mbs.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 -Wno-error=tautological-type-limit-compare...
- DEBUG: Creating `/tmp/conftest.4soo1o9q.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.4soo1o9q.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/conftest.1u267tgk.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.1u267tgk.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/conftest.rfz6sjqx.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.rfz6sjqx.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._ofcsmrl.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest._ofcsmrl.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/conftest.qs_wi55y.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.qs_wi55y.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/conftest.rmx1ahq4.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.rmx1ahq4.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/conftest.49baqh3w.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.49baqh3w.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/conftest.tzw8z2mq.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.tzw8z2mq.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/conftest.5s33_uqj.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.5s33_uqj.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/conftest.rdvzn_l3.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.rdvzn_l3.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/conftest.v0_40r2a.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.v0_40r2a.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/conftest.l3t80_pj.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.l3t80_pj.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.fts8zerd.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.fts8zerd.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/conftest.dsq9aisv.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.dsq9aisv.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/conftest.rewemrnm.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.rewemrnm.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 -Wc++2a-compat...
- DEBUG: Creating `/tmp/conftest.v357g9vg.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.v357g9vg.cpp -Werror -Wc++2a-compat -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wcomma-subscript...
- DEBUG: Creating `/tmp/conftest.4yfinfvx.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.4yfinfvx.cpp -Werror -Wcomma-subscript -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Wenum-compare-conditional...
- DEBUG: Creating `/tmp/conftest.cmtx7o30.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.cmtx7o30.c -Werror -Wenum-compare-conditional -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | gcc: error: unrecognized command-line option ‘-Wenum-compare-conditional’
- INFO: no
- INFO: checking whether the C++ compiler supports -Wenum-compare-conditional...
- DEBUG: Creating `/tmp/conftest.ci3g123c.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ci3g123c.cpp -Werror -Wenum-compare-conditional -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | g++: error: unrecognized command-line option ‘-Wenum-compare-conditional’
- INFO: no
- INFO: checking whether the C compiler supports -Wenum-float-conversion...
- DEBUG: Creating `/tmp/conftest.6z0fqe8p.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.6z0fqe8p.c -Werror -Wenum-float-conversion -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | gcc: error: unrecognized command-line option ‘-Wenum-float-conversion’; did you mean ‘-Wno-float-conversion’?
- INFO: no
- INFO: checking whether the C++ compiler supports -Wenum-float-conversion...
- DEBUG: Creating `/tmp/conftest.wu4a1axr.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.wu4a1axr.cpp -Werror -Wenum-float-conversion -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | g++: error: unrecognized command-line option ‘-Wenum-float-conversion’; did you mean ‘-Wno-float-conversion’?
- INFO: no
- INFO: checking whether the C++ compiler supports -Wno-ambiguous-reversed-operator...
- DEBUG: Creating `/tmp/conftest.s_sm3ybq.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.s_sm3ybq.cpp -Werror -Wambiguous-reversed-operator -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | g++: error: unrecognized command-line option ‘-Wambiguous-reversed-operator’
- INFO: no
- INFO: checking whether the C++ compiler supports -Wno-error=deprecated...
- DEBUG: Creating `/tmp/conftest.8k_56vsc.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.8k_56vsc.cpp -Werror -Wno-error=deprecated -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wno-error=deprecated-anon-enum-enum-conversion...
- DEBUG: Creating `/tmp/conftest.1oerslkt.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.1oerslkt.cpp -Werror -Wno-error=deprecated-anon-enum-enum-conversion -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | cc1plus: error: ‘-Wno-error=deprecated-anon-enum-enum-conversion’: no option ‘-Wdeprecated-anon-enum-enum-conversion’; did you mean ‘-Wdeprecated-enum-enum-conversion’?
- INFO: no
- INFO: checking whether the C++ compiler supports -Wno-error=deprecated-enum-enum-conversion...
- DEBUG: Creating `/tmp/conftest.jqzjuj9y.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.jqzjuj9y.cpp -Werror -Wno-error=deprecated-enum-enum-conversion -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wno-error=deprecated-pragma...
- DEBUG: Creating `/tmp/conftest.asa8poaw.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.asa8poaw.cpp -Werror -Wno-error=deprecated-pragma -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | cc1plus: error: ‘-Wno-error=deprecated-pragma’: no option ‘-Wdeprecated-pragma’; did you mean ‘-Wdeprecated-copy’?
- INFO: no
- INFO: checking whether the C++ compiler supports -Wno-error=deprecated-this-capture...
- DEBUG: Creating `/tmp/conftest.a3ns_tlj.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.a3ns_tlj.cpp -Werror -Wno-error=deprecated-this-capture -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | cc1plus: error: ‘-Wno-error=deprecated-this-capture’: no option ‘-Wdeprecated-this-capture’
- INFO: no
- INFO: checking whether the C++ compiler supports -Wno-error=deprecated-volatile...
- DEBUG: Creating `/tmp/conftest.ptn7lo5u.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ptn7lo5u.cpp -Werror -Wno-error=deprecated-volatile -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | cc1plus: error: ‘-Wno-error=deprecated-volatile’: no option ‘-Wdeprecated-volatile’; did you mean ‘-Wdeprecated-copy’?
- INFO: no
- INFO: checking whether the C++ compiler supports -Wno-error=volatile...
- DEBUG: Creating `/tmp/conftest.6aubrseb.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.6aubrseb.cpp -Werror -Wno-error=volatile -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wcomma...
- DEBUG: Creating `/tmp/conftest.u5u_mmkq.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.u5u_mmkq.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/conftest.zkdtbfv1.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.zkdtbfv1.c -Werror -Wduplicated-cond -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wduplicated-cond...
- DEBUG: Creating `/tmp/conftest.6l15jv9o.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.6l15jv9o.cpp -Werror -Wduplicated-cond -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wimplicit-fallthrough...
- DEBUG: Creating `/tmp/conftest.g90dh7b7.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.g90dh7b7.cpp -Werror -Wimplicit-fallthrough -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Wlogical-op...
- DEBUG: Creating `/tmp/conftest.p2xaosxr.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.p2xaosxr.c -Werror -Wlogical-op -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wlogical-op...
- DEBUG: Creating `/tmp/conftest.h438_iov.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.h438_iov.cpp -Werror -Wlogical-op -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Wstring-conversion...
- DEBUG: Creating `/tmp/conftest.6sbnfrqj.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.6sbnfrqj.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/conftest.ex0096tp.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ex0096tp.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/conftest.1tf8jnfc.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.1tf8jnfc.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/conftest.5rlci08x.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.5rlci08x.c -Werror -Wno-error=maybe-uninitialized -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wno-error=maybe-uninitialized...
- DEBUG: Creating `/tmp/conftest.ahl445on.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ahl445on.cpp -Werror -Wno-error=maybe-uninitialized -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Wno-error=deprecated-declarations...
- DEBUG: Creating `/tmp/conftest.710bo_up.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.710bo_up.c -Werror -Wno-error=deprecated-declarations -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wno-error=deprecated-declarations...
- DEBUG: Creating `/tmp/conftest.1ianrscn.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.1ianrscn.cpp -Werror -Wno-error=deprecated-declarations -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Wno-error=array-bounds...
- DEBUG: Creating `/tmp/conftest.lg8p81se.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.lg8p81se.c -Werror -Wno-error=array-bounds -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wno-error=array-bounds...
- DEBUG: Creating `/tmp/conftest.mqgq7_x3.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.mqgq7_x3.cpp -Werror -Wno-error=array-bounds -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Wno-error=free-nonheap-object...
- DEBUG: Creating `/tmp/conftest.f4mtfv5_.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.f4mtfv5_.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/conftest.zv4e5dsw.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.zv4e5dsw.cpp -Werror -Wno-error=free-nonheap-object -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Wno-multistatement-macros...
- DEBUG: Creating `/tmp/conftest.zxbqfb97.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.zxbqfb97.c -Werror -Wmultistatement-macros -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wno-multistatement-macros...
- DEBUG: Creating `/tmp/conftest.rftrj9i2.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.rftrj9i2.cpp -Werror -Wmultistatement-macros -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Wno-error=class-memaccess...
- DEBUG: Creating `/tmp/conftest.6a4h_n62.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.6a4h_n62.c -Werror -Wno-error=class-memaccess -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wno-error=class-memaccess...
- DEBUG: Creating `/tmp/conftest.p_9xrhpf.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.p_9xrhpf.cpp -Werror -Wno-error=class-memaccess -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Wno-error=atomic-alignment...
- DEBUG: Creating `/tmp/conftest.oz44nf9p.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.oz44nf9p.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/conftest.z638flhu.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.z638flhu.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/conftest._gcqc2kw.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest._gcqc2kw.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/conftest.uzwgvlp8.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.uzwgvlp8.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/conftest.dz2x07cg.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.dz2x07cg.c -Werror -Wformat -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wformat...
- DEBUG: Creating `/tmp/conftest.kjqyz__7.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.kjqyz__7.cpp -Werror -Wformat -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Wformat-security...
- DEBUG: Creating `/tmp/conftest.rqlfw02h.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.rqlfw02h.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/conftest.37damagp.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.37damagp.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/conftest.bw2z1wxb.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.bw2z1wxb.c -Werror -Wformat-overflow=2 -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wformat-overflow=2...
- DEBUG: Creating `/tmp/conftest.nr4ofosa.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.nr4ofosa.cpp -Werror -Wformat-overflow=2 -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Werror=implicit-function-declaration...
- DEBUG: Creating `/tmp/conftest.ahlcnlgd.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.ahlcnlgd.c -Werror=implicit-function-declaration -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Wno-psabi...
- DEBUG: Creating `/tmp/conftest.r6fs1xsr.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.r6fs1xsr.c -Werror -Wpsabi -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -Wno-psabi...
- DEBUG: Creating `/tmp/conftest.ioo5a0vo.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.ioo5a0vo.cpp -Werror -Wpsabi -c`
- INFO: yes
- INFO: checking whether the C compiler supports -Wno-unknown-warning-option...
- DEBUG: Creating `/tmp/conftest.l7cs266g.c` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.l7cs266g.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/conftest.wu_6oj86.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.wu_6oj86.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 -fno-sized-deallocation...
- DEBUG: Creating `/tmp/conftest.stj16xtt.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.stj16xtt.cpp -Werror -fno-sized-deallocation -c`
- INFO: yes
- INFO: checking whether the C++ compiler supports -fno-aligned-new...
- DEBUG: Creating `/tmp/conftest.x2hz6esw.cpp` with content:
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest.x2hz6esw.cpp -Werror -fno-aligned-new -c`
- INFO: yes
- INFO: checking for llvm_profdata...
- DEBUG: llvm_profdata: Looking for llvm-profdata
- INFO: /usr/bin/llvm-profdata
- INFO: checking for alsa...
- DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors alsa`
- INFO: yes
- INFO: checking MOZ_ALSA_CFLAGS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags alsa`
- INFO:
- INFO: checking MOZ_ALSA_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --libs alsa`
- INFO: -lasound
- INFO: checking for jack...
- DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors jack`
- INFO: yes
- INFO: checking MOZ_JACK_CFLAGS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags jack`
- INFO: -D_REENTRANT
- INFO: checking MOZ_JACK_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --libs jack`
- INFO: -L/usr/lib64/pipewire-0.3/jack -ljack
- INFO: checking for libpulse...
- DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors libpulse`
- INFO: yes
- INFO: checking MOZ_PULSEAUDIO_CFLAGS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags libpulse`
- INFO: -D_REENTRANT
- INFO: checking MOZ_PULSEAUDIO_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --libs libpulse`
- INFO: -lpulse -pthread
- INFO: checking for nspr >= 4.32...
- DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'nspr >= 4.32'`
- INFO: yes
- INFO: checking NSPR_CFLAGS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'nspr >= 4.32'`
- INFO: -I/usr/include/nspr4
- INFO: checking NSPR_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'nspr >= 4.32'`
- INFO: -lplds4 -lplc4 -lnspr4 -lpthread -ldl
- INFO: checking for rustc...
- DEBUG: _rustc: Looking for rustc
- INFO: /usr/bin/rustc
- INFO: checking for cargo...
- DEBUG: _cargo: Looking for cargo
- INFO: /usr/bin/cargo
- DEBUG: Executing: `/usr/bin/rustc +stable`
- DEBUG: Executing: `/usr/bin/cargo +stable`
- INFO: checking rustc version...
- DEBUG: Executing: `/usr/bin/rustc --version --verbose`
- INFO: 1.67.0
- INFO: checking cargo version...
- DEBUG: Executing: `/usr/bin/cargo --version --verbose`
- INFO: 1.67.0
- DEBUG: Executing: `/usr/bin/rustc --print target-list`
- INFO: checking for rust host triplet...
- DEBUG: Creating `/tmp/conftestikwafyd0.rs` with content:
- DEBUG: | pub extern fn hello() { println!("Hello world"); }
- DEBUG: Executing: `/usr/bin/rustc --crate-type staticlib --target=x86_64-unknown-linux-gnu -o /tmp/conftestiaj7xv7q.rlib /tmp/conftestikwafyd0.rs`
- INFO: x86_64-unknown-linux-gnu
- INFO: checking for rust target triplet...
- DEBUG: Creating `/tmp/conftestm8nt69b9.rs` with content:
- DEBUG: | pub extern fn hello() { println!("Hello world"); }
- DEBUG: Executing: `/usr/bin/rustc --crate-type staticlib --target=x86_64-unknown-linux-gnu -o /tmp/conftestoelqfn2u.rlib /tmp/conftestm8nt69b9.rs`
- INFO: x86_64-unknown-linux-gnu
- INFO: checking for rustdoc...
- DEBUG: rustdoc: Looking for rustdoc
- INFO: /usr/bin/rustdoc
- INFO: checking for cbindgen...
- DEBUG: trying cbindgen: /usr/bin/cbindgen
- DEBUG: Executing: `/usr/bin/cbindgen --version`
- DEBUG: /usr/bin/cbindgen has version 0.24.3
- INFO: /usr/bin/cbindgen
- INFO: checking for rustfmt...
- DEBUG: rustfmt: Looking for rustfmt
- INFO: not found
- INFO: checking for clang for bindgen...
- DEBUG: Creating `/tmp/conftest.tla84cuz.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 _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/bin/clang++ /tmp/conftest.tla84cuz.cpp -E`
- DEBUG: COMPILER = clang
- DEBUG: VERSION = 15.0.7
- DEBUG: cplusplus = 201402L
- DEBUG: CPU = x86_64
- DEBUG: KERNEL = Linux
- DEBUG: ENDIANNESS = little
- DEBUG: Creating `/tmp/conftest.ktk2mnj1.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 _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/bin/clang++ -std=gnu++17 /tmp/conftest.ktk2mnj1.cpp -E`
- DEBUG: COMPILER = clang
- DEBUG: VERSION = 15.0.7
- DEBUG: cplusplus = 201703L
- DEBUG: CPU = x86_64
- DEBUG: KERNEL = Linux
- DEBUG: ENDIANNESS = little
- INFO: /usr/bin/clang++
- INFO: checking for libclang for bindgen...
- DEBUG: Executing: `/usr/bin/clang++ -print-search-dirs`
- DEBUG: Trying "libclang.so" in "/usr/lib64"
- INFO: /usr/lib64/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 -DOS_POSIX=1 -DOS_LINUX=1 -std=gnu++17
- INFO: checking for tm_zone and tm_gmtoff in struct tm...
- DEBUG: Creating `/tmp/conftest.19xo85qf.c` with content:
- DEBUG: | #include <time.h>
- 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/bin/gcc -std=gnu99 /tmp/conftest.19xo85qf.c -c`
- INFO: yes
- INFO: checking for getpagesize...
- DEBUG: Creating `/tmp/conftest.66eu1h1b.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/bin/gcc -std=gnu99 /tmp/conftest.66eu1h1b.c`
- INFO: yes
- INFO: checking for gmtime_r...
- DEBUG: Creating `/tmp/conftest.7vx6po3a.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/bin/gcc -std=gnu99 /tmp/conftest.7vx6po3a.c`
- INFO: yes
- INFO: checking for localtime_r...
- DEBUG: Creating `/tmp/conftest.zz87ogw4.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/bin/gcc -std=gnu99 /tmp/conftest.zz87ogw4.c`
- INFO: yes
- INFO: checking for gettid...
- DEBUG: Creating `/tmp/conftest.jtb3nwu0.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/bin/gcc -std=gnu99 /tmp/conftest.jtb3nwu0.c`
- INFO: yes
- INFO: checking for setpriority...
- DEBUG: Creating `/tmp/conftest.ol8qgw5n.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/bin/gcc -std=gnu99 /tmp/conftest.ol8qgw5n.c`
- INFO: yes
- INFO: checking for syscall...
- DEBUG: Creating `/tmp/conftest.3_f35bhu.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/bin/gcc -std=gnu99 /tmp/conftest.3_f35bhu.c`
- INFO: yes
- INFO: checking for getc_unlocked...
- DEBUG: Creating `/tmp/conftest.ms44uzl3.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/bin/gcc -std=gnu99 /tmp/conftest.ms44uzl3.c`
- INFO: yes
- INFO: checking for pthread_getname_np...
- DEBUG: Creating `/tmp/conftest.zqjzed_k.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/bin/gcc -std=gnu99 /tmp/conftest.zqjzed_k.c`
- INFO: yes
- INFO: checking for pthread_get_name_np...
- DEBUG: Creating `/tmp/conftest.v3u7w3_o.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/bin/gcc -std=gnu99 /tmp/conftest.v3u7w3_o.c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | /usr/bin/ld: /tmp/ccG4XJgX.o: in function `main':
- DEBUG: | conftest.v3u7w3_o.c:(.text+0xa): undefined reference to `pthread_get_name_np'
- DEBUG: | collect2: error: ld returned 1 exit status
- INFO: no
- INFO: checking for strerror...
- DEBUG: Creating `/tmp/conftest.29juda2v.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/bin/gcc -std=gnu99 /tmp/conftest.29juda2v.c`
- INFO: yes
- INFO: checking for __cxa_demangle...
- DEBUG: Creating `/tmp/conftest.ihf8kv0x.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/bin/g++ /tmp/conftest.ihf8kv0x.cpp`
- INFO: yes
- INFO: checking for unwind.h...
- DEBUG: Creating `/tmp/conftest._e53dcul.cpp` with content:
- DEBUG: | #include <unwind.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest._e53dcul.cpp -c`
- INFO: yes
- INFO: checking for _Unwind_Backtrace...
- DEBUG: Creating `/tmp/conftest.myvurfxs.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/bin/gcc -std=gnu99 /tmp/conftest.myvurfxs.c`
- INFO: yes
- INFO: checking for _getc_nolock...
- DEBUG: Creating `/tmp/conftest.r7_2_03o.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/bin/gcc -std=gnu99 /tmp/conftest.r7_2_03o.c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | /usr/bin/ld: /tmp/ccLaeU42.o: in function `main':
- DEBUG: | conftest.r7_2_03o.c:(.text+0xa): undefined reference to `_getc_nolock'
- DEBUG: | collect2: error: ld returned 1 exit status
- INFO: no
- INFO: checking for localeconv...
- DEBUG: Creating `/tmp/conftest.v9w_e73o.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/bin/gcc -std=gnu99 /tmp/conftest.v9w_e73o.c`
- INFO: yes
- INFO: checking for nodejs...
- INFO: /usr/bin/node (18.12.1)
- INFO: checking for gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1 libdrm >= 2.4...
- DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1 libdrm >= 2.4'`
- INFO: yes
- INFO: checking MOZ_WAYLAND_CFLAGS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1 libdrm >= 2.4'`
- INFO: -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/libdrm -I/usr/include/valgrind
- INFO: checking MOZ_WAYLAND_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1 libdrm >= 2.4'`
- INFO: -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -ldrm
- INFO: checking for pango >= 1.22.0...
- DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'pango >= 1.22.0'`
- INFO: yes
- INFO: checking MOZ_PANGO_CFLAGS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'pango >= 1.22.0'`
- INFO: -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -pthread -I/usr/include/pixman-1
- INFO: checking MOZ_PANGO_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --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/pkg-config --errors-to-stdout --print-errors 'fontconfig >= 2.7.0'`
- INFO: yes
- INFO: checking _FONTCONFIG_CFLAGS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --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/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/libxml2
- INFO: checking _FONTCONFIG_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'fontconfig >= 2.7.0'`
- INFO: -lfontconfig -lfreetype
- INFO: checking for freetype2 >= 9.10.3...
- DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'freetype2 >= 9.10.3'`
- INFO: yes
- INFO: checking _FT2_CFLAGS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --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/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread
- INFO: checking _FT2_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --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 xcomposite xcursor xdamage xfixes xi xtst...
- DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'x11 xcb xcb-shm x11-xcb xext xrandr >= 1.4.0 xcomposite xcursor xdamage xfixes xi xtst'`
- INFO: yes
- INFO: checking MOZ_X11_CFLAGS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'x11 xcb xcb-shm x11-xcb xext xrandr >= 1.4.0 xcomposite xcursor xdamage xfixes xi xtst'`
- INFO:
- INFO: checking MOZ_X11_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'x11 xcb xcb-shm x11-xcb xext xrandr >= 1.4.0 xcomposite xcursor xdamage xfixes xi xtst'`
- INFO: -lxcb-shm -lX11-xcb -lX11 -lxcb -lXext -lXrandr -lXcomposite -lXcursor -lXdamage -lXfixes -lXi -lXtst
- INFO: checking for ice sm...
- DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'ice sm'`
- INFO: no
- WARNING: Package ice was not found in the pkg-config search path.
- WARNING: Perhaps you should add the directory containing `ice.pc'
- WARNING: to the PKG_CONFIG_PATH environment variable
- WARNING: Package 'ice', required by 'virtual:world', not found
- WARNING: Package 'sm', required by 'virtual:world', not found
- 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.15.05
- INFO: checking for dump_syms...
- DEBUG: dump_syms: Looking for dump_syms
- INFO: not found
- INFO: checking for getcontext...
- DEBUG: Creating `/tmp/conftest.a6l8a22r.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 getcontext();
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: | getcontext();
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.a6l8a22r.c`
- INFO: yes
- INFO: checking for nss >= 3.86...
- DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'nss >= 3.86'`
- INFO: yes
- INFO: checking NSS_CFLAGS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'nss >= 3.86'`
- INFO: -I/usr/include/nss3 -I/usr/include/nspr4
- INFO: checking NSS_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'nss >= 3.86'`
- INFO: -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl
- 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/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/pkg-config --shared --cflags 'gtk+-3.0 >= 3.14.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 gio-unix-2.0'`
- INFO: -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -I/usr/include/gtk-3.0/unix-print -pthread
- INFO: checking MOZ_GTK3_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'gtk+-3.0 >= 3.14.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 gio-unix-2.0'`
- INFO: -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
- INFO: checking for glib-2.0 >= 2.42 gobject-2.0...
- DEBUG: Executing: `/usr/bin/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/pkg-config --shared --cflags 'glib-2.0 >= 2.42 gobject-2.0'`
- INFO: -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread
- INFO: checking GLIB_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --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/pkg-config --errors-to-stdout --print-errors 'dbus-1 >= 0.60'`
- INFO: yes
- INFO: checking MOZ_DBUS_CFLAGS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'dbus-1 >= 0.60'`
- INFO: -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include
- INFO: checking MOZ_DBUS_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'dbus-1 >= 0.60'`
- INFO: -ldbus-1
- INFO: checking for dbus-glib-1 >= 0.60...
- DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'dbus-glib-1 >= 0.60'`
- INFO: yes
- INFO: checking MOZ_DBUS_GLIB_CFLAGS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --cflags 'dbus-glib-1 >= 0.60'`
- INFO: -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread
- INFO: checking MOZ_DBUS_GLIB_LIBS...
- DEBUG: Executing: `/usr/bin/pkg-config --shared --libs 'dbus-glib-1 >= 0.60'`
- INFO: -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
- INFO: checking for sin_len in struct sockaddr_in...
- DEBUG: Creating `/tmp/conftest.426ax166.c` with content:
- DEBUG: | #include <netinet/in.h>
- 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/bin/gcc -std=gnu99 /tmp/conftest.426ax166.c -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | /tmp/conftest.426ax166.c: In function ‘main’:
- DEBUG: | /tmp/conftest.426ax166.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/conftest.s9k31in3.c` with content:
- DEBUG: | #include <netinet/in.h>
- 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/bin/gcc -std=gnu99 /tmp/conftest.s9k31in3.c -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | /tmp/conftest.s9k31in3.c: In function ‘main’:
- DEBUG: | /tmp/conftest.s9k31in3.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/conftest.l7ro9ryd.c` with content:
- DEBUG: | #include <netinet/in.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: | struct sockaddr x; void *foo = (void*) &x.sa_len;
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.l7ro9ryd.c -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | /tmp/conftest.l7ro9ryd.c: In function ‘main’:
- DEBUG: | /tmp/conftest.l7ro9ryd.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/conftest.a1klua09.c` with content:
- DEBUG: | #include <pthread.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: | pthread_cond_timedwait_monotonic_np(0, 0, 0);
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.a1klua09.c -Werror=implicit-function-declaration -c`
- DEBUG: The command returned non-zero exit status 1.
- DEBUG: Its error output was:
- DEBUG: | /tmp/conftest.a1klua09.c: In function ‘main’:
- DEBUG: | /tmp/conftest.a1klua09.c:5:1: error: implicit declaration of function ‘pthread_cond_timedwait_monotonic_np’ [-Werror=implicit-function-declaration]
- DEBUG: | 5 | pthread_cond_timedwait_monotonic_np(0, 0, 0);
- DEBUG: | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- DEBUG: | cc1: some warnings being treated as errors
- INFO: no
- INFO: checking for 32-bits ethtool_cmd.speed...
- DEBUG: Creating `/tmp/conftest.oa8a4mtc.c` with content:
- DEBUG: | #include <linux/ethtool.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: | struct ethtool_cmd cmd; cmd.speed_hi = 0;
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/gcc -std=gnu99 /tmp/conftest.oa8a4mtc.c -c`
- INFO: yes
- INFO: checking for linux/joystick.h...
- DEBUG: Creating `/tmp/conftest._lfnaesa.cpp` with content:
- DEBUG: | #include <linux/joystick.h>
- DEBUG: | int
- DEBUG: | main(void)
- DEBUG: | {
- DEBUG: |
- DEBUG: | ;
- DEBUG: | return 0;
- DEBUG: | }
- DEBUG: Executing: `/usr/bin/g++ /tmp/conftest._lfnaesa.cpp -c`
- INFO: yes
- INFO: checking for stat64...
- DEBUG: Creating `/tmp/conftest.a_bsf5dd.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/bin/gcc -std=gnu99 /tmp/conftest.a_bsf5dd.c`
- INFO: yes
- INFO: checking for lstat64...
- DEBUG: Creating `/tmp/conftest.oucjmbt6.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/bin/gcc -std=gnu99 /tmp/conftest.oucjmbt6.c`
- INFO: yes
- INFO: checking for truncate64...
- DEBUG: Creating `/tmp/conftest.er1u6mcp.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/bin/gcc -std=gnu99 /tmp/conftest.er1u6mcp.c`
- INFO: yes
- INFO: checking for statvfs64...
- DEBUG: Creating `/tmp/conftest.88o0cswo.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/bin/gcc -std=gnu99 /tmp/conftest.88o0cswo.c`
- INFO: yes
- INFO: checking for statvfs...
- DEBUG: Creating `/tmp/conftest.ay30ecdo.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/bin/gcc -std=gnu99 /tmp/conftest.ay30ecdo.c`
- INFO: yes
- INFO: checking for statfs64...
- DEBUG: Creating `/tmp/conftest.6evbuj5p.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/bin/gcc -std=gnu99 /tmp/conftest.6evbuj5p.c`
- INFO: yes
- INFO: checking for statfs...
- DEBUG: Creating `/tmp/conftest.bmnq_mf1.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/bin/gcc -std=gnu99 /tmp/conftest.bmnq_mf1.c`
- INFO: yes
- INFO: checking for lutimes...
- DEBUG: Creating `/tmp/conftest._tpw80vw.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/bin/gcc -std=gnu99 /tmp/conftest._tpw80vw.c`
- INFO: yes
- INFO: checking for posix_fadvise...
- DEBUG: Creating `/tmp/conftest.6yck8abj.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/bin/gcc -std=gnu99 /tmp/conftest.6yck8abj.c`
- INFO: yes
- INFO: checking for posix_fallocate...
- DEBUG: Creating `/tmp/conftest.dsope30s.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/bin/gcc -std=gnu99 /tmp/conftest.dsope30s.c`
- INFO: yes
- INFO: checking for arc4random...
- DEBUG: Creating `/tmp/conftest.lsy2d3yj.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/bin/gcc -std=gnu99 /tmp/conftest.lsy2d3yj.c`
- INFO: yes
- INFO: checking for arc4random_buf...
- DEBUG: Creating `/tmp/conftest.58qg2fie.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/bin/gcc -std=gnu99 /tmp/conftest.58qg2fie.c`
- INFO: yes
- INFO: checking for mallinfo...
- DEBUG: Creating `/tmp/conftest.3jhisg3z.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/bin/gcc -std=gnu99 /tmp/conftest.3jhisg3z.c`
- INFO: yes
- INFO: checking for awk...
- DEBUG: awk: Looking for gawk
- INFO: /usr/bin/gawk
- INFO: checking for perl...
- DEBUG: perl: Looking for perl5
- DEBUG: perl: Looking for perl
- INFO: /usr/bin/perl
- INFO: checking for minimum required perl version >= 5.006...
- DEBUG: Executing: `/usr/bin/perl -e 'print $]'`
- INFO: 5.036000
- INFO: checking for full perl installation...
- INFO: yes
- INFO: checking for gmake...
- DEBUG: gmake: Looking for gmake
- INFO: /usr/bin/gmake
- INFO: checking for watchman...
- INFO: not found
- INFO: checking for xargs...
- DEBUG: xargs: Looking for xargs
- INFO: /usr/bin/xargs
- INFO: checking for rpmbuild...
- DEBUG: rpmbuild: Looking for rpmbuild
- INFO: /usr/bin/rpmbuild
- DEBUG: Executing: `/usr/bin/clang++ --print-prog-name=llvm-objdump`
- INFO: checking for llvm-objdump...
- DEBUG: llvm_objdump: Looking for /usr/bin/llvm-objdump
- INFO: /usr/bin/llvm-objdump
- DEBUG: Executing: `/usr/bin/clang++ --print-prog-name=llvm-readelf`
- INFO: checking for readelf...
- DEBUG: readelf: Looking for /usr/bin/llvm-readelf
- DEBUG: Executing: `/usr/bin/llvm-readelf --help`
- INFO: /usr/bin/llvm-readelf
- DEBUG: Executing: `/usr/bin/clang++ --print-prog-name=llvm-objcopy`
- INFO: checking for objcopy...
- DEBUG: objcopy: Looking for objcopy
- INFO: /usr/bin/objcopy
- DEBUG: Executing: `/usr/bin/clang++ --print-prog-name=llvm-strip`
- INFO: checking for strip...
- DEBUG: strip: Looking for /usr/bin/llvm-strip
- DEBUG: Executing: `/usr/bin/llvm-strip --help`
- INFO: /usr/bin/llvm-strip
- INFO: checking for m4...
- DEBUG: m4: Looking for gm4
- DEBUG: m4: Looking for m4
- INFO: /usr/bin/m4
- DEBUG: Injecting the following to old-configure:
- DEBUG: | # start of mozconfig values
- DEBUG: | _mozconfig_opt=--without-wasm-sandboxed-libraries # added
- DEBUG: | # end of mozconfig values
- DEBUG: | _topsrcdir=/var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0
- DEBUG: | _objdir=/var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/obj
- DEBUG: | DIST=/var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/obj/dist
- DEBUG: | PYTHON3=/var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/obj/_virtualenvs/build/bin/python
- DEBUG: | CROSS_COMPILE=''
- DEBUG: | HAVE_64BIT_BUILD=1
- DEBUG: | OS_TARGET=Linux
- DEBUG: | OS_ARCH=Linux
- DEBUG: | CPU_ARCH=x86_64
- DEBUG: | HOST_OS_ARCH=Linux
- DEBUG: | MOZ_BUILD_APP=browser
- DEBUG: | RELEASE_OR_BETA=1
- DEBUG: | MOZILLA_VERSION=109.0
- DEBUG: | MOZILLA_SYMBOLVERSION=109
- DEBUG: | MOZ_APP_VERSION=109.0
- DEBUG: | MOZ_UPDATE_CHANNEL=release
- DEBUG: | COMPILE_ENVIRONMENT=1
- DEBUG: | MOZ_DEBUG=''
- DEBUG: | MOZ_OPTIMIZE=1
- DEBUG: | CC='/usr/bin/gcc -std=gnu99'
- DEBUG: | ac_cv_prog_CC='/usr/bin/gcc -std=gnu99'
- DEBUG: | ac_cv_prog_cc_works=yes
- DEBUG: | ac_cv_prog_cc_cross=no
- DEBUG: | ac_cv_prog_cc_g=yes
- DEBUG: | ac_cv_prog_gcc=yes
- DEBUG: | CC_TYPE=gcc
- DEBUG: | CPP='/usr/bin/gcc -E -std=gnu99'
- DEBUG: | CXX=/usr/bin/g++
- DEBUG: | ac_cv_prog_CXX=/usr/bin/g++
- DEBUG: | ac_cv_prog_cxx_works=yes
- DEBUG: | ac_cv_prog_cxx_cross=no
- DEBUG: | ac_cv_prog_cxx_g=yes
- DEBUG: | ac_cv_prog_gxx=yes
- DEBUG: | CXXCPP='/usr/bin/g++ -E'
- DEBUG: | HOST_CC='/usr/bin/gcc -std=gnu99'
- DEBUG: | HOST_CC_TYPE=gcc
- DEBUG: | HOST_CXX=/usr/bin/g++
- DEBUG: | LINKER_LDFLAGS=''
- DEBUG: | HOST_LINKER_LDFLAGS=''
- DEBUG: | GCC_USE_GNU_LD=1
- DEBUG: | MOZ_DEBUG_FLAGS=-gdwarf-4
- DEBUG: | LIBFUZZER_FLAGS=-fsanitize-coverage=trace-pc-guard,trace-cmp
- DEBUG: | AR=/usr/bin/gcc-ar
- DEBUG: | PKG_CONFIG=/usr/bin/pkg-config
- DEBUG: | MOZ_MEMORY=1
- DEBUG: | HAVE_MALLOC_H=1
- DEBUG: | _COMPILATION_CFLAGS=''
- DEBUG: | _COMPILATION_CXXFLAGS='-fno-sized-deallocation -fno-aligned-new'
- DEBUG: | _COMPILATION_HOST_CFLAGS=''
- DEBUG: | _COMPILATION_HOST_CXXFLAGS=''
- DEBUG: | MOZ_PROFILE_GENERATE=1
- DEBUG: | OBJ_SUFFIX=o
- DEBUG: | NSPR_CFLAGS=-I/usr/include/nspr4
- DEBUG: | NSPR_LIBS='-lplds4 -lplc4 -lnspr4 -lpthread -ldl'
- DEBUG: | MOZ_WIDGET_TOOLKIT=gtk
- DEBUG: | USE_FC_FREETYPE=1
- DEBUG: | MOZ_FMP4=1
- DEBUG: | MOZ_WEBSPEECH=1
- DEBUG: | NSS_CFLAGS='-I/usr/include/nss3 -I/usr/include/nspr4 -I/var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/obj/dist/include/nss'
- DEBUG: | AWK=/usr/bin/gawk
- DEBUG: | PERL=/usr/bin/perl
- DEBUG: | LLVM_OBJDUMP=/usr/bin/llvm-objdump
- INFO: Refreshing /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/old-configure with /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/build/autoconf/autoconf.sh
- DEBUG: Running /usr/bin/sh /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/old-configure --prefix=/usr --with-branding=browser/branding/firedragon --with-distribution-id=org.garudalinux --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- configure:607: checking host system type
- configure:628: checking target system type
- configure:646: checking build system type
- configure:728: checking for Cygwin environment
- configure:744: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection conftest.c 1>&5
- configure: In function 'main':
- configure:738:20: error: '__CYGWIN32__' undeclared (first use in this function)
- configure:740:8: note: in expansion of macro '__CYGWIN__'
- configure:738:20: note: each undeclared identifier is reported only once for each function it appears in
- configure:740:8: note: in expansion of macro '__CYGWIN__'
- configure: failed program was:
- #line 733 "configure"
- #include "confdefs.h"
- int main() {
- #ifndef __CYGWIN__
- #define __CYGWIN__ __CYGWIN32__
- #endif
- return __CYGWIN__;
- ; return 0; }
- configure:761: checking for mingw32 environment
- configure:773: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection conftest.c 1>&5
- configure: In function 'main':
- configure:769:8: error: '__MINGW32__' undeclared (first use in this function)
- configure:769:8: note: each undeclared identifier is reported only once for each function it appears in
- configure: failed program was:
- #line 766 "configure"
- #include "confdefs.h"
- int main() {
- return __MINGW32__;
- ; return 0; }
- configure:792: checking for executable suffix
- configure:802: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory conftest.c 1>&5
- configure:1336: checking for gcc
- configure:1449: checking whether the C compiler (/usr/bin/gcc -std=gnu99 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) works
- configure:1504: checking whether the C compiler (/usr/bin/gcc -std=gnu99 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) is a cross-compiler
- configure:1509: checking whether we are using GNU C
- configure:1537: checking whether /usr/bin/gcc -std=gnu99 accepts -g
- configure:1578: checking for c++
- configure:1610: checking whether the C++ compiler (/usr/bin/g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) works
- configure:1665: checking whether the C++ compiler (/usr/bin/g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) is a cross-compiler
- configure:1670: checking whether we are using GNU C++
- configure:1698: checking whether /usr/bin/g++ accepts -g
- configure:1734: checking for otool
- configure:2517: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory conftest.c 1>&5
- configure:2537: checking for --noexecstack option to as
- configure:2548: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wa,--noexecstack conftest.c 1>&5
- configure:2561: checking for -z noexecstack option to ld
- configure:2572: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack conftest.c 1>&5
- configure:2585: checking for -z text option to ld
- configure:2596: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text conftest.c 1>&5
- configure:2609: checking for -z relro option to ld
- configure:2620: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro conftest.c 1>&5
- configure:2633: checking for -z nocopyreloc option to ld
- configure:2644: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc conftest.c 1>&5
- configure:2657: checking for -Bsymbolic-functions option to ld
- configure:2668: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions conftest.c 1>&5
- configure:2682: checking for --build-id=sha1 option to ld
- configure:2693: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c 1>&5
- configure:2707: checking for --ignore-unresolved-symbol option to ld
- configure:2719: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 -Wl,--ignore-unresolved-symbol,environ conftest.c 1>&5
- configure:3222: checking whether the linker supports Identical Code Folding
- configure:3231: /usr/bin/gcc -std=gnu99 -o conftest -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 -Wl,--icf=safe -ffunction-sections conftest.c 1>&2
- /usr/bin/ld: unrecognized option '--icf=safe'
- /usr/bin/ld: use the --help option for usage information
- collect2: error: ld returned 1 exit status
- configure:3331: checking for working const
- configure:3385: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
- configure: In function 'main':
- configure:3359:15: warning: unused variable 's' [-Wunused-variable]
- configure:3379:13: warning: unused variable 'foo' [-Wunused-variable]
- configure:3347:27: warning: unused variable 'zero' [-Wunused-variable]
- configure:3341:39: warning: unused variable 'x' [-Wunused-variable]
- configure:3361:5: warning: 't' is used uninitialized [-Wuninitialized]
- configure:3358:9: note: 't' was declared here
- configure:3376:21: warning: 'b' is used uninitialized [-Wuninitialized]
- configure:3376:13: note: 'b' was declared here
- configure:3411: checking for mode_t
- configure:3449: checking for off_t
- configure:3487: checking for pid_t
- configure:3525: checking for size_t
- configure:3609: checking whether 64-bits std::atomic requires -latomic
- configure:3625: /usr/bin/g++ -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -fPIC -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.C 1>&5
- /usr/bin/ld: cannot find -lstdc++: No such file or directory
- collect2: error: ld returned 1 exit status
- configure: failed program was:
- #line 3617 "configure"
- #include "confdefs.h"
- #include <cstdint>
- #include <atomic>
- int main() {
- std::atomic<uint64_t> foo; foo = 1;
- ; return 0; }
- configure:3643: /usr/bin/g++ -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -fPIC -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.C -latomic 1>&5
- /usr/bin/ld: cannot find -latomic: No such file or directory
- /usr/bin/ld: cannot find -lstdc++: No such file or directory
- collect2: error: ld returned 1 exit status
- configure: failed program was:
- #line 3635 "configure"
- #include "confdefs.h"
- #include <cstdint>
- #include <atomic>
- int main() {
- std::atomic<uint64_t> foo; foo = 1;
- ; return 0; }
- configure:3712: checking for dirent.h that defines DIR
- configure:3725: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
- configure: In function 'main':
- configure:3721:6: warning: unused variable 'dirp' [-Wunused-variable]
- configure:3753: checking for opendir in -ldir
- configure:3772: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -ldir 1>&5
- /usr/bin/ld: cannot find -ldir: No such file or directory
- collect2: error: ld returned 1 exit status
- configure: failed program was:
- #line 3761 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
- char opendir();
- int main() {
- opendir()
- ; return 0; }
- configure:3837: checking for gethostbyname_r in -lc_r
- configure:3856: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -lc_r 1>&5
- /usr/bin/ld: cannot find -lc_r: No such file or directory
- collect2: error: ld returned 1 exit status
- configure: failed program was:
- #line 3845 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
- char gethostbyname_r();
- int main() {
- gethostbyname_r()
- ; return 0; }
- configure:3893: checking for library containing dlopen
- configure:3911: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c 1>&5
- /usr/bin/ld: /tmp/ccTIoyV4.ltrans0.ltrans.o: in function `main':
- /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/obj/configure:3907: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
- configure:3951: checking for dlfcn.h
- configure:3964: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
- configure:4001: checking for dladdr
- configure:4029: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -D_GNU_SOURCE -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c 1>&5
- configure:4112: checking for socket in -lsocket
- configure:4131: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -lsocket 1>&5
- /usr/bin/ld: cannot find -lsocket: No such file or directory
- collect2: error: ld returned 1 exit status
- configure: failed program was:
- #line 4120 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
- char socket();
- int main() {
- socket()
- ; return 0; }
- configure:4168: checking for pthread_create in -lpthreads
- configure:4187: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -lpthreads 1>&5
- /usr/bin/ld: cannot find -lpthreads: No such file or directory
- collect2: error: ld returned 1 exit status
- configure: failed program was:
- #line 4176 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
- char pthread_create();
- int main() {
- pthread_create()
- ; return 0; }
- configure:4206: checking for pthread_create in -lpthread
- configure:4225: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -lpthread 1>&5
- configure:4339: checking whether /usr/bin/gcc -std=gnu99 accepts -pthread
- configure:4434: checking for pthread.h
- configure:4447: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
- configure:4481: checking for clock_gettime(CLOCK_MONOTONIC)
- configure:4498: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c 1>&5
- configure:4530: checking for res_ninit()
- configure:4553: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c 1>&5
- In file included from /usr/include/sys/types.h:25,
- from configure:4543:
- /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
- 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
- | ^~~~~~~
- configure: In function 'main':
- configure:4549:5: warning: unused variable 'foo' [-Wunused-variable]
- configure:4656: checking for __thread keyword for TLS variables
- configure:4668: /usr/bin/g++ -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-exceptions -fPIC -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 -shared -Wl,-z,defs conftest.C 1>&5
- /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/12/crtbeginT.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
- /usr/bin/ld: failed to set dynamic section sizes: bad value
- collect2: error: ld returned 1 exit status
- configure: failed program was:
- #line 4661 "configure"
- #include "confdefs.h"
- __thread bool tlsIsMainThread = false;
- int main() {
- return tlsIsMainThread;
- ; return 0; }
- configure:4739: checking for malloc.h
- configure:4752: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
- configure:4787: checking whether malloc_usable_size definition can use const argument
- configure:4798: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread conftest.c 1>&5
- configure:4792:26: error: conflicting types for 'malloc_usable_size'; have 'size_t(const void *)' {aka 'long unsigned int(const void *)'}
- In file included from configure:4790:
- /usr/include/malloc.h:152:15: note: previous declaration of 'malloc_usable_size' with type 'size_t(void *)' {aka 'long unsigned int(void *)'}
- 152 | extern size_t malloc_usable_size (void *__ptr) __THROW;
- | ^~~~~~~~~~~~~~~~~~
- configure: failed program was:
- #line 4789 "configure"
- #include "confdefs.h"
- #include <malloc.h>
- #include <stddef.h>
- size_t malloc_usable_size(const void *ptr);
- int main() {
- return malloc_usable_size(0);
- ; return 0; }
- configure:4820: checking for valloc in malloc.h
- configure:4845: checking for valloc in unistd.h
- configure:4870: checking for _aligned_malloc in malloc.h
- configure:4951: checking if app-specific confvars.sh exists
- configure:5024: checking for valid C compiler optimization flags
- configure:5035: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -freorder-blocks -O2 conftest.c 1>&5
- configure:5189: checking for -pipe support
- configure:5216: checking what kind of list files are supported by the linker
- configure:5221: /usr/bin/gcc -std=gnu99 -o conftest.o -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe conftest.c 1>&5
- configure:5228: /usr/bin/gcc -std=gnu99 -o conftest -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.list 1>&5
- js/src> INFO: Refreshing /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/js/src/old-configure with /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/build/autoconf/autoconf.sh
- js/src> DEBUG: Running /usr/bin/sh /var/home/rsncra/rpmbuild/BUILD/firedragon-109.0/firefox-109.0/js/src/old-configure --prefix=/usr --with-branding=browser/branding/firedragon --with-distribution-id=org.garudalinux --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- configure:592: checking host system type
- configure:613: checking target system type
- configure:631: checking build system type
- configure:718: checking for Cygwin environment
- configure:751: checking for mingw32 environment
- configure:782: checking for executable suffix
- configure:1335: checking for gcc
- configure:1448: checking whether the C compiler (/usr/bin/gcc -std=gnu99 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) works
- configure:1503: checking whether the C compiler (/usr/bin/gcc -std=gnu99 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) is a cross-compiler
- configure:1508: checking whether we are using GNU C
- configure:1536: checking whether /usr/bin/gcc -std=gnu99 accepts -g
- configure:1572: checking for c++
- configure:1604: checking whether the C++ compiler (/usr/bin/g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) works
- configure:1659: checking whether the C++ compiler (/usr/bin/g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory ) is a cross-compiler
- configure:1664: checking whether we are using GNU C++
- configure:1692: checking whether /usr/bin/g++ accepts -g
- configure:2421: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory conftest.c 1>&5
- configure:2451: checking for --noexecstack option to as
- configure:2462: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wa,--noexecstack conftest.c 1>&5
- configure:2475: checking for -z noexecstack option to ld
- configure:2486: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack conftest.c 1>&5
- configure:2499: checking for -z text option to ld
- configure:2510: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text conftest.c 1>&5
- configure:2523: checking for -z relro option to ld
- configure:2534: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro conftest.c 1>&5
- configure:2547: checking for -z nocopyreloc option to ld
- configure:2558: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc conftest.c 1>&5
- configure:2571: checking for -Bsymbolic-functions option to ld
- configure:2582: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions conftest.c 1>&5
- configure:2596: checking for --build-id=sha1 option to ld
- configure:2607: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c 1>&5
- configure:2997: checking whether the linker supports Identical Code Folding
- configure:3006: /usr/bin/gcc -std=gnu99 -o conftest -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 -Wl,--icf=safe -ffunction-sections conftest.c 1>&2
- /usr/bin/ld: unrecognized option '--icf=safe'
- /usr/bin/ld: use the --help option for usage information
- collect2: error: ld returned 1 exit status
- configure:3106: checking for working const
- configure:3186: checking for mode_t
- configure:3224: checking for off_t
- configure:3262: checking for pid_t
- configure:3300: checking for size_t
- configure:3358: checking for ssize_t
- configure:3371: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno conftest.c 1>&5
- configure: In function 'main':
- configure:3367:9: warning: unused variable 'foo' [-Wunused-variable]
- configure:3422: checking whether 64-bits std::atomic requires -latomic
- configure:3509: checking for dirent.h that defines DIR
- configure:3550: checking for opendir in -ldir
- configure:3634: checking for gethostbyname_r in -lc_r
- configure:3690: checking for library containing dlopen
- configure:3748: checking for dlfcn.h
- configure:3798: checking for dladdr
- configure:3909: checking for socket in -lsocket
- configure:3965: checking for pthread_create in -lpthreads
- configure:4003: checking for pthread_create in -lpthread
- configure:4136: checking whether /usr/bin/gcc -std=gnu99 accepts -pthread
- configure:4231: checking for clock_gettime(CLOCK_MONOTONIC)
- configure:4280: checking for sin in -lm
- configure:4299: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -lm 1>&5
- configure:4292:6: warning: conflicting types for built-in function 'sin'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
- configure:4289:1: note: 'sin' is declared in header '<math.h>'
- configure:4331: checking for res_ninit()
- configure:4382: checking for nl_langinfo and CODESET
- configure:4394: /usr/bin/gcc -std=gnu99 -o conftest -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.c -lm 1>&5
- configure: In function 'main':
- configure:4390:7: warning: unused variable 'cs' [-Wunused-variable]
- configure:4498: checking for __thread keyword for TLS variables
- configure:4594: checking for valid optimization flags
- configure:4605: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -freorder-blocks -O3 conftest.c 1>&5
- configure:4771: checking for -pipe support
- configure:4785: checking what kind of list files are supported by the linker
- configure:4790: /usr/bin/gcc -std=gnu99 -o conftest.o -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe conftest.c 1>&5
- configure:4797: /usr/bin/gcc -std=gnu99 -o conftest -lpthread -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -static -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,nocopyreloc -Wl,-Bsymbolic-functions -Wl,--build-id=sha1 conftest.list -lm 1>&5
- configure:4913: checking for malloc.h
- configure:4961: checking whether malloc_usable_size definition can use const argument
- configure:4972: /usr/bin/gcc -std=gnu99 -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe conftest.c 1>&5
- configure:4966:26: error: conflicting types for 'malloc_usable_size'; have 'size_t(const void *)' {aka 'long unsigned int(const void *)'}
- In file included from configure:4964:
- /usr/include/malloc.h:152:15: note: previous declaration of 'malloc_usable_size' with type 'size_t(void *)' {aka 'long unsigned int(void *)'}
- 152 | extern size_t malloc_usable_size (void *__ptr) __THROW;
- | ^~~~~~~~~~~~~~~~~~
- configure: failed program was:
- #line 4963 "configure"
- #include "confdefs.h"
- #include <malloc.h>
- #include <stddef.h>
- size_t malloc_usable_size(const void *ptr);
- int main() {
- return malloc_usable_size(0);
- ; return 0; }
- configure:4994: checking for valloc in malloc.h
- configure:5019: checking for valloc in unistd.h
- configure:5044: checking for _aligned_malloc in malloc.h
- INFO: Creating config.status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement