Package Details: mozc 2.30.5448.102-1

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: 78
Popularity: 0.73
First Submitted: 2010-08-09 04:27 (UTC)
Last Updated: 2024-04-26 20:47 (UTC)

Dependencies (7)

Sources (1)

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).

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 Next › Last »

ponsfoot commented on 2011-08-22 10:24 (UTC)

1.2.809.102-2: From this release, $QTDIR is changed temporarily and forcibly in PKGBUILD by default for Qt3 users. If you are Qt3 user, you don't have to take care $QTDIR now. If you are Qt4 user and set $QTDIR for your customization, uncomment _qtdir= line in PKGBUILD. Please tell me if you are Qt4 user and this change is inconvenient. I'll revert it. If you are using mozc 1.2.809.102-1, you don't need to upgrade to this.

ponsfoot commented on 2011-08-03 16:06 (UTC)

@w1ntermute: Do you have modified gui/qt_libraries.gypi or downgraded libpng to 1.2? Then, $QTDIR should be set '/usr', not '/usr/lib/qt' for mozc at least. And I made temporary patch for this problem and update package. Please try it. If you cannot resolve, please show me full build log next time (using pastebin.com, for example). Actually, you don't paste your actual error message. It should be shown just above line you pasted ;) However, I was able to find the exact cause of the problem by you. Thank you, I will report to upstream.

w1ntermute commented on 2011-08-03 13:07 (UTC)

My QTDIR was set to /opt/qt, which is for Qt3. I set it to /usr/lib/qt (which is for Qt4), but I got this error when I tried again: make: *** [out_linux/Release/obj/gen/gui/tool/qrc_mozc_tool.cc] Error 127 make: *** Waiting for unfinished jobs.... Traceback (most recent call last): File "build_mozc.py", line 898, in <module> main() File "build_mozc.py", line 884, in main BuildMain(original_directory_name) File "build_mozc.py", line 829, in BuildMain BuildOnLinux(options, targets) File "build_mozc.py", line 744, in BuildOnLinux RunOrDie([make_command] + build_args + target_names) File "build_mozc.py", line 549, in RunOrDie '=========='])) __main__.RunOrDieError: ========== ERROR: make -j4 MAKE_JOBS=4 BUILDTYPE=Release mozc_server mozc_tool ibus_mozc

ponsfoot commented on 2011-07-31 06:53 (UTC)

@w1ntermute: Do you use qt3 as default? or customize qt configuration? If yes, please try the following if you have installed qt4 without any customization: `QTDIR= makepkg' (Or set your qt4's path to $QTDIR)

w1ntermute commented on 2011-07-31 04:39 (UTC)

Hi, I'm getting the following error (x64). I saw that aaaarch had a similar issue, but I don't think this is related. In any case, I have pkg-config installed. Exception: Call to 'pkg-config --libs-only-L --libs-only-l xrender xrandr xcursor xfixes xinerama fontconfig freetype2 xi xt xext x11 sm ice gobject-2.0 libpng12' returned exit status 1. while trying to load gui/gui.gyp Traceback (most recent call last): File "build_mozc.py", line 898, in <module> main() File "build_mozc.py", line 890, in main GypMain(deps_file_name) File "build_mozc.py", line 418, in GypMain RunOrDie(command_line) File "build_mozc.py", line 549, in RunOrDie '=========='])) __main__.RunOrDieError: ========== ERROR: /usr/bin/python2 third_party/gyp/gyp --depth=. --include=./gyp/common.gypi -D python_executable=/usr/bin/python2 ./base/base.gyp ./base/base_test.gyp ./build_tools/build_tools.gyp ./build_tools/primitive_tools/primitive_tools.gyp ./client/client.gyp ./client/client_test.gyp ./composer/composer.gyp ./converter/converter.gyp ./converter/converter_base.gyp ./converter/converter_test.gyp ./dictionary/dictionary.gyp ./dictionary/dictionary_base.gyp ./dictionary/dictionary_test.gyp ./dictionary/file/dictionary_file.gyp ./dictionary/system/system_dictionary.gyp ./gui/gui.gyp ./gui/zinnia.gyp ./gyp/tests.gyp ./ipc/ipc.gyp ./mac/mac.gyp ./net/net.gyp ./prediction/prediction.gyp ./protobuf/protobuf.gyp ./renderer/renderer.gyp ./rewriter/rewriter.gyp ./rewriter/rewriter_base.gyp ./rewriter/rewriter_test.gyp ./server/server.gyp ./session/session.gyp ./session/session_base.gyp ./session/session_test.gyp ./storage/storage.gyp ./testing/testing.gyp ./transliteration/transliteration.gyp ./unix/emacs/emacs.gyp ./unix/ibus/ibus.gyp ./unix/scim/scim.gyp ./usage_stats/usage_stats.gyp third_party/rx/rx.gyp -D branding=Mozc -D use_qt=YES -D qt_dir=/opt/qt -D build_base=out_linux -D target_platform=None -D dictionary=desktop

ponsfoot commented on 2011-07-29 10:18 (UTC)

1.1.773.102-2: Due to a change of zipcode archives to .zip files, lha/bin32-lha are dropped from makedepends.

ponsfoot commented on 2011-04-15 15:04 (UTC)

From 1.1.690.102-2, package is split according to upstream as follows: * mozc-server: Server part of the Mozc input method * mozc-utils-gui: Mozc GUI uitilities * ibus-mozc: IBus engine module for Mozc (choosable, default) * scim-mozc: SCIM IMEngine module for Mozc (choosable) * emacs-mozc: Mozc for Emacs (optional) * emacs-mozc-bin: Helper module for emacs-mozc (optional) You can choose which packages to be built. Please see PKGBUILD for detail. Comments, suggestions or bug reports are welcome.