Manjaro error: Fakeroot binary missing – SOLVED

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.