Summary: | www-client/firefox: Failed to run './mach build --verbose' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Vitaly Zdanevich <zdanevich.vitaly> |
Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | edgar |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build log of firefox-118.0.1
Full log |
Description
Vitaly Zdanevich
2023-10-02 18:42:33 UTC
Please compress and attach the *full* build.log. Created attachment 872098 [details]
build log of firefox-118.0.1
i get the same problem building firefox-118.0.1
(In reply to Edgar Luque from comment #2) > Created attachment 872098 [details] > build log of firefox-118.0.1 > > i get the same problem building firefox-118.0.1 on another look, it fails configuring, so not sure if its the same issue (In reply to Edgar Luque from comment #3) File a new bug report. Please change the bug status to UNCONFIRMED once a full build log has been attached. Created attachment 872216 [details]
Full log
78[1G[K[34m53:59.36[m [1m/var/tmp/portage/www-client/firefox-115.3.1/work/firefox-115.3.1/gfx/skia/skia/src/opts/SkChecksum_opts.h:25:16: [0m[0;1;31merror: [0m[1malways_inline function '_mm_crc32_u64' requires target feature 'crc32', but would be inlined into function 'crc32c_8' that is compiled without support for 'crc32'[0m[m[m 78[1G[K[34m53:59.36[m return _mm_crc32_u64(seed, v);[m[m 78[1G[K[34m53:59.36[m [0;1;32m ^[m[m 78[1G[K[34m53:59.36[m [0m[1m/var/tmp/portage/www-client/firefox-115.3.1/work/firefox-115.3.1/gfx/skia/skia/src/opts/SkChecksum_opts.h:22:66: [0m[0;1;31merror: [0m[1malways_inline function '_mm_crc32_u32' requires target feature 'crc32', but would be inlined into function 'crc32c_4' that is compiled without support for 'crc32'[0m[m[m 78[1G[K[34m53:59.36[m static uint32_t crc32c_4(uint32_t seed, uint32_t v) { return _mm_crc32_u32(seed, v); }[m[m 78[1G[K[34m53:59.36[m [0;1;32m ^[m[m 78[1G[K[34m53:59.36[m [0m[1m/var/tmp/portage/www-client/firefox-115.3.1/work/firefox-115.3.1/gfx/skia/skia/src/opts/SkChecksum_opts.h:21:66: [0m[0;1;31merror: [0m[1malways_inline function '_mm_crc32_u8' requires target feature 'crc32', but would be inlined into function 'crc32c_1' that is compiled without support for 'crc32'[0m[m[m 78[1G[K[34m53:59.36[m static uint32_t crc32c_1(uint32_t seed, uint8_t v) { return _mm_crc32_u8(seed, v); }[m[m 78[1G[K[34m53:59.36[m [0;1;32m ^[m[m 78[1G[K[34m53:59.36[m [0m3 errors generated.[m[m 78[1G[K[34m53:59.36[m gmake[4]: *** [/var/tmp/portage/ww Same issue here, same step, with both dev-lang/rust-1.73 dev-lang/rust-bin-1.73 builds fine with: Installed versions: 1.72.0-r1(stable/1.72)^t(18:14:47 07/10/2023)(clippy doc profiler rust-analyzer rust-src rustfmt system-bootstrap verify-sig wasm -big-endian -debug -dist -llvm-libunwind -lto -miri -nightly -parallel-compiler -system-llvm -test ABI_MIPS="-n32 -n64 -o32" ABI_S390="-32 -64" ABI_X86="64 -32 -x32" CPU_FLAGS_X86="sse2" LLVM_TARGETS="WebAssembly X86 -AArch64 -AMDGPU -ARM -AVR -BPF -Hexagon -Lanai -LoongArch -MSP430 -Mips -NVPTX -PowerPC -RISCV -Sparc -SystemZ -VE -XCore") If this is rust-1.73 related, then Firefox-118.0.2 fixes this. |