-
Notifications
You must be signed in to change notification settings - Fork 229
musl upstream is down #852
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Musl uses a mailing list, the address is on https://musl.libc.org/support.html and archives are at https://www.openwall.com/lists/musl/. There is also a mirror at https://github.com/bminor/musl but I'm not sure that is any more reliable. To be certain, you were working on testing |
I was just depending on https://github.com/udoprog/musli/actions/runs/13504803567/job/37731811742 Note that I switched to using the crates.io version of |
Thanks for the link. That is interesting; Out of curiosity, why do you need |
Oh, good question. If memory serves there used to be a missing symbol during linking. That no longer seems to be the case. So I've removed the dependency now. Thanks for the poke! |
That's great! If you do run into problems like that in the future, open an issue in compiler-builtins (or rust-lang/rust) and we'll try to squash it. |
I'm running into the same issue - I have a fork of
@tgross35 Could you elaborate on how that works? |
@michael-p I believe the idea is that it works without depending on compiler-builtins at all, through the Rust compiler. So just try and remove the dependency and see if it works. |
@udoprog I do not depend on compiler-builtins, but just on the libm crate (well, a fork of it, to be precise). I cannot remove that dependency because otherwise math functions like |
Could anybody confirm whether or not this is still a problem? I assume Cargo was doing something weird, but now that the musl submodule is no longer within the crate's source directory I'm wondering if it fixed itself. |
Seems like https://git.musl-libc.org/git/musl is down (504 Bad Gateway), meaning building this project from git no longer works.
I'm not sure how to contact the musl project, so I'm opening an issue here for now since this is the project which breaks for me.
It might be an idea to host a mirror of the project on GitHub with the commit being depended on.
The text was updated successfully, but these errors were encountered: