You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./mmdebstrap unstable unstable-chroot.tar
Can't locate syscall.ph in @INC (did you run h2ph?) (@INC contains: /pkg/perl-5.28.1-0/lib/site_perl/5.28.1/x86_64-linux /pkg/perl-5.28.1-0/lib/site_perl/5.28.1 /pkg/perl-5.28.1-0/lib/5.28.1/x86_64-linux /pkg/perl-5.28.1-0/lib/5.28.1) at ./mmdebstrap line 36.
PS: prun perl ./mmdebstrap unstable unstable-chroot.tar does not work, as /usr/bin/perl is hardcoded in the shebang line.
The text was updated successfully, but these errors were encountered:
syscall.ph needs to be generated by h2ph. But even after resolving this, I guess the script won't be useful/functional on mariux. (Also an older perl seems to be required)
'''
. /package/pkg/perl-5.18.2-0/profile
#perl mmdebstrap.pl
Use of uninitialized value $ARGV[0] in string eq at mmdebstrap.pl line 2768.
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
sh: apt-config: command not found
printf: usage: printf [-v var] format [arguments]
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
sh: apt-config: command not found
printf: usage: printf [-v var] format [arguments]
Can't exec "dpkg": No such file or directory at mmdebstrap.pl line 2808.
Use of uninitialized value $hostarch in scalar chomp at mmdebstrap.pl line 2808.
Undefined subroutine &main::SYS_unshare called at mmdebstrap.pl line 227.
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
sh: fakechroot: command not found
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
sh: proot: command not found
E: unable to pick chroot mode automatically
PS: prun perl ./mmdebstrap unstable unstable-chroot.tar does not work, as /usr/bin/perl is hardcoded in the shebang line.
This would be prun perl perl ./mmdebstrap unstable unstable-chroot.tar, because you want to run the command perl ./mmdebstrap inside the perl package to ignore the shebang.
The Perl script mmdebstrap uses
causing the error below.
PS:
prun perl ./mmdebstrap unstable unstable-chroot.tar
does not work, as/usr/bin/perl
is hardcoded in the shebang line.The text was updated successfully, but these errors were encountered: