League-Of-Legends icon indicating copy to clipboard operation
League-Of-Legends copied to clipboard

Dependency missing in AUR package

Open GuillaumeDesforges opened this issue 6 years ago • 1 comments

Hi, I am trying to use your wrapper on Manjaro Linux (cinamon minimal install built with Manjaro Architect). I don't know if you also manage the repository on the AUR, so I am posting on this git as an issue.

I had the error :

002f:err:module:load_builtin_dll failed to load .so lib for builtin L"l3codeca.acm": libmpg123.so.0: cannot open shared object file: No such file or directory

and :

0056:err:module:load_builtin_dll failed to load .so lib for builtin L"XAudio2_2.dll": libopenal.so.1: cannot open shared object file: No such file or directory

Doing sudo pacman -S alsa-lib gnutls lcms2 lib32-alsa-lib lib32-gnutls lib32-lcms2 lib32-libldap lib32-mpg123 libldap mpg123 gendesk icoutils imagemagick alsa-plugins lib32-alsa-plugins lib32-libpulse libpulse openal lib32-openal fixed it, so I guess one of the dependency is not in the meta data of the package.

GuillaumeDesforges avatar Jun 22 '18 11:06 GuillaumeDesforges

Package samba seems to be another requirement, without it there is an error :

005c:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution

GuillaumeDesforges avatar Jun 22 '18 12:06 GuillaumeDesforges