Jonathan Noack wrote: > Stepan Rakhimov wrote: > >>Jonathan Noack wrote: >> >>>Huh. Everything looks in order. I guess your next step is to try to >>>obtain a kmail backtrace. Everything else is using libc.so.6 without a >>>problem, so I doubt it's an issue there. Do you use custom CFLAGS? >> >>my make.conf looks like this: >> CPUTYPE?=athlon64 >> CFLAGS= -O2 -pipe >> >> #ccache >> .if !defined(NOCCACHE) >> .if ${.CURDIR:M/usr/src*} >> CC=/usr/local/libexec/ccache/cc >> CXX=/usr/local/libexec/ccache/c++ >> .else >> CC=cc >> CXX=c++ >> .endif >> .else >> CC=/usr/bin/cc >> CXX=/usr/bin/c++ >> .endif >> #end ccache >> >> # added by use.perl 2005-08-23 10:28:40 >> PERL_VER=5.8.7 >> PERL_VERSION=5.8.7 > > > Try to recompile the kmail and kdevelop without ccache and using the > default CFLAGS (-O2 -fno-strict-aliasing -pipe). This is my last idea on > this, so if you haven't already you should ask again on the list. > > Hope you get it resolved, > Jon > I've recompiled all the kde without ccache and CFLAGS, i've even rebuilt kdepim with CPUTYPE=i686, nothing changed (kmail, kdevelop and some other application still craches with libc.so.6, but works with libc.so.5) Any other help would be very appreciated.Received on Sat Aug 27 2005 - 06:35:22 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:42 UTC