-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Latest Rust nightly does not work on FreeBSD #43427
Comments
I'm guessing it's likely this is because of the rustbuild changes, though I'm not sure yet. Attempting to bisect... |
Okay, thanks for getting on this quickly @Mark-Simulacrum. |
For the time being, |
For me it seems like a problem with rustup. When I run Edit: Wow, you are fast :) Between the time I noticed this and got around to checking on it, this was fixed. Kudos all around :) |
I'm hopeful that #43430 will fix this, so tomorrow's nightly should hopefully work again. Will ping here once it lands. |
Rustbuild regression fixes I believe this will fix #43427. This PR also avoids running pretty tests by-default. r? @alexcrichton
I had a very similar problem on a fresh Ubuntu VM, and |
Please let me know if tomorrow's nightly works on FreeBSD and if not we'll reopen. |
I just built on last night's nightly (2017-07-24) and it worked for me. I intended to test this yesterday but got busy. Thanks for the timely patch! |
Thanks @Mark-Simulacrum, looks all good for me too. :-) |
I'm not sure when exactly it broke, but I suspect within the last few days. When I run
rustc
now, I get:And the output of
readelf -h $(which rustc)
is the following:I'm using the latest version of Rustup, if it makes a difference. Did the build script get botched recently, or something?
The text was updated successfully, but these errors were encountered: