Skip to content
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

Odin installed via asdf-odin plugin complains for missing libLLVM-18.so.18.1 #10

Open
yudistrange opened this issue Sep 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@yudistrange
Copy link

Odin installed via asdf-odin doesn't work on Arch linux. Even though the requisite libLLVM is installed.
Should I just create a symlink of libLLVM-18.so.18.1 -> libLLVM.so.18.1 on my system manually?

❯ odin --version
/home/user/.asdf/installs/odin/dev-2024-08/bin/odin: error while loading shared libraries: libLLVM-18.so.18.1: cannot open shared object file: No such file or directory


❯ ls /usr/lib/ | grep  libLLVM
libLLVM.so -> libLLVM.so.18.1
libLLVM-18.so -> libLLVM.so.18.1
libLLVM.so.18.1
libLLVMDemangle.a
libLLVMDebuginfod.a
libLLVMSupport.a
libLLVMTableGen.a
libLLVMTestingAnnotations.a
libLLVMTestingSupport.a

Steps to reproduce

  1. Install any version of Odin from asdf-odin
  2. Try running odin installed via asdf

Expected behavior

Odin should run without complaining about missing dependency.

Additional context
If I install odin via the yay command, it works without a hitch. It doesn't install a separate libLLVM version.

@yudistrange yudistrange added the bug Something isn't working label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant