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? -- Hindi madali ang maging ako
On 24/04/17 01:01PM, Pocket 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
Why are you using this very manual way of building the package instead of just doing the following? $ pkgctl repo clone --protocol=https nodejs $ pkgctl build nodejs Cheers, gromit
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?
On 4/17/24 18:44, Doug Newgard wrote:
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?
Early in the script export CHROOT="$HOME"/chroot -- Hindi madali ang maging ako
participants (3)
-
Christian Heusel
-
Doug Newgard
-
Pocket