GNOME Bugzilla – Bug 690279
broken relocation of modules
Last modified: 2012-12-18 19:00:01 UTC
The commits ded299c755fd472bc0eb19789a1f40ab4d61a09 [1] and 25779da81f66bfb7118395757cf1a031af09b068 [2] introduce a regression using Mac OSX. As mentionned in #554524 [3], before these commits, it was possible to use "@executable_path" [4] in "pango.modules" file. As paths beginning with "@executable_path" are not recognised as absolute paths by g_path_is_absolute, it is no more possible. [1] http://git.gnome.org/browse/pango/commit/?id=ded299c755fd472bc0eb19789a1f40ab4d61a09 [2] http://git.gnome.org/browse/pango/commit/?id=25779da81f66bfb7118395757cf1a031af09b068 [3] https://bugzilla.gnome.org/show_bug.cgi?id=554524 [4] https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/dyld.1.html
Created attachment 231638 [details] On mac osx test special variables
Created attachment 231640 [details] [review] On mac osx test special variables - v2
Fixed. Thanks.