Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema con emerge : kdebase-3.4.3-r1 failed [RISOLTO]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
sn3ff4
n00b
n00b


Joined: 20 Oct 2005
Posts: 3

PostPosted: Thu Oct 20, 2005 5:53 pm    Post subject: Problema con emerge : kdebase-3.4.3-r1 failed [RISOLTO] Reply with quote

Ciao a tutti....
Sono nuovo di questo forum... :)
quindi scusatemi se sbaglio qualcosa nel postare....(oltretutto sono un newbie anche di gentoo :D )

allora il mio problema è questo:

dopo aver dato "emerge sync" e "emerge -uD world" quando arriva a compilare kdebase ottengo questo errore....

Code:
/usr/kde/3.4/lib/libkio.so: undefined reference to `operator new(unsigned int)@GLIBCPP_3.2'
/usr/kde/3.4/lib/libkio.so: undefined reference to `vtable for __cxxabiv1::__class_type_info@GLIBCPP_3.2'
/usr/kde/3.4/lib/libkio.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info@GLIBCPP_3.2'
/usr/lib/libfam.so: undefined reference to `__gxx_personality_v0@CXXABI_1.2'
/usr/kde/3.4/lib/libkio.so: undefined reference to `operator delete[](void*)@GLIBCPP_3.2'
/usr/kde/3.4/lib/libkio.so: undefined reference to `__cxa_bad_typeid@CXXABI_1.2'
/usr/kde/3.4/lib/libkdefx.so: undefined reference to `std::ios_base::Init::Init()@GLIBCPP_3.2'
/usr/kde/3.4/lib/libkio.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@GLIBCPP_3.2'
/usr/kde/3.4/lib/libkio.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.2'
/usr/kde/3.4/lib/libkio.so: undefined reference to `__dynamic_cast@CXXABI_1.2'
/usr/kde/3.4/lib/libkio.so: undefined reference to `operator new[](unsigned int)@GLIBCPP_3.2'
/usr/kde/3.4/lib/libkdefx.so: undefined reference to `std::ios_base::Init::~Init()@GLIBCPP_3.2'
/usr/kde/3.4/lib/libkio.so: undefined reference to `operator delete(void*)@GLIBCPP_3.2'
collect2: ld returned 1 exit status
make[3]: *** [drkonqi] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.4.3-r1/work/kdebase-3.4.3/drkonqi'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.4.3-r1/work/kdebase-3.4.3/drkonqi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.4.3-r1/work/kdebase-3.4.3'
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.4.3-r1 failed.
!!! Function kde_src_compile, Line 168, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.


come risolvere???

gcc in uso : i686-pc-linux-gnu-3.4.4 (prima avevo il 3.3.4 se non erro ... )

Ciao a tutti ringrazio anticipatamente per le risposte :)
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Fri Oct 21, 2005 12:26 am    Post subject: Reply with quote

probabilmente l'errore inizia prima, cmq non è che con il cambio ti compilatore hai fatto qualche casino con le librerie condivise? hai lanciato fix_libtool_files.sh? hai provato magari anche un revdep_rebuilt?
Back to top
View user's profile Send private message
sn3ff4
n00b
n00b


Joined: 20 Oct 2005
Posts: 3

PostPosted: Fri Oct 21, 2005 10:05 am    Post subject: Reply with quote

il pezzo precedente a quello che ho incollato è questo:

Code:
/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=pentium4 -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 -D_GNU_SOURCE  -L/usr/kde/3.4/lib -L/usr/qt/3/lib -L/usr/lib    -R /usr/kde/3.4/lib -R /usr/kde/3.4/lib -R /usr/qt/3/lib -R /usr/lib  -o drkonqi  drkonqi.all_cpp.o  -lkdeui -lkio
/usr/kde/3.4/lib/libkio.so: undefined reference to `operator new(unsigned int)@GLIBCPP_3.2'
/usr/kde/3.4/lib/libkio.so: undefined reference to `vtable for __cxxabiv1::__class_type_info@GLIBCPP_3.2'
...............................



Ho usato fix_libtool_files.sh e revdep rebuild ma l'errore mi rimane :(
Back to top
View user's profile Send private message
fabius
Guru
Guru


Joined: 29 Nov 2004
Posts: 525

PostPosted: Sat Oct 22, 2005 11:05 am    Post subject: Reply with quote

Posta un
Code:
emerge info
Back to top
View user's profile Send private message
sn3ff4
n00b
n00b


Joined: 20 Oct 2005
Posts: 3

PostPosted: Tue Oct 25, 2005 8:28 am    Post subject: Reply with quote

l'errore mi è scomparso facendo una ricompilazione del sistema a seguito dell'aggiornamento del gcc :)

thank's a tutti :)
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Tue Oct 25, 2005 8:35 am    Post subject: Reply with quote

aggiungi il tag [RISOLTO] o [OK] al titolo del thread! :!:
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum