Search Criteria
Package Details: uim-mozc 2.30.5618.102-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/uim-mozc.git (read-only, click to copy) |
---|---|
Package Base: | uim-mozc |
Description: | uim plugin module for Mozc |
Upstream URL: | https://github.com/e-kato/macuim |
Licenses: | BSD |
Groups: | mozc-im |
Submitter: | phenylshima |
Maintainer: | phenylshima |
Last Packager: | phenylshima |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-07-27 10:04 (UTC) |
Last Updated: | 2024-10-14 23:47 (UTC) |
Dependencies (5)
- mozcAUR (mozc-utAUR)
- uimAUR (uim-gitAUR)
- bazel (bazel-gitAUR, bazel024-binAUR, bazel3AUR, bazel3-binAUR, bazel5AUR, bazelisk-gitAUR, bazeliskAUR, bazelisk-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
phenylshima commented on 2024-10-14 23:58 (UTC)
I adopted a temporary measure to make it work with bazel 7, since the fix for the linking issue does not seem to be released soon (let alone delivered to manjaro), and the latest version of mozc requires bazel 7. I confirmed that on my computer, uim-mozc 2.30.5618.102 can be correctly built with bazel 7.3.1.
phenylshima commented on 2024-07-22 23:10 (UTC)
@Calimero Thank you for your suggestion. Yes, the build will be fixed with that. However, unfortunately, bazel 7 has another issue, where it does not link
libuim.so
tolibuim-mozc.so
. I raised an issue to bazelbuild/bazel repo yesterday, but I am not sure how long it will take. (Sorry for taking so long to raise an issue since I first noticed in Mar. 2024)Calimero commented on 2024-07-20 12:54 (UTC)
It works with bazel 7, you just need remove the line
export JAVA_HOME='/usr/lib/jvm/java-11-openjdk/
to fix (assuming your system has java 21 or later inarchlinux-java status
or later), or update the version to 21 or 22 instead of 11.phenylshima commented on 2024-03-12 07:37 (UTC)
This package does not seem to work with bazel 7.0.0. Please use bazel 6.4.0 to build this package for the time being.
phenylshima commented on 2023-09-29 05:47 (UTC)
Bazel 6.3.x cannot build this package properly. For now, please use bazel 6.2.1 instead. After bazel 6.4.0 is released, updating to bazel 6.4.0 will be the best solution.