[Bug 249411] New: compiz-0.3.7-13.3 tries to load /usr/lib/libIndirectGL.so.1 on x86_64
https://bugzilla.novell.com/show_bug.cgi?id=249411 Summary: compiz-0.3.7-13.3 tries to load /usr/lib/libIndirectGL.so.1 on x86_64 Product: openSUSE 10.3 Version: Alpha 1 Platform: 64bit OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Xgl AssignedTo: mhoppe@novell.com ReportedBy: wstephenson@novell.com QAContact: bperry@novell.com and it's in /usr/lib64 -- 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=249411 ------- Comment #1 from mhoppe@novell.com 2007-02-27 10:14 MST ------- Sorry. Why I got this bug 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=249411 mhoppe@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mhoppe@novell.com |dreveman@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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=249411 wstephenson@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|dreveman@novell.com |mhopf@novell.com ------- Comment #2 from wstephenson@novell.com 2007-02-27 14:09 MST ------- Typo, sorry. I discussed this with Matthias Hopf, he knows what's up. -- 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=249411 mhopf@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dreveman@novell.com Severity|Normal |Major Status|NEW |ASSIGNED Priority|P5 - None |P2 - High ------- Comment #3 from mhopf@novell.com 2007-02-28 05:04 MST ------- Will check what's happening during compilation here. Code looks good, but apparently doesn't work as intended. -- 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=249411 ------- Comment #4 from andreas.hanke@gmx-topmail.de 2007-02-28 15:11 MST ------- A hint: You can save yourself the #if preprocessor magic by using \$LIB. glibc automatically expands this to either "lib" or "lib64", according to the platform. See also http://people.redhat.com/drepper/dsohowto.pdf (Page 41) -- 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=249411 ------- Comment #5 from andreas.hanke@gmx-topmail.de 2007-02-28 16:35 MST ------- Tested and works (after many struggles to make it build). Just write: #define INDIRECT_LIBGL "/usr/$LIB/libIndirectGL.so.1" The \ is not necessary because this is not shell code. -- 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=249411 ------- Comment #6 from andreas.hanke@gmx-topmail.de 2007-02-28 16:50 MST ------- Btw. approaches that assume "64bit platform == lib64" don't work because this assumption is not correct. There are 64bit platforms which don't use lib64. -- 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=249411 ------- Comment #7 from mhopf@novell.com 2007-03-01 06:22 MST ------- This is interesting news. But which 64bit platforms do *not* use lib64 for 64bit libraries? Be aware that we're talking about glibc based platforms ATM. I'll probably use your approach, but I still would like to find out why this compiles wrong. -- 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=249411 ------- Comment #8 from wstephenson@novell.com 2007-03-01 06:27 MST ------- IIUC Debian and family describe themselves as "natively 64 bit" and put their 64 bit libraries in lib on 64 bit platforms. But that's just hearsay from me. -- 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=249411 ------- Comment #9 from andreas.hanke@gmx-topmail.de 2007-03-01 14:28 MST ------- IA64 doesn't use lib64. -- 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=249411 mhopf@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #10 from mhopf@novell.com 2007-03-02 08:51 MST ------- limits.h wasn't included, so both INT_MAX and LONG_MAX were undefined. Dunno why the #if directive didn't produce a compiler error in this case, though. Fixed in STABLE. -- 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