@hype-vhs I see that Bazel was just yesterday updated to version 9.0.0, so the issue is almost certainly that Mozc's build process is incompatible with the new Bazel version.
I've been long overdue in switching the PKGBUILD to using bazelisk instead of bazel anyway (as is upstream's explicit recommendation) so I've done that now.
Although bazelisk is supposed to be a drop-in replacement for bazel there is still a chance that I may have overseen something in this transition, so if any new issues arise please report them here so I can fix them asap.
Pinned Comments
Nocifer commented on 2022-05-29 21:54 (UTC) (edited on 2023-08-22 09:33 (UTC) by Nocifer)
If you're getting compilation errors, please delete your Bazel cache (
~/.cache/bazelby default).