Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 12547

Summary: Compiler error on kdelibs-3.0.5a (libkatepart)
Product: Gentoo Linux Reporter: James R. Webb <jrwebb>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal CC: quequero
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description James R. Webb 2002-12-21 22:36:59 UTC
I get the following error trying to compile kdelibs: 
echo '#include <klocale.h>' > katehledit_attrib_skel.cpp 
/usr/qt/3/bin/uic -L /usr/kde/3/lib/kde3/plugins/designer -nounload -tr 
tr2i18n -i katehledit_attrib_skel.h ./katehledit_attrib_skel.ui > 
katehledit_attrib_skel.cpp.temp ; ret=$?; \ 
sed -e "s,tr2i18n( \"\" ),QString::null,g" katehledit_attrib_skel.cpp.temp | 
sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e 
"s,image\([0-9][0-9]*\)_data,img\1_katehledit_attrib_skel,g" >> 
katehledit_attrib_skel.cpp ;\ 
rm -f katehledit_attrib_skel.cpp.temp ;\ 
if test "$ret" = 0; then echo '#include "katehledit_attrib_skel.moc"' >> 
katehledit_attrib_skel.cpp; else rm -f katehledit_attrib_skel.cpp ; exit $ret 
; fi 
uic: dl-close.c:230: _dl_close: Assertion `imap->l_type == lt_loaded || 
imap->l_opencount > 0' failed. 
make: *** [katehledit_attrib_skel.cpp] Error 134 
 
I'm using gcc-3.2.1-r6 if that could be part of the problem.
Comment 1 Quequero 2002-12-22 08:25:58 UTC
I can confirm, with QT 3.1.1 i get a similar error (can't paste it, i'm posting from console now ;p) Que
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2002-12-22 14:21:00 UTC

*** This bug has been marked as a duplicate of 12538 ***