18 Apr
2024
18 Apr
'24
6:44 a.m.
On Wed, 17 Apr 2024 13:01:11 -0400 Pocket <pocket@columbus.rr.com> 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?