From: Luc B. <luc...@ma...> - 2009-05-22 14:17:59
|
> Have a look at the function "is_systemish_library_name" in > coregrind/m_debuginfo/readmacho.c. This causes V not to try to run > dsymutil in various system directories (it's obvious if you look > at the code). Maybe the path to your Python installation is not > covered by the tests in this function? Thanks for your helpful answer. I am not running system Python but MacPorts python, in /opt/local/... indeed (because I need Python 2.6 whereas the version shipped with my system is only 2.5). Is patching is_systemish_library_name the only work around then? I guess adding "/opt/" or "/opt/local/" would work for everybody except perhaps the MacPorts porters. Luc |