ogata0916 / mozc

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

1.11.1522.102 build fails due to the missing GYP #197

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Build fails in Mozc 1.11.1522.102 with the following error:
----
$ python2 build_mozc.py gyp
INFO: Generating version definition file...
INFO: Version string is 1.11.1522.102
CRITICAL: 
==========

CRITICAL: GYP does not exist at 
/home/hashimo/src/mozc/src/mozc-1.11.1522.102/third_party/gyp/gyp. Please run 
"gclient" to download GYP. If you want to use system-installed GYP, use 
--gypdir option to specify its location. e.g., "python build_mozc.py gyp 
--gypdir=/usr/bin"
CRITICAL: 
==========
----

third_party/gyp/ is removed from this version.
Do we have to install GYP ourselves?

What version of the product are you using? On what operating system?
Mozc 1.11.1522.102
On Arch Linux (x86_64)

Original issue reported on code.google.com by cabezon....@gmail.com on 28 Aug 2013 at 1:26

GoogleCodeExporter commented 9 years ago
> Do we have to install GYP ourselves?

Yes. This issue will not happen if you follow our official build procedure by 
using gclient to check out the code because gclient automatically fetches 
dependent libraries as well as Mozc's source tree. So let me close this issue 
as WontFix.

Original comment by yukawa@google.com on 29 Aug 2013 at 2:06

GoogleCodeExporter commented 9 years ago
FYI, our tar ball has been provided mainly because some Linux distributors 
strongly asked us for it. If you want to build Mozc from our tar ball for 
particular platform, please maintain it by yourselves.

Original comment by yukawa@google.com on 29 Aug 2013 at 2:13

GoogleCodeExporter commented 9 years ago
OK, thank you for the info.

Original comment by cabezon....@gmail.com on 29 Aug 2013 at 10:57