Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

error emerging kdelibs-3.5.5-r7

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
5 posts • Page 1 of 1
Author
Message
polle
Veteran
Veteran
User avatar
Posts: 1498
Joined: Fri Feb 28, 2003 5:07 pm
Location: Belgium

error emerging kdelibs-3.5.5-r7

  • Quote

Post by polle » Tue Jan 30, 2007 8:01 pm

Got an error while trying to upgrade to kdelibs-3.5.-r7:

Code: Select all

 -DQT_THREAD_SUPPORT  -D_REENTRANT  -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=athlon64 -pipe -ftracer -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -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 libkhtml_la.all_cc.lo libkhtml_la.all_cc.cc
khtml_part.cpp:1514: warning: unused parameter 'kio_job'
khtml_part.cpp:1565: warning: unused parameter 'kio_job'
khtml_caret.cpp: In member function 'void khtml::CaretBoxLine::addConvertedInlineBox(khtml::InlineBox*, khtml::CaretBoxLine::SeekBoxParams&)':
khtml_caret.cpp:669: warning: 'lastCoalescedBox$index' may be used uninitialized in this function
khtml_caret.cpp:669: warning: 'lastCoalescedBox$cbl' may be used uninitialized in this function
/bin/sh ../libtool --silent --tag=CXX --mode=link 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=athlon64 -pipe -ftracer -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o libkhtml.la -rpath /usr/kde/3.5/lib -version-info 6:0:2 -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -Wl,--version-script=./libkhtml.map -L/usr/kde/3.5/lib -L/usr/qt/3/lib -L/usr/lib    libkhtml_la.all_cc.lo libkhtml_la.all_cpp.lo  ./xml/libkhtmlxml.la ./html/libkhtmlhtml.la ./rendering/libkhtmlrender.la ./css/libkhtmlcss.la ./misc/libkhtmlmisc.la ecma/libkjs_html.la ./dom/libkhtmldom.la  ../kparts/libkparts.la  ../kdeprint/libkdeprint.la ../kutils/libkutils.la ../kwallet/client/libkwalletclient.la
ecma/.libs/libkjs_html.a(libkjs_html_la.all_cpp.o): In function `KJS::DOMFunction::call(KJS::ExecState*, KJS::Object&, KJS::List const&)':
libkjs_html_la.all_cpp.cpp:(.text+0x436e1): undefined reference to `__cxa_get_exception_ptr'
libkjs_html_la.all_cpp.cpp:(.text+0x43a8e): undefined reference to `__cxa_get_exception_ptr'
libkjs_html_la.all_cpp.cpp:(.text+0x43d17): undefined reference to `__cxa_get_exception_ptr'
libkjs_html_la.all_cpp.cpp:(.text+0x43ffd): undefined reference to `__cxa_get_exception_ptr'
ecma/.libs/libkjs_html.a(libkjs_html_la.all_cpp.o): In function `KJS::DOMFunction::get(KJS::ExecState*, KJS::Identifier const&) const':
libkjs_html_la.all_cpp.cpp:(.text+0x5652b): undefined reference to `__cxa_get_exception_ptr'
ecma/.libs/libkjs_html.a(libkjs_html_la.all_cpp.o):libkjs_html_la.all_cpp.cpp:(.text+0x56882): more undefined references to `__cxa_get_exception_ptr' follow
collect2: ld returned 1 exit status
make[3]: *** [libkhtml.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.5.5-r7/work/kdelibs-3.5.5/khtml'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.5.5-r7/work/kdelibs-3.5.5/khtml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.5.5-r7/work/kdelibs-3.5.5'
make: *** [all] Error 2

!!! ERROR: kde-base/kdelibs-3.5.5-r7 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  kdelibs-3.5.5-r7.ebuild, line 156:   Called kde_src_compile
  kde.eclass, line 170:   Called kde_src_compile 'all'
  kde.eclass, line 340:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 336:   Called die

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call stack if relevant.
Top
thestick
Guru
Guru
User avatar
Posts: 531
Joined: Fri Apr 07, 2006 2:14 pm
Location: /dev/urandom

  • Quote

Post by thestick » Tue Jan 30, 2007 8:58 pm

try
emerge -NpvD world
and
revdep-rebuild

it worked for me when compiling some latest kde package failed.
Top
mahdi
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 128
Joined: Mon May 05, 2003 4:51 pm
Location: Dallas TX
Contact:
Contact mahdi
Website

  • Quote

Post by mahdi » Mon Feb 12, 2007 3:36 pm

I'm getting the same error (since last week, was hoping a sync since would fix it) and a world update and revdep doesn't fix it.
I'm about to do a emerge -e world as there has been some things recently fixed on my system. I'll let you know in a day or two if that helps...maybe an "emerge -e kde-base/kdelibs" is all that is really needed for this one...?
Top
polle
Veteran
Veteran
User avatar
Posts: 1498
Joined: Fri Feb 28, 2003 5:07 pm
Location: Belgium

  • Quote

Post by polle » Tue Feb 13, 2007 3:22 pm

I did an emerge -P gcc and that solved the problem (removed a gcc 3.4 version)
Top
njcwotx
Guru
Guru
User avatar
Posts: 587
Joined: Fri Feb 25, 2005 3:53 am
Location: Texas

  • Quote

Post by njcwotx » Mon Apr 09, 2007 2:34 am

ran emerge -P gcc and it removed 4.1.1 and kept an old version...

I did run gcc-config -l and it would show 4.1.1 as the current version...I did this because I could not emerge kde with kdelibs problem.

this is what I have done to date.
http://forums.gentoo.org/viewtopic-t-55 ... ight-.html

im re-emerging gcc to get 4.1.1 back, but I find it interesting that it was my selected compiler, how did it believe to get rid of it over 3.3.6?
Drinking from the fountain of knowldege.
Sometimes sipping.
Sometimes gulping.
Always thirsting.
Top
Post Reply

5 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic