-
Notifications
You must be signed in to change notification settings - Fork 52
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
cargo install error on Alpine -- nix related? #573
Comments
Hey, the Am I right in thinking alpine uses musl rather than glibc? That might be the cause here, although I've no idea why it'd work installing it one way and not the other when it's compiling on your system either way. |
I see the same errors when trying to build on Fedora 40. Building with rust 1.78.0. |
Well I guess that rules out musl then. I've just tried in a Fedora docker container from blank and it built fine, so not sure what's going on there. I'll have a poke around in the nix crate and see if I can see any reason that |
For some reason Rust is resolving a newer version of the |
still facing the issue when installing using cargo: error[E0432]: unresolved import error[E0432]: unresolved imports error[E0308]: mismatched types Some errors have detailed explanations: E0308, E0432. |
When running
cargo install ironbar
on my machine, I got this error:I then proceeded to clone the repo and build directly (
cargo build --release
), and it worked! I am using Alpine Linux, so not sure if there is some weirdness going on there. But just wanted to bring it to your attention. Looking forward to playing with the bar.System information:
The text was updated successfully, but these errors were encountered: