Package Details: fcitx-mozc-ut 2.28.4990.102-1

Git Clone URL: https://aur.archlinux.org/fcitx-mozc-ut.git (read-only, click to copy)
Package Base: fcitx-mozc-ut
Description: Mozc module for Fcitx
Upstream URL: https://github.com/fcitx/mozc
Licenses: GPL, custom, LGPL, MIT, Apache
Conflicts: fcitx-mozc
Provides: fcitx-mozc
Submitter: naoina
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 5
Popularity: 0.000000
First Submitted: 2014-01-21 09:00 (UTC)
Last Updated: 2023-01-21 18:34 (UTC)

Dependencies (7)

Required by (1)

Sources (2)

Pinned Comments

Nocifer commented on 2022-05-29 21:56 (UTC)

Due to the recent GCC 12.1 update, if you try to update a Mozc package that was built with an older GCC version you will need to yet again delete your Bazel cache (~/.cache/bazel/... by default) in order to prevent the following error (or some such):

ERROR: /build/mozc/src/mozc-git/src/storage/louds/BUILD.bazel:167:16: Compiling storage/louds/bit_stream.cc [for host] failed: undeclared inclusion(s) in rule '//storage/louds:bit_stream':
this rule is missing dependency declarations for the following files included by 'storage/louds/bit_stream.cc':
  '/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include/stddef.h'
  '/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include/stdarg.h'
  '/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include/stdint.h'
  '/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed/limits.h'
  '/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed/syslimits.h'
INFO: Elapsed time: 5.362s, Critical Path: 1.28s
INFO: 36 processes: 13 internal, 23 linux-sandbox.
FAILED: Build did NOT complete successfully

It's more than likely that this error can also be prevented by removing one or more specific files within Bazel's cache instead of the whole lot of it, so in the future such toolchain updates may become much less painful; but for the time being, and unless otherwise noted, be aware that an updated toolchain will always mean that you need to delete Bazel's cache and suffer a full recompilation.

Latest Comments

1 2 3 Next › Last »

Nocifer commented on 2022-05-29 21:56 (UTC)

Due to the recent GCC 12.1 update, if you try to update a Mozc package that was built with an older GCC version you will need to yet again delete your Bazel cache (~/.cache/bazel/... by default) in order to prevent the following error (or some such):

ERROR: /build/mozc/src/mozc-git/src/storage/louds/BUILD.bazel:167:16: Compiling storage/louds/bit_stream.cc [for host] failed: undeclared inclusion(s) in rule '//storage/louds:bit_stream':
this rule is missing dependency declarations for the following files included by 'storage/louds/bit_stream.cc':
  '/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include/stddef.h'
  '/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include/stdarg.h'
  '/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include/stdint.h'
  '/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed/limits.h'
  '/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed/syslimits.h'
INFO: Elapsed time: 5.362s, Critical Path: 1.28s
INFO: 36 processes: 13 internal, 23 linux-sandbox.
FAILED: Build did NOT complete successfully

It's more than likely that this error can also be prevented by removing one or more specific files within Bazel's cache instead of the whole lot of it, so in the future such toolchain updates may become much less painful; but for the time being, and unless otherwise noted, be aware that an updated toolchain will always mean that you need to delete Bazel's cache and suffer a full recompilation.

naoina commented on 2021-01-01 07:56 (UTC)

@Un1Gfn

Thank you for your reporting. I fixed it in fcitx-mozc-ut-2.26.4237.102.20201229-2.

Un1Gfn commented on 2021-01-01 04:55 (UTC) (edited on 2021-01-01 04:56 (UTC) by Un1Gfn)

Doesn't work

After building the package (fcitx-mozc-ut-2.26.4237.102.20201229-1-x86_64.pkg.tar), only this is provided

/usr/lib/fcitx/fcitx-mozc.so

The following are missing

/usr/lib/mozc/mozc_server
/usr/lib/mozc/mozc_tool

<deleted-account> commented on 2017-01-17 19:54 (UTC)

@noina Ah I see. Thanks.

naoina commented on 2017-01-09 03:21 (UTC)

@genkimarshall mozc-ut has been discontinued. so you can use fcitx-mozc-ut2 instead of it.

<deleted-account> commented on 2017-01-07 04:50 (UTC)

@naoina, I'm getting: curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://osdn.jp/frs/chamber_redir.php?f=%2Fusers%2F11%2F11060%2Fmozcdic-ut-20160905.tar.bz2

naoina commented on 2016-05-23 07:25 (UTC)

@sbwhitecap I removed that source from PKGBUILD and released fcitx-mozc-ut 2.17.2315.102.20160419-2.

elderica commented on 2016-05-23 07:13 (UTC)

I've got this error message. curl: (22) The requested URL returned error: 404 Not Found http://findbugs.googlecode.com/svn/repos/release-repository/com/google/code/findbugs/jsr305/2.0.2/jsr305-2.0.2.jar

melvinvermeeren commented on 2016-03-21 18:57 (UTC)

Please add wget to makedepends. The generate-mozc-ut script needs it right now if compiling with extra dictionaries. Perhaps it could be changed to use curl instead though. ./generate-mozc-ut.sh: line 50: wget: command not found ./generate-mozc-ut.sh: line 51: wget: command not found Thanks.

shioyama commented on 2016-01-30 06:49 (UTC)

You need to update the source for the mozc-ut dictionary in sources to: mozcdic-ut-${_utdicver}.tar.bz2::http://downloads.sourceforge.net/project/pnsft-aur/mozc/mozcdic-ut-${_utdicver}.tar.bz2