Skip to content
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

@bazel_tools//... doesn't build #9264

Closed
c-parsons opened this issue Aug 27, 2019 · 1 comment
Closed

@bazel_tools//... doesn't build #9264

c-parsons opened this issue Aug 27, 2019 · 1 comment
Assignees

Comments

@c-parsons
Copy link
Contributor

I'm not quite sure where to file this, so I'm putting it under Starlark team for now (as my motivation is that I'd like to see all Starlark files under @bazel_tools to be globbed under a BUILD target. See bazelbuild/skydoc#166 and bazelbuild/skydoc#185 for motivation.

It seems as if attempting:

bazel build @bazel_tools//...

fails with a number of unresolved dependencies. For example:

ERROR: error loading package '@bazel_tools//src/java_tools/buildjar/java/com/google/devtools/build/buildjar/jarhelper': Unable to load file '@bazel_tools//tools/build_rules:java_rules_skylark.bzl': file doesn't exist

I would expect at least:

bazel build @bazel_tools//tools:embedded_tools_srcs

to pass, but get many errors, as well, such as "no such target '@bazel_tools//tools/android:embedded_tools'"

@c-parsons
Copy link
Contributor Author

Duplicate of #8859

@c-parsons c-parsons marked this as a duplicate of #8859 Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant