-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
1.74 fails to build on mips with LTO: relocation truncated to fit: R_MIPS_TLS_GOTTPREL against `std::collections::hash::map::RandomState::new::KEYS::__getit::__KEY' #118794
Comments
@rustbot label T-compiler O-mips O-linux A-linkage FYI, rustc's support for this target was recently demoted to tier 3. |
Turns out this happens only with LTO enabled, it does not occur without. (LTO via in
|
See: rust-lang/rust#118794 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
See: rust-lang/rust#118794 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
I'm trying to reproduce the issue but to no avail. Are you still getting the same issue? Can you provide more information?
|
Hey, thanks for checking this out. I just tested 1.75.0 and the issue does not occur there. Appreciate it! |
See: rust-lang/rust#118794 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
See: rust-lang/rust#118794 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
See: rust-lang/rust#118794 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
See: rust-lang/rust#118794 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
See: rust-lang/rust#118794 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
See: rust-lang/rust#118794 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
See: rust-lang/rust#118794 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Hi, 1.74 (tried 1.74.1) fails to build on mips when upgrading from 1.73.0. 1.73.0 rebuilds itself just fine. My platform is big-endian mips64.
Toolchain versions: gcc 13.2.1, binutils 2.41
Complete build log (using
-vvv
): build.logThe text was updated successfully, but these errors were encountered: