mise failed to install "cargo:just" = "1.37.0" #3663
Replies: 2 comments
-
This is expected. Mise isn't a dependency manager, so it won't try to install things like libraries or c compilers for you: https://mise.jdx.dev/roadmap.html#anti-goals this is why static binaries are preferred and you'll notice they have higher priority in the registry, e.g. Also you might not need |
Beta Was this translation helpful? Give feedback.
-
What would you call it, tool manager? In general, any tool is also a dependency though. I read the roadmap link and it says:
Could you provide an example showing mise is far easier to use than nix? |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
When I run
mise install --verbose
in the dir with mise.toml, it fails with this error:I think the root cause is that mise doesn't handle
linker
ccnot found
correctly, as it's gone after I runapt install gcc
manually.To Reproduce
git clone https://github.com/ethereum-optimism/optimism
cd optimism
mise trust
mise install --verbose
Expected behavior
All tools are installed successfully.
mise doctor
outputAdditional context
N/A
Beta Was this translation helpful? Give feedback.
All reactions