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]: boringssl doesn't compile with version = "0.20241209.0" #3385

Open
korDen opened this issue Dec 11, 2024 · 0 comments
Open

[Bug]: boringssl doesn't compile with version = "0.20241209.0" #3385

korDen opened this issue Dec 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@korDen
Copy link

korDen commented Dec 11, 2024

What happened?

WARNING: Couldn't auto load rules or symbols, because no dependency on module/repository 'rules_android' found. This will result in a failure if there's a reference to those rules or symbols.
ERROR: Traceback (most recent call last):
File "/home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/protoc-gen-validate+/validate/BUILD", line 3, column 47, in
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_proto_library")
Error: file '@rules_cc//cc:defs.bzl' does not contain symbol 'cc_proto_library'
ERROR: Traceback (most recent call last):
File "/home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate/validate/BUILD", line 3, column 47, in
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_proto_library")
Error: file '@rules_cc//cc:defs.bzl' does not contain symbol 'cc_proto_library'
ERROR: /home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate/validate/BUILD: no such target '@@grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate//validate:validate_proto': target 'validate_proto' not declared in package 'validate' defined by /home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate/validate/BUILD
ERROR: /home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+envoy_api/envoy/type/v3/BUILD:7:18: no such target '@@grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate//validate:validate_proto': target 'validate_proto' not declared in package 'validate' defined by /home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate/validate/BUILD and referenced by '@@grpc++grpc_repo_deps_ext+envoy_api//envoy/type/v3:pkg'
ERROR: Analysis of target '//src/tools/notaman:notaman' failed; build aborted: Analysis failed
INFO: Elapsed time: 0.646s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
ERROR: Build did NOT complete successfully
FAILED:
Fetching repository @@rules_cc++cc_configure_extension+local_config_cc; starting
Fetching repository @@boringssl+; starting

Version

Development (host) and target OS/architectures:

Output of bazel --version:
bazel 8.0.0

Version of relevant rules from the WORKSPACE or MODULE.bazel file:
bazel_dep(name = "boringssl", version = "0.20241024.0") works
bazel_dep(name = "boringssl", version = "0.20241209.0") doesnt

Language(s) and/or frameworks involved:

How to reproduce

No response

Any other information?

No response

@korDen korDen added the bug Something isn't working label Dec 11, 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

1 participant