-
Notifications
You must be signed in to change notification settings - Fork 13.4k
error[E0463]: can't find crate for core
- with: --prefix=/usr --libdir=/usr/lib/amd64
#141887
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
Comments
I believe #141729 fixes this for 1.89.0, but not present in 1.87.0 |
I'm not opposed to a backport but given the long time range not sure it's worth it. |
That's only a beta backport right? Here it's a stable version that is reported. We'd have to do a stable point release, and I don't feel like it's justified alone in absence of other stable backport candidates. And even then I'm not sure if it's worth it, like Mark said. |
right. but we can limit the breakage to only 1.87, instead of breaking both 1.87 and 1.88. |
Ok. I think that's reasonable, let me beta-nominate the PR. EDIT: nvm you were so much faster |
Rust build fails when using for bootstrap Rust 1.87.0 built with
--prefix=/usr --libdir=/usr/lib/amd64
(On Solaris 64 bit libraries need to be placed into /usr/lib/amd64):This used to work with Rust 1.78.0.
The text was updated successfully, but these errors were encountered: