
Don't panic (unlike your kernel)Etrans wrote:Read this post too late..now I have a kernel panic with some mentioning of ld.so-2.13
there is: heregrozin wrote:I run a pure ~x86 box. After upgrade to glibc-2.13, skype segfaults immediately at start-up. Please help! My wife is worried!
Is it possible to downgrade glibc in any way? Higher computer-related things can wait, I urgently need skype.
thxFireBurn wrote:Don't panic (unlike your kernel)Etrans wrote:Read this post too late..now I have a kernel panic with some mentioning of ld.so-2.13
1) Boot from CD
2) mount your root partition to /mnt/gentoo
3) run: /mnt/gentoo/usr/sbin/prelink -u /mnt/gentoo/bin/bash
4) chroot into your install: chroot /mnt/gentoo /bin/bash
5) Switch of prelink: prelink -au
6) Unmerge prelink: emerge --unmerge prelink
Alternatively instead of 6) you could downgrade glibc and mask 2.13
FireBurn wrote:The ebuild was marked ~unstable for x86 amd64 ppc ppc64 spark ia64 sh & s390vdracula wrote:Even for testing it's a very bad QA, in particular for glibc.
I very much doubt if all these targets were tested especially the latter; I doubt very many people have access to a mainframe to do testing
Code: Select all
PRELINKING=""

No. It's not worth it on modern systems.Simon196405 wrote:I just wonder if prelink is still usefull.
Nowedays we some linker optimizations like: --as-needed, hash-style=gnu, O1.
Also there was something like a useflag kdeenablefinal.
These basically make sure there is less to link and that linking goes faster.
So the befit of prelink is smaller these days.
I just wonder if prelink is still worthwhile?
Jaglover wrote:Yes, three of my boxes were running overnight and were screwed. There is no need to unmerge prelink, though, just make sure you havein your /etc/conf.d/prelink.Code: Select all
PRELINKING=""
I assume most of us want to keep prelink despite this little @#$%.
Yes it sucks, but prelink is run by a cron job. Until prelink is run, everything appears to work. No amount of testing would catch it unless the cron job happened to trigger.vdracula wrote:Even for testing it's a very bad QA, in particular for glibc.

