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

Permission error when building images on Windows #10

Open
marius311 opened this issue Aug 5, 2016 · 3 comments
Open

Permission error when building images on Windows #10

marius311 opened this issue Aug 5, 2016 · 3 comments

Comments

@marius311
Copy link
Owner

Mentioned here #9 (comment), the output looks something like:

Step 5 : RUN cd /root/boinc && ./_autosetup && ./configure --disable-client --disable-manager && make
---> Running in 86884f9a5dca
/bin/sh: 1: ./_autosetup: Permission denied
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: 126

I believe its related to Docker Toolbox on Windows. I'd be interested in knowing if this happens on Mac with Docker Toolbox, or if it happens with Docker for Windows. Will investigate...

@pluskal
Copy link

pluskal commented Jun 14, 2018

This issue is a bug in BOINC's .gitattributes. _autosetup is checkout with CRLF on Windows.

@marius311
Copy link
Owner Author

Interesting, thanks for finding that. Do you think could submit a PR to the main BOINC repo to get that fixed?

@pluskal
Copy link

pluskal commented Jun 26, 2018

Sure, done in BOINC/boinc#2575.

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