axsann / mozc

Automatically exported from code.google.com/p/mozc
0 stars 0 forks source link

failed to build on fedora21 #270

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I got to this step:
python build_mozc.py build -c Release -j2 unix/ibus/ibus.gyp:ibus_mozc 
unix/emacs/emacs.gyp:mozc_emacs_helper

It should have this output:
INFO: Running: ninja -j 2 -C out_linux/Release ibus_mozc mozc_server 
mozc_emacs_helper mozc_tool mozc_renderer
ninja: Entering directory `out_linux/Release'
I tested it on opensuse and built successfully.
But the output was:
INFO: Running: ninja -j 2 -C out_linux/Release ibus_mozc mozc_emacs_helper 
mozc_server mozc_tool mozc_renderer
Traceback (most recent call last):
  File "build_mozc.py", line 1468, in <module>
    main()
  File "build_mozc.py", line 1464, in main
    procedure[1](cmd_opts, cmd_args, original_directory_name)
  File "build_mozc.py", line 1089, in BuildMain
    BuildOnLinux(options, targets, original_directory_name)
  File "build_mozc.py", line 1045, in BuildOnLinux
    RunOrDie([make_command] + build_args + target_names)
  File "/home/abuild/rpmbuild/BUILD/mozc-2.16.2003.102.20141110/build_tools/util.py", line 90, in RunOrDie
    process = subprocess.Popen(argv)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Original issue reported on code.google.com by liujianf...@gmail.com on 10 Jan 2015 at 7:04

GoogleCodeExporter commented 9 years ago
Thank you for the report but Mozc project has released Mozc for Linux in a best 
effort basis.  We have confirmed the build only in Ubuntu LTS and we don't have 
an active plan to guarantee that mozc in buildable in Fedora so far.

Can you contact people in Fedora project and/or the maintainer of Mozc package 
in openSUSE who originally wrote the package script to ask for help?

https://fedoraproject.org/wiki/I18N
https://build.opensuse.org/package/view_file/M17N/mozc/mozc.changes?expand=1

Thank you for your understanding.

Original comment by yukawa@google.com on 10 Jan 2015 at 7:22

GoogleCodeExporter commented 9 years ago
One thing I should have noted is that although we probably would not accept 
issues like "failed to build on fedora21", issues like "This line of 
build_mozc.py should be changed to ... because ..." could still be acceptable 
as long as it is reasonable and feasible for OSS Mozc project, even if it to 
fix build issues in Fedora.  If you find something like that, please let us 
know.

Regards.

Original comment by yukawa@google.com on 10 Jan 2015 at 7:32