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
{{ message }}
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.
Unfortunately, the last command looks that it did not worked:
# Install all package correcty (ignore warnings):
ls packages/mirrors.slackware.com/slackware/slackware64-14.1/slackware64/*/*.t?z | xargs -n 1 proot -S rootfs -b packages/mirrors.slackware.com /sbin/installpkg
I have got the following errors:
Cannot install packages/mirrors.slackware.com/slackware/slackware64-14.1/slackware64/tcl/tix-8.4.3-x86_64-3.txz: file does not end in .tgz, .tbz, .tlz, or .txz
/sbin/installpkg: line 115: tar: command not found
WARNING: pkgtools are unstable with tar > 1.13.
You should provide a "tar-1.13" in your $PATH.
/sbin/installpkg: line 124: sleep: command not found
/sbin/installpkg: line 73: cut: command not found
/sbin/installpkg: line 88: basename: command not found
/sbin/installpkg: line 328: dirname: command not found
/sbin/installpkg: line 73: cut: command not found
/sbin/installpkg: line 88: basename: command not found
/sbin/installpkg: line 163: cut: command not found
/sbin/installpkg: line 163: cut: command not found
/sbin/installpkg: line 333: basename: command not found
I am wondering if there is an easier way to produce an environment for compiling a static proot.
I also tried to compile it directly via my linux distro (ArchLinux) but without any success.
Any help?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I tried to follow the README in order to build a slackware rootfs for x86_64 (taken from http://mirrors.slackware.com/slackware/slackware64-14.1).
Unfortunately, the last command looks that it did not worked:
I have got the following errors:
I am wondering if there is an easier way to produce an environment for compiling a static proot.
I also tried to compile it directly via my linux distro (ArchLinux) but without any success.
Any help?
Thanks
The text was updated successfully, but these errors were encountered: