-
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
Build break? #245
Comments
It means that it does not found the jar command. I will fix that today. |
reproduced: remove jar from PATH and clean compile.sh |
Just curious, I think the jar command is in my PATH?
|
Huh but it is probably not in the path that Bazel is using. Do you have jar in /usr/bin or /usr/local/bin? |
No, I don't. And it builds if I copy a jar binary in Thank you! :-) |
The fix to use the jar from JAVA_HOME is in our internal source repository and should be in a few hours :) |
@damienmg why you only add "/usr/bin or /usr/local/bin" to "$PATH" when running compile.sh ??? I think you should use system's PATH variable . or how cound I modify the PATH variable ??? |
@lisendong This issue is closed, do you mind creating a new issue with the details of your problem? |
when I install bazel-0.9.0-dist by compile.sh, I met:
I have tried "exec env - /bash/bash -c" is a really strange design. I don't want to discuss the reason of the design. But I think you should give a easy way, we could modify only several script to propagate $PATH env var |
I get the following error when I am trying to build bazel from the latest code.
The text was updated successfully, but these errors were encountered: