-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Linking with panic machinery fails on Linux PPC64 #37996
Comments
The above is |
Hm is this just a linker bug? Or is that assert something else? |
I don't know. Maybe @cuviper knows who'd know. |
I'm confused by (and suspicious of) the You might also be interested that we just got proper rust and cargo builds for ppc64, on their way to updates-testing now. But of course those are stable Rust, and you mentioned you're installing nightly. |
I just tried those Fedora builds with I get an even worse result on nightly! :/
|
FWIW, rust-encoding
I suspect that the original "undefined reference" errors might have been related to the same sort of hashing endianness problems that were finally solved in #38960, but starting with other PRs before that too. I don't know about the BFD assertions, but given I can't reproduce that now, they might have just been cascade failures from the many reference failures. Anyway, @hsivonen, care to give it another try? |
|
Steps to reproduce
dnf
couldn't figure out theglibc-devel
dependency):Actual results
Additional info
cargo test
seems to fail to link no matter what the crate. Simple crates do build generally, but e.g.kernel32-sys
doesn't even build.Version info
The text was updated successfully, but these errors were encountered: