Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
stage1-install.-bootstrappen faild(bei gettext)
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
thatsreal
n00b
n00b


Joined: 26 Oct 2004
Posts: 73

PostPosted: Tue Oct 26, 2004 5:32 pm    Post subject: stage1-install.-bootstrappen faild(bei gettext) Reply with quote

Hi,

ich bin relativ neu im umgang mit Linux, also bitte nicht ärgern wenn die Frage ZU einfach ist.

Ich will eine Stage1 installation fertigkriegen, weil ich dabei viel lerne und das System dann auch schneller läuft. Ich installiere die amd64 architektur, da ich einen athlon 64 3000+ habe. Bis jetzt hat alles gut geklappt, bis zum bootstarppen, da bricht das Script beim compilieren von gettext ab:
Quote:

checking for C default output... configure: error: C compiler cannot create executeables. See 'config.log' for more details.
configure: error: /bin/bash './configure' failed for automake-lib-link


Aber diese 'configure.log' ist nicht aufzufinden...
Was muss ich tun?
Bei Google hab ich sowas gefunden, wo gesagt wurde, dass man automake updaten soll, das hab ich gemacht:
emerge sync
emrge -uD automake
Merkwürdigerweise kam genau der gleiche Fehler und das Kompilieren brach ab.


Danke,
thatsreal
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Tue Oct 26, 2004 6:22 pm    Post subject: Reply with quote

Poste doch mal deine

/etc/make.conf und den Inhalt von
/var/log/emerge.log (dort sollte mehr stehen)
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
pi-cubic
Tux's lil' helper
Tux's lil' helper


Joined: 25 May 2003
Posts: 143

PostPosted: Tue Oct 26, 2004 6:59 pm    Post subject: Reply with quote

welche livecd und welche stage-version verwendest du? welche portage-version wird emergt?
Back to top
View user's profile Send private message
thatsreal
n00b
n00b


Joined: 26 Oct 2004
Posts: 73

PostPosted: Tue Oct 26, 2004 9:02 pm    Post subject: Reply with quote

pi-cubiq wrote:
welche livecd und welche stage-version verwendest du? welche portage-version wird emergt?


portage 2.0.51-r2
Dateiname des stagearchives:stage1-amd64-2004.2.tar.bz
Dateiname der iso:install-amd64-2004.2-minimal.iso

das mit der minimalcd kam mir schon am anfang sehr spanisch vor, den ich musste "modprobe ide-disk" ausführen damit meine Platte als hda verfügbar war.Das mit der make.conf und der emerge.log geht nicht weil ich kein Diskettenlw in dem rechner wo linux insterliert werden soll hab (nein es ist kein aldi-pc, den hab ich mir selberzusammengfebaut :D ).
Und bei auf der CD iss nichmal 'ftp' drauf, sonst könnte ich's ja per netzwerk übertragen ... (nur frage ich mich dann womit dann das emerge skript seine dateien fetcht...)

Danke,
thatsreal
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Tue Oct 26, 2004 9:05 pm    Post subject: Reply with quote

wie wäre es mit SSH?
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
thatsreal
n00b
n00b


Joined: 26 Oct 2004
Posts: 73

PostPosted: Tue Oct 26, 2004 9:11 pm    Post subject: Reply with quote

benjamin200 wrote:
wie wäre es mit SSH?

Kann man mit ssh auch Dateien hoch/runterladen?
An dem Pc wo ich surfe ist (noch) windoofs me drauf, also schlecht mit ssh oder?
Back to top
View user's profile Send private message
thatsreal
n00b
n00b


Joined: 26 Oct 2004
Posts: 73

PostPosted: Tue Oct 26, 2004 9:33 pm    Post subject: Reply with quote

gegessen das mit dem ssh, ich hab nach einigem googeln herausgefunden, dass es ein prog namens 'sftp' gibt.
make.conf
emerge.log

Danke für die Hilfe,
thatsreal
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Wed Oct 27, 2004 12:46 am    Post subject: Reply with quote

Hi,

thatsreal wrote:
Kann man mit ssh auch Dateien hoch/runterladen?

Code:
man scp


thatsreal wrote:
An dem Pc wo ich surfe ist (noch) windoofs me drauf, also schlecht mit ssh oder?

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Poly
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Back to top
View user's profile Send private message
Linuxpeter
Guru
Guru


Joined: 28 May 2004
Posts: 403
Location: Dresden, Germany

PostPosted: Wed Oct 27, 2004 1:23 am    Post subject: Reply with quote

Mach eine stage3 (2004.2 f. amd64), mußt aber nach dem booten erstmal
Code:

$ loadkeys de

und
Code:

$ modprobe ide-disk

ausführen - ist ein Bug in der 2004.2.

Nach der Installation dann erstmal
Code:

$ emerge sync
$ emerge portage
$ emerge system


usw. :wink:
_________________
Regards, Linuxpeter
Wenn "Windows" die Antwort ist, war es eine dumme Frage. ;-)
Is "Windows" the answer, then it was a stupid question. ;-)
Back to top
View user's profile Send private message
tm130
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jul 2004
Posts: 110
Location: Indianapolis, IN, USA

PostPosted: Wed Oct 27, 2004 4:48 am    Post subject: Re: stage1-install.-bootstrappen faild(bei gettext) Reply with quote

thatsreal wrote:
Hi,

ich bin relativ neu im umgang mit Linux, also bitte nicht ärgern wenn die Frage ZU einfach ist.

Ich will eine Stage1 installation fertigkriegen, weil ich dabei viel lerne und das System dann auch schneller läuft. Ich installiere die amd64 architektur, da ich einen athlon 64 3000+ habe. Bis jetzt hat alles gut geklappt, bis zum bootstarppen, da bricht das Script beim compilieren von gettext ab:
Quote:

checking for C default output... configure: error: C compiler cannot create executeables. See 'config.log' for more details.
configure: error: /bin/bash './configure' failed for automake-lib-link


Aber diese 'configure.log' ist nicht aufzufinden...
Was muss ich tun?
Bei Google hab ich sowas gefunden, wo gesagt wurde, dass man automake updaten soll, das hab ich gemacht:
emerge sync
emrge -uD automake
Merkwürdigerweise kam genau der gleiche Fehler und das Kompilieren brach ab.


Danke,
thatsreal


Der Fehler des configure-scripts sieht für mich persönlich nach falschen CFLAGS aus (falsch im Sinne von "irgendwie vertippt und deshalb eine neue Kommandozeilenoption für den GCC entwickelt, z.B. --mrach anstatt von --march").
_________________
GORT KLAATU BARADA NIKTO
Back to top
View user's profile Send private message
thatsreal
n00b
n00b


Joined: 26 Oct 2004
Posts: 73

PostPosted: Fri Oct 29, 2004 1:13 pm    Post subject: Re: stage1-install.-bootstrappen faild(bei gettext) Reply with quote

Es lag wirklich an der march flag: "athlon64" statt "amd64"

big thx,
thatsreal
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