Package Details: mozc-ut 2.30.5448.102.20240426-1

Git Clone URL: https://aur.archlinux.org/mozc-ut.git (read-only, click to copy)
Package Base: mozc-ut
Description: 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 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: mozc
Provides: mozc
Submitter: naoina
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 24
Popularity: 0.65
First Submitted: 2020-11-04 02:00 (UTC)
Last Updated: 2024-04-26 20:47 (UTC)

Dependencies (10)

Required by (5)

Sources (11)

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).

Latest Comments

« First ‹ Previous 1 2 3 4 5

evgfilim1 commented on 2021-09-05 19:16 (UTC)

Cannot compile package with ccache enabled. I've used this workaround:

diff --git a/PKGBUILD b/PKGBUILD
index 8538e3c..4ea512b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ prepare() {
 build() {
     cd ${pkgname}-git/src

-    env PATH="/usr/lib/jvm/java-11-openjdk/bin/:$PATH" bazel build server:mozc_server gui/tool:mozc_tool --config oss_linux --compilation_mode opt
+    env PATH="/usr/lib/jvm/java-11-openjdk/bin/:$PATH" bazel build server:mozc_server gui/tool:mozc_tool --config oss_linux --compilation_mode opt --sandbox_writable_path "/run/user/$(id -u)" --sandbox_writable_path ~/.ccache
 }

 package() {

jaro3 commented on 2021-09-05 16:47 (UTC)

Please update to the latest BUILD=4479 The 4472 and lower have serious rendering issues:

https://github.com/google/mozc/issues/514

escape0707 commented on 2021-09-03 04:56 (UTC)

I changed my makepkg.conf to:

DLAGENTS=('file::/usr/bin/curl -gqC - -o %o %u'
          'ftp::/usr/bin/aria2c -UWget %u -o %o'
          'http::/usr/bin/aria2c -UWget %u -o %o'
          'https::/usr/bin/aria2c -UWget %u -o %o'
#         'ftp::/usr/bin/curl -gqfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
#         'http::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
#         'https::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
          'rsync::/usr/bin/rsync --no-motd -z %u %o'
          'scp::/usr/bin/scp -C %u %o')

And then using aria2c to download the link will only get a index.html

Using raw aria2c link is fine, though. Aria2c will get redirected several times and finally download the right file.

Nocifer commented on 2021-08-22 16:11 (UTC)

@escape0707 Why do you have to do that though? Does the link in the PKGBUILD not work for you?

escape0707 commented on 2021-08-22 15:33 (UTC)

I have to manually download and replace mozcdic-ut-20210822.tar.bz2 with this: https://ftp.halifax.rwth-aachen.de/osdn/users/32/32837/mozcdic-ut-20210822.tar.bz2

vinipsmaker commented on 2021-06-07 21:18 (UTC)

Installation is failing because a source file is not accessible anymore.

"curl: (22) The requested URL returned error: 404" https://osdn.net/downloads/users/30/30474/mozcdic-ut-20210524.1.tar.bz2

Norkos commented on 2021-01-05 16:09 (UTC)

Installation is failing because a source file is not accessible anymore.

"curl: (22) The requested URL returned error: 404" https://osdn.net/downloads/users/26/26959/mozcdic-ut-20201129.1.tar.bz2