After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 690279 - broken relocation of modules
broken relocation of modules
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
1.32.x
Other Mac OS
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2012-12-16 04:28 UTC by Pierre-Louis Bonicoli
Modified: 2012-12-18 19:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
On mac osx test special variables (1.06 KB, text/plain)
2012-12-16 04:36 UTC, Pierre-Louis Bonicoli
  Details
On mac osx test special variables - v2 (1.05 KB, patch)
2012-12-16 06:24 UTC, Pierre-Louis Bonicoli
none Details | Review

Description Pierre-Louis Bonicoli 2012-12-16 04:28:02 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
Comment 1 Pierre-Louis Bonicoli 2012-12-16 04:36:46 UTC
Created attachment 231638 [details]
On mac osx test special variables
Comment 2 Pierre-Louis Bonicoli 2012-12-16 06:24:21 UTC
Created attachment 231640 [details] [review]
On mac osx test special variables - v2
Comment 3 Behdad Esfahbod 2012-12-18 19:00:01 UTC
Fixed.  Thanks.