INFO: Adding configure options from /root/palemoon/.mozconfig INFO: --enable-application=palemoon INFO: --enable-optimize=-O3 -w INFO: --enable-default-toolkit=cairo-gtk2 INFO: --enable-jemalloc INFO: --enable-strip INFO: --enable-devtools INFO: --enable-av1 INFO: --enable-jxl INFO: --disable-eme INFO: --disable-webrtc INFO: --disable-gamepad INFO: --disable-tests INFO: --disable-dbus INFO: --disable-pulseaudio INFO: --disable-gconf INFO: --disable-necko-wifi INFO: --disable-updater INFO: --with-pthreads INFO: --with-branding=palemoon/branding/beta INFO: _GTK_VERSION=2 INFO: checking for a shell... INFO: /bin/sh INFO: checking for host system type... INFO: x86_64-unknown-freebsd13.2 INFO: checking for target system type... INFO: x86_64-unknown-freebsd13.2 INFO: checking whether cross compiling... INFO: no INFO: checking for pkg_config... DEBUG: pkg_config: Trying pkg-config INFO: /usr/local/bin/pkg-config INFO: checking for pkg-config version... DEBUG: Executing: `/usr/local/bin/pkg-config --version` INFO: 1.8.1 INFO: checking for yasm... DEBUG: yasm: Trying yasm INFO: /usr/local/bin/yasm INFO: checking yasm version... DEBUG: Executing: `/usr/local/bin/yasm --version` INFO: 1.3.0 INFO: checking for the target C compiler... DEBUG: _cc: Trying gcc DEBUG: _cc: Trying clang INFO: /usr/bin/clang INFO: checking whether the target C compiler can be used... DEBUG: Creating `/tmp/conftest.gAjoCE.c` with content: DEBUG: | #if defined(_MSC_VER) DEBUG: | #if defined(__clang__) DEBUG: | %COMPILER "clang-cl" DEBUG: | %VERSION _MSC_FULL_VER DEBUG: | #else DEBUG: | %COMPILER "msvc" DEBUG: | %VERSION _MSC_FULL_VER DEBUG: | #endif DEBUG: | #elif defined(__clang__) DEBUG: | %COMPILER "clang" DEBUG: | # if !__cplusplus || __has_feature(cxx_alignof) DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | # endif DEBUG: | #elif defined(__GNUC__) 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: | #elif __STDC__ DEBUG: | %STDC_VERSION 198900L 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__ 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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #endif DEBUG: | #if __FreeBSD_kernel__ DEBUG: | %KERNEL "kFreeBSD" DEBUG: | #elif __DragonFly__ DEBUG: | %KERNEL "DragonFly" DEBUG: | #elif __OpenBSD__ DEBUG: | %KERNEL "OpenBSD" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "SunOS" DEBUG: | #elif __FreeBSD__ DEBUG: | %KERNEL "FreeBSD" DEBUG: | #elif __linux__ DEBUG: | %KERNEL "Linux" DEBUG: | #elif _WIN32 || __CYGWIN__ DEBUG: | %KERNEL "WINNT" DEBUG: | #elif __NetBSD__ DEBUG: | %KERNEL "NetBSD" DEBUG: | #elif __APPLE__ DEBUG: | %KERNEL "Darwin" DEBUG: | #endif DEBUG: | #if _MSC_VER || __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 -E /tmp/conftest.gAjoCE.c` DEBUG: COMPILER = clang DEBUG: VERSION = 14.0.5 DEBUG: STDC_VERSION = 201710L DEBUG: CPU = x86_64 DEBUG: KERNEL = FreeBSD DEBUG: ENDIANNESS = little DEBUG: Creating `/tmp/conftest.sKZMnX.c` with content: DEBUG: | #if defined(_MSC_VER) DEBUG: | #if defined(__clang__) DEBUG: | %COMPILER "clang-cl" DEBUG: | %VERSION _MSC_FULL_VER DEBUG: | #else DEBUG: | %COMPILER "msvc" DEBUG: | %VERSION _MSC_FULL_VER DEBUG: | #endif DEBUG: | #elif defined(__clang__) DEBUG: | %COMPILER "clang" DEBUG: | # if !__cplusplus || __has_feature(cxx_alignof) DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | # endif DEBUG: | #elif defined(__GNUC__) 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: | #elif __STDC__ DEBUG: | %STDC_VERSION 198900L 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__ 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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #endif DEBUG: | #if __FreeBSD_kernel__ DEBUG: | %KERNEL "kFreeBSD" DEBUG: | #elif __DragonFly__ DEBUG: | %KERNEL "DragonFly" DEBUG: | #elif __OpenBSD__ DEBUG: | %KERNEL "OpenBSD" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "SunOS" DEBUG: | #elif __FreeBSD__ DEBUG: | %KERNEL "FreeBSD" DEBUG: | #elif __linux__ DEBUG: | %KERNEL "Linux" DEBUG: | #elif _WIN32 || __CYGWIN__ DEBUG: | %KERNEL "WINNT" DEBUG: | #elif __NetBSD__ DEBUG: | %KERNEL "NetBSD" DEBUG: | #elif __APPLE__ DEBUG: | %KERNEL "Darwin" DEBUG: | #endif DEBUG: | #if _MSC_VER || __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=gnu99 -E /tmp/conftest.sKZMnX.c` DEBUG: COMPILER = clang DEBUG: VERSION = 14.0.5 DEBUG: STDC_VERSION = 199901L DEBUG: CPU = x86_64 DEBUG: KERNEL = FreeBSD DEBUG: ENDIANNESS = little INFO: yes INFO: checking the target C compiler version... INFO: 14.0.5 INFO: checking the target C compiler works... DEBUG: Creating `/tmp/conftest.FFly7w.c` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang -std=gnu99 -c /tmp/conftest.FFly7w.c` INFO: yes INFO: checking for the target C++ compiler... DEBUG: _cxx: Trying /usr/bin/clang++ INFO: /usr/bin/clang++ INFO: checking whether the target C++ compiler can be used... DEBUG: Creating `/tmp/conftest.Z59FY1.cpp` with content: DEBUG: | #if defined(_MSC_VER) DEBUG: | #if defined(__clang__) DEBUG: | %COMPILER "clang-cl" DEBUG: | %VERSION _MSC_FULL_VER DEBUG: | #else DEBUG: | %COMPILER "msvc" DEBUG: | %VERSION _MSC_FULL_VER DEBUG: | #endif DEBUG: | #elif defined(__clang__) DEBUG: | %COMPILER "clang" DEBUG: | # if !__cplusplus || __has_feature(cxx_alignof) DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | # endif DEBUG: | #elif defined(__GNUC__) 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: | #elif __STDC__ DEBUG: | %STDC_VERSION 198900L 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__ 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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #endif DEBUG: | #if __FreeBSD_kernel__ DEBUG: | %KERNEL "kFreeBSD" DEBUG: | #elif __DragonFly__ DEBUG: | %KERNEL "DragonFly" DEBUG: | #elif __OpenBSD__ DEBUG: | %KERNEL "OpenBSD" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "SunOS" DEBUG: | #elif __FreeBSD__ DEBUG: | %KERNEL "FreeBSD" DEBUG: | #elif __linux__ DEBUG: | %KERNEL "Linux" DEBUG: | #elif _WIN32 || __CYGWIN__ DEBUG: | %KERNEL "WINNT" DEBUG: | #elif __NetBSD__ DEBUG: | %KERNEL "NetBSD" DEBUG: | #elif __APPLE__ DEBUG: | %KERNEL "Darwin" DEBUG: | #endif DEBUG: | #if _MSC_VER || __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++ -E /tmp/conftest.Z59FY1.cpp` DEBUG: COMPILER = clang DEBUG: VERSION = 14.0.5 DEBUG: cplusplus = 201402L DEBUG: CPU = x86_64 DEBUG: KERNEL = FreeBSD DEBUG: ENDIANNESS = little DEBUG: Creating `/tmp/conftest.G14I7k.cpp` with content: DEBUG: | #if defined(_MSC_VER) DEBUG: | #if defined(__clang__) DEBUG: | %COMPILER "clang-cl" DEBUG: | %VERSION _MSC_FULL_VER DEBUG: | #else DEBUG: | %COMPILER "msvc" DEBUG: | %VERSION _MSC_FULL_VER DEBUG: | #endif DEBUG: | #elif defined(__clang__) DEBUG: | %COMPILER "clang" DEBUG: | # if !__cplusplus || __has_feature(cxx_alignof) DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | # endif DEBUG: | #elif defined(__GNUC__) 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: | #elif __STDC__ DEBUG: | %STDC_VERSION 198900L 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__ 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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #endif DEBUG: | #if __FreeBSD_kernel__ DEBUG: | %KERNEL "kFreeBSD" DEBUG: | #elif __DragonFly__ DEBUG: | %KERNEL "DragonFly" DEBUG: | #elif __OpenBSD__ DEBUG: | %KERNEL "OpenBSD" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "SunOS" DEBUG: | #elif __FreeBSD__ DEBUG: | %KERNEL "FreeBSD" DEBUG: | #elif __linux__ DEBUG: | %KERNEL "Linux" DEBUG: | #elif _WIN32 || __CYGWIN__ DEBUG: | %KERNEL "WINNT" DEBUG: | #elif __NetBSD__ DEBUG: | %KERNEL "NetBSD" DEBUG: | #elif __APPLE__ DEBUG: | %KERNEL "Darwin" DEBUG: | #endif DEBUG: | #if _MSC_VER || __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++11 -E /tmp/conftest.G14I7k.cpp` DEBUG: COMPILER = clang DEBUG: VERSION = 14.0.5 DEBUG: cplusplus = 201103L DEBUG: CPU = x86_64 DEBUG: KERNEL = FreeBSD DEBUG: ENDIANNESS = little INFO: yes INFO: checking the target C++ compiler version... INFO: 14.0.5 INFO: checking the target C++ compiler works... DEBUG: Creating `/tmp/conftest.7Nfe32.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.7Nfe32.cpp` INFO: yes INFO: checking for the host C compiler... DEBUG: _host_cc: Trying /usr/bin/clang INFO: /usr/bin/clang INFO: checking whether the host C compiler can be used... DEBUG: Creating `/tmp/conftest.wDoG1G.c` with content: DEBUG: | #if defined(_MSC_VER) DEBUG: | #if defined(__clang__) DEBUG: | %COMPILER "clang-cl" DEBUG: | %VERSION _MSC_FULL_VER DEBUG: | #else DEBUG: | %COMPILER "msvc" DEBUG: | %VERSION _MSC_FULL_VER DEBUG: | #endif DEBUG: | #elif defined(__clang__) DEBUG: | %COMPILER "clang" DEBUG: | # if !__cplusplus || __has_feature(cxx_alignof) DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | # endif DEBUG: | #elif defined(__GNUC__) 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: | #elif __STDC__ DEBUG: | %STDC_VERSION 198900L 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__ 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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #endif DEBUG: | #if __FreeBSD_kernel__ DEBUG: | %KERNEL "kFreeBSD" DEBUG: | #elif __DragonFly__ DEBUG: | %KERNEL "DragonFly" DEBUG: | #elif __OpenBSD__ DEBUG: | %KERNEL "OpenBSD" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "SunOS" DEBUG: | #elif __FreeBSD__ DEBUG: | %KERNEL "FreeBSD" DEBUG: | #elif __linux__ DEBUG: | %KERNEL "Linux" DEBUG: | #elif _WIN32 || __CYGWIN__ DEBUG: | %KERNEL "WINNT" DEBUG: | #elif __NetBSD__ DEBUG: | %KERNEL "NetBSD" DEBUG: | #elif __APPLE__ DEBUG: | %KERNEL "Darwin" DEBUG: | #endif DEBUG: | #if _MSC_VER || __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=gnu99 -E /tmp/conftest.wDoG1G.c` DEBUG: COMPILER = clang DEBUG: VERSION = 14.0.5 DEBUG: STDC_VERSION = 199901L DEBUG: CPU = x86_64 DEBUG: KERNEL = FreeBSD DEBUG: ENDIANNESS = little INFO: yes INFO: checking the host C compiler version... INFO: 14.0.5 INFO: checking the host C compiler works... DEBUG: Creating `/tmp/conftest.VDYZR4.c` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang -std=gnu99 -c /tmp/conftest.VDYZR4.c` INFO: yes INFO: checking for the host C++ compiler... DEBUG: _host_cxx: Trying /usr/bin/clang++ INFO: /usr/bin/clang++ INFO: checking whether the host C++ compiler can be used... DEBUG: Creating `/tmp/conftest.IyjYfc.cpp` with content: DEBUG: | #if defined(_MSC_VER) DEBUG: | #if defined(__clang__) DEBUG: | %COMPILER "clang-cl" DEBUG: | %VERSION _MSC_FULL_VER DEBUG: | #else DEBUG: | %COMPILER "msvc" DEBUG: | %VERSION _MSC_FULL_VER DEBUG: | #endif DEBUG: | #elif defined(__clang__) DEBUG: | %COMPILER "clang" DEBUG: | # if !__cplusplus || __has_feature(cxx_alignof) DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ DEBUG: | # endif DEBUG: | #elif defined(__GNUC__) 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: | #elif __STDC__ DEBUG: | %STDC_VERSION 198900L 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__ 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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #endif DEBUG: | #if __FreeBSD_kernel__ DEBUG: | %KERNEL "kFreeBSD" DEBUG: | #elif __DragonFly__ DEBUG: | %KERNEL "DragonFly" DEBUG: | #elif __OpenBSD__ DEBUG: | %KERNEL "OpenBSD" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "SunOS" DEBUG: | #elif __FreeBSD__ DEBUG: | %KERNEL "FreeBSD" DEBUG: | #elif __linux__ DEBUG: | %KERNEL "Linux" DEBUG: | #elif _WIN32 || __CYGWIN__ DEBUG: | %KERNEL "WINNT" DEBUG: | #elif __NetBSD__ DEBUG: | %KERNEL "NetBSD" DEBUG: | #elif __APPLE__ DEBUG: | %KERNEL "Darwin" DEBUG: | #endif DEBUG: | #if _MSC_VER || __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++11 -E /tmp/conftest.IyjYfc.cpp` DEBUG: COMPILER = clang DEBUG: VERSION = 14.0.5 DEBUG: cplusplus = 201103L DEBUG: CPU = x86_64 DEBUG: KERNEL = FreeBSD DEBUG: ENDIANNESS = little INFO: yes INFO: checking the host C++ compiler version... INFO: 14.0.5 INFO: checking the host C++ compiler works... DEBUG: Creating `/tmp/conftest.uTtVl7.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.uTtVl7.cpp` INFO: yes INFO: checking for 64-bit OS... DEBUG: Creating `/tmp/conftest.IVlYRh.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | static_assert(sizeof(void *) == 8, "") DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.IVlYRh.cpp` INFO: yes INFO: checking for stdint.h... DEBUG: Creating `/tmp/conftest.tywBIX.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.tywBIX.cpp` INFO: yes INFO: checking for inttypes.h... DEBUG: Creating `/tmp/conftest.yCzQs6.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.yCzQs6.cpp` INFO: yes INFO: checking for malloc.h... DEBUG: Creating `/tmp/conftest.6vSrEU.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.6vSrEU.cpp` INFO: yes INFO: checking for alloca.h... DEBUG: Creating `/tmp/conftest.wxMhfj.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.wxMhfj.cpp` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftest.wxMhfj.cpp:1:10: fatal error: 'alloca.h' file not found DEBUG: | #include DEBUG: | ^~~~~~~~~~ DEBUG: | 1 error generated. INFO: no INFO: checking for sys/byteorder.h... DEBUG: Creating `/tmp/conftest.yfVR5s.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.yfVR5s.cpp` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftest.yfVR5s.cpp:1:10: fatal error: 'sys/byteorder.h' file not found DEBUG: | #include DEBUG: | ^~~~~~~~~~~~~~~~~ DEBUG: | 1 error generated. INFO: no INFO: checking for getopt.h... DEBUG: Creating `/tmp/conftest.eAG87l.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.eAG87l.cpp` INFO: yes INFO: checking for unistd.h... DEBUG: Creating `/tmp/conftest.HiDaJi.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.HiDaJi.cpp` INFO: yes INFO: checking for nl_types.h... DEBUG: Creating `/tmp/conftest.sVBNDR.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.sVBNDR.cpp` INFO: yes INFO: checking for cpuid.h... DEBUG: Creating `/tmp/conftest.gTljQC.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.gTljQC.cpp` INFO: yes INFO: checking for sys/statvfs.h... DEBUG: Creating `/tmp/conftest.DXnF10.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.DXnF10.cpp` INFO: yes INFO: checking for sys/statfs.h... DEBUG: Creating `/tmp/conftest.cNYJlp.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.cNYJlp.cpp` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftest.cNYJlp.cpp:1:10: fatal error: 'sys/statfs.h' file not found DEBUG: | #include DEBUG: | ^~~~~~~~~~~~~~ DEBUG: | 1 error generated. INFO: no INFO: checking for sys/vfs.h... DEBUG: Creating `/tmp/conftest.7BEwCO.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.7BEwCO.cpp` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftest.7BEwCO.cpp:1:10: fatal error: 'sys/vfs.h' file not found DEBUG: | #include DEBUG: | ^~~~~~~~~~~ DEBUG: | 1 error generated. INFO: no INFO: checking for sys/mount.h... DEBUG: Creating `/tmp/conftest.AVkuTy.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.AVkuTy.cpp` INFO: yes INFO: checking for sys/quota.h... DEBUG: Creating `/tmp/conftest.3UoUZt.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.3UoUZt.cpp` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftest.3UoUZt.cpp:1:10: fatal error: 'sys/quota.h' file not found DEBUG: | #include DEBUG: | ^~~~~~~~~~~~~ DEBUG: | 1 error generated. INFO: no INFO: checking for sys/queue.h... DEBUG: Creating `/tmp/conftest.X0Ra36.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.X0Ra36.cpp` INFO: yes INFO: checking for sys/types.h... DEBUG: Creating `/tmp/conftest.HMrKJR.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.HMrKJR.cpp` INFO: yes INFO: checking for netinet/in.h... DEBUG: Creating `/tmp/conftest.bU67x8.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.bU67x8.cpp` INFO: yes INFO: checking for byteswap.h... DEBUG: Creating `/tmp/conftest.VyviOe.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.VyviOe.cpp` INFO: yes INFO: checking for perf_event_open system call... DEBUG: Creating `/tmp/conftest.F8xiAV.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | return sizeof(__NR_perf_event_open); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -c /tmp/conftest.F8xiAV.cpp` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /tmp/conftest.F8xiAV.cpp:1:10: fatal error: 'asm/unistd.h' file not found DEBUG: | #include DEBUG: | ^~~~~~~~~~~~~~ DEBUG: | 1 error generated. INFO: no INFO: checking whether the C compiler supports -Wclass-varargs... DEBUG: Creating `/tmp/conftest.yoEffj.c` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang -std=gnu99 -Werror -Wclass-varargs -c /tmp/conftest.yoEffj.c` INFO: yes INFO: checking whether the C++ compiler supports -Wclass-varargs... DEBUG: Creating `/tmp/conftest.r6v5AG.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Wclass-varargs -c /tmp/conftest.r6v5AG.cpp` INFO: yes INFO: checking whether the C compiler supports -Wloop-analysis... DEBUG: Creating `/tmp/conftest.Dp7iN6.c` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang -std=gnu99 -Werror -Wloop-analysis -c /tmp/conftest.Dp7iN6.c` INFO: yes INFO: checking whether the C++ compiler supports -Wloop-analysis... DEBUG: Creating `/tmp/conftest.zk026d.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Wloop-analysis -c /tmp/conftest.zk026d.cpp` INFO: yes INFO: checking whether the C++ compiler supports -Wc++11-compat-pedantic... DEBUG: Creating `/tmp/conftest.SrySm0.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Wc++11-compat-pedantic -c /tmp/conftest.SrySm0.cpp` INFO: yes INFO: checking whether the C++ compiler supports -Wc++14-compat... DEBUG: Creating `/tmp/conftest.dha8jF.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Wc++14-compat -c /tmp/conftest.dha8jF.cpp` INFO: yes INFO: checking whether the C++ compiler supports -Wc++14-compat-pedantic... DEBUG: Creating `/tmp/conftest.s0gzlZ.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Wc++14-compat-pedantic -c /tmp/conftest.s0gzlZ.cpp` INFO: yes INFO: checking whether the C++ compiler supports -Wc++1z-compat... DEBUG: Creating `/tmp/conftest.iU0PhL.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Wc++1z-compat -c /tmp/conftest.iU0PhL.cpp` INFO: yes INFO: checking whether the C++ compiler supports -Wimplicit-fallthrough... DEBUG: Creating `/tmp/conftest.kUIciY.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Wimplicit-fallthrough -c /tmp/conftest.kUIciY.cpp` INFO: yes INFO: checking whether the C compiler supports -Wstring-conversion... DEBUG: Creating `/tmp/conftest.6doGJs.c` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang -std=gnu99 -Werror -Wstring-conversion -c /tmp/conftest.6doGJs.c` INFO: yes INFO: checking whether the C++ compiler supports -Wstring-conversion... DEBUG: Creating `/tmp/conftest.occMKJ.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Wstring-conversion -c /tmp/conftest.occMKJ.cpp` INFO: yes INFO: checking whether the C compiler supports -Wthread-safety... DEBUG: Creating `/tmp/conftest.jARd_Y.c` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang -std=gnu99 -Werror -Wthread-safety -c /tmp/conftest.jARd_Y.c` INFO: yes INFO: checking whether the C++ compiler supports -Wthread-safety... DEBUG: Creating `/tmp/conftest.mi1Vm7.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Wthread-safety -c /tmp/conftest.mi1Vm7.cpp` INFO: yes INFO: checking whether the C++ compiler supports -Wno-inline-new-delete... DEBUG: Creating `/tmp/conftest.wOXTKi.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Winline-new-delete -c /tmp/conftest.wOXTKi.cpp` INFO: yes INFO: checking whether the C compiler supports -Wno-error=maybe-uninitialized... DEBUG: Creating `/tmp/conftest.ZvLs0p.c` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang -std=gnu99 -Werror -Wno-error=maybe-uninitialized -c /tmp/conftest.ZvLs0p.c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... DEBUG: Creating `/tmp/conftest.EVTz7G.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Wno-error=maybe-uninitialized -c /tmp/conftest.EVTz7G.cpp` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C compiler supports -Wno-error=deprecated-declarations... DEBUG: Creating `/tmp/conftest.hgjs41.c` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang -std=gnu99 -Werror -Wno-error=deprecated-declarations -c /tmp/conftest.hgjs41.c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=deprecated-declarations... DEBUG: Creating `/tmp/conftest.83Lr9z.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Wno-error=deprecated-declarations -c /tmp/conftest.83Lr9z.cpp` INFO: yes INFO: checking whether the C compiler supports -Wno-error=array-bounds... DEBUG: Creating `/tmp/conftest.VY8wQa.c` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang -std=gnu99 -Werror -Wno-error=array-bounds -c /tmp/conftest.VY8wQa.c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=array-bounds... DEBUG: Creating `/tmp/conftest.4SXSR7.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Wno-error=array-bounds -c /tmp/conftest.4SXSR7.cpp` INFO: yes INFO: checking whether the C compiler supports -Wno-error=multistatement-macros... DEBUG: Creating `/tmp/conftest.IzVik7.c` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang -std=gnu99 -Werror -Wno-error=multistatement-macros -c /tmp/conftest.IzVik7.c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Werror=multistatement-macros'; did you mean '-Werror=unused-macros'? [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C++ compiler supports -Wno-error=multistatement-macros... DEBUG: Creating `/tmp/conftest.l9Wcjf.cpp` with content: DEBUG: | DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/bin/clang++ -std=gnu++11 -Werror -Wno-error=multistatement-macros -c /tmp/conftest.l9Wcjf.cpp` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Werror=multistatement-macros'; did you mean '-Werror=unused-macros'? [-Werror,-Wunknown-warning-option] INFO: no INFO: checking for pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0... INFO: yes INFO: checking MOZ_PANGO_CFLAGS... DEBUG: Executing: `/usr/local/bin/pkg-config --cflags 'pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0'` INFO: -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE INFO: checking MOZ_PANGO_LIBS... DEBUG: Executing: `/usr/local/bin/pkg-config --libs 'pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0'` INFO: -L/usr/local/lib -lpangoft2-1.0 -lfontconfig -lfreetype -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lcairo INFO: checking for fontconfig >= 2.7.0... INFO: yes INFO: checking _FONTCONFIG_CFLAGS... DEBUG: Executing: `/usr/local/bin/pkg-config --cflags 'fontconfig >= 2.7.0'` INFO: -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 INFO: checking _FONTCONFIG_LIBS... DEBUG: Executing: `/usr/local/bin/pkg-config --libs 'fontconfig >= 2.7.0'` INFO: -L/usr/local/lib -lfontconfig -lfreetype INFO: checking for freetype2 >= 6.1.0... INFO: yes INFO: checking _FT2_CFLAGS... DEBUG: Executing: `/usr/local/bin/pkg-config --cflags 'freetype2 >= 6.1.0'` INFO: -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include INFO: checking _FT2_LIBS... DEBUG: Executing: `/usr/local/bin/pkg-config --libs 'freetype2 >= 6.1.0'` INFO: -L/usr/local/lib -lfreetype INFO: checking for tar... DEBUG: tar: Trying gnutar DEBUG: tar: Trying gtar INFO: /usr/local/bin/gtar INFO: checking for unzip... DEBUG: unzip: Trying unzip INFO: /usr/bin/unzip INFO: checking for zip... DEBUG: zip: Trying zip INFO: /usr/local/bin/zip INFO: checking for the Mozilla API key... INFO: no INFO: checking for the Google 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 awk... DEBUG: awk: Trying gawk DEBUG: awk: Trying mawk DEBUG: awk: Trying nawk INFO: /usr/bin/nawk INFO: checking for perl... DEBUG: perl: Trying perl5 DEBUG: perl: Trying perl INFO: /usr/local/bin/perl INFO: checking for minimum required perl version >= 5.006... DEBUG: Executing: `/usr/local/bin/perl -e 'print $]'` INFO: 5.032001 INFO: checking for full perl installation... INFO: yes INFO: checking for gmake... DEBUG: gmake: Trying /usr/local/bin/gmake INFO: /usr/local/bin/gmake INFO: checking for doxygen... DEBUG: doxygen: Trying doxygen INFO: not found INFO: checking for xargs... DEBUG: xargs: Trying xargs INFO: /usr/bin/xargs INFO: checking for autoconf... INFO: /usr/local/bin/autoconf2.13 DEBUG: Injecting the following to old-configure: DEBUG: | _GTK_VERSION=2 DEBUG: | _mozconfig_opt=--with-branding=palemoon/branding/beta DEBUG: | export AUTOCONF=/usr/local/bin/autoconf2.13 DEBUG: | PYTHON=/root/palemoon/obj-x86_64-unknown-freebsd13.2/_virtualenv/bin/python DEBUG: | CROSS_COMPILE= DEBUG: | HAVE_64BIT_BUILD=1 DEBUG: | OS_TARGET=FreeBSD DEBUG: | OS_ARCH=FreeBSD DEBUG: | OS_TEST=x86_64 DEBUG: | CPU_ARCH=x86_64 DEBUG: | HOST_OS_ARCH=FreeBSD DEBUG: | EXTERNAL_SOURCE_DIR=/root/palemoon DEBUG: | MOZ_BUILD_APP=../palemoon DEBUG: | RELEASE_OR_BETA=1 DEBUG: | MOZ_UPDATE_CHANNEL=default DEBUG: | COMPILE_ENVIRONMENT=1 DEBUG: | MOZ_DEBUG= DEBUG: | PKG_CONFIG=/usr/local/bin/pkg-config DEBUG: | MOZ_PGO= DEBUG: | _YASM_MAJOR_VERSION=1 DEBUG: | _YASM_MINOR_VERSION=3 DEBUG: | YASM=1 DEBUG: | CC='/usr/bin/clang -std=gnu99' DEBUG: | CC_TYPE=clang DEBUG: | CC_VERSION=14.0.5 DEBUG: | CPP='/usr/bin/clang -E -std=gnu99' DEBUG: | CXX='/usr/bin/clang++ -std=gnu++11' DEBUG: | CXXCPP='/usr/bin/clang++ -E -std=gnu++11' DEBUG: | HOST_CC='/usr/bin/clang -std=gnu99' DEBUG: | HOST_CC_TYPE=clang DEBUG: | HOST_CC_VERSION=14.0.5 DEBUG: | HOST_CXX='/usr/bin/clang++ -std=gnu++11' DEBUG: | MOZ_DEBUG_FLAGS=-g DEBUG: | MOZ_MEMORY=1 DEBUG: | HAVE_MALLOC_H=1 DEBUG: | MOZ_ENABLE_WARNINGS_AS_ERRORS= DEBUG: | _WARNINGS_CFLAGS='-Wall -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wclass-varargs -Wloop-analysis -Wstring-conversion -Wthread-safety -Wno-error=deprecated-declarations -Wno-error=array-bounds' DEBUG: | _WARNINGS_CXXFLAGS='-Wall -Wc++11-compat -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wwrite-strings -Wno-invalid-offsetof -Wclass-varargs -Wloop-analysis -Wc++11-compat-pedantic -Wc++14-compat -Wc++14-compat-pedantic -Wc++1z-compat -Wimplicit-fallthrough -Wstring-conversion -Wthread-safety -Wno-inline-new-delete -Wno-error=deprecated-declarations -Wno-error=array-bounds' DEBUG: | BUILD_CTYPES=1 DEBUG: | MOZ_WIDGET_TOOLKIT=gtk2 DEBUG: | MOZ_X11=1 DEBUG: | USE_FC_FREETYPE=1 DEBUG: | _HAVE_FREETYPE2=1 DEBUG: | FT2_LIBS='-L/usr/local/lib -lfreetype -L/usr/local/lib -lfontconfig -lfreetype' DEBUG: | FT2_CFLAGS='-I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16' DEBUG: | MOZ_FMP4=1 DEBUG: | MOZ_WEBSPEECH=1 DEBUG: | _NON_GLOBAL_ACDEFINES='NECKO_PROTOCOL_about NECKO_PROTOCOL_data NECKO_PROTOCOL_device NECKO_PROTOCOL_file NECKO_PROTOCOL_ftp NECKO_PROTOCOL_http NECKO_PROTOCOL_res NECKO_PROTOCOL_viewsource NECKO_PROTOCOL_websocket NECKO_PROTOCOL_wyciwyg' DEBUG: | NECKO_PROTOCOLS='about data device file ftp http res viewsource websocket wyciwyg' DEBUG: | AWK=/usr/bin/nawk DEBUG: | PERL=/usr/local/bin/perl DEBUG: Running /bin/sh /root/palemoon/platform/old-configure --enable-av1 --enable-jxl --disable-dbus --enable-devtools --disable-eme --disable-gamepad --disable-gconf --disable-necko-wifi '--enable-optimize=-O3 -w' --disable-pulseaudio --enable-strip --disable-tests --disable-updater --disable-webrtc --with-branding=palemoon/branding/beta --with-pthreads --host=x86_64-unknown-freebsd13.2 --target=x86_64-unknown-freebsd13.2 --disable-debug --without-toolchain-prefix --enable-debug-symbols --enable-jemalloc --without-linux-headers --disable-warnings-as-errors --disable-js-shell --disable-shared-js --disable-export-js --disable-instruments --disable-callgrind --disable-profiling --disable-vtune --disable-gc-trace --disable-perf --disable-more-deterministic --enable-ctypes --without-system-ffi This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:887: checking host system type configure:908: checking target system type configure:926: checking build system type configure:1864: checking for gcc configure:1977: checking whether the C compiler (/usr/bin/clang -std=gnu99 ) works configure:1993: /usr/bin/clang -std=gnu99 -o conftest conftest.c 1>&5 configure:1990:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(){return(0);} ^ 1 warning generated. configure:2019: checking whether the C compiler (/usr/bin/clang -std=gnu99 ) is a cross-compiler configure:2024: checking whether we are using GNU C configure:2052: checking whether /usr/bin/clang -std=gnu99 accepts -g configure:2093: checking for c++ configure:2125: checking whether the C++ compiler (/usr/bin/clang++ -std=gnu++11 ) works configure:2141: /usr/bin/clang++ -std=gnu++11 -o conftest conftest.C 1>&5 configure:2167: checking whether the C++ compiler (/usr/bin/clang++ -std=gnu++11 ) is a cross-compiler configure:2172: checking whether we are using GNU C++ configure:2200: checking whether /usr/bin/clang++ -std=gnu++11 accepts -g configure:2234: checking for ranlib configure:2266: checking for as configure:2320: checking for ar configure:2355: checking for ld configure:2390: checking for strip configure:2425: checking for windres configure:2460: checking for otool configure:3111: checking for X configure:3428: checking for dnet_ntoa in -ldnet configure:3469: checking for dnet_ntoa in -ldnet_stub configure:3517: checking for gethostbyname configure:3619: checking for connect configure:3715: checking for remove configure:3811: checking for shmat configure:3916: checking for IceConnectionNumber in -lICE configure:4089: /usr/bin/clang -std=gnu99 -c conftest.c 1>&5 configure:4085:15: error: use of undeclared identifier '__thumb2__' return sizeof(__thumb2__); ^ 1 error generated. configure: failed program was: #line 4082 "configure" #include "confdefs.h" int main() { return sizeof(__thumb2__); ; return 0; } configure:4667: /usr/bin/clang -std=gnu99 -o conftest -Qunused-arguments conftest.c 1>&5 configure:4694: checking for --noexecstack option to as configure:4705: /usr/bin/clang -std=gnu99 -c -fno-strict-aliasing -Wa,--noexecstack -Qunused-arguments conftest.c 1>&5 configure:4718: checking for -z noexecstack option to ld configure:4729: /usr/bin/clang -std=gnu99 -o conftest -fno-strict-aliasing -Qunused-arguments -Wl,-z,noexecstack conftest.c 1>&5 configure:4742: checking for -z text option to ld configure:4753: /usr/bin/clang -std=gnu99 -o conftest -fno-strict-aliasing -Qunused-arguments -Wl,-z,noexecstack -Wl,-z,text conftest.c 1>&5 configure:4767: checking for --build-id option to ld configure:4778: /usr/bin/clang -std=gnu99 -o conftest -fno-strict-aliasing -Qunused-arguments -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c 1>&5 configure:4792: checking for --ignore-unresolved-symbol option to ld configure:4804: /usr/bin/clang -std=gnu99 -o conftest -fno-strict-aliasing -Qunused-arguments -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id -Wl,--ignore-unresolved-symbol,environ conftest.c 1>&5 ld: error: unknown argument '--ignore-unresolved-symbol' ld: error: cannot open environ: No such file or directory clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 4797 "configure" #include "confdefs.h" int main() { ; return 0; } configure:4819: checking if toolchain supports -mssse3 option configure:4831: /usr/bin/clang -std=gnu99 -c -fno-strict-aliasing -mssse3 -Qunused-arguments conftest.c 1>&5 configure:4846: checking if toolchain supports -msse4.1 option configure:4858: /usr/bin/clang -std=gnu99 -c -fno-strict-aliasing -msse4.1 -Qunused-arguments conftest.c 1>&5 configure:4874: checking for x86 AVX2 asm support in compiler configure:4883: /usr/bin/clang -std=gnu99 -c -fno-strict-aliasing -Qunused-arguments conftest.c 1>&5 configure:6055: checking for working const configure:6135: checking for mode_t configure:6173: checking for off_t configure:6211: checking for pid_t configure:6249: checking for size_t configure:6317: checking whether 64-bits std::atomic requires -latomic configure:6404: checking for dirent.h that defines DIR configure:6445: checking for opendir in -ldir configure:6535: checking for sockaddr_in.sin_len configure:6583: checking for sockaddr_in6.sin6_len configure:6624: checking for sockaddr.sa_len configure:6727: checking for gethostbyname_r in -lc_r configure:6783: checking for library containing dlopen configure:6841: checking for dlfcn.h configure:6891: checking for dladdr configure:6891: checking for memmem configure:7006: checking for socket in -lsocket configure:7071: checking for XDrawLines in -lX11 configure:7112: checking for XextAddDisplay in -lXext configure:7154: checking for XtFree in -lXt configure:7319: checking for xcb_connect in -lxcb configure:7360: checking for xcb_shm_query_version in -lxcb-shm configure:7401: checking for XGetXCBConnection in -lX11-xcb configure:7444: checking for X11/extensions/scrnsaver.h configure:7472: checking for XScreenSaverQueryInfo in -lXss configure:7541: checking for pthread_create in -lpthreads configure:7579: checking for pthread_create in -lpthread configure:7729: checking whether /usr/bin/clang -std=gnu99 accepts -pthread configure:7824: checking for pthread.h configure:7874: checking whether /usr/bin/clang -std=gnu99 needs -traditional configure:7920: checking for 8-bit clean memcmp configure:7958: checking for stat64 configure:7958: checking for lstat64 configure:7958: checking for truncate64 configure:7958: checking for statvfs64 configure:7958: checking for statvfs configure:7958: checking for statfs64 configure:7958: checking for statfs configure:7958: checking for getpagesize configure:7958: checking for gmtime_r configure:7958: checking for localtime_r configure:7958: checking for arc4random configure:7958: checking for arc4random_buf configure:7958: checking for mallinfo configure:7958: checking for gettid configure:7958: checking for lchown configure:7958: checking for setpriority configure:7958: checking for strerror configure:7958: checking for syscall configure:8023: checking for clock_gettime(CLOCK_MONOTONIC) configure:8073: checking for pthread_cond_timedwait_monotonic_np configure:8085: /usr/bin/clang -std=gnu99 -o conftest -fno-strict-aliasing -fno-math-errno -pipe -msse2 -mfpmath=sse -Qunused-arguments -I/usr/local/include -pthread -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c 1>&5 configure:8081:1: warning: implicit declaration of function 'pthread_cond_timedwait_monotonic_np' is invalid in C99 [-Wimplicit-function-declaration] pthread_cond_timedwait_monotonic_np(0, 0, 0); ^ 1 warning generated. ld: error: undefined symbol: pthread_cond_timedwait_monotonic_np >>> referenced by conftest.c >>> /tmp/conftest-a4ccbf.o:(main) clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 8078 "configure" #include "confdefs.h" #include int main() { pthread_cond_timedwait_monotonic_np(0, 0, 0); ; return 0; } configure:8118: checking for wcrtomb configure:8153: checking for mbrtowc configure:8197: checking for res_ninit() configure:8262: checking for iconv in -lc configure:8393: checking for iconv() configure:8491: checking for nl_langinfo and CODESET configure:8539: checking for an implementation of va_copy() configure:8576: checking whether va_list can be copied by value configure:8693: checking whether the C++ "using" keyword resolves ambiguity configure:8738: checking for C++ dynamic_cast to void* configure:8798: checking for __thread keyword for TLS variables configure:8863: checking for __attribute__((always_inline)) configure:8899: checking for LC_MESSAGES configure:8937: checking for localeconv configure:9010: checking for malloc.h configure:9058: checking for strndup configure:9058: checking for posix_memalign configure:9058: checking for memalign configure:9121: checking for malloc_usable_size configure:9183: checking whether malloc_usable_size definition can use const argument configure:9194: /usr/bin/clang -std=gnu99 -c -fno-strict-aliasing -fno-math-errno -pipe -msse2 -mfpmath=sse -Qunused-arguments -I/usr/local/include conftest.c 1>&5 configure:9216: checking for valloc in malloc.h configure:9241: checking for valloc in unistd.h configure:9383: checking NSPR selection configure:9904: checking if app-specific confvars.sh exists configure:10069: checking for gtk+-2.0 >= 2.18.0 gtk+-unix-print-2.0 glib-2.0 >= 2.22 gobject-2.0 gdk-x11-2.0 configure:10076: checking MOZ_GTK2_CFLAGS configure:10081: checking MOZ_GTK2_LIBS configure:10359: checking for gtk+-2.0 >= 2.14 configure:10366: checking _GTKCHECK_CFLAGS configure:10371: checking _GTKCHECK_LIBS configure:10412: checking for gio-2.0 >= 2.22 configure:10419: checking MOZ_GIO_CFLAGS configure:10424: checking MOZ_GIO_LIBS configure:10940: /usr/bin/clang -std=gnu99 -c -fno-strict-aliasing -fno-math-errno -pipe -msse2 -mfpmath=sse -Qunused-arguments -I/usr/local/include conftest.c 1>&5 configure:10934:10: fatal error: 'linux/ethtool.h' file not found #include ^~~~~~~~~~~~~~~~~ 1 error generated. configure: failed program was: #line 10933 "configure" #include "confdefs.h" #include int main() { struct ethtool_cmd cmd; cmd.speed_hi = 0; ; return 0; } configure:12353: checking for wget configure:12678: checking for valid C compiler optimization flags configure:12689: /usr/bin/clang -std=gnu99 -c -fno-strict-aliasing -fno-math-errno -pipe -msse2 -mfpmath=sse -O3 -w -Qunused-arguments -I/usr/local/include conftest.c 1>&5 configure:13484: checking for __cxa_demangle configure:13581: checking for unwind.h configure:13611: checking for _Unwind_Backtrace configure:13984: checking whether C compiler supports -fprofile-generate configure:13993: /usr/bin/clang -std=gnu99 -c -fno-strict-aliasing -fno-math-errno -pipe -msse2 -mfpmath=sse -fprofile-generate -fprofile-correction -Qunused-arguments -I/usr/local/include conftest.c 1>&5 clang: warning: optimization flag '-fprofile-correction' is not supported [-Wignored-optimization-argument] configure:14040: checking what kind of list files are supported by the linker configure:14045: /usr/bin/clang -std=gnu99 -o conftest.o -c -fno-strict-aliasing -fno-math-errno -pipe -msse2 -mfpmath=sse -Qunused-arguments -I/usr/local/include conftest.c 1>&5 configure:14047: /usr/bin/clang -std=gnu99 -o conftest -pthread -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.list 1>&5 configure:14073: checking what kind of ordering can be done with the linker configure:14088: /usr/bin/clang -std=gnu99 -o conftest -fno-strict-aliasing -fno-math-errno -pipe -msse2 -mfpmath=sse -Qunused-arguments -I/usr/local/include -pthread -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id -Wl,--section-ordering-file,conftest.order conftest.c 1>&5 ld: error: unknown argument '--section-ordering-file' clang: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 14081 "configure" #include "confdefs.h" int main() { ; return 0; } configure:14100: /usr/bin/clang -std=gnu99 -shared -Wl,-z,defs -Wl,--warn-unresolved-symbols -pthread -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id -o libconftest.so -Wl configure:14214: checking for glib-2.0 >= 1.3.7 gobject-2.0 configure:14221: checking GLIB_CFLAGS configure:14226: checking GLIB_LIBS configure:14277: checking for FT_Bitmap_Size.y_ppem configure:14321: checking for FT_GlyphSlot_Embolden configure:14321: checking for FT_Load_Sfnt_Table configure:14391: checking for fontconfig/fcfreetype.h configure:15396: checking for posix_fadvise configure:15396: checking for posix_fallocate configure:15479: /usr/bin/clang -std=gnu99 -c -Qunused-arguments -Wall -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wclass-varargs -Wloop-analysis -Wstring-conversion -Wthread-safety -Wno-error=deprecated-declarations -Wno-error=array-bounds -fno-strict-aliasing -fno-math-errno -pipe -msse2 -mfpmath=sse -I/usr/local/include -Qunused-arguments -I/usr/local/include conftest.c 1>&5