@raum_dellamorte Everything builds fine on my end as of a few minutes ago, and anyway Mozc doesn't/shouldn't use either Appimage or fuse for its build process.
Something is wrongly configured on your end, but I can't figure out what by reading this error log. I'm guessing that something you have installed is interfering with the build process and forcing it to call fusermount, which then fails for some unknown reason.
Are you trying to build via an AUR helper or manually? Or perhaps inside a container or VM or some such? Or perhaps you use some kind of tmpfs partition?
As an aside, if you had to create the polkitd user manually then something is very wrong with how you've installed/configured things, as that user and the accompanying polkitd group should have been created for you automatically by systemd. Perhaps this is a hint for some underlying issue that's also preventing you to build Mozc.
Lastly: try to build the package in a clean chroot. If nothing else, this will allow you to at least install and use it even if for the time being you can't find the error.
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/bazel
by default).