If you get error message “Fakeroot binary missing” when you try to compile application from AUR using command:
makepkg -si
Run this command:
sudo pacman -S --needed base-devel
This will install all missing packages of base-devel group.
If you get error message “Fakeroot binary missing” when you try to compile application from AUR using command:
makepkg -si
Run this command:
sudo pacman -S --needed base-devel
This will install all missing packages of base-devel group.