DEBUG: python3: running with pid 2955794 DEBUG: python3: sys.executable: '/var/tmp/portage/dev-lang/spidermonkey-78.8.0/work/build/_virtualenvs/init_py3/bin/python' DEBUG: python3: executable from configuration: None DEBUG: python3: found executable: '/var/tmp/portage/dev-lang/spidermonkey-78.8.0/work/build/_virtualenvs/init_py3/bin/python' DEBUG: python3: venv is up to date INFO: checking for vcs source checkout... INFO: no INFO: checking for a shell... INFO: /bin/sh INFO: checking for host system type... DEBUG: Executing: `/bin/sh /var/tmp/portage/dev-lang/spidermonkey-78.8.0/work/firefox-78.8.0/build/moz.configure/../autoconf/config.sub powerpc64-unknown-linux-gnu` INFO: powerpc64-unknown-linux-gnu INFO: checking for target system type... DEBUG: Executing: `/bin/sh /var/tmp/portage/dev-lang/spidermonkey-78.8.0/work/firefox-78.8.0/build/moz.configure/../autoconf/config.sub powerpc64-unknown-linux-gnu` INFO: powerpc64-unknown-linux-gnu INFO: checking for Python 3... INFO: /var/tmp/portage/dev-lang/spidermonkey-78.8.0/work/build/_virtualenvs/init_py3/bin/python (3.9.2) INFO: checking whether cross compiling... INFO: no INFO: checking for yasm... DEBUG: yasm: Trying yasm INFO: not found INFO: checking for the target C compiler... DEBUG: _cc: Trying powerpc64-unknown-linux-gnu-clang INFO: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang INFO: checking whether the target C compiler can be used... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.le4zi6yo.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: | # if __has_warning("-Wunguarded-availability") 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: | #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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #elif __sh__ DEBUG: | %CPU "sh4" 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: | #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/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.le4zi6yo.c -E` DEBUG: COMPILER = clang DEBUG: VERSION = 11.0.0 DEBUG: STDC_VERSION = 201710L DEBUG: CPU = ppc64 DEBUG: KERNEL = Linux DEBUG: ENDIANNESS = big DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.59g7udrf.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: | # if __has_warning("-Wunguarded-availability") 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: | #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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #elif __sh__ DEBUG: | %CPU "sh4" 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: | #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/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.59g7udrf.c -E` DEBUG: COMPILER = clang DEBUG: VERSION = 11.0.0 DEBUG: STDC_VERSION = 199901L DEBUG: CPU = ppc64 DEBUG: KERNEL = Linux DEBUG: ENDIANNESS = big INFO: yes INFO: checking the target C compiler version... INFO: 11.0.0 INFO: checking the target C compiler works... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.sin5jm7v.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.sin5jm7v.c -c` INFO: yes WARNING: The value of LD is not used by this build system. INFO: checking for the target C++ compiler... DEBUG: _cxx: Trying powerpc64-unknown-linux-gnu-clang++ INFO: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ INFO: checking whether the target C++ compiler can be used... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.edshedr0.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: | # if __has_warning("-Wunguarded-availability") 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: | #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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #elif __sh__ DEBUG: | %CPU "sh4" 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: | #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/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.edshedr0.cpp -E` DEBUG: COMPILER = clang DEBUG: VERSION = 11.0.0 DEBUG: cplusplus = 201402L DEBUG: CPU = ppc64 DEBUG: KERNEL = Linux DEBUG: ENDIANNESS = big DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.xaoooj66.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: | # if __has_warning("-Wunguarded-availability") 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: | #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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #elif __sh__ DEBUG: | %CPU "sh4" 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: | #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/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.xaoooj66.cpp -E` DEBUG: COMPILER = clang DEBUG: VERSION = 11.0.0 DEBUG: cplusplus = 201703L DEBUG: CPU = ppc64 DEBUG: KERNEL = Linux DEBUG: ENDIANNESS = big INFO: yes INFO: checking the target C++ compiler version... INFO: 11.0.0 INFO: checking the target C++ compiler works... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.ot6ag9o3.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.ot6ag9o3.cpp -c` INFO: yes INFO: checking for the host C compiler... DEBUG: _host_cc: Trying powerpc64-unknown-linux-gnu-clang INFO: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang INFO: checking whether the host C compiler can be used... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.uyspxvij.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: | # if __has_warning("-Wunguarded-availability") 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: | #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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #elif __sh__ DEBUG: | %CPU "sh4" 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: | #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/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.uyspxvij.c -E` DEBUG: COMPILER = clang DEBUG: VERSION = 11.0.0 DEBUG: STDC_VERSION = 201710L DEBUG: CPU = ppc64 DEBUG: KERNEL = Linux DEBUG: ENDIANNESS = big DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.9_ckshda.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: | # if __has_warning("-Wunguarded-availability") 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: | #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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #elif __sh__ DEBUG: | %CPU "sh4" 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: | #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/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.9_ckshda.c -E` DEBUG: COMPILER = clang DEBUG: VERSION = 11.0.0 DEBUG: STDC_VERSION = 199901L DEBUG: CPU = ppc64 DEBUG: KERNEL = Linux DEBUG: ENDIANNESS = big INFO: yes INFO: checking the host C compiler version... INFO: 11.0.0 INFO: checking the host C compiler works... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.hax_8j0s.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.hax_8j0s.c -c` INFO: yes INFO: checking for the host C++ compiler... DEBUG: _host_cxx: Trying powerpc64-unknown-linux-gnu-clang++ INFO: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ INFO: checking whether the host C++ compiler can be used... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.zflahjn5.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: | # if __has_warning("-Wunguarded-availability") 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: | #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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #elif __sh__ DEBUG: | %CPU "sh4" 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: | #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/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.zflahjn5.cpp -E` DEBUG: COMPILER = clang DEBUG: VERSION = 11.0.0 DEBUG: cplusplus = 201402L DEBUG: CPU = ppc64 DEBUG: KERNEL = Linux DEBUG: ENDIANNESS = big DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.mqw_gouz.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: | # if __has_warning("-Wunguarded-availability") 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: | #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 __mips64 DEBUG: | %CPU "mips64" DEBUG: | #elif __mips__ DEBUG: | %CPU "mips32" DEBUG: | #elif __sh__ DEBUG: | %CPU "sh4" 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: | #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/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.mqw_gouz.cpp -E` DEBUG: COMPILER = clang DEBUG: VERSION = 11.0.0 DEBUG: cplusplus = 201703L DEBUG: CPU = ppc64 DEBUG: KERNEL = Linux DEBUG: ENDIANNESS = big INFO: yes INFO: checking the host C++ compiler version... INFO: 11.0.0 INFO: checking the host C++ compiler works... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.y3cbck5y.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.y3cbck5y.cpp -c` INFO: yes INFO: checking for 64-bit OS... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.v2lo4lyv.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | static_assert(sizeof(void *) == 8, "") DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.v2lo4lyv.cpp -c` INFO: yes INFO: checking for new enough STL headers from libstdc++... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.sijlolh9.cpp` with content: DEBUG: | #include 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/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.sijlolh9.cpp -c` INFO: yes INFO: checking for nasm... DEBUG: nasm: Trying nasm INFO: not found INFO: checking for linker... DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -fuse-ld=lld -Wl,--version` INFO: lld INFO: checking for the assembler... DEBUG: _as: Trying /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang INFO: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang INFO: checking for ar... DEBUG: ar: Trying llvm-ar INFO: /usr/lib/llvm/11/bin/llvm-ar INFO: checking for pkg_config... DEBUG: pkg_config: Trying powerpc64-unknown-linux-gnu-pkg-config INFO: /usr/bin/powerpc64-unknown-linux-gnu-pkg-config INFO: checking for pkg-config version... DEBUG: Executing: `/usr/bin/powerpc64-unknown-linux-gnu-pkg-config --version` INFO: 0.29.2 INFO: checking for stdint.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.jvc67de3.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.jvc67de3.cpp -c` INFO: yes INFO: checking for inttypes.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.0wh7llzj.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.0wh7llzj.cpp -c` INFO: yes INFO: checking for malloc.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.fgrcp0y9.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.fgrcp0y9.cpp -c` INFO: yes INFO: checking for alloca.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.7vhn_4a8.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.7vhn_4a8.cpp -c` INFO: yes INFO: checking for sys/byteorder.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.y9k_8rnn.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.y9k_8rnn.cpp -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.y9k_8rnn.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 `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.w83dhwpr.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.w83dhwpr.cpp -c` INFO: yes INFO: checking for unistd.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.s_16b6fm.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.s_16b6fm.cpp -c` INFO: yes INFO: checking for nl_types.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.da9sh_rp.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.da9sh_rp.cpp -c` INFO: yes INFO: checking for cpuid.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.mw81sk3h.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.mw81sk3h.cpp -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | In file included from /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.mw81sk3h.cpp:1: DEBUG: | /usr/lib64/llvm/11/bin/../../../../lib/clang/11.0.0/include/cpuid.h:11:2: error: this header is for x86 only DEBUG: | #error this header is for x86 only DEBUG: | ^ DEBUG: | /usr/lib64/llvm/11/bin/../../../../lib/clang/11.0.0/include/cpuid.h:280:5: error: invalid output constraint '=a' in asm DEBUG: | __cpuid(__leaf, __eax, __ebx, __ecx, __edx); DEBUG: | ^ DEBUG: | /usr/lib64/llvm/11/bin/../../../../lib/clang/11.0.0/include/cpuid.h:245:11: note: expanded from macro '__cpuid' DEBUG: | : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \ DEBUG: | ^ DEBUG: | /usr/lib64/llvm/11/bin/../../../../lib/clang/11.0.0/include/cpuid.h:295:5: error: invalid output constraint '=a' in asm DEBUG: | __cpuid(__leaf, *__eax, *__ebx, *__ecx, *__edx); DEBUG: | ^ DEBUG: | /usr/lib64/llvm/11/bin/../../../../lib/clang/11.0.0/include/cpuid.h:245:11: note: expanded from macro '__cpuid' DEBUG: | : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \ DEBUG: | ^ DEBUG: | /usr/lib64/llvm/11/bin/../../../../lib/clang/11.0.0/include/cpuid.h:309:5: error: invalid output constraint '=a' in asm DEBUG: | __cpuid_count(__leaf, __subleaf, *__eax, *__ebx, *__ecx, *__edx); DEBUG: | ^ DEBUG: | /usr/lib64/llvm/11/bin/../../../../lib/clang/11.0.0/include/cpuid.h:252:11: note: expanded from macro '__cpuid_count' DEBUG: | : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \ DEBUG: | ^ DEBUG: | 4 errors generated. INFO: no INFO: checking for fts.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.rzw9eb8m.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.rzw9eb8m.cpp -c` INFO: yes INFO: checking for sys/statvfs.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.zmtlu8rg.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.zmtlu8rg.cpp -c` INFO: yes INFO: checking for sys/statfs.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.4wrj4zvc.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.4wrj4zvc.cpp -c` INFO: yes INFO: checking for sys/vfs.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.rxain43l.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.rxain43l.cpp -c` INFO: yes INFO: checking for sys/mount.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.qd2mo58c.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.qd2mo58c.cpp -c` INFO: yes INFO: checking for sys/quota.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.vo41u3d4.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | quotactl(0, nullptr, 0, (caddr_t)nullptr); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.vo41u3d4.cpp -c` INFO: yes INFO: checking for linux/quota.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.0moibs6v.cpp` with content: DEBUG: | #include DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.0moibs6v.cpp -c` INFO: yes INFO: checking for linux/if_addr.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.h0txwmsx.cpp` with content: DEBUG: | #include DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.h0txwmsx.cpp -c` INFO: yes INFO: checking for linux/rtnetlink.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.kt09s39r.cpp` with content: DEBUG: | #include DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.kt09s39r.cpp -c` INFO: yes INFO: checking for sys/queue.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.qlxjm11p.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.qlxjm11p.cpp -c` INFO: yes INFO: checking for sys/types.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.84b_zzq9.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.84b_zzq9.cpp -c` INFO: yes INFO: checking for netinet/in.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.f9_a2ncb.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.f9_a2ncb.cpp -c` INFO: yes INFO: checking for byteswap.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.9az2t2rr.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.9az2t2rr.cpp -c` INFO: yes INFO: checking for linux/perf_event.h... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.x3t8kw0r.cpp` with content: DEBUG: | #include DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.x3t8kw0r.cpp -c` INFO: yes INFO: checking for perf_event_open system call... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.wtba2lak.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/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.wtba2lak.cpp -c` INFO: yes INFO: checking whether the C compiler supports -Wbitfield-enum-conversion... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.qr0brw6o.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.qr0brw6o.c -Werror -Wbitfield-enum-conversion -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wbitfield-enum-conversion... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.mzjv8bmc.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.mzjv8bmc.cpp -Werror -Wbitfield-enum-conversion -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wshadow-field-in-constructor-modified... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.zx99iooc.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.zx99iooc.c -Werror -Wshadow-field-in-constructor-modified -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.et2surso.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.et2surso.cpp -Werror -Wshadow-field-in-constructor-modified -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wunreachable-code-return... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.6giv8_e4.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.6giv8_e4.c -Werror -Wunreachable-code-return -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wunreachable-code-return... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.byv84o6_.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.byv84o6_.cpp -Werror -Wunreachable-code-return -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wclass-varargs... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.iwkx05om.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.iwkx05om.c -Werror -Wclass-varargs -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wclass-varargs... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.qhodv36v.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.qhodv36v.cpp -Werror -Wclass-varargs -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wempty-init-stmt... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.sx8nvon9.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.sx8nvon9.cpp -Werror -Wempty-init-stmt -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wfloat-overflow-conversion... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.2lfuv1mp.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.2lfuv1mp.c -Werror -Wfloat-overflow-conversion -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wfloat-overflow-conversion... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.63ft6mbf.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.63ft6mbf.cpp -Werror -Wfloat-overflow-conversion -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wfloat-zero-conversion... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.2fe1s0qg.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.2fe1s0qg.c -Werror -Wfloat-zero-conversion -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wfloat-zero-conversion... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.0fv1tvci.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.0fv1tvci.cpp -Werror -Wfloat-zero-conversion -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wloop-analysis... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.sc_9cu0n.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.sc_9cu0n.c -Werror -Wloop-analysis -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wloop-analysis... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.fh_m3ann.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.fh_m3ann.cpp -Werror -Wloop-analysis -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wc++2a-compat... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.3jnuv80q.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.3jnuv80q.cpp -Werror -Wc++2a-compat -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wcomma... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.d0ad81hh.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.d0ad81hh.cpp -Werror -Wcomma -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wduplicated-cond... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.fpxeb61f.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.fpxeb61f.c -Werror -Wduplicated-cond -Wno-error=unused-command-line-argument -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Wduplicated-cond' [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C++ compiler supports -Wduplicated-cond... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.7ilzk_4j.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.7ilzk_4j.cpp -Werror -Wduplicated-cond -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Wduplicated-cond' [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C++ compiler supports -Wimplicit-fallthrough... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.rlg1zx9s.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.rlg1zx9s.cpp -Werror -Wimplicit-fallthrough -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wunused-function... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.dy7293hr.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.dy7293hr.cpp -Werror -Wunused-function -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wunused-variable... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.yku24k76.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.yku24k76.cpp -Werror -Wunused-variable -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wstring-conversion... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.jdqwib2o.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.jdqwib2o.c -Werror -Wstring-conversion -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wstring-conversion... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.gl1safry.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.gl1safry.cpp -Werror -Wstring-conversion -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wtautological-overlap-compare... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.c4lypi35.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.c4lypi35.c -Werror -Wtautological-overlap-compare -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wtautological-overlap-compare... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.1tcekcds.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.1tcekcds.cpp -Werror -Wtautological-overlap-compare -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wtautological-unsigned-enum-zero-compare... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.tvbjmim1.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.tvbjmim1.c -Werror -Wtautological-unsigned-enum-zero-compare -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wtautological-unsigned-enum-zero-compare... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.t8z3ucw_.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.t8z3ucw_.cpp -Werror -Wtautological-unsigned-enum-zero-compare -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wtautological-unsigned-zero-compare... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.04oge8gl.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.04oge8gl.c -Werror -Wtautological-unsigned-zero-compare -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wtautological-unsigned-zero-compare... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.974tcxky.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.974tcxky.cpp -Werror -Wtautological-unsigned-zero-compare -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wno-error=tautological-type-limit-compare... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest._u56_r70.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest._u56_r70.c -Werror -Wno-error=tautological-type-limit-compare -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=tautological-type-limit-compare... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.6h6009u8.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.6h6009u8.cpp -Werror -Wno-error=tautological-type-limit-compare -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-inline-new-delete... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest._44560d8.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest._44560d8.cpp -Werror -Winline-new-delete -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wno-error=maybe-uninitialized... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.foxhaj7f.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.foxhaj7f.c -Werror -Wno-error=maybe-uninitialized -Wno-error=unused-command-line-argument -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 `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.1796bhp1.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.1796bhp1.cpp -Werror -Wno-error=maybe-uninitialized -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -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=deprecated-declarations... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.ftujja1r.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.ftujja1r.c -Werror -Wno-error=deprecated-declarations -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=deprecated-declarations... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.q45l064o.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.q45l064o.cpp -Werror -Wno-error=deprecated-declarations -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wno-error=array-bounds... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.7s6zvorq.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.7s6zvorq.c -Werror -Wno-error=array-bounds -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=array-bounds... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.kvrs237i.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.kvrs237i.cpp -Werror -Wno-error=array-bounds -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wno-error=coverage-mismatch... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.1gygxzez.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.1gygxzez.c -Werror -Wno-error=coverage-mismatch -Wno-error=unused-command-line-argument -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Werror=coverage-mismatch' [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C++ compiler supports -Wno-error=coverage-mismatch... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.y5jhpp59.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.y5jhpp59.cpp -Werror -Wno-error=coverage-mismatch -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Werror=coverage-mismatch' [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C compiler supports -Wno-error=backend-plugin... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.4i0hvj0s.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.4i0hvj0s.c -Werror -Wno-error=backend-plugin -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=backend-plugin... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.y7nympo9.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.y7nympo9.cpp -Werror -Wno-error=backend-plugin -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wno-error=free-nonheap-object... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.smhkd64n.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.smhkd64n.c -Werror -Wno-error=free-nonheap-object -Wno-error=unused-command-line-argument -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Werror=free-nonheap-object'; did you mean '-Werror=sequence-point'? [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C++ compiler supports -Wno-error=free-nonheap-object... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.sw52ho5o.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.sw52ho5o.cpp -Werror -Wno-error=free-nonheap-object -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Werror=free-nonheap-object'; did you mean '-Werror=sequence-point'? [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C compiler supports -Wno-multistatement-macros... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.749vce0q.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.749vce0q.c -Werror -Wmultistatement-macros -Wno-error=unused-command-line-argument -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Wmultistatement-macros'; did you mean '-Wunused-macros'? [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C++ compiler supports -Wno-multistatement-macros... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.n9f41vfv.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.n9f41vfv.cpp -Werror -Wmultistatement-macros -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Wmultistatement-macros'; did you mean '-Wunused-macros'? [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C compiler supports -Wno-error=return-std-move... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.i82vs65g.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.i82vs65g.c -Werror -Wno-error=return-std-move -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=return-std-move... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.hupzr29f.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.hupzr29f.cpp -Werror -Wno-error=return-std-move -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wno-error=class-memaccess... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.li_dzm5t.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.li_dzm5t.c -Werror -Wno-error=class-memaccess -Wno-error=unused-command-line-argument -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Werror=class-memaccess'; did you mean '-Werror=class-varargs'? [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C++ compiler supports -Wno-error=class-memaccess... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.srevdf6p.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.srevdf6p.cpp -Werror -Wno-error=class-memaccess -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Werror=class-memaccess'; did you mean '-Werror=class-varargs'? [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C compiler supports -Wno-error=atomic-alignment... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.2ttakbwd.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.2ttakbwd.c -Werror -Wno-error=atomic-alignment -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=atomic-alignment... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.u3iznkax.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.u3iznkax.cpp -Werror -Wno-error=atomic-alignment -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wno-error=deprecated-copy... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.bq4_oyq7.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.bq4_oyq7.c -Werror -Wno-error=deprecated-copy -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-error=deprecated-copy... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.dc9g3tpz.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.dc9g3tpz.cpp -Werror -Wno-error=deprecated-copy -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wformat... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.v2n23dol.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.v2n23dol.c -Werror -Wformat -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wformat... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.a1a5gs_1.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.a1a5gs_1.cpp -Werror -Wformat -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wformat-security... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.27a97bce.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.27a97bce.c -Werror -Wformat-security -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wformat-security... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.adr040pj.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.adr040pj.cpp -Werror -Wformat-security -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C compiler supports -Wformat-overflow=2... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.2m9fgtsf.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.2m9fgtsf.c -Werror -Wformat-overflow=2 -Wno-error=unused-command-line-argument -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Wformat-overflow=2'; did you mean '-Wshift-overflow'? [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C++ compiler supports -Wformat-overflow=2... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.t2_jk8jv.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.t2_jk8jv.cpp -Werror -Wformat-overflow=2 -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` DEBUG: The command returned non-zero exit status 1. DEBUG: Its error output was: DEBUG: | error: unknown warning option '-Wformat-overflow=2'; did you mean '-Wshift-overflow'? [-Werror,-Wunknown-warning-option] INFO: no INFO: checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.rq5rl5u8.c` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.rq5rl5u8.c -Werror -Wgnu-zero-variadic-macro-arguments -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.gj96r90o.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.gj96r90o.cpp -Werror -Wgnu-zero-variadic-macro-arguments -Wno-error=unused-command-line-argument -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -Wno-noexcept-type... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.4p45ci4a.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.4p45ci4a.cpp -Werror -Wnoexcept-type -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking for llvm_profdata... DEBUG: llvm_profdata: Trying llvm-profdata INFO: /usr/lib/llvm/11/bin/llvm-profdata INFO: checking whether the C++ compiler supports -fno-sized-deallocation... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.6hwuv3oq.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.6hwuv3oq.cpp -Werror -fno-sized-deallocation -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking whether the C++ compiler supports -fno-aligned-new... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.pzhmoz3o.cpp` with content: DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.pzhmoz3o.cpp -Werror -fno-aligned-new -Wno-error=unused-command-line-argument -c` INFO: yes INFO: checking for nspr >= 4.10... DEBUG: Executing: `/usr/bin/powerpc64-unknown-linux-gnu-pkg-config --errors-to-stdout --print-errors 'nspr >= 4.10'` INFO: yes INFO: checking NSPR_CFLAGS... DEBUG: Executing: `/usr/bin/powerpc64-unknown-linux-gnu-pkg-config --cflags 'nspr >= 4.10'` INFO: -I/usr/include/nspr INFO: checking NSPR_LIBS... DEBUG: Executing: `/usr/bin/powerpc64-unknown-linux-gnu-pkg-config --libs 'nspr >= 4.10'` INFO: -lplds4 -lplc4 -lnspr4 INFO: checking for rustc... DEBUG: _rustc: Trying rustc INFO: /usr/bin/rustc INFO: checking for cargo... DEBUG: _cargo: Trying 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.47.0 INFO: checking cargo version... DEBUG: Executing: `/usr/bin/cargo --version --verbose` INFO: 1.47.0 DEBUG: Executing: `/usr/bin/rustc --print target-list` INFO: checking for rust target triplet... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftestlzvvuvu7.rs` with content: DEBUG: | pub extern fn hello() { println!("Hello world"); } DEBUG: Executing: `/usr/bin/rustc --crate-type staticlib --target=powerpc64-unknown-linux-gnu -o /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest4vxnday9.rlib /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftestlzvvuvu7.rs` INFO: powerpc64-unknown-linux-gnu INFO: checking for rust host triplet... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest5yvn0vyq.rs` with content: DEBUG: | pub extern fn hello() { println!("Hello world"); } DEBUG: Executing: `/usr/bin/rustc --crate-type staticlib --target=powerpc64-unknown-linux-gnu -o /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest3rc_e8nq.rlib /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest5yvn0vyq.rs` INFO: powerpc64-unknown-linux-gnu INFO: checking for rustdoc... DEBUG: rustdoc: Trying rustdoc INFO: /usr/bin/rustdoc INFO: checking for rustfmt... DEBUG: rustfmt: Trying rustfmt INFO: not found INFO: checking for clang for bindgen... INFO: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ INFO: checking for libclang for bindgen... DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -print-search-dirs` DEBUG: Trying "libclang.so" in "/usr/lib64/llvm/11/bin/../../../../lib" DEBUG: Trying "libclang.so.*" in "/usr/lib64/llvm/11/bin/../../../../lib" INFO: not found 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 INFO: checking for readline... DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.n9idupdb.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 readline(); DEBUG: | int DEBUG: | main(void) DEBUG: | { DEBUG: | readline(); DEBUG: | ; DEBUG: | return 0; DEBUG: | } DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-78.8.0/temp/conftest.n9idupdb.c -lreadline` INFO: yes INFO: checking for icu-i18n >= 67.1... DEBUG: Executing: `/usr/bin/powerpc64-unknown-linux-gnu-pkg-config --errors-to-stdout --print-errors 'icu-i18n >= 67.1'` INFO: yes INFO: checking MOZ_ICU_CFLAGS... DEBUG: Executing: `/usr/bin/powerpc64-unknown-linux-gnu-pkg-config --cflags 'icu-i18n >= 67.1'` INFO: INFO: checking MOZ_ICU_LIBS... DEBUG: Executing: `/usr/bin/powerpc64-unknown-linux-gnu-pkg-config --libs 'icu-i18n >= 67.1'` INFO: -licui18n -licuuc -licudata INFO: checking for awk... DEBUG: awk: Trying gawk INFO: /usr/bin/gawk INFO: checking for perl... DEBUG: perl: Trying perl5 DEBUG: perl: Trying perl INFO: /usr/bin/perl INFO: checking for minimum required perl version >= 5.006... DEBUG: Executing: `/usr/bin/perl -e 'print $]'` INFO: 5.030003 INFO: checking for full perl installation... INFO: yes INFO: checking for gmake... DEBUG: gmake: Trying gmake INFO: /usr/bin/gmake INFO: checking for watchman... INFO: not found INFO: checking for xargs... DEBUG: xargs: Trying /usr/bin/xargs INFO: /usr/bin/xargs INFO: checking for rpmbuild... DEBUG: rpmbuild: Trying rpmbuild INFO: not found INFO: checking for NSIS version... INFO: no DEBUG: Executing: `/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang --print-prog-name=llvm-objdump` INFO: checking for llvm-objdump... DEBUG: llvm_objdump: Trying /usr/lib/llvm/11/bin/llvm-objdump INFO: /usr/lib/llvm/11/bin/llvm-objdump INFO: checking for zlib >= 1.2.3... DEBUG: Executing: `/usr/bin/powerpc64-unknown-linux-gnu-pkg-config --errors-to-stdout --print-errors 'zlib >= 1.2.3'` INFO: yes INFO: checking MOZ_ZLIB_CFLAGS... DEBUG: Executing: `/usr/bin/powerpc64-unknown-linux-gnu-pkg-config --cflags 'zlib >= 1.2.3'` INFO: INFO: checking MOZ_ZLIB_LIBS... DEBUG: Executing: `/usr/bin/powerpc64-unknown-linux-gnu-pkg-config --libs 'zlib >= 1.2.3'` INFO: -lz INFO: checking for autoconf... INFO: /usr/bin/autoconf-2.13 INFO: Refreshing /var/tmp/portage/dev-lang/spidermonkey-78.8.0/work/firefox-78.8.0/js/src/old-configure with /usr/bin/autoconf-2.13 DEBUG: Injecting the following to old-configure: DEBUG: | export AUTOCONF=/usr/bin/autoconf-2.13 DEBUG: | _topsrcdir=/var/tmp/portage/dev-lang/spidermonkey-78.8.0/work/firefox-78.8.0 DEBUG: | _objdir=/var/tmp/portage/dev-lang/spidermonkey-78.8.0/work/build DEBUG: | MOZ_BUILD_ROOT=/var/tmp/portage/dev-lang/spidermonkey-78.8.0/work/build DEBUG: | DIST=/var/tmp/portage/dev-lang/spidermonkey-78.8.0/work/build/dist DEBUG: | PYTHON3=/var/tmp/portage/dev-lang/spidermonkey-78.8.0/work/build/_virtualenvs/init_py3/bin/python DEBUG: | CROSS_COMPILE='' DEBUG: | HAVE_64BIT_BUILD=1 DEBUG: | OS_TARGET=Linux DEBUG: | OS_ARCH=Linux DEBUG: | CPU_ARCH=ppc64 DEBUG: | HOST_OS_ARCH=Linux DEBUG: | MOZ_BUILD_APP=js DEBUG: | RELEASE_OR_BETA=1 DEBUG: | MOZILLA_VERSION=78.8.0 DEBUG: | MOZILLA_SYMBOLVERSION=78 DEBUG: | MOZ_APP_VERSION=78.8.0 DEBUG: | MOZ_UPDATE_CHANNEL=default DEBUG: | COMPILE_ENVIRONMENT=1 DEBUG: | MOZ_DEBUG='' DEBUG: | TOOLCHAIN_PREFIX=powerpc64-unknown-linux-gnu- DEBUG: | CC='/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99' DEBUG: | ac_cv_prog_CC='/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -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=clang DEBUG: | CPP='/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -E -std=gnu99' DEBUG: | CXX='/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17' DEBUG: | ac_cv_prog_CXX='/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17' 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/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -E -std=gnu++17' DEBUG: | HOST_CC='/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99' DEBUG: | HOST_CC_TYPE=clang DEBUG: | HOST_CXX='/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17' DEBUG: | MOZ_DEBUG_FLAGS=-g DEBUG: | LINKER_LDFLAGS=-fuse-ld=lld DEBUG: | GCC_USE_GNU_LD=1 DEBUG: | AS='/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99' DEBUG: | ac_cv_prog_AS='/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99' DEBUG: | GNU_AS=1 DEBUG: | LIBFUZZER_FLAGS=-fsanitize-coverage=trace-pc-guard,trace-cmp DEBUG: | AR=/usr/lib/llvm/11/bin/llvm-ar DEBUG: | PKG_CONFIG=/usr/bin/powerpc64-unknown-linux-gnu-pkg-config DEBUG: | HAVE_MALLOC_H=1 DEBUG: | WARNINGS_AS_ERRORS=-Werror DEBUG: | _WARNINGS_CFLAGS='-Wall -Wbitfield-enum-conversion -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wunreachable-code -Wunreachable-code-return -Wclass-varargs -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wstring-conversion -Wtautological-overlap-compare -Wtautological-unsigned-enum-zero-compare -Wtautological-unsigned-zero-compare -Wno-error=tautological-type-limit-compare -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=backend-plugin -Wno-error=return-std-move -Wno-error=atomic-alignment -Wno-error=deprecated-copy -Wformat -Wformat-security -Wno-gnu-zero-variadic-macro-arguments' DEBUG: | _WARNINGS_CXXFLAGS='-Wall -Wbitfield-enum-conversion -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wunreachable-code -Wunreachable-code-return -Wwrite-strings -Wno-invalid-offsetof -Wclass-varargs -Wempty-init-stmt -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wc++2a-compat -Wcomma -Wimplicit-fallthrough -Wunused-function -Wunused-variable -Wstring-conversion -Wtautological-overlap-compare -Wtautological-unsigned-enum-zero-compare -Wtautological-unsigned-zero-compare -Wno-error=tautological-type-limit-compare -Wno-inline-new-delete -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=backend-plugin -Wno-error=return-std-move -Wno-error=atomic-alignment -Wno-error=deprecated-copy -Wformat -Wformat-security -Wno-gnu-zero-variadic-macro-arguments -Wno-noexcept-type' DEBUG: | _WARNINGS_HOST_CFLAGS='' DEBUG: | _WARNINGS_HOST_CXXFLAGS='' DEBUG: | MOZ_LTO=1 DEBUG: | MOZ_LTO_CFLAGS=-flto=thin DEBUG: | MOZ_LTO_LDFLAGS='-flto=thin -Wl,-plugin-opt=-import-instr-limit=10' DEBUG: | _COMPILATION_CFLAGS='' DEBUG: | _COMPILATION_CXXFLAGS='-fno-sized-deallocation -fno-aligned-new' DEBUG: | _COMPILATION_HOST_CFLAGS='' DEBUG: | _COMPILATION_HOST_CXXFLAGS='' DEBUG: | OBJ_SUFFIX=o DEBUG: | NSPR_CFLAGS=-I/usr/include/nspr DEBUG: | NSPR_LIBS='-lplds4 -lplc4 -lnspr4' DEBUG: | _BINDGEN_CFLAGS='-x c++ -fno-sized-deallocation -fno-aligned-new -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_POSIX=1 -DOS_LINUX=1' DEBUG: | JS_STANDALONE=1 DEBUG: | JS_SHARED_LIBRARY=1 DEBUG: | AWK=/usr/bin/gawk DEBUG: | PERL=/usr/bin/perl DEBUG: | LLVM_OBJDUMP=/usr/lib/llvm/11/bin/llvm-objdump DEBUG: | MOZ_SYSTEM_ZLIB=1 DEBUG: Running /bin/sh /var/tmp/portage/dev-lang/spidermonkey-78.8.0/work/firefox-78.8.0/js/src/old-configure --datadir=/usr/share --libdir=/usr/lib64 --prefix=/usr --host=powerpc64-unknown-linux-gnu --target=powerpc64-unknown-linux-gnu This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:594: checking host system type configure:615: checking target system type configure:633: checking build system type configure:1385: checking for gcc configure:1498: checking whether the C compiler (/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld) works configure:1553: checking whether the C compiler (/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld) is a cross-compiler configure:1558: checking whether we are using GNU C configure:1586: checking whether /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 accepts -g configure:1622: checking for c++ configure:1654: checking whether the C++ compiler (/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld) works configure:1709: checking whether the C++ compiler (/usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld) is a cross-compiler configure:1714: checking whether we are using GNU C++ configure:1742: checking whether /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang++ -std=gnu++17 accepts -g configure:1776: checking for ranlib configure:1808: checking for /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang configure:1862: checking for strip configure:2210: checking for sb-conf configure:2210: checking for ve configure:2263: checking for X configure:2330: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -E -std=gnu99 conftest.c >/dev/null 2>conftest.out configure:2406: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -o conftest -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld conftest.c -lXt 1>&5 configure:2402:1: warning: implicit declaration of function 'XtMalloc' is invalid in C99 [-Wimplicit-function-declaration] XtMalloc() ^ 1 warning generated. ld.lld: error: /usr/lib/gcc/powerpc64-unknown-linux-gnu/9.3.0/../../../../lib64/crt1.o: ABI version 1 is not supported clang-11: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 2399 "configure" #include "confdefs.h" int main() { XtMalloc() ; return 0; } configure:2580: checking for dnet_ntoa in -ldnet configure:2599: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -o conftest -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld conftest.c -ldnet 1>&5 ld.lld: error: unable to find library -ldnet clang-11: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 2588 "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 dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:2621: checking for dnet_ntoa in -ldnet_stub configure:2640: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -o conftest -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld conftest.c -ldnet_stub 1>&5 ld.lld: error: unable to find library -ldnet_stub clang-11: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 2629 "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 dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:2669: checking for gethostbyname configure:2701: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -o conftest -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld conftest.c 1>&5 ld.lld: error: /usr/lib/gcc/powerpc64-unknown-linux-gnu/9.3.0/../../../../lib64/crt1.o: ABI version 1 is not supported clang-11: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 2674 "configure" #define gethostbyname innocuous_gethostbyname #include "confdefs.h" #undef gethostbyname /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyname(); below. */ #define gethostbyname innocuous_gethostbyname #include #undef gethostbyname /* 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(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) choke me #else gethostbyname(); #endif ; return 0; } configure:2722: checking for gethostbyname in -lnsl configure:2741: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -o conftest -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld conftest.c -lnsl 1>&5 ld.lld: error: /usr/lib/gcc/powerpc64-unknown-linux-gnu/9.3.0/../../../../lib64/crt1.o: ABI version 1 is not supported clang-11: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 2730 "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(); int main() { gethostbyname() ; return 0; } configure:2771: checking for connect configure:2803: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -o conftest -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld conftest.c 1>&5 ld.lld: error: /usr/lib/gcc/powerpc64-unknown-linux-gnu/9.3.0/../../../../lib64/crt1.o: ABI version 1 is not supported clang-11: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 2776 "configure" #define connect innocuous_connect #include "confdefs.h" #undef connect /* System header to define __stub macros and hopefully few prototypes, which can conflict with char connect(); below. */ #define connect innocuous_connect #include #undef connect /* 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 connect(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_connect) || defined (__stub___connect) choke me #else connect(); #endif ; return 0; } configure:2824: checking for connect in -lsocket configure:2843: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -o conftest -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld conftest.c -lsocket 1>&5 ld.lld: error: unable to find library -lsocket clang-11: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 2832 "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 connect(); int main() { connect() ; return 0; } configure:2867: checking for remove configure:2899: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -o conftest -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld conftest.c 1>&5 ld.lld: error: /usr/lib/gcc/powerpc64-unknown-linux-gnu/9.3.0/../../../../lib64/crt1.o: ABI version 1 is not supported clang-11: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 2872 "configure" #define remove innocuous_remove #include "confdefs.h" #undef remove /* System header to define __stub macros and hopefully few prototypes, which can conflict with char remove(); below. */ #define remove innocuous_remove #include #undef remove /* 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 remove(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_remove) || defined (__stub___remove) choke me #else remove(); #endif ; return 0; } configure:2920: checking for remove in -lposix configure:2939: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -o conftest -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld conftest.c -lposix 1>&5 ld.lld: error: unable to find library -lposix clang-11: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 2928 "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 remove(); int main() { remove() ; return 0; } configure:2963: checking for shmat configure:2995: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -o conftest -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld conftest.c 1>&5 ld.lld: error: /usr/lib/gcc/powerpc64-unknown-linux-gnu/9.3.0/../../../../lib64/crt1.o: ABI version 1 is not supported clang-11: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 2968 "configure" #define shmat innocuous_shmat #include "confdefs.h" #undef shmat /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shmat(); below. */ #define shmat innocuous_shmat #include #undef shmat /* 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 shmat(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_shmat) || defined (__stub___shmat) choke me #else shmat(); #endif ; return 0; } configure:3016: checking for shmat in -lipc configure:3035: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -o conftest -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld conftest.c -lipc 1>&5 ld.lld: error: unable to find library -lipc clang-11: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 3024 "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 shmat(); int main() { shmat() ; return 0; } configure:3068: checking for IceConnectionNumber in -lICE configure:3087: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -o conftest -O2 -mcpu=970 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld -L/usr/lib conftest.c -lICE 1>&5 ld.lld: error: /usr/lib/gcc/powerpc64-unknown-linux-gnu/9.3.0/../../../../lib64/crt1.o: ABI version 1 is not supported clang-11: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 3076 "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 IceConnectionNumber(); int main() { IceConnectionNumber() ; return 0; } configure:3667: /usr/lib/llvm/11/bin/powerpc64-unknown-linux-gnu-clang -std=gnu99 -o conftest -O2 -mcpu=970 -pipe -Qunused-arguments -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fuse-ld=lld conftest.c 1>&5 ld.lld: error: /usr/lib/gcc/powerpc64-unknown-linux-gnu/9.3.0/../../../../lib64/crt1.o: ABI version 1 is not supported clang-11: error: linker command failed with exit code 1 (use -v to see invocation) configure: failed program was: #line 3660 "configure" #include "confdefs.h" int main() { ; return 0; } configure: error: compiler is incompatible with sanitize options