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

Client binary doesn't build from source on Arch Linux #27

Closed
shadowman42 opened this issue Dec 9, 2012 · 2 comments
Closed

Client binary doesn't build from source on Arch Linux #27

shadowman42 opened this issue Dec 9, 2012 · 2 comments
Assignees
Milestone

Comments

@shadowman42
Copy link

It doesn't seem to work on Arch.

I think it is because Arch uses Python 3.3.0 as "python"

make[2]: Entering directory `/home/albert/Downloads/libsearpc-  1.0.1/demo'
[libsearpc]: generating rpc header files
python ../lib/searpc-codegen.py ../demo/rpc_table.py
    File "../lib/searpc-codegen.py", line 185
       print "load func_table from %s" % (abspath)
                                     ^

judging from this error it can (maybe) be resolved by changing all instances of "python" in the the source files to python2.7

@ghost ghost assigned lins05 Dec 10, 2012
@freeplant
Copy link
Member

We haven't test on Arch Linux. We will install one and fix the problem.

@lins05
Copy link
Contributor

lins05 commented Jan 5, 2013

fixed in commit 9ef4a81

@lins05 lins05 closed this as completed Jan 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants