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 129534 - pango-queryfiles output should not hardcode platform dependent paths
pango-queryfiles output should not hardcode platform dependent paths
Status: RESOLVED OBSOLETE
Product: pango
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: Medium fix
Assigned To: pango-maint
pango-maint
: 84166 156785 (view as bug list)
Depends on:
Blocks: 322869
 
 
Reported: 2003-12-17 11:44 UTC by Stanislav Brabec
Modified: 2015-08-31 20:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Stanislav Brabec 2003-12-17 11:44:38 UTC
According to FHS, files in /etc should not include platform dependent data,
if it is possible. In case of pango it is problem of hardcoded ModulesPath
and shared library suffix.

Fix: Do not prepend hardcoded ModulesPath and shared library suffix in
pango-querymodules.

There is an example consequence on AMD64 bi-arch installation of SuSE Linux
9.0:

When a 32bit gtk program (eg eclipse-gtk) is started, it tries to dlopen
the 64bit-libraries (even if the 32bit-libs are available) which fails.

* How to reproduce:
  
install eclipse-gtk (32bit) on AMD64 version of SuSE Linux and start it
from a terminal, lots of errors can be seen in the terminal and not a
single letter (label) is displayed in the eclipse window.
Comment 1 Stanislav Brabec 2003-12-17 13:01:49 UTC
See also related bug 129540 for gtk+-2.x.
Comment 2 Owen Taylor 2004-02-23 16:56:52 UTC
Bug 129540 has a detailed plan, but I don't think we'll get
to it for 1.4.0 at this point.
Comment 3 Owen Taylor 2004-11-21 16:42:00 UTC
*** Bug 156785 has been marked as a duplicate of this bug. ***
Comment 4 Owen Taylor 2004-12-13 20:35:41 UTC
*** Bug 84166 has been marked as a duplicate of this bug. ***
Comment 5 Matthias Clasen 2015-08-31 20:20:45 UTC
pango-querymodules is no longer used