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.