-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
Cannot build //:protobuf under macOS #4841
Comments
I am meeting exactly the same question. It seems like to be an environment related issue, since it had worked pretty well before I updated some packages through App Store and bazel itself. My bazel:
My error message :
|
It worked pretty fine in bazel-0.14.1 Going to the release page and download the binary release for mac through url https://github.com/bazelbuild/bazel/releases/download/0.14.1/bazel-0.14.1-darwin-x86_64 It resolve the problem. |
@vmax @yuikns Thanks for the reports. Closing as this looks like a bazel issue: bazelbuild/bazel#5468 |
What version of protobuf and what language are you using?
Version:
3.6.0.1
Language:
Java
What operating system (Linux, Windows, ...) and version?
macOS 10.13.5
What runtime / compiler are you using (e.g., python version or gcc version)
What did you do?
bazel build //:protobuf
What did you expect to see
Build completing successfully
What did you see instead?
Anything else we should know about your project / environment
Using
clang
andld
from Command Line Tools 9.4It may be connected since it worked before
The text was updated successfully, but these errors were encountered: