On 04/11/2011 02:45 PM, p...@pocketnix.org wrote:
> Hi again
>
> i have been compiling a bunch of different pypy instances with different
> levels of optimizations and features and found that if i run pypy-c
> from the current directory and dont specify a new output filename it
> will attempt to and fail to overwrite pypy-c due to the file being "in
> use". unfortunately the exception generated is in the shutil lib from
> mem and the error message/exception does not give away immediately what
> the cause is which can lead to some frustration on some of the longer
> compiles ;)

Even if the copy fails, you can always fish the executable from the temp 
directory, under the name $TEMPDIR/usession-*/testing_1/pypy-c so you 
don't lose the previously translated executable.

Carl Friedrich
_______________________________________________
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to