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

[Bug]: rules_proto incorrectly marks rules_cc as a dev dependency #1927

Closed
SanjayVas opened this issue May 1, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@SanjayVas
Copy link

What happened?

error loading package '@@rules_proto~//tools/file_concat': Unable to find package for @@[unknown repo 'rules_cc' requested from @@rules_proto~]//cc:defs.bzl: The repository '@@[unknown repo 'rules_cc' requested from @@rules_proto~]' could not be resolved: No repository visible as '@rules_cc' from repository '@@rules_proto~'.

Version

Development (host) and target OS/architectures: Linux x64 as host and target

Output of bazel --version: bazel 7.1.0

Version of relevant rules from the WORKSPACE or MODULE.bazel file:

bazel_dep(
    name = "rules_proto",
    version = "6.0.0",
)
bazel_dep(
    name = "rules_cc",
    version = "0.0.9",
)

Language(s) and/or frameworks involved: protobuf, C++

How to reproduce

No response

Any other information?

See bazelbuild/rules_proto#203

@SanjayVas SanjayVas added the bug Something isn't working label May 1, 2024
@alexeagle
Copy link
Contributor

bazelbuild/rules_proto#203 is the right place to report it, the registry is just a mirror.

@brentleyjones brentleyjones closed this as not planned Won't fix, can't repro, duplicate, stale May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants