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

/usr/bin/env: escript: No such file or directory #5

Open
patsevanton opened this issue Nov 26, 2019 · 0 comments
Open

/usr/bin/env: escript: No such file or directory #5

patsevanton opened this issue Nov 26, 2019 · 0 comments

Comments

@patsevanton
Copy link

Centos 7

  1. Disable selinux

  2. Install on all nodes gcc glibc-devel make ncurses-devel openssl-devel autoconf curl git cmake check check-devel automake systemd-devel patch gcc-c++ redhat-lsb-core nmap-ncat rpm-build lzo-devel sysstat wget sudo nc

  3. Run ansible-playbook -i hosts build_leofs.yml

Output:

TASK [builder : Build LeoFS (Selected Branch)] ***************************************************************************************************************************************************************
fatal: [172.26.9.157]: FAILED! => {
    "changed": true, 
    "rc": 2
}

STDOUT:

Cloning into '/tmp/leofs_builder'...
remote: Enumerating objects: 59, done.
remote: Counting objects: 100% (59/59), done.
remote: Compressing objects: 100% (55/55), done.
remote: Total 12118 (delta 26), reused 21 (delta 4), pack-reused 12059
Receiving objects: 100% (12118/12118), 30.73 MiB | 17.05 MiB/s, done.
Resolving deltas: 100% (7188/7188), done.
Branch master set up to track remote branch master from origin.
Switched to a new branch 'master'
/usr/bin/env: escript: No such file or directory
make: *** [deps] Error 127
for reltool_config in rel/leo_*/reltool.config.in; do \
	./make_reltool.sh no $reltool_config > $(echo $reltool_config | sed s/.in$//); \
done
/usr/bin/env: escript: No such file or directory
make: *** [release] Error 127

STDERR:

Shared connection to 172.26.9.157 closed.

MSG:

non-zero return code
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

1 participant