Cannot build src/tools/execlog:parser without local JDK #12012
Labels
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
team-Rules-Java
Issues for Java rules
type: bug
untriaged
Description of the problem / feature request:
I'm comparing execution log of a build using this docs section.
When no local JDK is installed, the following error occurs when trying to build the parser:
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
What operating system are you running Bazel on?
MacOS 10.15.6
What's the output of
bazel info release
?release 2.1.0
What's the output of
git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
?https://github.com/bazelbuild/bazel.git
18ee6ba
18ee6ba
Have you found anything relevant by searching the web?
This PR searches for local JDK which does not exist in my case: #7324
These 3 issues #7304, #7953 and google/j2cl#34 mention the same error.
Any other information, logs, or outputs that you want to share?
I still consider this a bug, because there is no info in bazel installation docs about the need of installing JDK: https://docs.bazel.build/versions/master/install-os-x.html
https://docs.bazel.build/versions/master/remote-execution-caching-debug.html does not mention this dependency either.
The text was updated successfully, but these errors were encountered: