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

configure: error: cannot find install-sh, install.sh, or shtool in build-aux ".."/build-aux #2072

Open
hardybird opened this issue Jan 13, 2021 · 3 comments
Labels

Comments

@hardybird
Copy link

resource_management.core.exceptions.ExecutionFailed: Execution of 'cd /root/opentsdb; ./build.sh >> /var/log/opentsdb.log' returned 1. + test -f configure

  • test -d build
  • cd build
  • test -f Makefile
  • ../configure
    configure: error: cannot find install-sh, install.sh, or shtool in build-aux ".."/build-aux
@hardybird
Copy link
Author

This error is caused by an error in the configure script file, as follows:

for ac_ dir in build-aux “$srcdir“”/build-aux; do

It should be amended as follows:

for ac_ dir in build-aux $srcdir/build-aux; do

@hardybird
Copy link
Author

hardybird commented Jan 13, 2021

This error occurred during the installation of opentsdb-2.4.0 tar.gz that is executing build.sh

@manolama manolama added the bug label Mar 19, 2021
@manolama
Copy link
Member

Been a while since I looked at that path, we'll fix it up.

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

No branches or pull requests

2 participants