Created
August 13, 2012 17:21
-
-
Save arc680/3342590 to your computer and use it in GitHub Desktop.
Mozc Build Error (Arch Linux)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python2 build_mozc.py build_tools -c $_bldtype -j $_jobs | |
python2 build_mozc.py build -c $_bldtype -j $_jobs $_targets | |
/bin/sh: line 0: printf: write error: No space left on device | |
make: *** [out_linux/Release/obj/gen/dictionary/embedded_dictionary_data.h] Error 1 | |
Traceback (most recent call last): | |
File "build_mozc.py", line 1414, in <module> | |
main() | |
File "build_mozc.py", line 1402, in main | |
BuildMain(cmd_opts, cmd_args, original_directory_name) | |
File "build_mozc.py", line 1173, in BuildMain | |
BuildOnLinux(options, targets, original_directory_name) | |
File "build_mozc.py", line 1005, in BuildOnLinux | |
RunOrDie([make_command] + build_args + target_names) | |
File "/tmp/yaourt-tmp-root/aur-mozc/src/mozc-1.5.1090.102/build_tools/util.py", line 98, in RunOrDie | |
'=========='])) | |
build_tools.util.RunOrDieError: | |
========== | |
ERROR: make -j1 MAKE_JOBS=1 BUILDTYPE=Release builddir_name=out_linux mozc_server mozc_tool ibus_mozc mozc_renderer | |
========== | |
==> ERROR: A failure occurred in build(). | |
Aborting... | |
==> ERROR: Makepkg was unable to build mozc. | |
==> Restart building mozc ? [y/N] | |
==> ----------------------------- | |
==> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment