Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139204 - quanta-3.5.3 doesn't compile with gcc-4.1
Summary: quanta-3.5.3 doesn't compile with gcc-4.1
Status: RESOLVED DUPLICATE of bug 64615
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-04 09:40 UTC by Marco Wegner
Modified: 2006-07-04 09:44 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 Marco Wegner 2006-07-04 09:40:32 UTC
I upgraded my system from gcc-3.4.6 to gcc-4.1.1 using the the 'GCC Upgrade Guide'. Upon executing 'emerge -eav world' I encountered the error which can be found at the end of this report while compiling Quanta 3.5.3.

I used the following USE flags for compiling Quanta: "arts kdeenablefinal tidy".


/bin/sh ../../libtool --silent --mode=link --tag=CXX i686-pc-linux-gnu-g++  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=athlon-xp -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DENABLE_CVSSERVICE    -o quanta -L/usr/kde/3.5/lib -L/usr/qt/3/lib -L/usr/lib    -R /usr/kde/3.5/lib -R /usr/kde/3.5/lib -R /usr/qt/3/lib -R /usr/lib quanta.all_cpp.o  ../../quanta/project/libproject.la ../../quanta/plugins/libplugins.la ../../quanta/parsers/libparser.la ../../quanta/parsers/dtd/libdtdparser.la ../../quanta/treeviews/libtreeviews.la ../../quanta/dialogs/libdialogs.la ../../quanta/components/debugger/libdebuggermanager.la ../../quanta/dialogs/tagdialogs/libtagdialogs.la ../../quanta/dialogs/settings/libsettingsdialogs.la ../../quanta/messages/libmessages.la ../../quanta/components/framewizard/libframewizard.la ../../quanta/components/csseditor/libcsseditor.la ../../quanta/components/tableeditor/libtableeditor.la ../../quanta/parts/preview/libpreview.la ../../quanta/utility/libutility.la ../../lib/libquantamodule.la -lkatepartinterfaces -lknewstuff ../../quanta/parts/kafka/libkafkalibrary.la ../../quanta/components/cvsservice/libcvsservice.la -lcvsservice -lkmdi -L/usr/lib -lxml2 -lz -lm -lexslt -L/usr/lib -lxslt -lxml2 -lz -lm -lkabc -lkspell -lkhtml
../../quanta/parts/kafka/.libs/libkafkalibrary.a(libkafkalibrary_la.all_cpp.o): In function `kafkaCommon::insertDomNode(DOM::Node, DOM::Node, DOM::Node, DOM::Node)':
libkafkalibrary_la.all_cpp.cpp:(.text+0x53e6): undefined reference to `__cxa_get_exception_ptr'
/usr/kde/3.5/lib/libkhtml.so: undefined reference to `__cxa_get_exception_ptr@CXXABI_1.3.1'
collect2: ld returned 1 exit status
make[3]: *** [quanta] Error 1
make[3]: Leaving directory `/var/tmp/portage/quanta-3.5.3/work/quanta-3.5.3/quanta/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/quanta-3.5.3/work/quanta-3.5.3/quanta'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/quanta-3.5.3/work/quanta-3.5.3'
make: *** [all] Error 2

!!! ERROR: kde-base/quanta-3.5.3 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  quanta-3.5.3.ebuild, line 28:   Called kde-meta_src_compile
  kde-meta.eclass, line 410:   Called kde_src_compile
  kde.eclass, line 164:   Called kde_src_compile 'all'
  kde.eclass, line 306:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 302:   Called die

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2006-07-04 09:44:48 UTC

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