v0.5.0 No such attribute forcibly_disable_header_compilation in java_toolchain on Fedora 25
See original GitHub issueDescription of the problem / feature request / question:
Trying to build version 0.5.0
If possible, provide a minimal example to reproduce the problem:
bazel build //src:bazel
Environment info
- Operating System:
Fedora 25
- Bazel version (output of
bazel info release
):
development version - tag 0.5.0 - 1cc2041ed3f9f4eaf16e606e2c61e59d35fd597d
Have you found anything relevant by searching the web?
Seems related to this: https://github.com/bazelbuild/bazel/issues/2603
Anything else, information or logs or outputs that would be helpful?
ERROR: (project_root)/bazel/tools/jdk/BUILD:136:1: //tools/jdk:toolchain: no such attribute ‘forcibly_disable_header_compilation’ in ‘java_toolchain’ rule. ERROR: (project_root)/bazel/src/BUILD:126:2: Target ‘//tools/jdk:jdk7’ contains an error and its package is in error and referenced by ‘//src:embedded_tools’. ERROR: Analysis of target ‘//src:bazel’ failed; build aborted.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Fedora
Fedora creates an innovative, free, and open source platform for hardware, clouds, and containers that enables software developers and community members to ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
got it. I will close the issue now.
On Mon, Jun 5, 2017 at 11:46 PM, László Csomor notifications@github.com wrote:
I just re-read this thread.
@chemelnucfin :
Yes, bootstrapping from
git clone
’d code used to work until 0.4.2’ish, can’t remember anymore in which version we stopped supporting that, since then you can only bootstrap from the distribution archive.