View previous topic :: View next topic |
Author |
Message |
selim Apprentice
Joined: 14 Apr 2004 Posts: 219
|
Posted: Fri Jun 03, 2005 1:34 pm Post subject: bootstrap problem mit gcc-config und profil[solved] |
|
|
Ich bin grad beim bootstrapping von einer gentoo-2005.0, allerdings hat er mir das bootstrapping jetzt abgebrochen mit der Fehlermeldung
/usr/bin/gcc-config: Profile does not exist or invalid setting for /etc/env.d/gcc/i386-pc-linux-gnu-3.3.5
Ich versteh überhaupt nicht warum er ein i386-pc-linux-gnu-3.3.5 profile sucht, im gcc-config -l finde ich nur i686-pc-xxx profile was ja auch richtig wäre, gibt es irgendwo eine Einstellung die ich vielleicht übersehen habe? Im make.config hab ich auf jeden Fall i686-linux-xxx gesetzt.
Last edited by selim on Fri Jun 03, 2005 10:07 pm; edited 1 time in total |
|
Back to top |
|
|
selim Apprentice
Joined: 14 Apr 2004 Posts: 219
|
Posted: Fri Jun 03, 2005 4:41 pm Post subject: |
|
|
Hat niemand eine Idee, was das sein könnte?
Ich hatte das jetzt schon öfter. |
|
Back to top |
|
|
Marlo Veteran
Joined: 26 Jul 2003 Posts: 1591
|
Posted: Fri Jun 03, 2005 4:55 pm Post subject: |
|
|
Hi,
wie wäre es mit
Code: |
ACCEPT_KEYWORDS="amd64" |
oder mit
Code: |
ACCEPT_KEYWORDS="x86"
|
in der
nur so zum Beispiel. _________________ ------------------------------------------------------------------
http://radio.garden/ |
|
Back to top |
|
|
selim Apprentice
Joined: 14 Apr 2004 Posts: 219
|
Posted: Fri Jun 03, 2005 5:06 pm Post subject: |
|
|
Das ist aber schon gesetzt, ist ja der Grund warum ich es nicht verstehe.
Und wenn ich das richtig verstanden habe, dann haben die keywords doch nichts mit den compilerprofilen zu tun oder? |
|
Back to top |
|
|
selim Apprentice
Joined: 14 Apr 2004 Posts: 219
|
Posted: Fri Jun 03, 2005 5:54 pm Post subject: |
|
|
ok, hat sich erledigt, ich konnte das mit einem gcc-config 1 beheben, allerdings verstehe ich nicht warum ich das erst ausführen muß, bei einem neuen System sollte das doch nicht notwendig sein oder?
Könnte das möglicherweise ein Bug sein? |
|
Back to top |
|
|
|