Arch numa-git dependencies - error while loading shared libraries #97
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
llvm-libs also needs to be installed
yay -S cargo numa-git
will fail:
this should get the same error:
to resolve:
Not sure if you have control over the arch PKGBUILD (looks like you might.. )
makedepends=('cargo' 'git')
makedepends=('cargo' 'git' 'llvm-libs')
Thank you in advance.
@bcookatpcsd thank you for reporting this, ive added 'llvm-libs' to makedeps in #99