If you have a compile error concerning checksums while installing 2.31.5712.102-1
, it may be related to this issue. A workaround is to patch google/mozc@4f88e9d
.
# Add the following in prepare()
curl -s https://github.com/google/mozc/commit/4f88e9d3570c1244bfbe73294d4b9d23248b94da.patch | git am
Pinned Comments
Nocifer commented on 2022-05-29 21:53 (UTC) (edited on 2023-08-22 09:33 (UTC) by Nocifer)
If you're getting compilation errors, please delete your Bazel cache (
~/.cache/bazel
by default).