You are not logged in.
@triton60
Thanks for the reply. Yes, I have followed the guide, just that I'm puzzled about what to do at that step. The output of that "grep" command in my system is:A bunch of things under /var/lib/pacman/local/glibc-2.16.0-1/files
which I suppose I don't need to worry about (right?) and
/var/lib/pacman/local/lib32-glibc-2.15-10/files:lib/ /var/lib/pacman/local/lib32-glibc-2.15-10/files:lib/ld-linux.so.2
But I don't know how to rebulid lib32-glibc-2.15-10 so as not to include the /lib directory as suggested in the guide.
I had those lines too and I've made them disappear by first enabling [multilib] repo again and
pacman -Su --ignore glibc
in order to update lib32-glibc package. Then simply update glibc.
I hope it helps to anybody else
Offline
your tip doesn't work with 32 bits version of archlinux,
see this post, it's impossible to update glibc despite the wiki guide :
Offline
I found the solution !!
the solution is to move the /lib/modules folder in a backup folder, in order to have only the files owned by glibc :
mv /lib/modules /home/potomac/backup
it's the only way if I want to update glibc
I think the article in the wiki is not clear when I read this :
"If no other files are in /lib/modules, you can safely remove that directory"
it should be :
"If no other files are in /lib/modules, you MUST safely remove that directory, otherwise the update of glibc will fail".
Last edited by Potomac (2012-07-14 22:35:48)
Offline
I had those lines too and I've made them disappear by first enabling [multilib] repo again and
pacman -Su --ignore glibc
in order to update lib32-glibc package. Then simply update glibc.
I hope it helps to anybody else
Thanks! I had the same issue and this almost solved it. Only difference is I needed to refresh the package list as well using the -y option:
pacman -Syu --ignore glibc
Offline
I have completed this upgrade in all my laptop/netbook without any issue and just followed the instructions.In two laptop I put lot of aur stuff and need to clean before staring this upgrade. Thanks Allan and all Developers (Allan did not break :-) )
Offline
jorgeramirez wrote:I had those lines too and I've made them disappear by first enabling [multilib] repo again and
pacman -Su --ignore glibc
in order to update lib32-glibc package. Then simply update glibc.
I hope it helps to anybody else
Thanks! I had the same issue and this almost solved it. Only difference is I needed to refresh the package list as well using the -y option:
pacman -Syu --ignore glibc
Yes, I missed that -y option.
Offline
And the of backup of /lib can I delete it?
Motörhead Forever "Everything louder than Everything Else"
Offline
Thanks to all of you guys. I solved the problem by removing both /lib/modules and /lib/udev.
Now i ll keep them there for a few days (just in case) and later i ll delete them.
Offline