Bug 187689 - X11R7 directory layout breaks compatibility with older commercial apps
Summary: X11R7 directory layout breaks compatibility with older commercial apps
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: libX11
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: X/OpenGL Maintenance List
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-02 17:36 UTC by James
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-06-06 00:25:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description James 2006-04-02 17:36:46 UTC
Description of problem:
Some older commercial applications (e.g. Mathematica 5) play up because of the
new directory layouts in libX11.

Version-Release number of selected component (if applicable):
libX11-1.0.0-3

How reproducible:
Always
  
Actual results:
Application will complain about missing locale, keysym data, etc.

Expected results:
Application behaves!

Additional info:
These applications expect data in /usr/X11R6/lib/X11 (take a look at the FC4
packages, for instance). I've resolved this for Mathematica 5 by creating the
following symlinks:

    /usr/X11R6/lib/X11 -> /usr/lib/X11
    /usr/lib/X11/{bindings, fonts, locale, XErrorDB, xkb, XKeysymDB}
                       -> (namesakes found in /usr/share/X11/)

Comment 1 Mike A. Harris 2006-04-04 01:33:28 UTC
Is Mathematica dynamically or statically linked to X libraries?  Please
provide the output of "ldd" on the binaries.

TIA

Comment 2 James 2006-04-04 07:39:14 UTC
ldd
/usr/local/Wolfram/Mathematica/5.0/SystemFiles/FrontEnd/Binaries/Linux/Mathematica
        linux-gate.so.1 =>  (0x00456000)
        libm.so.6 => /lib/libm.so.6 (0x0059d000)
        libc.so.6 => /lib/libc.so.6 (0x00474000)
        /lib/ld-linux.so.2 (0x00457000)


Comment 3 Mike A. Harris 2006-06-06 00:25:33 UTC
The caveat of statically linking software, is that it is frozen in time
to work on the system(s) it was compiled and linked on.

This is a flaw in Mathematica which is incompatible with X11R7.  Hopefully
they will address this in their next software release.  Please contact your
software vendor directly and request that they support X11R7 in future
Mathematica releases.

Closing as "NOTABUG", as this is not a bug in X.


Note You need to log in before you can comment on or make changes to this bug.