Package Details: fcitx5-mozc-ut 2.31.5851.102.20250602-2

Git Clone URL: https://aur.archlinux.org/fcitx5-mozc-ut.git (read-only, click to copy)
Package Base: fcitx5-mozc-ut
Description: Fcitx5 module for Mozc (the Open Source edition of Google Japanese Input) bundled with the UT dictionary
Upstream URL: https://github.com/google/mozc
Licenses: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-or-later AND CC0-1.0 AND CC-BY-SA-3.0 AND CC-BY-SA-4.0 AND GPL-2.0-only AND GPL-2.0-or-later AND MIT AND NAIST-2003 AND Unicode-3.0 AND LicenseRef-Okinawa-Dictionary
Conflicts: emacs-mozc, fcitx-mozc, fcitx5-mozc, ibus-mozc, mozc, mozc-ut
Provides: fcitx5-mozc
Submitter: Nocifer
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 18
Popularity: 0.82
First Submitted: 2025-02-08 22:00 (UTC)
Last Updated: 2025-10-06 12:24 (UTC)

Dependencies (5)

Required by (4)

Sources (18)

Pinned Comments

Nocifer commented on 2025-06-14 10:55 (UTC) (edited on 2025-06-14 10:59 (UTC) by Nocifer)

If you're getting compilation errors (especially complaints about missing GCC headers) please delete your Bazel cache (~/.cache/bazel by default).

Latest Comments

1 2 3 Next › Last »

RoseBrassSarah commented on 2025-10-06 18:56 (UTC)

@Nocifer Thanks. Didn't realize it was upstream with the Mozc-ut package.

Nocifer commented on 2025-10-06 12:37 (UTC)

Fixed, see this comment for details.

RoseBrassSarah commented on 2025-10-04 19:53 (UTC) (edited on 2025-10-04 19:56 (UTC) by RoseBrassSarah)

Hello. I don't know if anyone else is getting this error, but each time I try to install it i get a 404 error regardless of connection for https://dumps.wikimedia.org/jawiki/20250601/jawiki-20250601-pages-articles-multistream-index.txt.bz2 I am able to replicate this on multiple systems and over alternate internet connections.

==> Making package: fcitx5-mozc-ut 2.31.5851.102.20250602-1 (Sat 04 Oct 2025 03:29:55 PM EDT)
==> Retrieving sources...
  -> Updating mozc git repo...
  -> Updating abseil-cpp git repo...
  -> Updating breakpad git repo...
  -> Updating googletest git repo...
  -> Updating gyp git repo...
  -> Updating japanese-usage-dictionary git repo...
  -> Updating protobuf git repo...
  -> Updating wil git repo...
  -> Updating merge-ut-dictionaries git repo...
  -> Updating mozcdic-ut-alt-cannadic git repo...
  -> Updating mozcdic-ut-edict2 git repo...
  -> Updating mozcdic-ut-jawiki git repo...
  -> Updating mozcdic-ut-neologd git repo...
  -> Updating mozcdic-ut-personal-names git repo...
  -> Updating mozcdic-ut-place-names git repo...
  -> Updating mozcdic-ut-skk-jisyo git repo...
  -> Updating mozcdic-ut-sudachidict git repo...
  -> Downloading jawiki-20250601-pages-articles-multistream-index.txt.bz2...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://dumps.wikimedia.org/jawiki/20250601/jawiki-20250601-pages-articles-multistream-index.txt.bz2
    Aborting...
 -> error downloading sources: /home/[Username]/.cache/yay/fcitx5-mozc-ut 
    context: exit status 1 

Drenn commented on 2025-06-24 20:53 (UTC)

Am I understanding correctly, that it's currently impossible to get mozc to work with fcitx5 and emacs simultaneously (without a manual workaround) due to the old, non-integrated version of this package being removed by the mods?

Hopefully that decision will be reconsidered.

yuska commented on 2025-06-14 15:28 (UTC)

I had the same issue, but your solution worked perfectly for me. Thank you for your help!

Nocifer commented on 2025-06-14 10:55 (UTC) (edited on 2025-06-14 10:59 (UTC) by Nocifer)

If you're getting compilation errors (especially complaints about missing GCC headers) please delete your Bazel cache (~/.cache/bazel by default).

Nocifer commented on 2025-06-14 10:55 (UTC)

Sorry folks, it seems that after recreating this package I completely forgot to also recreate the pinned comment that deals with this exact issue.

jdwh commented on 2025-06-13 10:05 (UTC)

Yes, getting the same error. Is there another package that can be used in place of this one?

KiYugadgeter commented on 2025-06-09 19:39 (UTC)

I have same error too.

kinoe commented on 2025-06-02 16:10 (UTC) (edited on 2025-06-02 16:10 (UTC) by kinoe)

ERROR: /home/kinoe/.cache/paru/clone/fcitx5-mozc-ut/src/mozc/src/base/BUILD.bazel:455:16: Compiling base/environ.cc [for tool] failed: absolute path inclusion(s) found in rule '//base:environ':
the source file 'base/environ.cc' includes the following non-builtin files with absolute paths (if these are builtin files, make sure these paths are in your toolchain):
  '/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include/stddef.h'
  '/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include/stdarg.h'
  '/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include/stdint.h'
  '/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include/limits.h'
  '/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include/syslimits.h'