@wasabi:
Thank you for the log.
Unfortunately, I cannot catch cause of your problem.
ibus reads /usr/share/ibus/component/*.xml to recognize im modules. ibus-mozc installs /usr/share/ibus/component/mozc.xml.
If /usr/share/ibus/component/mozc.xml is existent, ibus doesn't/cannot read it or ibus-mozc may have some problems for what ever reason.
Try to run ibus-daemon in verbose mode, ibus may output some messages:
$ killall ibus-daemon && ibus-daemon -v
(After confirming, Ctrl+C to stop ibus-daemon -v)
If /usr/share/ibus/component/mozc.xml is non-existent, ibus-mozc isn't installed properly.
Search Criteria
Package Details: mozc 2.30.5618.102-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mozc.git (read-only, click to copy) |
---|---|
Package Base: | mozc |
Description: | The Open Source edition of Google Japanese Input |
Upstream URL: | https://github.com/google/mozc |
Licenses: | Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT AND NAIST-2003 AND Unicode-3.0 AND LicenseRef-Okinawa-Dictionary |
Conflicts: | mozc-ut |
Submitter: | ponsfoot |
Maintainer: | Nocifer |
Last Packager: | Nocifer |
Votes: | 81 |
Popularity: | 0.92 |
First Submitted: | 2010-08-09 04:27 (UTC) |
Last Updated: | 2024-10-10 12:38 (UTC) |
Dependencies (8)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- bazel (bazel-gitAUR, bazel024-binAUR, bazel3AUR, bazel3-binAUR, bazel5AUR, bazelisk-gitAUR, bazeliskAUR, bazelisk-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR) (make)
- emacs-mozcAUR (emacs-mozc-with-jp-dictAUR) (optional) – Emacs integration
- fcitx5-mozc-utAUR (optional) – Fcitx5 integration
- ibus-mozcAUR (ibus-mozc-with-jp-dictAUR) (optional) – IBus integration
Required by (5)
Sources (8)
- git+https://github.com/abseil/abseil-cpp.git#commit=4447c7562e3bc702ade25105912dce503f0c4010
- git+https://github.com/chromium/gyp.git#commit=9ecf45e37677743503342ee4c6a76eaee80e4a7f
- git+https://github.com/google/breakpad.git#commit=216cea7bca53fa441a3ee0d0f5fd339a3a894224
- git+https://github.com/google/googletest.git#commit=b514bdc898e2951020cbdca1304b75f5950d1f59
- git+https://github.com/google/mozc.git#commit=1d74ac4a0f569aaa99838df861997f3e882add3c
- git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git#commit=e5b3425575734c323e1d947009dd74709437b684
- git+https://github.com/microsoft/wil.git#commit=fc5dbf55989fe20351c71d038a8d12de4b397a6d
- git+https://github.com/protocolbuffers/protobuf.git#commit=7cc670c1809e704ebeba90fb430d50e009f36727
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 Next › Last »
ponsfoot commented on 2011-10-30 07:31 (UTC)
<deleted-account> commented on 2011-10-29 16:12 (UTC)
http://pastebin.com/TwWL2ccN
ponsfoot commented on 2011-10-29 15:10 (UTC)
@wasabi:
For example;
makepkg -sf 2>&1 | tee /tmp/buildlog.txt
<deleted-account> commented on 2011-10-29 14:56 (UTC)
How do I get my full build log?
<deleted-account> commented on 2011-10-29 12:03 (UTC)
Yes, I can use Anthy. Anthy works in qtFM and urxvt but not in Chromium.
<deleted-account> commented on 2011-10-29 11:36 (UTC)
Hi ponsfoot!
Thanks for your help. It was 100% my mistake. I didn't change the QT4 option.
Now, I have installed ibus-qt and then tried to compile and install mozc (not mozc-svn, by the way) again with makepkg -s, pacman -U , but there is still no Japanese option in ibus-setup. ( I changed qtconfig to ibus).
ponsfoot commented on 2011-10-29 11:07 (UTC)
@wasabi:
Can you use other IMs such as anthy properly?
Did you install ibus-mozc properly?
I'd like to be shown your full build log (using pastebin.com for example).
<deleted-account> commented on 2011-10-29 09:37 (UTC)
No, I don't know what happened.
Do you want me to give some log info?
ponsfoot commented on 2011-10-29 03:08 (UTC)
@wasabi:
Isn't mozc listed in "Select an input method" > "Japanese" dropdown list?
<deleted-account> commented on 2011-10-28 22:19 (UTC)
I just installed this but I can't select mozc in ibus-setup. Got no errors like w1ntermute.
Any ideas?
Pinned Comments
Nocifer commented on 2022-05-29 21:53 (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).