Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Easy way to build an environment for building static proot #1

Closed
fsquillace opened this issue Jan 30, 2016 · 2 comments · May be fixed by #2
Closed

Easy way to build an environment for building static proot #1

fsquillace opened this issue Jan 30, 2016 · 2 comments · May be fixed by #2

Comments

@fsquillace
Copy link

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:

# 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

@Yousha
Copy link

Yousha commented Aug 22, 2016

Type this:
export PATH=/sbin:/usr/sbin:/usr/local/sbin:$PATH
Then try again...

@oxr463
Copy link
Member

oxr463 commented Feb 20, 2019

@oxr463 oxr463 closed this as completed Feb 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants