Re: PKGBUILD: nodejs

2024-04-17 Thread Pocket
On 4/17/24 18:44, Doug Newgard wrote: On Wed, 17 Apr 2024 13:01:11 -0400 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 It fails at this point ==> Entering faker

Re: PKGBUILD: nodejs

2024-04-17 Thread Doug Newgard
On Wed, 17 Apr 2024 13:01:11 -0400 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 > > It fails at this point > > ==> Entering fakeroot environment...

Re: PKGBUILD: nodejs

2024-04-17 Thread Christian Heusel
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 do

PKGBUILD: nodejs

2024-04-17 Thread Pocket
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 h