From: Julian S. <js...@ac...> - 2009-05-22 14:31:05
|
On Friday 22 May 2009, Luc Bourhis wrote: > > 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? Well, it's here, it's now, it's zero effort, and it should work. I guess there could be fancier solutions in future involving a command line specification, or some such, if really necessary. J |