LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   -current glibc 2.15 trouble (https://www.linuxquestions.org/questions/slackware-14/current-glibc-2-15-trouble-936592/)

ngc891 03-26-2012 10:39 PM

-current glibc 2.15 trouble
 
OK, I just posted about this on my blog but thought it will be useful too here, for people using slackware -current.

From the Slackware64 ChangeLog:
Quote:

Mon Mar 26 01:41:11 UTC 2012
l/glibc-2.15-x86_64-1.txz: Upgraded.
This change gives trouble with some applications. For instance, subversion segfault as soon as it starts. There are patches around for this problem but recompiling and testing glibc is not very funny. Patrick Volkerding will surely fix this soon but if you’re stuck and can not wait, here is a trick: you can use LD_PRELOAD to load the old libc before the new. Updating glibc on Slackware always let essential part of the old lib around, which is handful in this case. The bug in glibc is in the maths lib, so you can run subversion by doing:

Code:

$ LD_PRELOAD=/lib64/libm-2.14.1.so svn up
This workaround can save your day!

willysr 03-27-2012 01:04 AM

Strange.... on my system, subversion works fine even after i upgraded to the latest update (including glibc)
I'm on 32 bit system, FYI

ngc891 03-27-2012 01:39 AM

Quote:

Originally Posted by willysr (Post 4637276)
Strange.... on my system, subversion works fine even after i upgraded to the latest update (including glibc)
I'm on 32 bit system, FYI

Disabling the floor multiarch ifuncs for x86-64 fixes this.
http://sourceware.org/bugzilla/show_bug.cgi?id=13580

ArTourter 03-27-2012 09:31 PM

Thanks ngc891, your post has indeed saved my day!

ngc891 03-27-2012 11:32 PM

Now fixed in -current
 
Patrick Volkerding has just updated the glibc package to fix this problem:

Quote:

Wed Mar 28 02:05:26 UTC 2012
a/glibc-solibs-2.15-x86_64-2.txz: Rebuilt.
Upstream glibc fix for crashes: "Sort objects before relocations"
git commit 6ee65ed6ddbf04402fad0bec6aa9c73b9d982ae4

saavedra29 03-30-2012 06:17 PM

Hello, can you tell me where can i find the upgraded package? Any link? I have segmentation fault trying to run virtualbox. And don't have any idea about git. Thanks.

cwizardone 03-30-2012 06:54 PM

Here you go:

http://ftp.osuosl.org/pub/slackware/

Then pick your version of Slackware.


If you are running Slackware64 with Alien Bob's multilib files look here,

http://connie.slackware.com/~alien/multilib/

saavedra29 03-30-2012 07:55 PM

Cwizardone i installed it but it made no differce. Thanks.
I will check again tommorow..

saavedra29 03-31-2012 03:12 PM

Well I had it installed, the problem was with the graphics card, i fixed it.:)


All times are GMT -5. The time now is 02:22 AM.