View previous topic :: View next topic |
Author |
Message |
Benjamin Tux's lil' helper
Joined: 25 Feb 2003 Posts: 81 Location: Bad Saeckingen / Germany
|
Posted: Mon Aug 18, 2003 6:01 pm Post subject: emerge nicht möglich (Function kde_src_compile) |
|
|
Hi!
Seit dem einige config-files mittels etc-update unbeabsichtigt überschrieben wurden (siehe thread weiter unten), kann ich keine programme mehr emergen.
Sowohl bei kmldonkey als auch bei kopete 0.7.1 bricht der emerge vorgang mit dieser Fehlermeldung ab... (und ich gehe mal davon aus, dass das bei jedem anderen programm auch so is...)
bash-2.05b# emerge kmldonkey
Calculating dependencies ...done!
>>> emerge (1 of 1) net-p2p/kmldonkey-0.9.1 to /
>>> md5 src_uri ;-) kmldonkey-0.9.1.tar.gz
>>> Unpacking source...
>>> Unpacking kmldonkey-0.9.1.tar.gz to /var/tmp/portage/kmldonkey-0.9.1/work
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for style of include used by make... GNU
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.
!!! ERROR: net-p2p/kmldonkey-0.9.1 failed.
!!! Function kde_src_compile, Line 125, Exitcode 77
!!! died running ./configure, kde_src_compile:configure
Irgendeine Idee wie ich das beheben kann? Vermutlich muss in irgendeinem config-file irgendwas geändert werden.. aber in welchem und was? Irgendwelche Ideen?
Vielen Dank und schöne Grüße
benjamin |
|
Back to top |
|
|
steveb Advocate
Joined: 18 Sep 2002 Posts: 4564
|
Posted: Tue Aug 19, 2003 7:48 pm Post subject: |
|
|
hmm... wenn das kommt: Code: | checking for C compiler default output... configure: error: C compiler cannot create executables | liegt es meistens an falschen einträgen in /etc/make.conf
kannst du mal dein make.conf überprüfen?
gruss
SteveB |
|
Back to top |
|
|
mrsteven Veteran
Joined: 04 Jul 2003 Posts: 1939
|
Posted: Wed Aug 20, 2003 10:29 am Post subject: |
|
|
... insbesondere die CFLAGS und CXXFLAGS. |
|
Back to top |
|
|
Benjamin Tux's lil' helper
Joined: 25 Feb 2003 Posts: 81 Location: Bad Saeckingen / Germany
|
Posted: Wed Aug 20, 2003 4:46 pm Post subject: Lösung |
|
|
Hi!
Ok, ich habs gelöst:
es lag an einem bindestrich zuviel vor einer CFLAG
[--fforce-addr anstatt -fforce-addr]
Danke für alle tipps!
benjamin |
|
Back to top |
|
|
|