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

Weird problems with Qt 3.1.2, possibly gcc related



[CC'ing -libc because it could also be libc6 related]

Hello,

while doing the usual test builds with a new Qt version, i noticed a very
weird problem while compiling kopete.

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

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?

-- 
  .''`.   Martin Loschwitz           Debian GNU/Linux developer
 : :'  :  madkiss@madkiss.org        madkiss@debian.org
 `. `'`   http://www.madkiss.org/    people.debian.org/~madkiss/
   `-     Use Debian GNU/Linux 3.0!  See http://www.debian.org/

Attachment: pgpPx_DyeF64H.pgp
Description: PGP signature


Reply to: