2014-09-23 18:41 GMT+04:00 Stefan Wollny <stefan.wol...@web.de>: > I have this Lenovo T60 running amd64-current (full dmesg at the end): > > OpenBSD 5.6-current (GENERIC.MP) #388: Mon Sep 22 02:23:15 MDT 2014 > t...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz, 1994.62 MHz > real mem = 3203203072 (3054MB) > avail mem = 3109261312 (2965MB) > > I follow current since > OpenBSD 5.6 (GENERIC.MP) #310: Tue Jul 29 11:49:10 MDT 2014 > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > All programs have been installed from packages. For KDE-programs I went > for the first time with KDE4. Window-manager is Fluxbox. Whenever I > fetch a fresh snapshot the first thing after reboot is "pkg_add -ui" and > an update of /usr/src, /usr/ports, /usr/xenocara. > > Starting some usual programs in a xterm I get the following warnings: > > ~ $ okular > > okular:/usr/lib/libstdc++.so.57.0: /usr/local/lib/libestdc++.so.16.0 : > WARNING: symbol(_ZN11__gnu_debug17_S_debug_messagesE) size mismatch, > relink your program > okular:/usr/local/lib/qt4/libQtScript.so.2.0: > /usr/local/lib/kde4/libs/libkjsapi.so.50.2 : WARNING: > symbol(_ZTIN14WTFNoncopyable11NoncopyableE) size mismatch, relink your > program > > ~ $ xombrero > xombrero:/usr/local/lib/libestdc++.so.16.0: /usr/lib/libstdc++.so.57.0 : > WARNING: symbol(_ZN11__gnu_debug17_S_debug_messagesE) size mismatch, > relink your program > Bus error (core dumped) > > ~ $ konqueror > konqueror:/usr/lib/libstdc++.so.57.0: /usr/local/lib/libestdc++.so.16.0 > : WARNING: symbol(_ZN11__gnu_debug17_S_debug_messagesE) size mismatch, > relink your program > > ~ $ libreoffice > /usr/local/lib/libreoffice/program/soffice.bin:/usr/lib/libstdc++.so.57.0: > /usr/local/lib/libestdc++.so.16.0 : WARNING: > symbol(_ZN11__gnu_debug17_S_debug_messagesE) size mismatch, relink your > program > > > Even though I am pretty confident that I followed all advisories given > for current I might have missed something. Has anyone a clue what I > could do better??? Reinstalling from ports?
That message is an unfortunate side-effect of switching KDE4 build to newer GCC (from ports and not from base system). While actually such messages ("symbol size mismatch") do indicate real problems (this is why they do appear, at all), this particular one - "_ZN11__gnu_debug17_S_debug_messagesE" - is mostly harmless and you may ignore it safely. -- WBR, Vadim Zhukov