Search Criteria
Package Details: emacs-mozc-ut-full 2.31.5851.102.20250816-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: | Emacs engine module for Mozc with UT dictionary |
Upstream URL: | https://github.com/fcitx/mozc |
Licenses: | custom |
Conflicts: | emacs-mozc |
Replaces: | emacs-mozc |
Submitter: | brli |
Maintainer: | brli |
Last Packager: | brli |
Votes: | 7 |
Popularity: | 0.92 |
First Submitted: | 2022-07-04 17:27 (UTC) |
Last Updated: | 2025-08-21 16:41 (UTC) |
Dependencies (15)
- 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-lucidAUR, emacs-pgtk-igc-gitAUR, emacs-igc-gitAUR, emacs-nox, emacs-wayland)
- mozc-ut-full-commonAUR
- bazel (bazel-gitAUR, bazel3-binAUR, bazelisk-gitAUR, 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-lucidAUR, emacs-pgtk-igc-gitAUR, emacs-igc-gitAUR, emacs-nox, emacs-wayland) (make)
- fcitx5 (fcitx5-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ibus (ibus-gitAUR) (make)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-amber) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- python (python37AUR) (make)
- python-six (make)
- qt6-base (qt6-base-gitAUR, 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-20250816.txt.bz2
- mozcdic-ut-alt-cannadic-20250816.txt.bz2
- mozcdic-ut-edict2-20250816.txt.bz2
- mozcdic-ut-jawiki-20250816.txt.bz2
- mozcdic-ut-neologd-20250816.txt.bz2
- mozcdic-ut-personal-names-20250816.txt.bz2
- mozcdic-ut-place-names-20250816.txt.bz2
- mozcdic-ut-skk-jisyo-20250816.txt.bz2
- mozcdic-ut-sudachidict-20250816.txt.bz2
Latest Comments
1 2 3 4 5 Next › Last »
Bitals commented on 2025-08-26 15:43 (UTC)
@brli sure, sorry for the lack of context. I think it should be universally reproducible with a clean build now as github changing existing files checksums is a well known problem with an issue created long ago.
Still, here are some additional details. Package:
mozc-ut-full-common
Stage: build()brli commented on 2025-08-26 14:38 (UTC)
Hi, @Bitals
Would you mind share more lines between which this error line happens?
At what step of the process do the build system try to download and verify checksum?
Bitals commented on 2025-08-26 14:16 (UTC)
Kovariszt commented on 2025-04-11 22:18 (UTC)
This fails to build with a segfault. This is because protobuf currently can't be compiled with clang.
veronika commented on 2025-02-01 14:46 (UTC)
thank you
soylens commented on 2025-02-01 08:47 (UTC)
i'd recommend to just skip the checksums for those sources which update themselves. @veronika
veronika commented on 2025-02-01 07:52 (UTC)
Hi. Have you updated the sha512 sums in the pkgbuild? When I run the script, the package won't start compiling because the sha512 sums don't match
brli commented on 2025-01-19 07:21 (UTC)
the recipe has been updated.
should be cohere with utuhiro78's script and fcitx's change to build system.
Dettorer commented on 2024-11-03 01:01 (UTC)
I think this package wasn't update along the recent design changes:
source
changed, they end with.txt.bz2
instead of.txt.tar.bz2
now;_dictdate
value in them it seems, so thecat
command fails;merge/tmerge_dictionaries.py
script?).ToastedWookiee commented on 2024-10-24 14:14 (UTC) (edited on 2024-10-25 06:12 (UTC) by ToastedWookiee)
In "merge-ut-dictionaries" in a commit 3 days ago the files for "remove_duplicate_ut_entries.py", "count_word_hits.py", and "apply_word_hits.py" were removed from the "src" directory and are located in "src/merge"
https://github.com/utuhiro78/merge-ut-dictionaries/commit/b2198e7f15145f1ed4ef84ac0ffaa5f81a8931e0
but then in the current file, there is an error, due to the removal of the file download line, which has been changed in the src:
1 2 3 4 5 Next › Last »