-
Notifications
You must be signed in to change notification settings - Fork 10
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
cargo wasix build fails: could not execute rustc #32
Comments
Trying to build the toolchain from scratch, I got another error:
|
@theduke can you try to reproduce it? |
Note that using Debian 12 does not have this issue. I think it has to do with the version of GLIBC |
I'm seeing the same issue:
|
Updating to Ubuntu 22.04 resolved the issue |
This is also an issue for me on Debian 11. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On a fresh install of Debian 11 with the latest rustup
1.26.0
following this plan:The toolchain reports that it's linked & available, but I get a ton of errors related to libc not found. Then a final "could not execute rustc"
The text was updated successfully, but these errors were encountered: