Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fehler bei Installation von kmail
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
eBoy
Apprentice
Apprentice


Joined: 16 Jul 2006
Posts: 196

PostPosted: Thu Dec 21, 2006 9:20 am    Post subject: Fehler bei Installation von kmail Reply with quote

Nach mehreren Versuchen kmail zu installieren, habe ich es nun erstmal aufgegeben

Code:
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/certmanager/lib/libkleopatra.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/libkcal/libkcal.la' seems to be moved
/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=i686 -pipe -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 kmail -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 main.o libkmailprivate.la
/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]: *** [kmail] Fehler 1
make[3]: Leaving directory `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/kmail'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/kmail'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5'
make: *** [all] Fehler 2

!!! ERROR: kde-base/kmail-3.5.5-r1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 1255:   Called kde-meta_src_compile
  kde-meta.eclass, line 379:   Called kde_src_compile
  kde.eclass, line 169:   Called kde_src_compile 'all'
  kde.eclass, line 339:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 335:   Called die

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call stack if relevant.

Der Fehler tritt immer auf, egal was ich mache. Habe auch schon vorher ein world-Update gemacht usw.

Wer kennt den Fehler bzw. was ist überhaupt der Fehler?


Gruß

eBoy
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Thu Dec 21, 2006 10:48 am    Post subject: Reply with quote

Wie installierst du dir denn KMail? Das ist doch bei KDE automatisch mit dabei. Und dann, versuch es mal mit revdep-rebuild aus dem gentoolkit, mit emerge -uDN world und als letztes mit emerge -1 kdelibs.
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5205

PostPosted: Thu Dec 21, 2006 11:08 am    Post subject: Reply with quote

Klaus Meier wrote:
Wie installierst du dir denn KMail? Das ist doch bei KDE automatisch mit dabei. Und dann, versuch es mal mit revdep-rebuild aus dem gentoolkit, mit emerge -uDN world und als letztes mit emerge -1 kdelibs.

Es ist nur dabei, wenn man entweder kde monolithisch installiert oder per kde-meta die split-ebuilds ;)

wenn man aber kde nur per kdebase-starkde installiert, ist kmail nicht mit dabei ;)
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
mastacloak
Apprentice
Apprentice


Joined: 01 Aug 2004
Posts: 174
Location: Berlin / Germany

PostPosted: Thu Dec 21, 2006 11:10 am    Post subject: Re: Fehler bei Installation von kmail Reply with quote

eBoy wrote:

Code:
/usr/kde/3.5/lib/libkhtml.so: undefined reference to `__cxa_get_exception_ptr@CXXABI_1.3.1'



Das sieht ein bisschen danach aus, als hättest Du gcc und konsorten aktualisiert, aber kdelibs (welches libkhtml enthält) nicht mit dem neuen gcc re-emerged. Zwischen gcc-3.4.x und gcc-4.x.x gab's nämlich Änderungen an der ABI, die Dir jetzt auf die Füße fallen. Also am besten alle KDE-Pakete re-emergen und dann kmail kompilieren.
Back to top
View user's profile Send private message
eBoy
Apprentice
Apprentice


Joined: 16 Jul 2006
Posts: 196

PostPosted: Thu Dec 21, 2006 12:30 pm    Post subject: Reply with quote

Das könnte sein...
ich habe mal gcc umgestellt, um kqemu zu emergen, dabei hat er dann scheinbar auch weitere Pakete neu kompiliert und somit mit einem älteren gcc...

D.h. ich muss nun alle KDE-Pakete raussuchen und neu emergen? *seufz* ok...


P.S.:
Ja, ich habe KDE minimal installiert, da ich viele der Programme eh nie nutze... ;)
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Thu Dec 21, 2006 12:49 pm    Post subject: Reply with quote

Probiers erst mal mit kdelibs. Wenn das alleine nicht reicht, dann wird es heftig.
Back to top
View user's profile Send private message
mastacloak
Apprentice
Apprentice


Joined: 01 Aug 2004
Posts: 174
Location: Berlin / Germany

PostPosted: Thu Dec 21, 2006 3:04 pm    Post subject: Reply with quote

Klaus Meier wrote:
Probiers erst mal mit kdelibs. Wenn das alleine nicht reicht, dann wird es heftig.


