Created
July 3, 2013 05:01
-
-
Save mattparlane/5915550 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wg@wgdev:~/topaz$ ~/pypy/rpython/bin/rpython -Ojit targettopaz.py | |
[translation:info] 2.7.3 (140cb204a130, Jul 02 2013, 22:00:22) | |
[translation:info] [PyPy 2.1.0-alpha0 with GCC 4.6.3] | |
[platform:msg] Set platform with 'host' cc=None, using cc='gcc' | |
[translation:info] Translating target as defined by targettopaz | |
[platform:execute] gcc -c -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused /tmp/usession-default-1/gcctest.c -o /tmp/usession-default-1/gcctest.o | |
[platform:execute] gcc /tmp/usession-default-1/gcctest.o -pthread -lrt -o /tmp/usession-default-1/gcctest | |
[platform:execute] gcc -c -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused /tmp/usession-default-1/gcctest.c -o /tmp/usession-default-1/gcctest.o | |
[platform:execute] gcc /tmp/usession-default-1/gcctest.o -pthread -lrt -o /tmp/usession-default-1/gcctest | |
[platform:execute] gcc -c -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused /tmp/usession-default-1/platcheck_0.c -o /tmp/usession-default-1/platcheck_0.o | |
[platform:execute] gcc /tmp/usession-default-1/platcheck_0.o -pthread -lrt -o /tmp/usession-default-1/platcheck_0 | |
[platform:execute] gcc -c -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused /tmp/usession-default-1/platcheck_1.c -o /tmp/usession-default-1/platcheck_1.o | |
[platform:execute] gcc /tmp/usession-default-1/platcheck_1.o -pthread -lrt -o /tmp/usession-default-1/platcheck_1 | |
Traceback (most recent call last): | |
File "app_main.py", line 72, in run_toplevel | |
File "/home/wg/pypy/rpython/bin/rpython", line 20, in <module> | |
main() | |
File "/home/wg/pypy/rpython/translator/goal/translate.py", line 222, in main | |
targetspec_dic, translateconfig, config, args = parse_options_and_load_target() | |
File "/home/wg/pypy/rpython/translator/goal/translate.py", line 158, in parse_options_and_load_target | |
targetspec_dic = load_target(targetspec) | |
File "/home/wg/pypy/rpython/translator/goal/translate.py", line 100, in load_target | |
mod = __import__(specname) | |
File "targettopaz.py", line 3, in <module> | |
from topaz.main import create_entry_point, get_topaz_config_options | |
File "topaz/main.py", line 12, in <module> | |
from topaz.objspace import ObjectSpace | |
File "topaz/objspace.py", line 16, in <module> | |
from rply.errors import ParsingError | |
ImportError: No module named rply | |
wg@wgdev:~/topaz$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment