[Bug 787238] New: libX11.so.6 references _XGetRequest in text section rather than define it - making libXcomposite.so.1 unusable
https://bugzilla.novell.com/show_bug.cgi?id=787238 https://bugzilla.novell.com/show_bug.cgi?id=787238#c0 Summary: libX11.so.6 references _XGetRequest in text section rather than define it - making libXcomposite.so.1 unusable Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: ah@zunit.com QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0 There is a problem with using libXcomposite.so.1 when rendering off screen (see bug: https://bugzilla.novell.com/show_bug.cgi?id=786109) there is new symbol _XGetRequest which is supposed to be defined in libX11:
libX11 1.4.99.1 added _XGetRequest, and macros use it behind the scenes.
current version of libXcomposite expects it: nm -D /usr/lib64/libXcomposite.so.1 | grep XGetReq U _XGetRequest but libX11 rather than defining it, only references it in text section: linux-xbue:/var/log # nm -D /usr/lib64/libX11.so.6 | grep XGetReq 00000000000482c0 T _XGetRequest Reproducible: Always Steps to Reproduce: 1.try to use libXcomposite 2. for instance via FreeNX server 3. Expected Results: properly defined symbol -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=787238 https://bugzilla.novell.com/show_bug.cgi?id=787238#c1 --- Comment #1 from andrzej ho <ah@zunit.com> 2012-10-29 19:48:57 UTC --- there is some (untested by me) upstream workaround referenced here: https://bugzilla.redhat.com/attachment.cgi?id=556251&action=diff -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=787238 https://bugzilla.novell.com/show_bug.cgi?id=787238#c Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED AssignedTo|bnc-team-xorg-bugs@forge.pr |xorg-maintainer-bugs@forge. |ovo.novell.com |provo.novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=787238 https://bugzilla.novell.com/show_bug.cgi?id=787238#c2 andrzej ho <ah@zunit.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from andrzej ho <ah@zunit.com> 2012-11-04 17:49:32 UTC --- this was repo specific - https://bugzilla.novell.com/show_bug.cgi?id=787775 I will open another bug because there seem to be problem with slow font (graphical) rendering due to libCairo issues: http://forums.opensuse.org/english/get-technical-help-here/applications/prin... -- 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.
participants (1)
-
bugzilla_noreply@novell.com