On Fri, Aug 7, 2009 at 1:31 AM, Allan McRae<allan@archlinux.org> wrote:
Eric Bélanger wrote:
Hi,
Here (inline and attached) are a couple of patches for makechrootpkg.
==> Remove error message when namcap is not installed in chroot (not sure why this line was added as installing namcap in chroot will dirty it). Also added a check on the PKGBUILD.
This was apparently added as namcap has issues checking a package for which the dependencies are not installed on your system. The deps will have obvioulsy been installed into the chroot. Saying that, I agree that namcap (and thus python) should not be in a clean chroot and I just deleted that line in the version I am using.
That's correct. I can remove it, but I find it a little... ugly any other way. The line should actually not do anything if namcap is missing (which namcap should return an error if it is not installed)