@phoepsilonix The latest version seems to work for me, thanks!
Essentially what you should try to support is this clean room variant
# Fetch the build-depedencies
pacman -S devtools base-devel git
# git clone the AUR repo
git clone https://aur.archlinux.org/mozc-with-jp-dict.git
# build the package
# this command will setup a build environment and build it against a clean and up-2-date Arch base system
pkgctl build mozc-with-jp-dict
Because everything else is a users own setup, and it would be hard to support them all, especially if it matters how rust was set up or that bazel could conflict. AUR helpers are not supported, so no pressure to support them on your side 😇
There also is this: https://wiki.archlinux.org/title/Rust_package_guidelines that helps a bit
Pinned Comments
phoepsilonix commented on 2024-08-26 00:02 (UTC) (edited on 2025-09-13 04:30 (UTC) by phoepsilonix)
If you're encountering errors during the build process, try deleting your Bazel cache (located at ~/.cache/bazel by default).
or
The development of Fcitx has transitioned to Fcitx5, and Fcitx-Mozc is no longer maintained. Please try the following command.
I use the following site for build verification and build automation.
If you encounter any issues, please also check here. It may be helpful.
If you are looking for pre-built package files, please check the following GitHub site.
https://github.com/phoepsilonix/mozc-arch/releases