[Bug 569429] Re: relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with link time reference

2010-04-28 Thread VSN
v...@vsn-desktop:~$ objdump -T /lib/tls/i686/cmov/libc.so.6| grep __fxstat64 000bca20 gDF .text 003f (GLIBC_2.1) __fxstat64 000bca20 gDF .text 003f GLIBC_2.2 __fxstat64 v...@vsn-desktop:~$ -- relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file

[Bug 569429] Re: relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with link time reference

2010-04-28 Thread VSN
Hi Loïc, I just have reinstalled the libc6 via synaptic. After that I was able to reinstall successfully all three packages which installation failed last time. I also noticed that all 3 packages was marked as installed in synaptic BEFORE I reinstalled them. Anyway, it is only RC and I'm

[Bug 569429] Re: relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with link time reference

2010-04-28 Thread Loïc Minier
Ok, if reinstalling fixed it then it was probably local corruption; thanks ** Package changed: ubuntu = eglibc (Ubuntu) ** Changed in: eglibc (Ubuntu) Status: New = Invalid -- relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with link time reference

[Bug 569429] Re: relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with link time reference

2010-04-26 Thread Loïc Minier
Ok; no idea where the issue is, then. For completeness, could you attach the output of: objdump -T /lib/tls/i686/cmov/libc.so.6| grep __fxstat64 albeit I have no idea why it's not working for you. -- relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with

[Bug 569429] Re: relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with link time reference

2010-04-25 Thread Loïc Minier
** Summary changed: - package python-support 1.0.4ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127 + relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with link time reference -- relocation

[Bug 569429] Re: relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with link time reference

2010-04-25 Thread VSN
Hi, below is my output as requested. v...@vsn-desktop:~$ objdump -T /lib/libc.so.6| grep __fxstat64 000bdd90 gDF .text 0041 (GLIBC_2.1) __fxstat64 000bdd90 gDF .text 0041 GLIBC_2.2 __fxstat64 v...@vsn-desktop:~$ objdump -T /usr/bin/python| grep __fxstat64 DF

[Bug 569429] Re: relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with link time reference

2010-04-25 Thread VSN
I actually got three errors while updating the system. This bug, #569425 and #569426. But they are not about libc6. Should I reinstall libc6? Thanks. -- relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with link time reference

[Bug 569429] Re: relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with link time reference

2010-04-25 Thread Loïc Minier
Yes; it's all related to your libc. Could you also attach the output of: ldd -r /usr/bin/python -- relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with link time reference https://bugs.launchpad.net/bugs/569429 You received this bug notification because you

[Bug 569429] Re: relocation error: symbol __fxstat64, version GLIBC_2.2 not defined in file libc.so.6 with link time reference

2010-04-25 Thread VSN
v...@vsn-desktop:~$ ldd -r /usr/bin/python linux-gate.so.1 = (0x00fce000) libpthread.so.0 = /lib/tls/i686/cmov/libpthread.so.0 (0x00dea000) libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0x006b2000) libutil.so.1 = /lib/tls/i686/cmov/libutil.so.1 (0x0092b000)