It compiled and installed perfectly.
Search Criteria
Package Details: unladen-swallow-svn 1171-1
Package Actions
| Package Base: | unladen-swallow-svn |
|---|---|
| Description: | Python compiled with LLVM (a quicker Python than CPython) |
| Upstream URL: | http://code.google.com/p/unladen-swallow/ |
| Category: | devel |
| Licenses: | |
| Submitter: | xyproto |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 10 |
| First Submitted: | 2009-03-26 16:11 |
| Last Updated: | 2011-01-21 14:09 |
Latest Comments
Anonymous comment
Anonymous comment
Ok, thank you.
I have it building now, but, just out of curiosity, why did you set the --without-llvm flag?
Comment by xyproto
Updated the package. Compiles and runs here.
Anonymous comment
Also, I hope you can find a solution that does not require --with-pydebug.
Comment by xyproto
PatrickAupperle, thanks, I'll look into it.
Anonymous comment
After adding --with-pydebug, I get:
==> Compiling...
./Parser/asdl_c.py -h ./Include ./Parser/Python.asdl
./Parser/asdl_c.py -c ./Python ./Parser/Python.asdl
gcc -pthread -c -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -g -I. -IInclude -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
File "./Parser/asdl_c.py", line 1200
print "Must specify exactly one output file"
^
SyntaxError: invalid syntax
make: *** [Include/Python-ast.h] Error 1
make: *** Waiting for unfinished jobs....
File "./Parser/asdl_c.py", line 1200
print "Must specify exactly one output file"
^
SyntaxError: invalid syntax
make: *** [Python/Python-ast.c] Error 1
Aborting...
The build failed.
[patrick@arch ~]$
It seems you should somehow make it use python2 instead of python.
Anonymous comment
checking for svnversion... found
checking for a BSD-compatible install... /bin/install -c
checking for --with-pydebug... no
configure: error: --without-pydebug requires -Asserts LLVM. Got "Release"
Aborting...
The build failed.
[patrick@arch ~]$
Comment by xyproto
Thanks, entropy. Updated the PKGBUILD and made it co-exist with regular python.
Anonymous comment
Also depends(at least for build) on clang
fixed PKGBUILD here: http://aur.pastebin.com/CJL7gPWz