[pypy-dev] Unable to complete pypy sandboxing

kracekumar ramaraju kracethekingmaker at gmail.com
Mon Feb 6 09:25:33 CET 2012


Hi

  pypy1.7 translate.py -O2 --sandbox targetpypystandalone.py
  pypy1.7 translate.py -O2 --sandbox

I tried above commands separately, I ended up getting same error message

[translation:ERROR] interpreter_astcompiler_codegen.c:28289:53: warning:
array subscript is above array bounds [-Warray-bounds]
[translation:ERROR] interpreter_astcompiler_codegen.c:28289:53: warning:
array subscript is above array bounds [-Warray-bounds]
[translation:ERROR] interpreter_astcompiler_codegen.c:28289:53: warning:
array subscript is above array bounds [-Warray-bounds]
[translation:ERROR] interpreter_astcompiler_codegen.c:28289:53: warning:
array subscript is above array bounds [-Warray-bounds]
[translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning:
array subscript is above array bounds [-Warray-bounds]
[translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning:
array subscript is above array bounds [-Warray-bounds]
[translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning:
array subscript is above array bounds [-Warray-bounds]
[translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning:
array subscript is above array bounds [-Warray-bounds]
[translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning:
array subscript is above array bounds [-Warray-bounds]
[translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning:
array subscript is above array bounds [-Warray-bounds]
[translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning:
array subscript is above array bounds [-Warray-bounds]
[translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning:
array subscript is above array bounds [-Warray-bounds]
[translation:ERROR] interpreter_astcompiler_codegen.c:28548:53: warning:
array subscript is above array bounds [-Warray-bounds]
[translation:ERROR] debug_print.o: In function `pypy_read_timestamp':
[translation:ERROR] debug_print.c:(.text+0x193): undefined reference to
`clock_gettime'
[translation:ERROR] collect2: ld returned 1 exit status
[translation:ERROR] make: *** [pypy-c] Error 1
[translation:ERROR] """)
[translation] start debugger...
>
/home/kracekumar/codes/python/pypy/pypy/translator/platform/__init__.py(130)_handle_error()
-> raise CompilationError(stdout, stderr)
(Pdb+) exit

Am I missing something in installation ? or my compilation technique is
wrong ?
-- 
*
Thanks & Regards

"Talk is cheap, show me the code" -- Linus Torvalds
kracekumar
www.kracekumar.com
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20120206/53246623/attachment-0001.html>


More information about the pypy-dev mailing list