-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
librsvg: rustc 1.54.0 build fails on ARM64 (Linux and macOS) #109
Comments
It looks like this is the same issue as the one mentioned in #73 (comment). I think it's due to commit rust-lang/compiler-builtins@96bc62e which causes This can be resolved by rebuilding Rust's standard library using the Perhaps there's a better way to resolve this? |
I was kind of hoping this might be a new problem 😅 Switching to nightly rustc everywhere is probably the best approach right now, plus might unlock useful new features e.g. |
This assumption was incorrect, the The reason why the |
PR #123 removes this |
The underlying issue (lovell#109) should be fixed with compiler-builtins v0.1.55, available in Rust 1.59.0.
The underlying issue (#109) should be fixed with compiler-builtins v0.1.55, available in Rust 1.59.0.
rustc 1.53.0 works but 1.54.0 fails; needs investigating.
macOS
Linux glibc
Interestingly, Linux musl ARM64 works and that uses rustc nightly so I guess whatever causes this might already be fixed there.
The text was updated successfully, but these errors were encountered: