rust-musl-cross icon indicating copy to clipboard operation
rust-musl-cross copied to clipboard

Bunch of errors with the `memchr` package

Open lucat1 opened this issue 11 months ago • 4 comments

Hi, starting from today (but I hadn't used the tool in ~2 months, so I don't know exactly when this started to happen) I am getting loads of these errors when cross compiling (both x86 and aarch64 with musl):

error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope

or even:

error[E0425]: cannot find function `vpmaxq_u8` in this scope

You can find the full build log here: https://ci.codeberg.org/repos/12282/pipeline/146/5

I can compile just fine on my laptop (without cross compiling) using the same nightly or stable version. I have tried both nightly and stable with rust-musl-cross but they all give me the same errors. Is this a known issue?

lucat1 avatar Sep 10 '23 11:09 lucat1