Skip to content
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

Trusty std doesn't build #138571

Closed
Noratrieb opened this issue Mar 16, 2025 · 5 comments
Closed

Trusty std doesn't build #138571

Noratrieb opened this issue Mar 16, 2025 · 5 comments
Labels
C-bug Category: This is a bug. O-trusty Operating system: trusty (https://doc.rust-lang.org/nightly/rustc/platform-support/trusty.html) T-libs Relevant to the library team, which will review and decide on the PR/issue.

Comments

@Noratrieb
Copy link
Member

There are multiple build errors with trusty std.

Most recently it's an unsafe error:
https://does-it-build.noratrieb.dev/build?nightly=2025-03-16&target=x86_64-unknown-trusty&mode=miri-std

Before that thread locals didn't build:
https://does-it-build.noratrieb.dev/build?nightly=2025-02-24&target=x86_64-unknown-trusty&mode=miri-std

It's not worked at all in the past over a year:
https://does-it-build.noratrieb.dev/target?target=x86_64-unknown-trusty

If you're not interested in having std you can remove std, but this state is not great.

@randomPoison @ahomescu

@Noratrieb Noratrieb added C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Mar 16, 2025
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Mar 16, 2025
@Noratrieb Noratrieb added O-trusty Operating system: trusty (https://doc.rust-lang.org/nightly/rustc/platform-support/trusty.html) and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Mar 16, 2025
@Noratrieb
Copy link
Member Author

I have been told that apparently trusty only very recently actually got std support, in that case it makes sense. It seems like Miri was just not aware about whether it actually supports it

@Noratrieb Noratrieb closed this as not planned Won't fix, can't repro, duplicate, stale Mar 16, 2025
@randomPoison
Copy link
Contributor

Oh no, I'm very sorry about this! Trusty libstd support was just landed and I did not realize it was causing build breakage. I thought I had checked that it built and hadn't seen any of these errors, clearly my testing was missing some steps. Is it okay for me to address this issue tomorrow when I'm back in the office? If this is time sensitive I can try to address it now.

@Noratrieb
Copy link
Member Author

oh no it's perfectly fine, it's normal that it's broken when it lands, everything is fine, no need to do anything urgently^^

@Noratrieb
Copy link
Member Author

the website is just my personal website to track whether targets work or not for the sake of checking if they work

@randomPoison
Copy link
Contributor

Okay, glad to hear! Thanks for the quick response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. O-trusty Operating system: trusty (https://doc.rust-lang.org/nightly/rustc/platform-support/trusty.html) T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants