Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67194 - koffice-1.3.3 fails to compile due to uic segmentation fault with qt-3.3.3-r1
Summary: koffice-1.3.3 fails to compile due to uic segmentation fault with qt-3.3.3-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-11 22:11 UTC by Chris White (RETIRED)
Modified: 2005-01-22 15:27 UTC (History)
0 users

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 Chris White (RETIRED) gentoo-dev 2004-10-11 22:11:34 UTC
While compiling koffice-1.3.3 with qt-3.3.3-r1, I receive the following error:

rm -f insertpagedia.cc
echo '#include <kdialog.h>' > insertpagedia.cc
echo '#include <klocale.h>' >> insertpagedia.cc
/usr/qt/3/bin/uic -L /usr/kde/3.3/lib/kde3/plugins/designer -nounload -tr tr2i18n -i insertpagedia.h ./insertpagedia.ui > insertpagedia.cc.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" insertpagedia.cc.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_insertpagedia,g" >> insertpagedia.cc ;\
rm -f insertpagedia.cc.temp ;\
if test "$ret" = 0; then echo '#include "insertpagedia.moc"' >> insertpagedia.cc; else rm -f insertpagedia.cc ; exit $ret ; fi
/bin/sh: line 1: 19565 Segmentation Fault  /usr/qt/3/bin/uic -L /usr/kde/3.3/lib/kde3/plugins/designer -nounload -tr tr2i18n -i insertpagedia.h ./insertpagedia.ui >insertpagedia.cc.temp
make[3]: *** [insertpagedia.cc] error 139
make[3]: Leaving directory `/var/tmp/portage/koffice-1.3.3/work/koffice-1.3.3/kpresenter'
make[2]: *** [all-recursive] error 1
make[2]: Leaving directory `/var/tmp/portage/koffice-1.3.3/work/koffice-1.3.3/kpresenter'
make[1]: *** [all-recursive] error 1
make[1]: Leaving directory `/var/tmp/portage/koffice-1.3.3/work/koffice-1.3.3'
make: *** [all] error 2

It seems that the uic with qt-3.3.3-r1 does not like koffice-1.3.3.  This appeared to compile just fine with previous qt versions (as I have the program installed previous to this).  Thanks ahead of time for any help in the matter.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2005-01-22 15:27:45 UTC
Dunno about this one.  Going to assume it works okay for 1.3.5, but please reopen if not.