On Tue, Aug 24, 2010 at 1:31 AM, Ike Devolder <ike.devolder@gmail.com>wrote:
Is there a way to make 'makechrootpkg' use clyde so it will install missing dependencies from AUR? I looked at /etc/makepkg.conf /etc/pacman.conf and couldn't find an option. I also looked at the source for makechrootpkg and didn't see anything I could change to make it use clyde instead of
On Tuesday 24 August 2010 08:18:23 Nathan O wrote: pacman.
Thanks
http://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot
all unrecognized args get passed to makepkg, so maybe, there is a need to install sudo in your chroot and then you can use '-s' and '-r' opions to makepkg for the dependency resolving
I did sudo pacman -S sudo -r /aur/ and retried and it still doesn't find the package in AUR.