jtakakura / asdf-odin

Odin plugin for the asdf version manager github.com/asdf-vm/asdf
https://github.com/asdf-vm/asdf
MIT License
9 stars 6 forks source link

dev-2024-09 version doesn't install properly #9

Closed maxlobanov closed 1 month ago

maxlobanov commented 2 months ago

Trying to install odin dev-2024-09, got "No such file or directory" errors.

$ asdf install odin latest
* Downloading odin release dev-2024-09...
cp: cannot stat '/home/user/.asdf/downloads/odin/dev-2024-09/dist/*': No such file or directory
chmod: cannot access '/home/user/.asdf/installs/odin/dev-2024-09/bin/odin': No such file or directory
asdf-odin: Expected /home/user/.asdf/installs/odin/dev-2024-09/bin/odin to be executable.
asdf-odin: An error occurred while installing odin dev-2024-09.

It seems, the structure differs from expected. No bin dir, odin executable is in project's root dir, not in bin.

tree -L 1 ~/.asdf/downloads/odin/dev-2024-09
/home/user/.asdf/downloads/odin/dev-2024-09
├── base/
├── core/
├── dist/
├── examples/
├── LICENSE
├── odin*
├── shared/
└── vendor/
achou11 commented 1 month ago

what OS is this on? Was able to install just fine on macOS (via mise)

maxlobanov commented 1 month ago

I tried with OpenSuse Tumbleweed.