[Bug 205169] New: xaw3dd no longer works
https://bugzilla.novell.com/show_bug.cgi?id=205169 Summary: xaw3dd no longer works Product: openSUSE 10.2 Version: Alpha 4 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: werner@novell.com ReportedBy: schwab@novell.com QAContact: sndirsch@novell.com It is no longer possible to override libXaw.so because /usr/lib is always searched before the dirs in ld.so.conf. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205169 ------- Comment #1 from schwab@novell.com 2006-09-12 10:20 MST ------- Looking closer, it's actually the soname that has changed: libXaw.so.8 -> libXaw8.so.8. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205169 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sndirsch@novell.com Component|X.Org |X11 Applications ------- Comment #2 from sndirsch@novell.com 2006-09-12 10:22 MST ------- (In reply to comment #0)
It is no longer possible to override libXaw.so because /usr/lib is always searched before the dirs in ld.so.conf. This looks like a duplicate of Bug #201155.
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205169 ------- Comment #3 from schwab@novell.com 2006-09-12 10:47 MST ------- No, it isn't because my first comment is BS. Only the soname has to be adapted. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205169 ------- Comment #4 from schwab@novell.com 2006-09-12 11:16 MST ------- On the other hand, if we want to move the ld.so.conf entry to xaw3dd then bug #201155 will become an issue here. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205169 ------- Comment #5 from werner@novell.com 2006-09-13 03:39 MST ------- Hmmm ... then I've to add a new library Xaw3dd identical to the existing one with only the soname be different this because symlinks like /usr/lib64/libXaw.so -> libXaw8.so as found on magellan will not work. The runtime linker does a comparision of the soname kinked into a libray even for libraries with wrong names. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205169 ------- Comment #6 from werner@novell.com 2006-09-13 03:44 MST ------- Andreas? You already have done the change but with breaking old or customers binaries using libXaw.so.6 or libXaw.so.8. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205169 ------- Comment #7 from schwab@novell.com 2006-09-13 03:49 MST ------- They won't get 3D look any more. Big deal. They should have linked against the real Xaw3d instead if they care. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205169 werner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|werner@novell.com |sndirsch@novell.com Summary|xaw3dd no longer works |xaw3dd and xaw no longer works ------- Comment #8 from werner@novell.com 2006-09-13 04:36 MST ------- Nevertheless for system libraries like the real libXaw they may not be able to link against any other library due to missing sources or object files. This is also true for any other libXaw application linked against e.g. libXaw.so.8. Therefore the compatibility symlinks like /usr/lib64/libXaw.so.6 -> libXaw6.so.6 should be replaced by a real libXaw.so.6 with soname libXaw.so.6. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205169 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205169 pbaudis@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |201155 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205169 Bug 205169 depends on bug 201155, which changed state. Bug 201155 Summary: Order in /etc/ld.so.conf https://bugzilla.novell.com/show_bug.cgi?id=201155 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |WONTFIX -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205169 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WONTFIX ------- Comment #9 from sndirsch@novell.com 2006-12-21 08:00 MST -------
Nevertheless for system libraries like the real libXaw they may not be able to link against any other library due to missing sources or object files. This is also true for any other libXaw application linked against e.g. libXaw.so.8. Therefore the compatibility symlinks like
/usr/lib64/libXaw.so.6 -> libXaw6.so.6
should be replaced by a real libXaw.so.6 with soname libXaw.so.6.
I'm not aware of any customer complaining about this. Closing as WONTFIX for now.(In reply to comment #8) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com