On Wed, 17 Apr 2024 13:01:11 -0400 Pocket <pocket@xxxxxxxxxxxxxxx> wrote: > I am trying to build nodejs in a chroot using > > pkgctl repo clone --protocol=https nodejs > > pushd nodejs > > makechrootpkg -c -u -r "$CHROOT" -- --skippgpcheck > > popd > > It fails at this point > > ==> Entering fakeroot environment... > chmod: cannot access '/startdir/pkg': No such file or directory > > > I don't have startdir defined in the makepkg.conf file nor have I > defined it anywhere > > Why is this failing? > And where did you make the chroot and define that variable?