[Bug 429028] New: x86_64: skipping incompatible /usr/lib/libc. so when searching for -lc
https://bugzilla.novell.com/show_bug.cgi?id=429028 Summary: x86_64: skipping incompatible /usr/lib/libc.so when searching for -lc Product: openSUSE 11.1 Version: Beta 1 Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: kkaempf@novell.com QAContact: qa@suse.de Found By: --- gcc, when linking on an x86_64 system, reports "skipping incompatible /usr/lib/libc.so when searching for -lc" rpm -qf /usr/lib/libc.so reveals: glibc-devel-2.8.90-11.1 glibc-devel-32bit-2.8.90-11.1 -- 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=429028 Klaus Kämpf <kkaempf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |pbaudis@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=429028 User kkaempf@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=429028#c1 --- Comment #1 from Klaus Kämpf <kkaempf@novell.com> 2008-09-23 08:07:52 MDT --- removing glibc-devel-32bit and reverting to 2.8.90-9.3 (from head-x86_64) seems to have fixed this issue for now. -- 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=429028 User pbaudis@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=429028#c2 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pbaudis@novell.com AssignedTo|pbaudis@novell.com |matz@novell.com --- Comment #2 from Petr Baudis <pbaudis@novell.com> 2008-09-23 08:13:34 MDT --- Huh... Michael, do you have any idea? -- 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=429028 User rguenther@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=429028#c3 --- Comment #3 from Richard Guenther <rguenther@novell.com> 2008-09-26 11:09:45 MDT --- It looks like the libc.so symlink is broken (it should be in glibc-devel-32bit onlu)? But the linker shouldn't search in /usr/ lib by default either. If you link with -v, is /usr/lib in the paths passed to collect2? It should be only if you link with -m32. -- 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=429028 User kkaempf@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=429028#c4 --- Comment #4 from Klaus Kämpf <kkaempf@novell.com> 2008-09-29 04:58:41 MDT --- As written in comment #1, the issue is 'fixed' for now. It still strongly looks like a packaging bug ... -- 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=429028 User rguenther@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=429028#c5 Richard Guenther <rguenther@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |kkaempf@novell.com --- Comment #5 from Richard Guenther <rguenther@novell.com> 2008-09-30 04:01:18 MDT --- If you link with -v, is /usr/lib in the paths passed to collect2? It should be only if you link with -m32. -- 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=429028 User kkaempf@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=429028#c6 Klaus Kämpf <kkaempf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|kkaempf@novell.com | --- Comment #6 from Klaus Kämpf <kkaempf@novell.com> 2008-09-30 04:09:21 MDT --- No, its not. COLLECT_GCC_OPTIONS='-v' '-mtune=generic' /usr/lib64/gcc/x86_64-suse-linux/4.3/collect2 --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../lib64/crt1.o /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/4.3/crtbegin.o -L/usr/lib64/gcc/x86_64-suse-linux/4.3 -L/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.3/../../.. hello.o -lc -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib64/gcc/x86_64-suse-linux/4.3/crtend.o /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../lib64/crtn.o -- 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=429028 User rguenther@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=429028#c7 --- Comment #7 from Richard Guenther <rguenther@novell.com> 2008-09-30 04:27:13 MDT --- The file lists of 2.8.90-12.3 look ok, so I guess this is fixed? -- 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=429028 User kkaempf@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=429028#c8 --- Comment #8 from Klaus Kämpf <kkaempf@novell.com> 2008-09-30 04:35:13 MDT --- I'll tell when I upgrade to Beta2 later this week ;-) -- 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=429028 User kkaempf@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=429028#c9 Klaus Kämpf <kkaempf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #9 from Klaus Kämpf <kkaempf@novell.com> 2008-10-07 08:33:03 MDT --- Beta2 is fine. And the real cause was bug #431565 (yast not resetting the solver transaction, resulting in i686 packages being installed on a x86_64 system). *** This bug has been marked as a duplicate of bug 431565 *** https://bugzilla.novell.com/show_bug.cgi?id=431565 -- 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