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 7 forks source link

Error while installing odin dev-2024-03 on Ubuntu 23.10 #3

Closed maxlobanov closed 7 months ago

maxlobanov commented 8 months ago

Trying install latest odin version an error occured.

❯ asdf install odin latest 
* Downloading odin release dev-2024-03...
chmod: cannot access '/home/user/.asdf/installs/odin/dev-2024-03/bin/odin': No such file or directory
asdf-odin: Expected /home/user/.asdf/installs/odin/dev-2024-03/bin/odin to be executable.
asdf-odin: An error occurred while installing odin dev-2024-03.
❯ uname -a
Linux home 6.5.0-25-generic #25-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb  7 14:58:39 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

❯ lsb_release -a
Distributor ID: Ubuntu
Description:    Ubuntu 23.10
Release:        23.10
Codename:       mantic
maxlobanov commented 8 months ago

PR#2 seems as a solution for it.