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

Bug 46192

Summary: /usr/portage/kde-base/kdeedu/kdeedu-3.2.1.ebuild fails
Product: Gentoo Linux Reporter: Rick Sivernell <res005ru>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: major    
Priority: High    
Version: 1.4_rc4   
Hardware: x86   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rick Sivernell 2004-03-29 20:13:45 UTC
RSivernell root # emerge -u kde
Calculating dependencies ...done!
>>> emerge (1 of 7) kde-base/kdeedu-3.2.1 to /
>>> md5 src_uri ;-) kdeedu-3.2.1.tar.bz2
>>> Unpacking source...
>>> Unpacking kdeedu-3.2.1.tar.bz2 to /var/tmp/portage/kdeedu-3.2.1/work
Caught signal 2

/usr/portage/kde-base/kdeedu/kdeedu-3.2.1.ebuild: src_unpack aborted; exiting.



g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o learn.o `test -f 'learn.cpp' || echo './'`learn.cpp
learn.cpp: In member function `QString Learn::randomMeaning(QStringList&)':
learn.cpp:686: warning: passing `float' for argument 1 of `
   QValueListIterator<T> QValueList<T>::at(unsigned int) [with T = Dict::Entry]
   '
learn.cpp:689: warning: passing `float' for argument 1 of `
   QValueListIterator<T> QValueList<T>::at(unsigned int) [with T = Dict::Entry]
   '
learn.cpp:692: warning: passing `float' for argument 1 of `
   QValueListIterator<T> QValueList<T>::at(unsigned int) [with T = Dict::Entry]
   '
/bin/sh ../libtool --silent --mode=link gcc  -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -march=pentium3 -O3 -pipe -Wformat-security -Wmissing-format-attribute   -o kitengen -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.2/lib  -R /usr/kde/3.2/lib -R /usr/qt/3/lib -R /usr/X11R6/lib  xjdxgen.o -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.so.5: undefined reference to `_Unwind_Resume_or_Rethrow@GCC_3.3'
collect2: ld returned 1 exit status
make[3]: *** [kitengen] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/kdeedu-3.2.1/work/kdeedu-3.2.1/kiten'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeedu-3.2.1/work/kdeedu-3.2.1/kiten'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeedu-3.2.1/work/kdeedu-3.2.1'
make: *** [all] Error 2

!!! ERROR: kde-base/kdeedu-3.2.1 failed.
!!! Function kde_src_compile, Line 128, Exitcode 2
!!! died running emake, kde_src_compile:make
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-03-31 04:33:52 UTC
This, unfortunately, is a glibc error and not a problem with kdeedu.  You should re-emerge glibc, then re-emerge gcc.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-04-26 17:58:55 UTC
please search the forums for _Unwind_Resume_or_Rethrow@GCC_3.3, as this is a problem that other have had.  it's not a kdeedu thing.