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

Failing on Bazel last_green because of missing tools/objc/j2objc_dead_code_pruner_binary.py #2497

Open
luispadron opened this issue Jul 11, 2024 · 1 comment

Comments

@luispadron
Copy link
Contributor

Error:

ERROR: /private/var/tmp/_bazel_lpadron/d8d9324fa7fd2d11d5178d8cf2834c55/external/bazel_tools/tools/objc/BUILD: no such target '@@bazel_tools//tools/objc:j2objc_dead_code_pruner_binary': target 'j2objc_dead_code_pruner_binary' not declared in package 'tools/objc' defined by /private/var/tmp/_bazel_lpadron/d8d9324fa7fd2d11d5178d8cf2834c55/external/bazel_tools/tools/objc/BUILD (did you mean j2objc_dead_code_pruner_binary.py?)
ERROR: /Users/lpadron/Development/rules_apple/test/starlark_tests/targets_under_test/apple/BUILD:313:18: every rule of type apple_xcframework implicitly depends upon the target '@@bazel_tools//tools/objc:j2objc_dead_code_pruner_binary', but this target could not be found because of: no such target '@@bazel_tools//tools/objc:j2objc_dead_code_pruner_binary': target 'j2objc_dead_code_pruner_binary' not declared in package 'tools/objc' defined by /private/var/tmp/_bazel_lpadron/d8d9324fa7fd2d11d5178d8cf2834c55/external/bazel_tools/tools/objc/BUILD (did you mean j2objc_dead_code_pruner_binary.py?)
ERROR: Analysis of target '//test/starlark_tests/targets_under_test/apple:generated_ios_dynamic_xcframework' failed; build aborted: Analysis failed

When running:

USE_BAZEL_VERSION=last_green bazel build //test/starlark_tests/targets_under_test/apple/...
@erikkerber
Copy link
Contributor

bazelbuild/bazel@208b9c6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants