[kde-freebsd] building KDE4 on CURRENT r255948 ports r328930 still fails

Tijl Coosemans tijl at coosemans.org
Tue Oct 8 17:33:36 UTC 2013


On Tue, 8 Oct 2013 15:59:01 +0200 Matthias Apitz wrote:
> I have always a core file in $HOME after starting KDE4; a gdb bt is:
> 
> # gdb /usr/local/kde4/bin/kactivitymanagerd kactivitymanagerd.core
> ...
> [New Thread 2c403080 (LWP 100158/kactivitymanagerd)]
> (gdb) bt
> #0  0x00000000 in ?? ()
> #1  0x2a20e10e in __dynamic_cast (src_ptr=0x2c40dc20, src_type=0x28458bc0, dst_type=0x28458c10, src2dst=0)
>     at ../../.././../gcc-4.6.3/libstdc++-v3/libsupc++/dyncast.cc:61

This is probably because kdelibs was compiled with clang/libc++ and
kactivitymanagerd was compiled with gcc/libstdc++.  Mixing C++
runtime libraries like that doesn't work.

In x11/kactivitymanagerd/Makefile see if commenting out USE_GCC=yes
and then rebuilding the port helps.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-freebsd/attachments/20131008/3543c125/attachment.sig>


More information about the kde-freebsd mailing list