New issue 2640: sandbox translation in ubnutu 16.04 LTS 64bit is failing
https://bitbucket.org/pypy/pypy/issues/2640/sandbox-translation-in-ubnutu-1604-lts

kumarsantosh3295:

1.First i have installed all the dependencies for pypy

2.Downloaded pypy from the latest pull from official pypy website

3.Then when i want to translate from pypy/pypy/goal directory to generate 

"pypy-c-sandbox" executable file,this is end with this following error



[translation:info] 2.7.12 (default, Nov 19 2016, 06:48:10) 
[GCC 5.4.0 20160609]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', 
version='Unknown'
[translation:info] Translating target as defined by targetpypystandalone
[translation:info] Error:
   File "/home/santo/pypy/rpython/translator/goal/translate.py", line 284, in 
main
    default_goal='compile')
   File "/home/santo/pypy/rpython/translator/driver.py", line 566, in 
from_targetspec
    spec = target(driver, args)
   File "targetpypystandalone.py", line 313, in target
    assert 0, ("--sandbox is not tested nor maintained.  If you "
[translation:ERROR] AssertionError: --sandbox is not tested nor maintained.  If 
you really want to try it anyway, remove this line in 
pypy/goal/targetpypystandalone.py.
[translation] start debugger...
> /home/santo/pypy/pypy/goal/targetpypystandalone.py(313)target()
-> assert 0, ("--sandbox is not tested nor maintained.  If you "
(Pdb+)


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to