-
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
Linker error/regression introduced with rustc 1.48.0 on aarch64-unknown-linux-musl
target
#79791
Comments
Did this work before 1.48.0? |
Yes, it works fine with 1.47.0 and lower |
(This isn't an ICE.) |
@rustbot ping cleanup also @acatangiu I think it would interesting to have a smaller example to reproduce this. Are you straight compiling Firecracker? |
Hey Cleanup Crew ICE-breakers! This bug has been identified as a good cc @AminArria @camelid @chrissimpkins @contrun @DutchGhost @elshize @ethanboxx @h-michael @HallerPatrick @hdhoang @hellow554 @imtsuki @JamesPatrickGill @kanru @KarlK90 @LeSeulArtichaut @MAdrianMattocks @matheus-consoli @mental32 @nmccarty @Noah-Kennedy @pard68 @PeytonT @pierreN @Redblueflame @RobbieClarken @RobertoSnap @robjtede @SarthakSingh31 @shekohex @sinato @smmalis37 @steffahn @Stupremee @tamuhey @turboladen @woshilapin @yerke |
searched nightlies: from nightly-2020-07-27 to nightly-2020-12-08 bisected with cargo-bisect-rustc v0.6.0Host triple: aarch64-unknown-linux-gnu cargo bisect-rustc aarch64-unknown-linux-musl -- build --target aarch64-unknown-linux-musl |
Driveby comment, I perceive from the error message libfdt is from |
This works, thank you! |
Hi all!
First of all congrats on #76420! We at firecracker are using the
aarch64-unknown-linux-musl
target and are very excited to see it promoted to Tier 2.Unfortunately, while trying to move to 1.48.0 I am encountering a linker error for which I've yet to find a solution. Hope you can help here!
Code
cargo build --target aarch64-unknown-linux-musl --release
:Meta
rustc --version --verbose
:Issue is present with nightly as well:
The error is specific to
aarch64-unknown-linux-musl
. The issue is not present when compiling foraarch64-unknown-linux-gnu
.System info:
Error output
The text was updated successfully, but these errors were encountered: