-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Compilation on mips (big-endian 32-bit) fails with crate std
compiled by an incompatible version of rustc
#41471
Comments
cc @brson -- any thoughts on what's going on here? Is this a rustup issue? Compiler? |
triage: P-high Tentatively marking as P-high. MIPS is tier 2, but it's not good for it to be horribly broken. @hsivonen -- you're sure this is not some quirk of your install? |
Pretty sure. This was right after install from rustup without messing with the rustup directories in any way manually. (The underlying system I used is quirky: Debian Wheezy with Rust-compatible glibc transplanted from Jessie, but I have a hard time seeing how that could result in the error seen here.) |
Can only reproduce on stable (meaning it should be fixed on master, already?):
|
@hsivonen, can you verify if this is fixed on a nightly build? |
rustc 1.18.0-nightly (128aa26 2017-04-28) no longer exhibits this bug. Thanks! |
Awesome! |
On Linux on 32-bit big-endian MIPS when trying to compile encoding_rs, I get the following error on both nightly (1.18.0-nightly (1785bca 2017-04-21)) and stable (1.16.0 (30cf806 2017-03-10)) installed via rustup:
The text was updated successfully, but these errors were encountered: