Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compilation errors #77

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 1 comment
Open

compilation errors #77

GoogleCodeExporter opened this issue Mar 16, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I had to try to install mod_spdy from its source because the RPM doesn't allow 
me to install itself with Apache 2.4 on Centos 6.4. So, It gave me the 
following compilation errors when I ran the command:
"gclient sync --force"


Syncing projects:  96% (26/27), done.ird_party/chromium/src/net/spdy

________ running '/usr/bin/python src/build/gyp_chromium' in 
'/var/lib/yum/repos/spdy/mod_spdy'
Updating projects from gyp files...
gyp: Call to '../build/linux/python_arch.sh /usr/lib/libpython2.6.so.1.0' 
returned exit status 1. while trying to load 
/var/lib/yum/repos/spdy/mod_spdy/src/build/all.gyp
Error: Command /usr/bin/python src/build/gyp_chromium returned non-zero exit 
status 1 in /var/lib/yum/repos/spdy/mod_spdy

Seyhun Cavus.

Original issue reported on code.google.com by [email protected] on 23 Oct 2013 at 6:10

@GoogleCodeExporter
Copy link
Author

After a few months, I'm back on my web-server setup. And I've just detected the 
source of this issue. It's actually about the chromium variables.

#correct the python version
export GYP_DEFINES=python_ver=2.7

Running this before compiling chromium is solving the issue to successful 
installation.

Original comment by [email protected] on 29 Mar 2014 at 8:04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant