Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25155 - kdelibs-3.1.2-r1 fails to build
Summary: kdelibs-3.1.2-r1 fails to build
Status: RESOLVED DUPLICATE of bug 25099
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-23 20:58 UTC by Garen
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 Garen 2003-07-23 20:58:02 UTC
...
make[3]: Entering directory `/archive/tmp/portage/kdelibs-3.1.2-r1/work/kdelibs-
3.1.2/khtml'
rm -f htmlpageinfo.cc
echo '#include <klocale.h>' > htmlpageinfo.cc
/usr/qt/3/bin/uic -nounload -tr tr2i18n -i htmlpageinfo.h ./htmlpageinfo.ui > 
htmlpageinfo.cc.temp ; ret=$?; \
sed -e "s,tr2i18n( \"\" ),QString::null,g" htmlpageinfo.cc.temp | sed -
e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e "s,image\([0-9][0-9]*\)
_data,img\1_htmlpageinfo,g" >> htmlpageinfo.cc ;\
rm -f htmlpageinfo.cc.temp ;\
if test "$ret" = 0; then echo '#include "htmlpageinfo.moc"' >> htmlpageinfo.cc; 
else rm -f htmlpageinfo.cc ; exit $ret ; fi
make[3]: *** [htmlpageinfo.cc] Error 139
make[3]: Leaving directory `/archive/tmp/portage/kdelibs-3.1.2-r1/work/kdelibs-
3.1.2/khtml'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/archive/tmp/portage/kdelibs-3.1.2-r1/work/kdelibs-
3.1.2/khtml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/archive/tmp/portage/kdelibs-3.1.2-r1/work/kdelibs-
3.1.2'
make: *** [all] Error 2
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2003-07-23 23:09:08 UTC
I think this is a dupe.

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