Kann man auch versuchen. Im Zweifelsfall rennen dann allerdings zuvor kompilierte KDE-Programme nicht mehr. Insbesondere die, die die alte libstdc++.so.6 (vom gcc-3.4.x mit CXXABI_1.3) laden und dann eine Bibliothek von kdelibs einbinden wollen, die aber die CXXABI_1.3.1 benötigt von der gcc 4.x.x-er libstdc++.so.6. Dann hast Du ein funktionierendes kmail, aber andere KDE-Programme werden eventuell nicht mehr funktionieren.
Back to top
View user's profile Send private message
eBoy
Apprentice
Apprentice


Joined: 16 Jul 2006
Posts: 196

PostPosted: Fri Dec 22, 2006 8:50 am    Post subject: Reply with quote

Habe ich probiert, bricht ebenfalls mit einem Fehler ab...

Evtl installiere ich es nochmal komplett neu und mache alles nach meinen Bedürfnissen (ist schon länger her und ist meine Erstinstallation von Gentoo auf meinem Dell X1).
Dazu müsste ich nur wieder wissen, welche Pakete die relevanten zur Installation sind. Ich habe auch noch ein selbst erstelltes Stage4, das ich mal testweise wieder einspielen werde, um zu sehen, ob mein Backup überhaupt lauffähig war :lol:
Evtl mach ich alles trotzdem von Grund auf neu (kann nicht schaden) und mach dann nach Gentoo + minimales KDE + openOffice wiederum ein Stage4, da diese "Grundinstallation ja am längsten braucht.
Kann mir jemand ein kqemu kompilieren, dass ich einspielen kann (welche Angaben wären zum "fremdkompilieren relevant?? Vielleicht hat jemand ein kompiliertes Paket, das passt? Kann man diese "einfach" einspielen?) ? Ich will nicht mehr meinen gcc umstellen um kqemu zu kompilieren, da das Ergebnis doch weniger erfreulich war. Seitdem habe ich einige Probleme mit Abhängigkeiten und auch Programmen wie kmail...
Back to top
View user's profile Send private message
eBoy
Apprentice
Apprentice


Joined: 16 Jul 2006
Posts: 196

PostPosted: Mon Dec 25, 2006 12:52 pm    Post subject: Reply with quote

Ich habe (fast) alles was zu KDE gehört neu installiert und trotzdem kommt es weiterhin zum Installationsfehler...

Code:
missing-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 libkmailpart.la -rpath /usr/kde/3.5/lib/kde3 -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 -module -avoid-version -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined kmail_part.lo kmailpartIface_skel.lo libkmailprivate.la
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/libkmime/libkmime.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/libkmime/libkmime.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/libkpgp/libkpgp.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/libkpgp/libkpgp.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/libkdepim/libkdepim.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/libkpimidentities/libkpimidentities.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/libkdepim/libkdepim.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/libkpimidentities/libkpimidentities.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/mimelib/libmimelib.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/mimelib/libmimelib.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/libksieve/libksieve.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/certmanager/lib/libkleopatra.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/libksieve/libksieve.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/certmanager/lib/libkleopatra.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/libkcal/libkcal.la' seems to be moved
libtool: link: warning: `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/libkcal/libkcal.la' seems to be moved
/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=i686 -pipe -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 kmail -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 main.o libkmailprivate.la
/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]: *** [kmail] Fehler 1
make[3]: Leaving directory `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/kmail'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5/kmail'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/kmail-3.5.5-r1/work/kmail-3.5.5'
make: *** [all] Fehler 2

!!! ERROR: kde-base/kmail-3.5.5-r1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 1255:   Called kde-meta_src_compile
  kde-meta.eclass, line 379:   Called kde_src_compile
  kde.eclass, line 169:   Called kde_src_compile 'all'
  kde.eclass, line 339:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 335:   Called die

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call stack if relevant.
Back to top
View user's profile Send private message
mv
Watchman
Watchman


Joined: 20 Apr 2005
Posts: 6749

PostPosted: Mon Dec 25, 2006 2:02 pm    Post subject: Reply with quote

Hattest Du vielleicht mal eselect-compiler installiert? Schau Dir mal die "Lösung" von diesem angeblichem eix bug an.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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