Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 907843 Details for
Bug 942865
dev-lang/spidermonkey-115.16.0 fails to compile: ERROR: The rust compiler host (armv7-unknown-linux-gnueabihf) is not suitable for the configure host thumbv7neon-unknown-linux-gnueabihf)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
1-config.log
1-config.log (text/plain), 76.61 KB, created by
Agostino Sarubbo
on 2024-11-04 08:29:46 UTC
(
hide
)
Description:
1-config.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2024-11-04 08:29:46 UTC
Size:
76.61 KB
patch
obsolete
>INFO: checking for vcs source checkout... >INFO: no >INFO: checking for a shell... >INFO: /usr/bin/sh >INFO: checking for host system type... >DEBUG: Executing: `/usr/bin/sh /var/tmp/portage/dev-lang/spidermonkey-115.16.0/work/firefox-115.16.0/build/moz.configure/../autoconf/config.sub armv7a-unknown-linux-gnueabihf` >INFO: armv7a-unknown-linux-gnueabihf >INFO: checking for target system type... >DEBUG: Executing: `/usr/bin/sh /var/tmp/portage/dev-lang/spidermonkey-115.16.0/work/firefox-115.16.0/build/moz.configure/../autoconf/config.sub armv7a-unknown-linux-gnueabihf` >INFO: armv7a-unknown-linux-gnueabihf >INFO: checking for Python 3... >INFO: /var/tmp/portage/dev-lang/spidermonkey-115.16.0/work/build/_virtualenvs/build/bin/python (3.12.7) >INFO: checking whether cross compiling... >INFO: no >DEBUG: Prioritizing system over mozbuild state dir in toolchain paths because you are building in release mode. >INFO: checking for wget... >DEBUG: wget: Looking for wget >INFO: /usr/bin/wget >INFO: checking for ccache... >INFO: not found >INFO: checking for the target C compiler... >DEBUG: _cc: Looking for armv7a-unknown-linux-gnueabihf-gcc >INFO: /usr/bin/armv7a-unknown-linux-gnueabihf-gcc >INFO: checking whether the target C compiler can be used... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.70bjy1rz.c` with content: >DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) >DEBUG: | %COMPILER "clang-cl" >DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ >DEBUG: | #elif defined(__clang__) >DEBUG: | %COMPILER "clang" >DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ >DEBUG: | # ifdef __apple_build_version__ >DEBUG: | %XCODE 1 >DEBUG: | # endif >DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) >DEBUG: | %COMPILER "gcc" >DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ >DEBUG: | #endif >DEBUG: | >DEBUG: | #if __cplusplus >DEBUG: | %cplusplus __cplusplus >DEBUG: | #elif __STDC_VERSION__ >DEBUG: | %STDC_VERSION __STDC_VERSION__ >DEBUG: | #endif >DEBUG: | #if __i386__ || _M_IX86 >DEBUG: | %CPU "x86" >DEBUG: | #elif __x86_64__ || _M_X64 >DEBUG: | %CPU "x86_64" >DEBUG: | #elif __arm__ || _M_ARM >DEBUG: | %CPU "arm" >DEBUG: | #elif __aarch64__ || _M_ARM64 >DEBUG: | %CPU "aarch64" >DEBUG: | #elif __ia64__ >DEBUG: | %CPU "ia64" >DEBUG: | #elif __s390x__ >DEBUG: | %CPU "s390x" >DEBUG: | #elif __s390__ >DEBUG: | %CPU "s390" >DEBUG: | #elif __powerpc64__ >DEBUG: | %CPU "ppc64" >DEBUG: | #elif __powerpc__ >DEBUG: | %CPU "ppc" >DEBUG: | #elif __alpha__ >DEBUG: | %CPU "Alpha" >DEBUG: | #elif __hppa__ >DEBUG: | %CPU "hppa" >DEBUG: | #elif __sparc__ && __arch64__ >DEBUG: | %CPU "sparc64" >DEBUG: | #elif __sparc__ >DEBUG: | %CPU "sparc" >DEBUG: | #elif __m68k__ >DEBUG: | %CPU "m68k" >DEBUG: | #elif __mips64 >DEBUG: | %CPU "mips64" >DEBUG: | #elif __mips__ >DEBUG: | %CPU "mips32" >DEBUG: | #elif __riscv && __riscv_xlen == 64 >DEBUG: | %CPU "riscv64" >DEBUG: | #elif __loongarch64 >DEBUG: | %CPU "loongarch64" >DEBUG: | #elif __sh__ >DEBUG: | %CPU "sh4" >DEBUG: | #elif __wasm32__ >DEBUG: | %CPU "wasm32" >DEBUG: | #endif >DEBUG: | #if __APPLE__ >DEBUG: | %KERNEL "Darwin" >DEBUG: | #elif __DragonFly__ >DEBUG: | %KERNEL "DragonFly" >DEBUG: | #elif __FreeBSD__ >DEBUG: | %KERNEL "FreeBSD" >DEBUG: | #elif __FreeBSD_kernel__ >DEBUG: | %KERNEL "kFreeBSD" >DEBUG: | #elif __linux__ >DEBUG: | %KERNEL "Linux" >DEBUG: | #elif __NetBSD__ >DEBUG: | %KERNEL "NetBSD" >DEBUG: | #elif __OpenBSD__ >DEBUG: | %KERNEL "OpenBSD" >DEBUG: | #elif __sun__ >DEBUG: | %KERNEL "SunOS" >DEBUG: | #elif _WIN32 || __CYGWIN__ >DEBUG: | %KERNEL "WINNT" >DEBUG: | #elif __wasi__ >DEBUG: | %KERNEL "WASI" >DEBUG: | #endif >DEBUG: | #if __ANDROID__ >DEBUG: | %OS "Android" >DEBUG: | #endif >DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ >DEBUG: | %ENDIANNESS "little" >DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ >DEBUG: | %ENDIANNESS "big" >DEBUG: | #endif >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.70bjy1rz.c -E` >DEBUG: COMPILER = gcc >DEBUG: VERSION = 15.0.0 >DEBUG: STDC_VERSION = 201710L >DEBUG: CPU = arm >DEBUG: KERNEL = Linux >DEBUG: ENDIANNESS = little >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.5qf2qsl4.c` with content: >DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) >DEBUG: | %COMPILER "clang-cl" >DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ >DEBUG: | #elif defined(__clang__) >DEBUG: | %COMPILER "clang" >DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ >DEBUG: | # ifdef __apple_build_version__ >DEBUG: | %XCODE 1 >DEBUG: | # endif >DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) >DEBUG: | %COMPILER "gcc" >DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ >DEBUG: | #endif >DEBUG: | >DEBUG: | #if __cplusplus >DEBUG: | %cplusplus __cplusplus >DEBUG: | #elif __STDC_VERSION__ >DEBUG: | %STDC_VERSION __STDC_VERSION__ >DEBUG: | #endif >DEBUG: | #if __i386__ || _M_IX86 >DEBUG: | %CPU "x86" >DEBUG: | #elif __x86_64__ || _M_X64 >DEBUG: | %CPU "x86_64" >DEBUG: | #elif __arm__ || _M_ARM >DEBUG: | %CPU "arm" >DEBUG: | #elif __aarch64__ || _M_ARM64 >DEBUG: | %CPU "aarch64" >DEBUG: | #elif __ia64__ >DEBUG: | %CPU "ia64" >DEBUG: | #elif __s390x__ >DEBUG: | %CPU "s390x" >DEBUG: | #elif __s390__ >DEBUG: | %CPU "s390" >DEBUG: | #elif __powerpc64__ >DEBUG: | %CPU "ppc64" >DEBUG: | #elif __powerpc__ >DEBUG: | %CPU "ppc" >DEBUG: | #elif __alpha__ >DEBUG: | %CPU "Alpha" >DEBUG: | #elif __hppa__ >DEBUG: | %CPU "hppa" >DEBUG: | #elif __sparc__ && __arch64__ >DEBUG: | %CPU "sparc64" >DEBUG: | #elif __sparc__ >DEBUG: | %CPU "sparc" >DEBUG: | #elif __m68k__ >DEBUG: | %CPU "m68k" >DEBUG: | #elif __mips64 >DEBUG: | %CPU "mips64" >DEBUG: | #elif __mips__ >DEBUG: | %CPU "mips32" >DEBUG: | #elif __riscv && __riscv_xlen == 64 >DEBUG: | %CPU "riscv64" >DEBUG: | #elif __loongarch64 >DEBUG: | %CPU "loongarch64" >DEBUG: | #elif __sh__ >DEBUG: | %CPU "sh4" >DEBUG: | #elif __wasm32__ >DEBUG: | %CPU "wasm32" >DEBUG: | #endif >DEBUG: | #if __APPLE__ >DEBUG: | %KERNEL "Darwin" >DEBUG: | #elif __DragonFly__ >DEBUG: | %KERNEL "DragonFly" >DEBUG: | #elif __FreeBSD__ >DEBUG: | %KERNEL "FreeBSD" >DEBUG: | #elif __FreeBSD_kernel__ >DEBUG: | %KERNEL "kFreeBSD" >DEBUG: | #elif __linux__ >DEBUG: | %KERNEL "Linux" >DEBUG: | #elif __NetBSD__ >DEBUG: | %KERNEL "NetBSD" >DEBUG: | #elif __OpenBSD__ >DEBUG: | %KERNEL "OpenBSD" >DEBUG: | #elif __sun__ >DEBUG: | %KERNEL "SunOS" >DEBUG: | #elif _WIN32 || __CYGWIN__ >DEBUG: | %KERNEL "WINNT" >DEBUG: | #elif __wasi__ >DEBUG: | %KERNEL "WASI" >DEBUG: | #endif >DEBUG: | #if __ANDROID__ >DEBUG: | %OS "Android" >DEBUG: | #endif >DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ >DEBUG: | %ENDIANNESS "little" >DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ >DEBUG: | %ENDIANNESS "big" >DEBUG: | #endif >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.5qf2qsl4.c -E` >DEBUG: COMPILER = gcc >DEBUG: VERSION = 15.0.0 >DEBUG: STDC_VERSION = 199901L >DEBUG: CPU = arm >DEBUG: KERNEL = Linux >DEBUG: ENDIANNESS = little >INFO: yes >INFO: checking the target C compiler version... >INFO: 15.0.0 >INFO: checking the target C compiler works... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.gypewpzc.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.gypewpzc.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: Looking for armv7a-unknown-linux-gnueabihf-g++ >INFO: /usr/bin/armv7a-unknown-linux-gnueabihf-g++ >INFO: checking whether the target C++ compiler can be used... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.nup7ij1r.cpp` with content: >DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) >DEBUG: | %COMPILER "clang-cl" >DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ >DEBUG: | #elif defined(__clang__) >DEBUG: | %COMPILER "clang" >DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ >DEBUG: | # ifdef __apple_build_version__ >DEBUG: | %XCODE 1 >DEBUG: | # endif >DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) >DEBUG: | %COMPILER "gcc" >DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ >DEBUG: | #endif >DEBUG: | >DEBUG: | #if __cplusplus >DEBUG: | %cplusplus __cplusplus >DEBUG: | #elif __STDC_VERSION__ >DEBUG: | %STDC_VERSION __STDC_VERSION__ >DEBUG: | #endif >DEBUG: | #if __i386__ || _M_IX86 >DEBUG: | %CPU "x86" >DEBUG: | #elif __x86_64__ || _M_X64 >DEBUG: | %CPU "x86_64" >DEBUG: | #elif __arm__ || _M_ARM >DEBUG: | %CPU "arm" >DEBUG: | #elif __aarch64__ || _M_ARM64 >DEBUG: | %CPU "aarch64" >DEBUG: | #elif __ia64__ >DEBUG: | %CPU "ia64" >DEBUG: | #elif __s390x__ >DEBUG: | %CPU "s390x" >DEBUG: | #elif __s390__ >DEBUG: | %CPU "s390" >DEBUG: | #elif __powerpc64__ >DEBUG: | %CPU "ppc64" >DEBUG: | #elif __powerpc__ >DEBUG: | %CPU "ppc" >DEBUG: | #elif __alpha__ >DEBUG: | %CPU "Alpha" >DEBUG: | #elif __hppa__ >DEBUG: | %CPU "hppa" >DEBUG: | #elif __sparc__ && __arch64__ >DEBUG: | %CPU "sparc64" >DEBUG: | #elif __sparc__ >DEBUG: | %CPU "sparc" >DEBUG: | #elif __m68k__ >DEBUG: | %CPU "m68k" >DEBUG: | #elif __mips64 >DEBUG: | %CPU "mips64" >DEBUG: | #elif __mips__ >DEBUG: | %CPU "mips32" >DEBUG: | #elif __riscv && __riscv_xlen == 64 >DEBUG: | %CPU "riscv64" >DEBUG: | #elif __loongarch64 >DEBUG: | %CPU "loongarch64" >DEBUG: | #elif __sh__ >DEBUG: | %CPU "sh4" >DEBUG: | #elif __wasm32__ >DEBUG: | %CPU "wasm32" >DEBUG: | #endif >DEBUG: | #if __APPLE__ >DEBUG: | %KERNEL "Darwin" >DEBUG: | #elif __DragonFly__ >DEBUG: | %KERNEL "DragonFly" >DEBUG: | #elif __FreeBSD__ >DEBUG: | %KERNEL "FreeBSD" >DEBUG: | #elif __FreeBSD_kernel__ >DEBUG: | %KERNEL "kFreeBSD" >DEBUG: | #elif __linux__ >DEBUG: | %KERNEL "Linux" >DEBUG: | #elif __NetBSD__ >DEBUG: | %KERNEL "NetBSD" >DEBUG: | #elif __OpenBSD__ >DEBUG: | %KERNEL "OpenBSD" >DEBUG: | #elif __sun__ >DEBUG: | %KERNEL "SunOS" >DEBUG: | #elif _WIN32 || __CYGWIN__ >DEBUG: | %KERNEL "WINNT" >DEBUG: | #elif __wasi__ >DEBUG: | %KERNEL "WASI" >DEBUG: | #endif >DEBUG: | #if __ANDROID__ >DEBUG: | %OS "Android" >DEBUG: | #endif >DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ >DEBUG: | %ENDIANNESS "little" >DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ >DEBUG: | %ENDIANNESS "big" >DEBUG: | #endif >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.nup7ij1r.cpp -E` >DEBUG: COMPILER = gcc >DEBUG: VERSION = 15.0.0 >DEBUG: cplusplus = 201703L >DEBUG: CPU = arm >DEBUG: KERNEL = Linux >DEBUG: ENDIANNESS = little >INFO: yes >INFO: checking the target C++ compiler version... >INFO: 15.0.0 >INFO: checking the target C++ compiler works... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.yx8salaz.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.yx8salaz.cpp -c` >INFO: yes >INFO: checking for the host C compiler... >DEBUG: _host_cc: Looking for armv7a-unknown-linux-gnueabihf-gcc >INFO: /usr/bin/armv7a-unknown-linux-gnueabihf-gcc >INFO: checking whether the host C compiler can be used... >DEBUG: COMPILER = gcc >DEBUG: VERSION = 15.0.0 >DEBUG: STDC_VERSION = 201710L >DEBUG: CPU = arm >DEBUG: KERNEL = Linux >DEBUG: ENDIANNESS = little >DEBUG: COMPILER = gcc >DEBUG: VERSION = 15.0.0 >DEBUG: STDC_VERSION = 199901L >DEBUG: CPU = arm >DEBUG: KERNEL = Linux >DEBUG: ENDIANNESS = little >INFO: yes >INFO: checking the host C compiler version... >INFO: 15.0.0 >INFO: checking the host C compiler works... >INFO: yes >INFO: checking for the host C++ compiler... >DEBUG: _host_cxx: Looking for armv7a-unknown-linux-gnueabihf-g++ >INFO: /usr/bin/armv7a-unknown-linux-gnueabihf-g++ >INFO: checking whether the host C++ compiler can be used... >DEBUG: COMPILER = gcc >DEBUG: VERSION = 15.0.0 >DEBUG: cplusplus = 201703L >DEBUG: CPU = arm >DEBUG: KERNEL = Linux >DEBUG: ENDIANNESS = little >INFO: yes >INFO: checking the host C++ compiler version... >INFO: 15.0.0 >INFO: checking the host C++ compiler works... >INFO: yes >INFO: checking for target linker... >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 -Wl,--version` >INFO: bfd >INFO: checking for host linker... >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 -Wl,--version` >INFO: bfd >INFO: checking ARM version support in compiler... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.mjug2hvw.c` with content: >DEBUG: | %ARM_ARCH __ARM_ARCH >DEBUG: | #if __thumb2__ >DEBUG: | %THUMB2 yes >DEBUG: | #else >DEBUG: | %THUMB2 no >DEBUG: | #endif >DEBUG: | // Confusingly, the __SOFTFP__ preprocessor variable indicates the >DEBUG: | // "softfloat" ABI, not the "softfp" ABI. >DEBUG: | #if __SOFTFP__ >DEBUG: | %FLOAT_ABI soft >DEBUG: | #elif __ARM_PCS_VFP >DEBUG: | %FLOAT_ABI hard >DEBUG: | #else >DEBUG: | %FLOAT_ABI softfp >DEBUG: | #endif >DEBUG: | // There is more subtlety to it than this preprocessor test, but MOZ_FPU doesn't >DEBUG: | // need to be too fine-grained. >DEBUG: | #if __ARM_NEON >DEBUG: | %FPU neon >DEBUG: | #elif __ARM_VFPV2__ || __ARM_FP == 12 >DEBUG: | %FPU vfpv2 >DEBUG: | #elif __ARM_VFPV3__ >DEBUG: | %FPU vfpv3 >DEBUG: | #elif __ARM_VFPV4__ || __ARM_FP == 14 >DEBUG: | %FPU vfpv4 >DEBUG: | #elif __ARM_FPV5__ >DEBUG: | %FPU fp-armv8 >DEBUG: | #endif >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.mjug2hvw.c -E -mthumb -mfpu=neon -mno-thumb-interwork` >DEBUG: arm_arch = 7 >DEBUG: thumb2 = True >DEBUG: float_abi = hard >DEBUG: fpu = neon >INFO: 7 >INFO: checking for ARM SIMD support in compiler... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.2plb2t9f.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | asm("uqadd8 r1, r1, r2"); >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.2plb2t9f.c -c` >INFO: yes >INFO: checking for ARM NEON support in compiler... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.590f7fdq.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | asm(".fpu neon\n vadd.i8 d0, d0, d0"); >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.590f7fdq.c -c` >INFO: yes >INFO: checking for 64-bit OS... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.i7l7tgjo.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | static_assert(sizeof(void *) == 8, "") >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.i7l7tgjo.cpp -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.i7l7tgjo.cpp: In function 'int main()': >DEBUG: | /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.i7l7tgjo.cpp:4:30: error: static assertion failed >DEBUG: | 4 | static_assert(sizeof(void *) == 8, "") >DEBUG: | | ~~~~~~~~~~~~~~~^~~~ >DEBUG: | /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.i7l7tgjo.cpp:4:30: note: the comparison reduces to '(4 == 8)' >INFO: no >INFO: checking for new enough STL headers from libstdc++... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.lqhzwizs.cpp` with content: >DEBUG: | #include <cstddef> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | #if defined(__GLIBCXX__) && !defined(_GLIBCXX_RELEASE) >DEBUG: | # error libstdc++ not new enough >DEBUG: | #endif >DEBUG: | #if defined(_GLIBCXX_RELEASE) >DEBUG: | # if _GLIBCXX_RELEASE < 8 >DEBUG: | # error libstdc++ not new enough >DEBUG: | # else >DEBUG: | (void) 0 >DEBUG: | # endif >DEBUG: | #endif >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.lqhzwizs.cpp -c` >INFO: yes >INFO: checking for the assembler... >DEBUG: _as: Looking for armv7a-unknown-linux-gnueabihf-gcc >INFO: /usr/bin/armv7a-unknown-linux-gnueabihf-gcc >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 -Wa,--version -c -o /dev/null -x assembler -` >INFO: checking for ar... >DEBUG: ar: Looking for armv7a-unknown-linux-gnueabihf-ar >INFO: /usr/bin/armv7a-unknown-linux-gnueabihf-ar >INFO: checking for host_ar... >DEBUG: host_ar: Looking for ar >INFO: /usr/bin/ar >INFO: checking for nm... >DEBUG: nm: Looking for armv7a-unknown-linux-gnueabihf-nm >INFO: /usr/bin/armv7a-unknown-linux-gnueabihf-nm >INFO: checking for pkg_config... >DEBUG: pkg_config: Looking for armv7a-unknown-linux-gnueabihf-pkg-config >INFO: /usr/bin/armv7a-unknown-linux-gnueabihf-pkg-config >INFO: checking for pkg-config version... >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-pkg-config --version` >INFO: 2.3.0 >INFO: checking whether pkg-config is pkgconf... >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-pkg-config --about` >INFO: yes >INFO: checking for strndup... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.rbbyqte8.c` with content: >DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ >DEBUG: | /* We use char because int might match the return type of a gcc2 >DEBUG: | builtin and then its argument prototype would still apply. */ >DEBUG: | char strndup(); >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | strndup(); >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.rbbyqte8.c` >INFO: yes >INFO: checking for posix_memalign... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.7lbslvto.c` with content: >DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ >DEBUG: | /* We use char because int might match the return type of a gcc2 >DEBUG: | builtin and then its argument prototype would still apply. */ >DEBUG: | char posix_memalign(); >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | posix_memalign(); >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.7lbslvto.c` >INFO: yes >INFO: checking for memalign... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ojsym8by.c` with content: >DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ >DEBUG: | /* We use char because int might match the return type of a gcc2 >DEBUG: | builtin and then its argument prototype would still apply. */ >DEBUG: | char memalign(); >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | memalign(); >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ojsym8by.c` >INFO: yes >INFO: checking for malloc_usable_size... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.7gi9wjt1.c` with content: >DEBUG: | /* Override any gcc2 internal prototype to avoid an error. */ >DEBUG: | /* We use char because int might match the return type of a gcc2 >DEBUG: | builtin and then its argument prototype would still apply. */ >DEBUG: | char malloc_usable_size(); >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | malloc_usable_size(); >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.7gi9wjt1.c` >INFO: yes >INFO: checking for stdint.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.x5rp2flh.cpp` with content: >DEBUG: | #include <stdint.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.x5rp2flh.cpp -c` >INFO: yes >INFO: checking for inttypes.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.m32cil9i.cpp` with content: >DEBUG: | #include <inttypes.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.m32cil9i.cpp -c` >INFO: yes >INFO: checking for malloc.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.zcsah476.cpp` with content: >DEBUG: | #include <malloc.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.zcsah476.cpp -c` >INFO: yes >INFO: checking for alloca.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.q3m8ymh_.cpp` with content: >DEBUG: | #include <alloca.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.q3m8ymh_.cpp -c` >INFO: yes >INFO: checking for sys/byteorder.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.a4limaph.cpp` with content: >DEBUG: | #include <sys/byteorder.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.a4limaph.cpp -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.a4limaph.cpp:1:10: fatal error: sys/byteorder.h: No such file or directory >DEBUG: | 1 | #include <sys/byteorder.h> >DEBUG: | | ^~~~~~~~~~~~~~~~~ >DEBUG: | compilation terminated. >INFO: no >INFO: checking for getopt.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.0grqyn_x.cpp` with content: >DEBUG: | #include <getopt.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.0grqyn_x.cpp -c` >INFO: yes >INFO: checking for unistd.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.64z77pnk.cpp` with content: >DEBUG: | #include <unistd.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.64z77pnk.cpp -c` >INFO: yes >INFO: checking for nl_types.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.uk9v0c4n.cpp` with content: >DEBUG: | #include <nl_types.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.uk9v0c4n.cpp -c` >INFO: yes >INFO: checking for cpuid.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.6s1wy0j7.cpp` with content: >DEBUG: | #include <cpuid.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.6s1wy0j7.cpp -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.6s1wy0j7.cpp:1:10: fatal error: cpuid.h: No such file or directory >DEBUG: | 1 | #include <cpuid.h> >DEBUG: | | ^~~~~~~~~ >DEBUG: | compilation terminated. >INFO: no >INFO: checking for fts.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.o762jzi8.cpp` with content: >DEBUG: | #include <fts.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.o762jzi8.cpp -c` >INFO: yes >INFO: checking for sys/statvfs.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.nyn0thse.cpp` with content: >DEBUG: | #include <sys/statvfs.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.nyn0thse.cpp -c` >INFO: yes >INFO: checking for sys/statfs.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.q1j927kn.cpp` with content: >DEBUG: | #include <sys/statfs.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.q1j927kn.cpp -c` >INFO: yes >INFO: checking for sys/vfs.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.1m23zhs_.cpp` with content: >DEBUG: | #include <sys/vfs.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.1m23zhs_.cpp -c` >INFO: yes >INFO: checking for sys/mount.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest._tfisk1d.cpp` with content: >DEBUG: | #include <sys/mount.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest._tfisk1d.cpp -c` >INFO: yes >INFO: checking for sys/quota.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.21y5el25.cpp` with content: >DEBUG: | #include <sys/quota.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | quotactl(0, nullptr, 0, (caddr_t)nullptr); >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.21y5el25.cpp -c` >INFO: yes >INFO: checking for linux/quota.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.4nqlzwnx.cpp` with content: >DEBUG: | #include <sys/socket.h> >DEBUG: | #include <linux/quota.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.4nqlzwnx.cpp -c` >INFO: yes >INFO: checking for linux/if_addr.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ywufrbp7.cpp` with content: >DEBUG: | #include <sys/socket.h> >DEBUG: | #include <linux/if_addr.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ywufrbp7.cpp -c` >INFO: yes >INFO: checking for linux/rtnetlink.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.2d01t95a.cpp` with content: >DEBUG: | #include <sys/socket.h> >DEBUG: | #include <linux/rtnetlink.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.2d01t95a.cpp -c` >INFO: yes >INFO: checking for sys/queue.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.yjjsbaav.cpp` with content: >DEBUG: | #include <sys/queue.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.yjjsbaav.cpp -c` >INFO: yes >INFO: checking for sys/types.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.8dzh2tvq.cpp` with content: >DEBUG: | #include <sys/types.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.8dzh2tvq.cpp -c` >INFO: yes >INFO: checking for netinet/in.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.qdx99pxp.cpp` with content: >DEBUG: | #include <netinet/in.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.qdx99pxp.cpp -c` >INFO: yes >INFO: checking for byteswap.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.w9a7pscb.cpp` with content: >DEBUG: | #include <byteswap.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.w9a7pscb.cpp -c` >INFO: yes >INFO: checking for memfd_create in sys/mman.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.fcarwxdk.cpp` with content: >DEBUG: | #include <sys/mman.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | memfd_create("", 0); >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.fcarwxdk.cpp -c` >INFO: yes >INFO: checking for linux/perf_event.h... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.o5xa8hno.cpp` with content: >DEBUG: | #include <linux/perf_event.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.o5xa8hno.cpp -c` >INFO: yes >INFO: checking for perf_event_open system call... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.hw3apqy4.cpp` with content: >DEBUG: | #include <asm/unistd.h> >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | return sizeof(__NR_perf_event_open); >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.hw3apqy4.cpp -c` >INFO: yes >INFO: checking whether the C compiler supports -Wbitfield-enum-conversion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.xtct43__.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.xtct43__.c -Werror -Wbitfield-enum-conversion -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wbitfield-enum-conversion'; did you mean '-Wno-enum-conversion'? >INFO: no >INFO: checking whether the C++ compiler supports -Wbitfield-enum-conversion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.pkqh05a1.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.pkqh05a1.cpp -Werror -Wbitfield-enum-conversion -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wbitfield-enum-conversion'; did you mean '-Wno-enum-conversion'? >INFO: no >INFO: checking whether the C++ compiler supports -Wdeprecated-this-capture... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.9wnfqgpl.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.9wnfqgpl.cpp -Werror -Wdeprecated-this-capture -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wdeprecated-this-capture' >INFO: no >INFO: checking whether the C compiler supports -Wformat-type-confusion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ckd8r7p8.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ckd8r7p8.c -Werror -Wformat-type-confusion -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wformat-type-confusion' >INFO: no >INFO: checking whether the C++ compiler supports -Wformat-type-confusion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.hmbss3bx.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.hmbss3bx.cpp -Werror -Wformat-type-confusion -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wformat-type-confusion' >INFO: no >INFO: checking whether the C compiler supports -Wshadow-field-in-constructor-modified... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.3_z35j1l.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.3_z35j1l.c -Werror -Wshadow-field-in-constructor-modified -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wshadow-field-in-constructor-modified' >INFO: no >INFO: checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.vjifqf0v.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.vjifqf0v.cpp -Werror -Wshadow-field-in-constructor-modified -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wshadow-field-in-constructor-modified' >INFO: no >INFO: checking whether the C compiler supports -Wtautological-constant-in-range-compare... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.93hefb6v.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.93hefb6v.c -Werror -Wtautological-constant-in-range-compare -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wtautological-constant-in-range-compare' >INFO: no >INFO: checking whether the C++ compiler supports -Wtautological-constant-in-range-compare... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest._23gabqo.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest._23gabqo.cpp -Werror -Wtautological-constant-in-range-compare -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wtautological-constant-in-range-compare' >INFO: no >INFO: checking whether the C compiler supports -Wno-error=tautological-type-limit-compare... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.15s9wp1p.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.15s9wp1p.c -Werror -Wno-error=tautological-type-limit-compare -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | cc1: error: '-Wno-error=tautological-type-limit-compare': no option '-Wtautological-type-limit-compare'; did you mean '-Wtautological-compare'? >INFO: no >INFO: checking whether the C++ compiler supports -Wno-error=tautological-type-limit-compare... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.9t6pdnuw.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.9t6pdnuw.cpp -Werror -Wno-error=tautological-type-limit-compare -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | cc1plus: error: '-Wno-error=tautological-type-limit-compare': no option '-Wtautological-type-limit-compare'; did you mean '-Wtautological-compare'? >INFO: no >INFO: checking whether the C compiler supports -Wunreachable-code-return... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.c8op8xwq.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.c8op8xwq.c -Werror -Wunreachable-code-return -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wunreachable-code-return'; did you mean '-Wunreachable-code'? >INFO: no >INFO: checking whether the C++ compiler supports -Wunreachable-code-return... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.h1f6s2ev.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.h1f6s2ev.cpp -Werror -Wunreachable-code-return -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wunreachable-code-return'; did you mean '-Wunreachable-code'? >INFO: no >INFO: checking whether the C compiler supports -Wclass-varargs... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.szfvhk5v.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.szfvhk5v.c -Werror -Wclass-varargs -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wclass-varargs'; did you mean '-Wno-varargs'? >INFO: no >INFO: checking whether the C++ compiler supports -Wclass-varargs... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ha5agrfg.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ha5agrfg.cpp -Werror -Wclass-varargs -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wclass-varargs'; did you mean '-Wno-varargs'? >INFO: no >INFO: checking whether the C++ compiler supports -Wempty-init-stmt... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.b9y7nh58.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.b9y7nh58.cpp -Werror -Wempty-init-stmt -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wempty-init-stmt' >INFO: no >INFO: checking whether the C compiler supports -Wfloat-overflow-conversion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.x53wcebu.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.x53wcebu.c -Werror -Wfloat-overflow-conversion -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wfloat-overflow-conversion'; did you mean '-Wfloat-conversion'? >INFO: no >INFO: checking whether the C++ compiler supports -Wfloat-overflow-conversion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.d4oqkw7h.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.d4oqkw7h.cpp -Werror -Wfloat-overflow-conversion -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wfloat-overflow-conversion'; did you mean '-Wfloat-conversion'? >INFO: no >INFO: checking whether the C compiler supports -Wfloat-zero-conversion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.yv6lbep2.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.yv6lbep2.c -Werror -Wfloat-zero-conversion -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wfloat-zero-conversion'; did you mean '-Wfloat-conversion'? >INFO: no >INFO: checking whether the C++ compiler supports -Wfloat-zero-conversion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.bz3bz69e.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.bz3bz69e.cpp -Werror -Wfloat-zero-conversion -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wfloat-zero-conversion'; did you mean '-Wfloat-conversion'? >INFO: no >INFO: checking whether the C compiler supports -Wloop-analysis... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.jcaaxrh1.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.jcaaxrh1.c -Werror -Wloop-analysis -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wloop-analysis' >INFO: no >INFO: checking whether the C++ compiler supports -Wloop-analysis... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.oz77tule.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.oz77tule.cpp -Werror -Wloop-analysis -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wloop-analysis' >INFO: no >INFO: checking whether the C compiler supports -Wno-range-loop-analysis... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.5frh9kln.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.5frh9kln.c -Werror -Wrange-loop-analysis -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wrange-loop-analysis' >INFO: no >INFO: checking whether the C++ compiler supports -Wno-range-loop-analysis... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.tp6a2t36.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.tp6a2t36.cpp -Werror -Wrange-loop-analysis -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wrange-loop-analysis' >INFO: no >INFO: checking whether the C++ compiler supports -Wc++2a-compat... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.gs_orm4p.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.gs_orm4p.cpp -Werror -Wc++2a-compat -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wcomma-subscript... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.mu0vxo96.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.mu0vxo96.cpp -Werror -Wcomma-subscript -c` >INFO: yes >INFO: checking whether the C compiler supports -Wenum-compare-conditional... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.p45zusjf.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.p45zusjf.c -Werror -Wenum-compare-conditional -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wenum-compare-conditional' >INFO: no >INFO: checking whether the C++ compiler supports -Wenum-compare-conditional... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.kom687u1.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.kom687u1.cpp -Werror -Wenum-compare-conditional -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wenum-compare-conditional' >INFO: no >INFO: checking whether the C compiler supports -Wenum-float-conversion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.y8yeuwvm.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.y8yeuwvm.c -Werror -Wenum-float-conversion -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wenum-float-conversion'; did you mean '-Wno-float-conversion'? >INFO: no >INFO: checking whether the C++ compiler supports -Wenum-float-conversion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.bw_64al8.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.bw_64al8.cpp -Werror -Wenum-float-conversion -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wenum-float-conversion'; did you mean '-Wno-float-conversion'? >INFO: no >INFO: checking whether the C++ compiler supports -Wvolatile... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.t9h3b8n_.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.t9h3b8n_.cpp -Werror -Wvolatile -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wno-error=deprecated... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.hy5doq57.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.hy5doq57.cpp -Werror -Wno-error=deprecated -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wno-error=deprecated-anon-enum-enum-conversion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.29dorne2.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.29dorne2.cpp -Werror -Wno-error=deprecated-anon-enum-enum-conversion -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | cc1plus: error: '-Wno-error=deprecated-anon-enum-enum-conversion': no option '-Wdeprecated-anon-enum-enum-conversion'; did you mean '-Wdeprecated-enum-enum-conversion'? >INFO: no >INFO: checking whether the C++ compiler supports -Wno-error=deprecated-enum-enum-conversion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.c8ln8htm.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.c8ln8htm.cpp -Werror -Wno-error=deprecated-enum-enum-conversion -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wno-error=deprecated-pragma... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest._clfvsll.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest._clfvsll.cpp -Werror -Wno-error=deprecated-pragma -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | cc1plus: error: '-Wno-error=deprecated-pragma': no option '-Wdeprecated-pragma'; did you mean '-Wdeprecated-copy'? >INFO: no >INFO: checking whether the C++ compiler supports -Wno-error=deprecated-this-capture... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.8n010w7d.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.8n010w7d.cpp -Werror -Wno-error=deprecated-this-capture -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | cc1plus: error: '-Wno-error=deprecated-this-capture': no option '-Wdeprecated-this-capture' >INFO: no >INFO: checking whether the C++ compiler supports -Wcomma... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.7aauoilr.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.7aauoilr.cpp -Werror -Wcomma -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wcomma'; did you mean '-Wcomment'? >INFO: no >INFO: checking whether the C compiler supports -Wduplicated-cond... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.rjzz4p5o.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.rjzz4p5o.c -Werror -Wduplicated-cond -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wduplicated-cond... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.k9ey62lj.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.k9ey62lj.cpp -Werror -Wduplicated-cond -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wimplicit-fallthrough... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ioqkfr51.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ioqkfr51.cpp -Werror -Wimplicit-fallthrough -c` >INFO: yes >INFO: checking whether the C compiler supports -Wlogical-op... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ttbgwm7n.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ttbgwm7n.c -Werror -Wlogical-op -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wlogical-op... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.forf2xha.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.forf2xha.cpp -Werror -Wlogical-op -c` >INFO: yes >INFO: checking whether the C compiler supports -Wstring-conversion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.w2_b_8dg.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.w2_b_8dg.c -Werror -Wstring-conversion -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wstring-conversion'; did you mean '-Wsign-conversion'? >INFO: no >INFO: checking whether the C++ compiler supports -Wstring-conversion... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.hho5hmdh.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.hho5hmdh.cpp -Werror -Wstring-conversion -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wstring-conversion'; did you mean '-Wsign-conversion'? >INFO: no >INFO: checking whether the C++ compiler supports -Wno-inline-new-delete... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest._1f8yhye.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest._1f8yhye.cpp -Werror -Winline-new-delete -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Winline-new-delete'; did you mean '-Wmismatched-new-delete'? >INFO: no >INFO: checking whether the C compiler supports -Wno-error=maybe-uninitialized... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.pc9rrpu2.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.pc9rrpu2.c -Werror -Wno-error=maybe-uninitialized -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.3uw1yt7n.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.3uw1yt7n.cpp -Werror -Wno-error=maybe-uninitialized -c` >INFO: yes >INFO: checking whether the C compiler supports -Wno-error=deprecated-declarations... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.cz3klg4b.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.cz3klg4b.c -Werror -Wno-error=deprecated-declarations -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wno-error=deprecated-declarations... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ft6bqqez.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.ft6bqqez.cpp -Werror -Wno-error=deprecated-declarations -c` >INFO: yes >INFO: checking whether the C compiler supports -Wno-error=array-bounds... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.vh86ddx8.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.vh86ddx8.c -Werror -Wno-error=array-bounds -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wno-error=array-bounds... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.8qb7kv7r.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.8qb7kv7r.cpp -Werror -Wno-error=array-bounds -c` >INFO: yes >INFO: checking whether the C compiler supports -Wno-error=coverage-mismatch... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.4hd8qlq2.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.4hd8qlq2.c -Werror -Wno-error=coverage-mismatch -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wno-error=coverage-mismatch... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.zzol0fqs.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.zzol0fqs.cpp -Werror -Wno-error=coverage-mismatch -c` >INFO: yes >INFO: checking whether the C compiler supports -Wno-error=free-nonheap-object... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.607m17ru.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.607m17ru.c -Werror -Wno-error=free-nonheap-object -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wno-error=free-nonheap-object... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.n_gj2x6v.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.n_gj2x6v.cpp -Werror -Wno-error=free-nonheap-object -c` >INFO: yes >INFO: checking whether the C compiler supports -Wno-multistatement-macros... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.5ijs8yi2.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.5ijs8yi2.c -Werror -Wmultistatement-macros -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wno-multistatement-macros... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.qr8fao_9.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.qr8fao_9.cpp -Werror -Wmultistatement-macros -c` >INFO: yes >INFO: checking whether the C compiler supports -Wno-error=class-memaccess... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.o7uc4heo.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.o7uc4heo.c -Werror -Wno-error=class-memaccess -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wno-error=class-memaccess... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.qflzuux3.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.qflzuux3.cpp -Werror -Wno-error=class-memaccess -c` >INFO: yes >INFO: checking whether the C compiler supports -Wno-error=atomic-alignment... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.j2scyq9i.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.j2scyq9i.c -Werror -Wno-error=atomic-alignment -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | cc1: error: '-Wno-error=atomic-alignment': no option '-Watomic-alignment' >INFO: no >INFO: checking whether the C++ compiler supports -Wno-error=atomic-alignment... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.hhpam7gm.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.hhpam7gm.cpp -Werror -Wno-error=atomic-alignment -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | cc1plus: error: '-Wno-error=atomic-alignment': no option '-Watomic-alignment' >INFO: no >INFO: checking whether the C compiler supports -Wno-error=deprecated-builtins... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest._sixdtr3.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest._sixdtr3.c -Werror -Wno-error=deprecated-builtins -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | cc1: error: '-Wno-error=deprecated-builtins': no option '-Wdeprecated-builtins'; did you mean '-Wdeprecated-declarations'? >INFO: no >INFO: checking whether the C++ compiler supports -Wno-error=deprecated-builtins... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.bw6tz5xo.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.bw6tz5xo.cpp -Werror -Wno-error=deprecated-builtins -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | cc1plus: error: '-Wno-error=deprecated-builtins': no option '-Wdeprecated-builtins'; did you mean '-Wdeprecated-declarations'? >INFO: no >INFO: checking whether the C compiler supports -Wformat... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.j3jpk9hk.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.j3jpk9hk.c -Werror -Wformat -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wformat... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.7oc41tm0.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.7oc41tm0.cpp -Werror -Wformat -c` >INFO: yes >INFO: checking whether the C compiler supports -Wformat-security... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.dh6rtt5i.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.dh6rtt5i.c -Werror -Wformat-security -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wformat-security... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.rfdfvgo7.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.rfdfvgo7.cpp -Werror -Wformat-security -c` >INFO: yes >INFO: checking whether the C compiler supports -Wformat-overflow=2... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.q9bm3et2.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.q9bm3et2.c -Werror -Wformat-overflow=2 -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wformat-overflow=2... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.t8am85tw.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.t8am85tw.cpp -Werror -Wformat-overflow=2 -c` >INFO: yes >INFO: checking whether the C compiler supports -Wno-psabi... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.fkefwzlk.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.fkefwzlk.c -Werror -Wpsabi -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wno-psabi... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.2e2zpqz1.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.2e2zpqz1.cpp -Werror -Wpsabi -c` >INFO: yes >INFO: checking whether the C compiler supports -Wno-error=builtin-macro-redefined... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.2qtfld86.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.2qtfld86.c -Werror -Wno-error=builtin-macro-redefined -c` >INFO: yes >INFO: checking whether the C++ compiler supports -Wno-error=builtin-macro-redefined... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.rdpauhhe.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.rdpauhhe.cpp -Werror -Wno-error=builtin-macro-redefined -c` >INFO: yes >INFO: checking whether the C compiler supports -Wno-unknown-warning-option... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.0pzx3j2a.c` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-gcc -std=gnu99 /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.0pzx3j2a.c -Werror -Wunknown-warning-option -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-Wunknown-warning-option' >INFO: no >INFO: checking whether the C++ compiler supports -Wno-unknown-warning-option... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.0b8wyv_p.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.0b8wyv_p.cpp -Werror -Wunknown-warning-option -c` >DEBUG: The command returned non-zero exit status 1. >DEBUG: Its error output was: >DEBUG: | armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-Wunknown-warning-option' >INFO: no >INFO: checking whether the C++ compiler supports -fno-sized-deallocation... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.h756jl0c.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.h756jl0c.cpp -Werror -fno-sized-deallocation -c` >INFO: yes >INFO: checking whether the C++ compiler supports -fno-aligned-new... >DEBUG: Creating `/var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.zrbq88fn.cpp` with content: >DEBUG: | int >DEBUG: | main(void) >DEBUG: | { >DEBUG: | >DEBUG: | ; >DEBUG: | return 0; >DEBUG: | } >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-g++ /var/tmp/portage/dev-lang/spidermonkey-115.16.0/temp/conftest.zrbq88fn.cpp -Werror -fno-aligned-new -c` >INFO: yes >INFO: checking for llvm_profdata... >DEBUG: llvm_profdata: Looking for llvm-profdata >INFO: /usr/lib/llvm/18/bin/llvm-profdata >INFO: checking for nspr >= 4.10... >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-pkg-config --errors-to-stdout --print-errors 'nspr >= 4.10'` >INFO: yes >INFO: checking NSPR_CFLAGS... >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-pkg-config --shared --cflags 'nspr >= 4.10'` >INFO: -I/usr/include/nspr >INFO: checking NSPR_LIBS... >DEBUG: Executing: `/usr/bin/armv7a-unknown-linux-gnueabihf-pkg-config --shared --libs 'nspr >= 4.10'` >INFO: -lplds4 -lplc4 -lnspr4 >INFO: checking for rustc... >DEBUG: _rustc: Looking for rustc >INFO: /usr/bin/rustc >INFO: checking for cargo... >DEBUG: _cargo: Looking for cargo >INFO: /usr/bin/cargo >DEBUG: Executing: `/usr/bin/rustc +stable` >DEBUG: Executing: `/usr/bin/cargo +stable` >INFO: checking rustc version... >DEBUG: Executing: `/usr/bin/rustc --version --verbose` >INFO: 1.82.0 >INFO: checking cargo version... >DEBUG: Executing: `/usr/bin/cargo --version --verbose` >INFO: 1.82.0 >DEBUG: Executing: `/usr/bin/rustc --print target-list` >INFO: checking for rust host triplet... >ERROR: The rust compiler host (armv7-unknown-linux-gnueabihf) is not suitable for the configure host (armv7a-unknown-linux-gnueabihf/thumbv7neon-unknown-linux-gnueabihf). > >You can solve this by: >* Set your configure host to match the rust compiler host by editing your >mozconfig and adding "ac_add_options --host=armv7-unknown-linux-gnueabihf". >* Or, install the rust toolchain for armv7a-unknown-linux-gnueabihf/thumbv7neon-unknown-linux-gnueabihf, if supported, by running >"rustup default stable-thumbv7neon-unknown-linux-gnueabihf" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 942865
:
907842
| 907843