apache / incubator-pagespeed-mod

Apache module for rewriting web pages to reduce latency and bandwidth.
http://modpagespeed.com
Apache License 2.0
697 stars 158 forks source link

gclient sync fails #708

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. (Not sure if this is necessary) Use ec2 VM from bitnami, e.g. 
https://aws.amazon.com/marketplace/pp/B007OUUYPK

2. Proceed as described in docs to build from source 
https://developers.google.com/speed/pagespeed/module/build_mod_pagespeed_from_so
urce

3. Observe error at command: gclient sync --force --jobs=1

4. Make has no rules to make

What is the expected output? What do you see instead?

bitnami@ec2-xxxxxxxxxxxxx:~/mod_pagespeed$gclient sync --force --jobs=1
...
________ running '/usr/bin/python src/build/gyp_chromium 
-Dchromium_revision=161115' in '/home/bitnami/mod_pagespeed'

Updating projects from gyp files...
svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LC_CTYPE is UTF-8
svn: warning: please check that your locale name is correct
gyp: Call to '../build/lastchange.sh .. -d ../LASTCHANGE.in | cut -d "=" -f 2' 
returned exit status 0. while loading dependencies of 
/home/bitnami/mod_pagespeed/src/build/all.gyp while trying to load 
/home/bitnami/mod_pagespeed/src/build/all.gyp
Error: Command /usr/bin/python src/build/gyp_chromium 
-Dchromium_revision=161115 returned non-zero exit status 1 in 
/home/bitnami/mod_pagespeed
bitnami@ec2-xxxxxxxxxxxxx:~/mod_pagespeed$

What version of the product are you using (please check X-Mod-Pagespeed
header)?
3:06 PM Friday, May 24, 2013 (UTC)
http://modpagespeed.googlecode.com/svn/branches/latest-stable/ 
On what operating system?
Ubuntu 12.04 

Which version of Apache?

apache 2.2

Which MPM?

prefork

URL of broken page:

not broken, but not accelerated either...

Original issue reported on code.google.com by sam.spyc...@deep-impact.ch on 24 May 2013 at 3:19

GoogleCodeExporter commented 9 years ago

Original comment by jmara...@google.com on 10 Jun 2013 at 6:25