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

/bin/sh: 1: ./_autosetup: not found #12

Closed
grctest opened this issue Aug 9, 2016 · 5 comments
Closed

/bin/sh: 1: ./_autosetup: not found #12

grctest opened this issue Aug 9, 2016 · 5 comments

Comments

@grctest
Copy link
Contributor

grctest commented Aug 9, 2016

Error:

Step 4 : COPY boinc /root/boinc
 ---> f55b8d9f00f5
Removing intermediate container 9f5723a5fb2b
Step 5 : RUN cd /root/boinc && ./_autosetup && ./configure --disable-client --disable-manager && make
 ---> Running in 733335984fdb
/bin/sh: 1: ./_autosetup: not found
ERROR: Service 'makeproject' failed to build: The command '/bin/sh -c cd /root/boinc && ./_autosetup && ./configure --disable-client --disable-manager && make' returned a non-zero code: 127

Installed docker-compose version 1.8, ran the 'docker-compose up -d' command during the test project setup, encountered the above error.

@grctest
Copy link
Contributor Author

grctest commented Aug 9, 2016

Just spotted that Neuralminer posted a pull request for this #11

@grctest grctest closed this as completed Aug 9, 2016
@vladfi1
Copy link

vladfi1 commented Dec 29, 2019

I am seeing this issue on a first-time install on Ubuntu 18.04, even right after executing docker-compose pull.

@marius311
Copy link
Owner

Can you verify you have the submodules checked out as described here ?

@vladfi1
Copy link

vladfi1 commented Dec 30, 2019

If I re-clone the repo with --recursive it works fine. I was following this section of the guide which doesn't mention submodules.

@marius311
Copy link
Owner

That's odd, this error should only happen when building the images, and I don't think the pull then up commands should trigger a build. But it sounds like in your case they are?

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

3 participants