[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Weird problems with Qt 3.1.2, possibly gcc related



At Thu, 6 Mar 2003 15:06:59 +0100,
Martin Loschwitz wrote:
> while doing the usual test builds with a new Qt version, i noticed a very
> weird problem while compiling kopete.

Which package is kopete existed?

> Have a look at the command and the error message:
> 
> /usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr tr2i18n -i knotifywidgetbase.h ./knotifywidgetbase.ui > knotifywidgetbase.cpp.temp ; ret=$?; \
> sed -e "s,tr2i18n( \"\" ),QString::null,g" knotifywidgetbase.cpp.temp | sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e "s,image\([0-9][0-9]*\)_data,img\1_knotifywidgetbase,g" >>  knotifywidgetbase.cpp ;\
> rm -f knotifywidgetbase.cpp.temp ;\
> if test "$ret" = 0; then echo '#include "knotifywidgetbase.moc"' >> knotifywidgetbase.cpp; else rm -f knotifywidgetbase.cpp ; exit $ret ; fi

Which package is knotifywidgetbase.ui in?

> This commands results in the following error message:
> 
> /usr/share/qt3/bin/uic: relocation error: /lib/libutil.so.1: symbol __cxa_finalize, version IBC_2.1.3 not defined in file libc.so.6 with link time reference
> 
> Please note that Qt3.1.1 with _exactly_ the same configuration does not 
> have this problem. I don't really know what it could be caused by, but 
> this "IBC_2.1.3" message looks suspect. Can you enlighten and help me 
> with getting this bug fixed, please?

 	> dpkg -s qt3-dev-tools | grep Version
 	Version: 3:3.1.1-5
 	> dpkg -s libc6 | grep Version
 	Version: 2.3.1-14

And it works well.  Search "IBC_2.1.3" symbol using objdump against
libraries which are showed by "ldd /usr/share/qt3/bin/uic".
Some files are broken?

Regards,
-- gotom




Reply to: