Date: Tue, 24 Oct 2023 10:23:36 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 274499] lang/rust: Update to 1.73.0 Message-ID: <bug-274499-21738-oqE0UnXnvB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-274499-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-274499-21738@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274499 --- Comment #8 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dff2bf59cd9ed84710f7afa42f348250= d09a8131c commit ff2bf59cd9ed84710f7afa42f348250d09a8131c Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2023-10-15 17:58:51 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2023-10-24 10:21:40 +0000 www/librewolf: fix build with rust 1.73.0 The crate packed_simd_2 is not maintained anymore. firefox switched to packed_simd [1] in [2] but it's not yet part of librewolf 117 Backport [3] to fix the following issue: error: unrecognized platform-specific intrinsic function: `simd_shuffle= 2` --> /wrkdirs/usr/ports/www/librewolf/work/librewolf-117.0-1/third_party/rust/pa= cked_simd_2/src/codegen/llvm.rs:10:5 | 10 | pub fn simd_shuffle2<T, U>(x: T, y: T, idx: [u32; 2]) -> U; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [1] https://github.com/rust-lang/packed_simd/ [2] https://github.com/mozilla/gecko-dev/commit/1e1bec8c6e383abf667d64ba1e556a4= e68833f28 [3] https://github.com/rust-lang/packed_simd/commit/a79edf4cfc54aad30a5630b2176= 45c4b8274d8f7 PR: 274499 Approved by: portmgr (build fix blanket) www/librewolf/files/patch-rust-1.73.0 (new) | 83 +++++++++++++++++++++++++= ++++ 1 file changed, 83 insertions(+) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274499-21738-oqE0UnXnvB>