Do chroots created by chrootbuild miss git?

Hi,

I am trying to build an aur package (xsane-git) in a chroot, using chrootbuild. However, this fails because git cannot be found in the chroot. Using -i <local git package file> seems to correct the issue. But is it expected that the chroot does not contain git?

It fails because xsane-git is missing git in the makedepends array.

3 Likes

Thanks, just wanted to check that there was no expectation that it should be a present by default.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.