Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hasher/hasher/hsh-sh-functions: line 15: ./shell-error: No such file or directory #1

Open
techiedesu opened this issue Nov 5, 2021 · 2 comments

Comments

@techiedesu
Copy link

techiedesu commented Nov 5, 2021

Can't setup ALT Linux chroot under gentoo

cd $HOME
git clone https://github.com/altlinux/hasher.git
export PATH=$HOME/hasher/hasher:$PATH
mkdir -p $HOME/chroots/alt
hsh --initroot-only $HOME/chroots/alt

Got errror

hasher/hasher/hsh: line 12: .: hsh-sh-functions: file not found

Tried to use hsh-sh-functions.in

cp $HOME/hasher/hasher/hsh-sh-functions.in $HOME/hasher/hasher/hsh-sh-functions

But got error too

hasher/hasher/hsh-sh-functions: line 15: .: shell-error: file not found
@legionus
Copy link
Member

legionus commented Nov 6, 2021

The hasher depends on libshell. You need to have shell-* and hsh-sh-functions in the $PATH.

@legionus
Copy link
Member

legionus commented Nov 6, 2021

@techiedesu Also hasher uses hasher-priv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants