KDE und Gnome Kompilierung schlägt fehl

D

deamon89

hallo,
ich hab mich vor ein paar tagen mal dran gemacht auf meinem Rechner Gentoo 2007 zu installieren hat auch funktioniert. Jetzt wollte ich ebenfalls meinen Laptop auf Gentoo umstellen doch bei der Kompilierung von kde-meta bzw. gnome wurde die Kompilierung beim Paket Curl abgebrochen. :think:
(ich hab mich an das Gentoo Handbuch gehalten) http://www.gentoo.org/proj/de/desktop/kde/kde-config.xml hat irgendjemand vielleicht noch das selbe Problem da draußen oder bescheid weiß was es damit auf sich hat ?(

Danke schon mal im Vorraus
 
Versuche mal deinen Computer so zu bedienen wie dein Avatar.
Wenn das nicht hilft, gib uns mal die Fehlermeldung. :D
 
hier ist jetzt mal die Fehler ausgabe die beim Kompilierungsvorgang auftritt

>>> Emerging (19 of 117) net-misc/curl-7.17.1 to /
* curl-7.17.1.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* checking curl-7.17.1.tar.bz2 ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking curl-7.17.1.tar.bz2 to /var/tmp/portage/net-misc/curl-7.17.1/work
* Applying curl-7.16.2-strip-ldflags.patch ... [ ok ]
* Applying curl-7.17.1-null-handler-segfault.patch ... [ ok ]
* Running elibtoolize in: curl-7.17.1
* Applying install-sh-1.5.patch ...
* Applying portage-1.5.10.patch ...
* Applying sed-1.5.6.patch ...
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/net-misc/curl-7.17.1/work/curl-7.17.1 ...
*
* ERROR: net-misc/curl-7.17.1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2355: Called die
* The specific snippet of code:
* die 'ldap and kerberos (gssapi) not playing nicely try version >=7.18.1';
* The die message:
* ldap and kerberos (gssapi) not playing nicely try version >=7.18.1
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/net-misc/curl-7.17.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-misc/curl-7.17.1/temp/environment'.
*

* Messages for package net-misc/curl-7.17.1:

*
* ERROR: net-misc/curl-7.17.1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2355: Called die
* The specific snippet of code:
* die 'ldap and kerberos (gssapi) not playing nicely try version >=7.18.1';
* The die message:
* ldap and kerberos (gssapi) not playing nicely try version >=7.18.1
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/net-misc/curl-7.17.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-misc/curl-7.17.1/temp/environment'.
*
* GNU info directory index is up-to-date.
linux-kiste ~ #

hier jetzt noch meine make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="-O2 -march=i686 -pipe"
MAKEOPTS="-j2"
LINGUAS="de"
USE="-qt3 qt4 -arts -kde ssl ldap kerberos ipv6 X dbus gtk gnome hal avahi"
# USE="-gtk -gnome hal qt3 qt4 nls kde pam dvd mp3 encode esd gestreamer vorbis alsa cdr"
CONFIG_PROTECT="-*"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="nvidia"

GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp.join.uni-muenster.de/p$

SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
 
Naja, da steht doch was zu tun ist.

Code:
* ERROR: net-misc/curl-7.17.1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2355: Called die
* The specific snippet of code:
* die 'ldap and kerberos (gssapi) not playing nicely try version >=7.18.1';
* The die message:
[B]* ldap and kerberos (gssapi) not playing nicely try version >=7.18.1
[/B]*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/net-misc/curl-7.17.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-misc/curl-7.17.1/temp/environment'.

Update bzw. installiere Curl in Version 7.18.1 und es sollte gehen.

Da die Version noch maskiert ist musst du die Version freischalten, dazu musst du einen Eintrag in die /etc/portage/package.keywords einfügen

Code:
=net-misc/curl-7.18.1 ~amd64

So hab ichs eingetragen, du müsstest das ~amd64 noch ändern, ich meine unter X86 nennt sich das ~x86.
 

Ähnliche Themen

Upgrade auf GCC-4.1.1 & probleme mit KDE

Zurück
Oben