Search Criteria
Package Details: ibus-mozc-ut-full 2.31.5712.102.20250110-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mozc-ut-full.git (read-only, click to copy) |
---|---|
Package Base: | mozc-ut-full |
Description: | IBus engine module for Mozc with UT dictionary |
Upstream URL: | https://github.com/fcitx/mozc |
Licenses: | custom |
Conflicts: | ibus-mozc |
Replaces: | ibus-mozc |
Submitter: | brli |
Maintainer: | brli |
Last Packager: | brli |
Votes: | 6 |
Popularity: | 0.003791 |
First Submitted: | 2022-07-04 17:27 (UTC) |
Last Updated: | 2025-01-19 07:19 (UTC) |
Dependencies (15)
- ibus (ibus-gitAUR)
- mozc-ut-full-commonAUR
- bazel (bazel-gitAUR, bazel3-binAUR, bazelisk-gitAUR, bazeliskAUR, bazelisk-binAUR, bazelisk) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- emacs (emacs-native-comp-gitAUR, emacs-ng-gitAUR, emacs-ngAUR, emacs-lucid-gitAUR, emacs28AUR, emacs28-nativecompAUR, emacs28-noxAUR, emacs-gitAUR, emacs29-gitAUR, emacs-pgtk-gitAUR, emacs29-lucid-native-comp-gitAUR, emacs-pretestAUR, emacs-igc-gitAUR, emacs-pgtk-igc-gitAUR, emacs-lucidAUR, emacs-nox, emacs-wayland) (make)
- fcitx5 (fcitx5-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ibus (ibus-gitAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amber) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-six (make)
- qt6-base (qt6-base-gitAUR, qt6-base-noguiAUR, qt6-base-headlessAUR) (make)
- subversion (make)
Required by (0)
Sources (21)
- 0001-remove-download.patch
- git+https://chromium.googlesource.com/breakpad/breakpad
- git+https://chromium.googlesource.com/external/gyp
- git+https://github.com/abseil/abseil-cpp.git
- git+https://github.com/fcitx/mozc.git#commit=9dc82478fb74ffbb5ea4ddde84350db68ee89754
- git+https://github.com/google/googletest.git
- git+https://github.com/google/protobuf.git
- git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git
- git+https://github.com/open-source-parsers/jsoncpp.git
- git+https://github.com/utuhiro78/merge-ut-dictionaries.git
- https://gitlab.com/BrLi/brli-aur/-/raw/fcitx5-mozc-ut/jigyosyo-202110.zip
- https://gitlab.com/BrLi/brli-aur/-/raw/fcitx5-mozc-ut/x-ken-all-202110.zip
- jawiki-latest-pages-articles-multistream-index-20250110.txt.bz2
- mozcdic-ut-alt-cannadic-20250110.txt.bz2
- mozcdic-ut-edict2-20250110.txt.bz2
- mozcdic-ut-jawiki-20250110.txt.bz2
- mozcdic-ut-neologd-20250110.txt.bz2
- mozcdic-ut-personal-names-20250110.txt.bz2
- mozcdic-ut-place-names-20250110.txt.bz2
- mozcdic-ut-skk-jisyo-20250110.txt.bz2
- mozcdic-ut-sudachidict-20250110.txt.bz2
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
soylens commented on 2024-07-29 06:11 (UTC)
Apparently either something in GCC or in Protobuf is causing problems for me. Anyone else?
soylens commented on 2024-07-14 17:03 (UTC) (edited on 2024-07-14 17:32 (UTC) by soylens)
So a few recent upstream updates implies that minor changes to PKGBUILD are needed. Anyone should be able to figure out within 10min by themself.
Anyway:
merge-ut-dictionaries switched to python from ruby. one reads the old/new sources and modifies PKGBUILD accordingly.
bazel relies on java 21 now. there is an explicit line setting JAVA_HOME in the PKGBUILD that causes issues. it's obvious what to do.
EDIT: also something is broken protobuf and causes problems when it gets to map_fields.cc there. Not sure what and when though.
jaro3 commented on 2024-07-02 17:09 (UTC)
That was after rm -rf /root/.cache/bazel
Now when I replaced bazel5 from AUR another error terminates the compilation:
==> Starting build()... Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Reading rc options for 'build' from /usr/src/tmp/mozc-ut-full/src/mozc/src/.bazelrc: 'build' options: --cxxopt -std=c++20 --copt -funsigned-char --copt -Wno-sign-compare --copt -Wno-char-subscripts --host_cxxopt -std=c++20 --host_copt -funsigned-char --host_copt -Wno-sign-compare --host_copt -Wno-char-subscripts --objccopt -fsigned-char --noenable_bzlmod ERROR: --noenable_bzlmod :: Unrecognized option: --noenable_bzlmod ==> ERROR: A failure occurred in build(). Aborting...
This thing doesn't compile on current Arch installation, I am going to mozc-ut + ibus-mozc
brli commented on 2024-07-02 09:13 (UTC)
@jaro3: please use code tag to include output.
Also, make sure your using clean chroot.
But still, you can try to rm -rf /root/.cache, and retry.
jaro3 commented on 2024-07-02 08:46 (UTC)
==> UT Dictionary steps, rewrite of
sh make.sh
==> 1. Append dictionaries ==> 2. Patch ruby scripts to avoid downloading renamed '/usr/src/tmp/mozc-ut-full/src/jawiki-latest-all-titles-in-ns0-20240612.gz' -> './jawiki-latest-all-titles-in-ns0.gz' ==> 3. Run the ruby scripts as in original make.sh, it may take some time... ==> 4. Finally add UT dictionary to mozc source ==> Starting pkgver()... ==> Removing existing $pkgdir/ directory... ==> Starting build()... Extracting Bazel installation... Starting local Bazel server and connecting to it... Server crashed during startup. Now printing /root/.cache/bazel/_bazel_root/6276fb3b2fa67ed9a558b53d6fb38290/server/jvm.out Error: LinkageError occurred while loading main class com.google.devtools.build.lib.bazel.Bazel java.lang.UnsupportedClassVersionError: com/google/devtools/build/lib/bazel/Bazel has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 55.0 ==> ERROR: A failure occurred in build(). Aborting...Bitals commented on 2024-04-14 10:38 (UTC)
Checksum still fails for
mozcdic-ut-personal-names-20240331.txt.tar.bz2
andmozcdic-ut-sudachidict-20240331.txt.tar.bz2
.zwastik commented on 2023-11-22 17:17 (UTC)
Bitals commented on 2023-10-11 10:40 (UTC)
With clean as arctic ice bazel cache:
tkna commented on 2023-10-11 00:23 (UTC)
Aborting...
brli commented on 2023-09-24 05:54 (UTC)
Notes about this update:
« First ‹ Previous 1 2 3 4 Next › Last »