-
Notifications
You must be signed in to change notification settings - Fork 441
Closed
Description
Building mozc-1.10.1390.102 fails with GYP_DEFINES='use_libprotobuf=1' like:
INFO: Running: make -j1 MAKE_JOBS=1 BUILDTYPE=Release builddir_name=out_linux
V=1 ibus_mozc mozc_server mozc_tool mozc_renderer
LD_LIBRARY_PATH=/home/tagoh/rpmbuild/BUILD/mozc-1.10.1390.102/out_linux/Release/lib.host:/home/tagoh/rpmbuild/BUILD/mozc-1.10.1390.102/out_linux/Release/lib.target:$LD_LIBRARY_PATH; export LD
_LIBRARY_PATH; cd config; mkdir -p
/home/tagoh/rpmbuild/BUILD/mozc-1.10.1390.102/out_linux/Release/obj/gen/proto_ou
t/config; python ../build_tools/protoc_wrapper.py "--project_root=.." "--proto
c_path=../mozc_build_tools/linux/protoc"
"--proto=/home/tagoh/rpmbuild/BUILD/mozc-1.10.1390.102/config/config.proto"
"--cpp_out=/home/tagoh/rpmbuild/BUILD/mozc-1.10.1390.102/out_linux/Release/o
bj/gen/proto_out"
Traceback (most recent call last):
File "../build_tools/protoc_wrapper.py", line 83, in <module>
main()
File "../build_tools/protoc_wrapper.py", line 80, in main
sys.exit(subprocess.call(commands))
File "/usr/lib64/python2.7/subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
make: *** [out_linux/Release/obj/gen/proto_out/config/config.pb.h] Error 1
Traceback (most recent call last):
File "build_mozc.py", line 1463, in <module>
main()
File "build_mozc.py", line 1451, in main
BuildMain(cmd_opts, cmd_args, original_directory_name)
File "build_mozc.py", line 1076, in BuildMain
BuildOnLinux(options, targets, original_directory_name)
File "build_mozc.py", line 1029, in BuildOnLinux
RunOrDie([make_command] + build_args + target_names)
File "/home/tagoh/rpmbuild/BUILD/mozc-1.10.1390.102/build_tools/util.py", line 97, in RunOrDie
'==========']))
build_tools.util.RunOrDieError:
==========
ERROR: make -j1 MAKE_JOBS=1 BUILDTYPE=Release builddir_name=out_linux V=1 ibus_mozc mozc_server mozc_tool mozc_renderer
==========
No luck with protobuf 2.4.1 nor 2.5.0
What steps will reproduce the problem?
1.GYP_DEFINES='use_libprotobuf=1' python build_mozc.py gyp
2.python build_mozc.py build_tools -c Release
3.python build_mozc.py build -c Release unix/ibus/ibus.gyp:ibus_mozc
server/server.gyp:mozc_server gui/gui.gyp:mozc_tool
renderer/renderer.gyp:mozc_renderer
What is the expected output?
No errors
What do you see instead?
See above
What version of the product are you using? On what operating system?
mozc-1.10.1390.102
protobuf-2.4.1 or 2.5.0
Please provide any additional information below.
Original issue reported on code.google.com by ak...@tagoh.org on 16 Apr 2013 at 2:51