Package Details: ibus-mozc-ut-full 2.31.5712.102.20250110-1

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.008218
First Submitted: 2022-07-04 17:27 (UTC)
Last Updated: 2025-01-19 07:19 (UTC)

Required by (0)

Sources (21)

Latest Comments

1 2 3 4 Next › Last »

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:

  • the dictionaries' filename in source changed, they end with .txt.bz2 instead of .txt.tar.bz2 now;
  • their respective checksum changed accordingly;
  • the file names also contain the _dictdate value in them it seems, so the cat command fails;
  • the script used in the PKGBUILD don't exist anymore (I guess the were replaced with the 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

==> 2. Patch python scripts to avoid downloading
sed: can't read count_word_hits.py: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: mozc-ut-full-exit status 4

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:

==> 3. Run the python scripts as in original make.sh, it may take some time...
  File "/home/scott/.cache/yay/mozc-ut-full/src/merge-ut-dictionaries/src/merge/count_word_hits.py", line 11
    ['wget', '-N', 'https://dumps.wikimedia.org/jawiki/latest/' +
IndentationError: unexpected indent
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: mozc-ut-full-exit status 4

ToastedWookiee commented on 2024-10-24 07:21 (UTC) (edited on 2024-10-24 07:22 (UTC) by ToastedWookiee)

==> Validating source files with sha512sums...
    mozc ... Passed
    x-ken-all-202110.zip ... Passed
    jigyosyo-202110.zip ... Passed
    abseil-cpp ... Skipped
    breakpad ... Skipped
    googletest ... Skipped
    gyp ... Skipped
    japanese-usage-dictionary ... Skipped
    jsoncpp ... Skipped
    protobuf ... Skipped
    merge-ut-dictionaries ... Skipped
    jawiki-latest-all-titles-in-ns0-20241022.gz ... FAILED
    mozcdic-ut-alt-cannadic-20241022.txt.tar.bz2 ... Passed
    mozcdic-ut-edict2-20241022.txt.tar.bz2 ... Passed
    mozcdic-ut-jawiki-20241022.txt.tar.bz2 ... Passed
    mozcdic-ut-neologd-20241022.txt.tar.bz2 ... Passed
    mozcdic-ut-personal-names-20241022.txt.tar.bz2 ... Passed
    mozcdic-ut-place-names-20241022.txt.tar.bz2 ... Passed
    mozcdic-ut-skk-jisyo-20241022.txt.tar.bz2 ... Passed
    mozcdic-ut-sudachidict-20241022.txt.tar.bz2 ... Passed
==> ERROR: One or more files did not pass the validity check!

BudgieUser commented on 2024-10-22 15:48 (UTC) (edited on 2024-10-22 15:49 (UTC) by BudgieUser)

==> Validating source files with sha512sums...
    …
    mozcdic-ut-alt-cannadic-20241015.txt.tar.bz2 ... FAILED
    mozcdic-ut-jawiki-20241015.txt.tar.bz2 ... FAILED
    mozcdic-ut-neologd-20241015.txt.tar.bz2 ... FAILED
    mozcdic-ut-place-names-20241015.txt.tar.bz2 ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'mozc-ut-full-2.30.5618.102.20241015-1 (mozc-ut-full-common ibus-mozc-ut-full)': 
error: packages failed to build: mozc-ut-full-2.30.5618.102.20241015-1 (mozc-ut-full-common ibus-mozc-ut-full)

hearth commented on 2024-08-03 09:15 (UTC)

The url for x-ken-all-202110.zip appears to be incorrect:

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://gitlab.com/BrLi/brli-aur/-/raw/fcitx5-mozc-ut-full/x-ken-all-202110.zip
    Aborting...

brli commented on 2024-07-30 00:34 (UTC)

hi,

thanks for using this aur and posting issues.

sorry for the late update that takes so far.

I was having issue accessing my build box, but hopefully that is fixed.

this push of 20240730 should have fixed a couple of mentioned issues including the protobuf build error and python switch.