Summary: | dev-lang/spidermonkey-102.15.0: fails to build with Rust 1.73 (error: unrecognized platform-specific intrinsic function: `simd_shuffle8`) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | neb.semqen.ramesses |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=915306 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-lang:spidermonkey-102.15.0:20231008-132328.log.xz emerge-history.txt.xz environment etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 872328 [details]
emerge-info.txt
Created attachment 872329 [details]
dev-lang:spidermonkey-102.15.0:20231008-132328.log.xz
Created attachment 872330 [details]
emerge-history.txt.xz
Created attachment 872331 [details]
environment
Created attachment 872332 [details]
etc.clang.tar.xz
Created attachment 872333 [details]
etc.portage.tar.xz
Created attachment 872334 [details]
logs.tar.xz
Created attachment 872335 [details]
temp.tar.xz
error: unrecognized platform-specific intrinsic function: `simd_shuffle2` --> /var/tmp/portage/dev-lang/spidermonkey-102.15.0/work/firefox-102.15.0/third_party/rust/packed_simd_2/src/codegen/llvm.rs:10:5 | 10 | pub fn simd_shuffle2<T, U>(x: T, y: T, idx: [u32; 2]) -> U; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: unrecognized platform-specific intrinsic function: `simd_shuffle4` --> /var/tmp/portage/dev-lang/spidermonkey-102.15.0/work/firefox-102.15.0/third_party/rust/packed_simd_2/src/codegen/llvm.rs:11:5 | 11 | pub fn simd_shuffle4<T, U>(x: T, y: T, idx: [u32; 4]) -> U; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: unrecognized platform-specific intrinsic function: `simd_shuffle8` --> /var/tmp/portage/dev-lang/spidermonkey-102.15.0/work/firefox-102.15.0/third_party/rust/packed_simd_2/src/codegen/llvm.rs:12:5 | 12 | pub fn simd_shuffle8<T, U>(x: T, y: T, idx: [u32; 8]) -> U; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: unrecognized platform-specific intrinsic function: `simd_shuffle16` --> /var/tmp/portage/dev-lang/spidermonkey-102.15.0/work/firefox-102.15.0/third_party/rust/packed_simd_2/src/codegen/llvm.rs:13:5 | 13 | pub fn simd_shuffle16<T, U>(x: T, y: T, idx: [u32; 16]) -> U; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ See the patches at https://bugs.gentoo.org/915306#c2. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f6c8ec41c042517c8b79d166942d8bad098351 commit 09f6c8ec41c042517c8b79d166942d8bad098351 Author: Joonas Niilola <juippis@gentoo.org> AuthorDate: 2023-10-16 13:19:40 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2023-10-16 13:19:40 +0000 dev-lang/spidermonkey: disable rust-simd on 102.15.0 Closes: https://bugs.gentoo.org/915381 Signed-off-by: Joonas Niilola <juippis@gentoo.org> dev-lang/spidermonkey/spidermonkey-102.15.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) |