Compilation error when not a binstall #8186
-
|
Hey, When there is no binstall happening, always some error seem to occur with updates on mise. I use this crate
Perhaps compiling from source requries a different setup. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
I have the same problem with lzma. When trying to binstall, it wants to compile from src because no binaries are available, and then the compilation crashes with the aforementioned error. Update: Actually, the binstall works with the 2026.2.19 version without issues. However, the original install from src issue remains. |
Beta Was this translation helpful? Give feedback.
-
|
I'm having the same issue trying to install 2026.2.24 from source. |
Beta Was this translation helpful? Give feedback.

At least with
cargo install-update -aadding--lockedwas enough to make it install. Might be the same forcargo installThough ideally the package should update to latest.