Build error, unknown feature 'stdsimd'

Hi, I’m trying to build firedragon but the build fails with this output:

 2:49.61 error[E0635]: unknown feature `stdsimd`
 2:49.61    --> /home/jjpb/.cache/paru/clone/firedragon/src/Floorp-11.9.0/third_party/rust/packed_simd/src/lib.rs:219:5
 2:49.61     |
 2:49.61 219 |     stdsimd,
 2:49.61     |     ^^^^^^^
 2:57.39 error[E0635]: unknown feature `stdsimd`

Do I need to install an additional library or is it related with the rust toolchain?
I’m using by default the nightly toolchain btw.

Check Cargo.toml,
There’s something relevant in this commit Bug 1849874 - Update from packed_simd_2 to packed_simd. (ESR version)… · Floorp-Projects/Floorp@cafbd5a · GitHub

2 Likes

You’re trying to compile a browser? How much RAM and how many days you got?

4 Likes

garuda-inxi???

1 Like

Is this the default for Arch? If not, I’d advise switching to whatever the default is. We don’t pull anything non-default for our build tools and it works flawlessly.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.