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

make build-all fails on ppc64le #377

Closed
seth-priya opened this issue May 9, 2017 · 1 comment
Closed

make build-all fails on ppc64le #377

seth-priya opened this issue May 9, 2017 · 1 comment

Comments

@seth-priya
Copy link
Contributor

The build is failing with the following error
if [ -e ./base-notebook/Dockerfile.ppc64le.patch ]; then
if [ -e ./base-notebook/Dockerfile.orig ]; then
cp -f ./base-notebook/Dockerfile.orig ./base-notebook/Dockerfile;
else
cp -f ./base-notebook/Dockerfile ./base-notebook/Dockerfile.orig;
fi;
patch -f ./base-notebook/Dockerfile ./base-notebook/Dockerfile.ppc64le.patch;
fi
patching file ./base-notebook/Dockerfile
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 58.
Hunk #3 FAILED at 72.
3 out of 3 hunks FAILED -- saving rejects to file ./base-notebook/Dockerfile.rej
make: *** [arch_patch/base-notebook] Error 1

This is because the patch file base-notebook/Dockerfile.ppc64le.patch is out of date and needs to be updated.

@seth-priya
Copy link
Contributor Author

PR merged, hence closing the issue.

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