kde applications crash (Was: no permissions to libc.so.x
libpthread.so.x and other files)
Stepan Rakhimov
stepan_r at mail.ru
Sat Aug 27 08:35:22 GMT 2005
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.
More information about the freebsd-current
mailing list