On Tuesday 24 August 2010 08:18:23 Nathan O 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 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
