You are not logged in.
Pages: 1
Hello there I run into the following error upon running 'makepkg -s' on the android-studio package from AUR
[charles@cat android-studio]$ makepkg -s
==> Making package: android-studio 1.0.2-1 (Thu Jan 15 22:27:09 EST 2015)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: lib32-fontconfig
error: target not found: lib32-libxrender
error: target not found: lib32-mesa
==> ERROR: 'pacman' failed to install missing dependencies.
[charles@cat android-studio]$
Could anyone help me?
Offline
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Wow, thank you for the quick reply just to avoid this https://xkcd.com/979/
I edited my /etc/pacman.d
uncommented
[multilib]
Include = /etc/pacman.d/mirrorlist
then went to the android studio folder where PKGBUILD exist and ran
makepkg -s
and thats it Thank you!
Offline
Pages: 1