[PyPy-issue] [issue690] pypy fails to compile under FreeBSD (9)

David Naylor pypy-dev-issue at codespeak.net
Mon Apr 25 23:30:32 CEST 2011


David Naylor <naylor.b.david at gmail.com> added the comment:

After doing a `hg pull` and `hg update` I now get:


[translation:ERROR] Error:
[translation:ERROR]  Traceback (most recent call last):
[translation:ERROR]    File "translate.py", line 294, in main
[translation:ERROR]     samefile = this_exe.samefile(exe_name)
[translation:ERROR]    File "/home/DragonSA/projects/pypy/py/_path/local.py", 
line 163, in samefile
[translation:ERROR]     os.path.samefile, str(self), str(other))
[translation:ERROR]    File "/home/DragonSA/projects/pypy/py/_error.py", line 
82, in checked_call
[translation:ERROR]     raise cls("%s%r" % (func.__name__, args))
[translation:ERROR]  ENOENT: [No such file or directory]: 
samefile('/usr/local/bin/python', 
'/home/DragonSA/projects/pypy/pypy/translator/goal/pypy-c')

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue690>
_______________________________________________________



More information about the Pypy-issue mailing list