You are not logged in.
Good day!
Today i've upgraded with pacman -Suy and this installed new glibc. BUT COREUTILS compiled against old glibc. Is there any possibility to download new coreutils package?
for example date fails after update:
/bin/date: /lib/libpthread.so.0: unsupporte version 0 of Verdef record
Last edited by Admincheg (2009-11-12 21:34:06)
Offline
> /bin/date
Thu Nov 12 09:28:07 EST 2009Having packages compiled against an older glibc version is fine. There is no soname bump on the library so they are compatible. No-one using [testing] reported an issue either. So something else is going on here.
Offline
Offline
OK i fix the problem. I downloaded manually package from main repos. ftp://ftp.archlinux.org/core/os/i686/gl … pkg.tar.gz and installed with pacman -U glibc-2.11-1-i686.pkg.tar.gz . It made a tick. It looks like some of repos. contains wrong package. Could be the case?
Offline
Seems very strange... if the download was corrupt it should have failed the md5sum check. Perhaps something went wrong during package extraction.
Offline