-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 5.3.0 //tools/osx:xcode-locator-genrule
fails with Xcode 14.3
#17958
Labels
Comments
I think cherry picking #17451 might fix this |
Worked like a charm, thanks for the quick fix! |
@meteorcloudy Should there be a 5.x patch release with that cherry-pick? |
@kshyanashree @keertk I think this qualifies as a OS-compatibility issue we should fix, can we start a 5.4.1 patch release to cherry pick #17451? |
Sure, sounds good. |
@bazel-io fork 5.4.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug:
Bazel 5.3.0 fails to build with Xcode 14.3:
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Try to build bazel 5.3.0 with Xcode 14.3. I'm using Spack, but it should be possible to reproduce from a source install.
Which operating system are you running Bazel on?
macOS 13.3 (arm64)
What is the output of
bazel info release
?5.3.0
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.With Spack
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
Found an ancient reference to this bug at https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/build-managers/bazel/bazel_4/default.nix#L212 (added in NixOS/nixpkgs#106984). I'll try that patch and see if it solves my issue.
Any other information, logs, or outputs that you want to share?
This problem occurs with bazel 5.3.0 but not 6.1.1. The bug occurs with Apple Clang 14.0.3 but not 14.0.0. I need 5.3.0 to build TF.
The text was updated successfully, but these errors were encountered: