Closed GoogleCodeExporter closed 9 years ago
Thank you for reporting this issue and sorry for bothering you.
I believe replacing "linux" with "Linux" in the following line solves this
issue.
https://code.google.com/p/mozc/source/browse/trunk/src/protobuf/genproto.gypi?r=
131#36
Attached a patch.
Could you try it?
Original comment by yukawa@google.com
on 16 Apr 2013 at 4:03
Attachments:
Original comment by yukawa@google.com
on 16 Apr 2013 at 4:19
Original comment by yukawa@google.com
on 16 Apr 2013 at 4:28
Unfortunately still not working. full build logs are available here:
http://kojipkgs.fedoraproject.org//work/tasks/7427/5257427/build.log
Original comment by ak...@tagoh.org
on 16 Apr 2013 at 9:25
We have to change
- 'protoc_command%': 'protoc<(EXECUTABLE_SUFFIX)',
+ 'protoc_command%': '/usr/bin/protoc<(EXECUTABLE_SUFFIX)',
or fix protoc_wrapper.py which always expects relative path.
Original comment by f.takeya...@gmail.com
on 16 Apr 2013 at 10:57
Oops, sorry again and thank you for trying it.
Attached a new patch. I confirmed that we can build Mozc with this patch (and
the patch attached in Issue 186) on today's rawhide.
Original comment by yukawa@google.com
on 16 Apr 2013 at 11:58
Attachments:
Updated the patch to fix another typo when use_libprotobuf=0 yey!
And change the status back to "Started" just for searchability.
I'll close this issue when the next push is released with this patch.
Original comment by yukawa@google.com
on 16 Apr 2013 at 12:16
Attachments:
FYI, as far as I've tested, you can still build Mozc with protobuf-2.4.1 as
long as this patch is applied.
Original comment by yukawa@google.com
on 17 Apr 2013 at 2:12
Thanks for updating. it works for me too!
Original comment by ak...@tagoh.org
on 17 Apr 2013 at 9:23
FYI, r163 contains the patch.
Original comment by yukawa@google.com
on 17 Jul 2013 at 3:19
Original issue reported on code.google.com by
ak...@tagoh.org
on 16 Apr 2013 at 2:51