-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Error in building bazel 0.17.1 on macOS El Capitan #6188
Comments
This goes back to the issue I raised a few days ago: we should define which versions of each OS we want to support. Without guidance on that topic, I can't tell whether we should invest time in fixing this or not, nor I can tell what the right priority for this should be... |
For those who find this issue and do want it to build on El Capitan, those symlink and permission denied errors are caused by the older version of |
What version of unzip comes with El Capitan? |
El Capitan:
Sierra, High Sierra, Mojave (except differing compiler version):
|
Hm. I built Unzip 5.52 on High Sierra and used it for the build and couldn't reproduce the problem. Should try with Zip as well; it's probably a combination of the two that's causing this. |
@jmmv Maybe it's a problem of the configure flags in the older version? The El Capitan one is lacking quite a few from the latter versions (SYMLINKS, UNIXBACKUP, LARGE_FILE_SUPPORT and ZIP64_SUPPORT). |
@philwo The build I did of |
@jmmv I'll send you instructions via chat. |
Please do not assign issues to more than one team |
Is this still an issue today? |
The affected macOS versions are no longer supported, so I think we can close this. |
bazel 0.17.1 fails to build from source on macOS El Capitan: Homebrew/homebrew-core#32104 It works with later macOS versions, from Sierra to Mojave.
Running
./compile.sh
is successful, but when we run./output/bazel --output_user_root /private/tmp/bazel-20180920-17363-1gm6zdi/output_user_root build scripts:bash_completion
this leads to the following error:The full output of the build is there: https://gist.github.com/fxcoudert/76655beb3b79881768d5ef4f63dfe600
The text was updated successfully, but these errors were encountered: