[blfs] 01/02: firefox: fix FTBFS with rustc-1.95

"Git Owner" ([email protected] via blfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

commit a67966d72cfd7c2599384a52129707b7263d0eb9
Author: Xi Ruoyao <[email protected]>
AuthorDate: Tue Apr 28 22:17:04 2026 +0800

    firefox: fix FTBFS with rustc-1.95
---
 xsoft/graphweb/firefox.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/xsoft/graphweb/firefox.xml b/xsoft/graphweb/firefox.xml
index cfd1dc2f75..3361496caa 100644
--- a/xsoft/graphweb/firefox.xml
+++ b/xsoft/graphweb/firefox.xml
@@ -329,6 +329,17 @@ sed '/patch.crates-io/a glslopt={path="third_party/rust/glslopt"}' \
     -i Cargo.toml &amp;&amp;
 sed '/name = "glslopt"/,/^$/{/source/d;/checksum/d}' -i Cargo.lock</userinput></screen>
 
+    <para>
+      Next, fix building this package with rustc-1.95.0.  Again the build
+      system needs a change to skip the checksum verification:
+    </para>
+
+<screen><userinput remap="pre">sed '/use super::/a use core::simd::Select;' \
+    -i third_party/rust/encoding_rs/src/x_user_defined.rs &amp;&amp;
+sed '/patch.crates-io/a encoding_rs={path="third_party/rust/encoding_rs"}' \
+    -i Cargo.toml &amp;&amp;
+sed '/name = "encoding_rs"/,/^$/{/source/d;/checksum/d}' -i Cargo.lock</userinput></screen>
+
     <para>
       Next, fix building this package with Python-3.14:
     </para>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.