Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12547 - Compiler error on kdelibs-3.0.5a (libkatepart)
Summary: Compiler error on kdelibs-3.0.5a (libkatepart)
Status: RESOLVED DUPLICATE of bug 12538
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-21 22:36 UTC by James R. Webb
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***