[pypy-dev] Unable to complete pypy sandboxing
Maciej Fijalkowski
fijall at gmail.com
Mon Feb 6 09:30:55 CET 2012
On Mon, Feb 6, 2012 at 10:25 AM, kracekumar ramaraju
<kracethekingmaker at gmail.com> wrote:
> 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
>
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>
What's your operating system?
Cheers,
fijal
More information about the pypy-dev
mailing list