Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probleme beim Compile f. Basissystem mit automake u autoconf
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
ZZHAT
n00b
n00b


Joined: 04 Feb 2005
Posts: 20

PostPosted: Sat Feb 05, 2005 7:28 pm    Post subject: Probleme beim Compile f. Basissystem mit automake u autoconf Reply with quote

Hallo,
ich bin dabei mein Basissystem zu kompelieren jedoch brach der Vorgang ab.

Quote:
checking whether autoconf is installed... no
configure: error: Autoconf 2.58 or better is required.
Please make sure it is installed and in your PATH.

!!! ERROR: sys-devel/automake-1.8.5-r1 failed.
!!! Function src_compile, Line 107, Exitcode 1
!!! configure 1.8x failed
!!! If you need support, post the topmost build error, NOT this status message.


Also so wie ich das mit "emerge info" gesehen habe gibts autoconf bei mir auch nicht.. zumindest gibts da keine Angaben drüber.

Da ich an diesem Punkt leider nicht so weiter komme. was ich da machen kann.. oder der Wurm liegt, wäre es klasse, wenn mir hier jemand weiterhelfen könnte.

Wie ich über die Suchfunktion gesehen habe, gibts mit autoconf öfter mal Probleme jedoch waren die ehr nach updates. Ich habs schon bei der Grundinstallation. *g* :roll:

Viele Grüße
ZZHAT
Back to top
View user's profile Send private message
zielscheibe
l33t
l33t


Joined: 02 Apr 2004
Posts: 804
Location: Aachen

PostPosted: Sat Feb 05, 2005 7:51 pm    Post subject: Reply with quote

Ist das "bootstrap"-Script vor einem "emerge system" fehlerfrei durchgelaufen?
Back to top
View user's profile Send private message
ZZHAT
n00b
n00b


Joined: 04 Feb 2005
Posts: 20

PostPosted: Sat Feb 05, 2005 8:07 pm    Post subject: Reply with quote

zielscheibe wrote:
Ist das "bootstrap"-Script vor einem "emerge system" fehlerfrei durchgelaufen?


Ich habe eigentlich keines ausgeführt!?

Ich habe erst das "stages" ausgepackt dann das "Portage".
Die "make.conf" an meine AMD CPU angpasst.
Danach bin habe ich gleich die neue Umgebung mit "chroot /mnt/gentoo /binbash"
env-update
.." betreten.

Danach habe mit "emerge system" den compile gestartet.
Die ersten, rund 20 Pakete wurden dann auch anstandlos Kompeliert bis zu diesem punkt dann.

Viele Grüße
ZZHAT
Back to top
View user's profile Send private message
zielscheibe
l33t
l33t


Joined: 02 Apr 2004
Posts: 804
Location: Aachen

PostPosted: Sat Feb 05, 2005 8:12 pm    Post subject: Reply with quote

Was für eine Stage-"Installation" (Stage1, -2 oder -3)verwendest du?
Back to top
View user's profile Send private message
ZZHAT
n00b
n00b


Joined: 04 Feb 2005
Posts: 20

PostPosted: Sat Feb 05, 2005 8:14 pm    Post subject: Reply with quote

zielscheibe wrote:
Was für eine Stage-"Installation" (Stage1, -2 oder -3)verwendest du?


-2 (stage2-i686-2004.3.tar.bz2)

//EDIT
Ich weiss aber nicht mal wo ich dieses uminöse "autoconfig" finden soll..!?
Back to top
View user's profile Send private message
zielscheibe
l33t
l33t


Joined: 02 Apr 2004
Posts: 804
Location: Aachen

PostPosted: Sat Feb 05, 2005 8:42 pm    Post subject: Reply with quote

Hört sich für mich nach einem Bug der Stage an.

Geht denn ein manuelles Nachinstallieren von "autoconf", mit
Code:

emerge "=sys-devel/autoconf-2.13" "=sys-devel/autoconf-2.59-r6"


Wurdest du nach einem "emerge sync" zum Update von "portage" aufgefordert?
Back to top
View user's profile Send private message
ZZHAT
n00b
n00b


Joined: 04 Feb 2005
Posts: 20

PostPosted: Sat Feb 05, 2005 8:46 pm    Post subject: Reply with quote

zielscheibe wrote:

Wurdest du nach einem "emerge sync" zum Update von "portage" aufgefordert?


NEIN, da ich es nicht ausgefürht habe. Da ich gelesen habe, dass ich es nicht machen muss, wenn ich noch weitere GRP Pakete installieren möchte und es später eh noch aktualliseirt werden würde.

Ich werde es aber mal mit einer Nachinstallation probieren.
Vielen Dank schon mal für Deine Unterstützung.
Back to top
View user's profile Send private message
ZZHAT
n00b
n00b


Joined: 04 Feb 2005
Posts: 20

PostPosted: Sat Feb 05, 2005 9:11 pm    Post subject: Reply with quote

Code:
emerge "=sys-devel/autoconf-2.13" "=sys-devel/autoconf-2.59-r6"


Funktioniert so nicht.
Code:

!!! All ebuild that could satisfay "=sys-devel/autoconf-2.13"" have been masked.
!!! One of the following masked packeges is required to compile your request:
- sys-devel/autoconf-2.13 (masked by : package..mask, ~x86 keyword)


Ich habe zwar im Handbuch nach der SChreibweise geguckt aber leider werd ich da noch nicht so fündig. Vielleicht haste da ja noch mal einen Tipp für mich.

Vielen Dank
ZZHAT
Back to top
View user's profile Send private message
zielscheibe
l33t
l33t


Joined: 02 Apr 2004
Posts: 804
Location: Aachen

PostPosted: Sat Feb 05, 2005 9:17 pm    Post subject: Reply with quote

Hast recht, habe die autoconf-Versionen hier in den Keywords. :oops:

dann lasse halt Portage die Wahl übernehmen. :D
Code:

emerge sys-devel/autoconf
Back to top
View user's profile Send private message
ZZHAT
n00b
n00b


Joined: 04 Feb 2005
Posts: 20

PostPosted: Sat Feb 05, 2005 9:28 pm    Post subject: Reply with quote

Code:
emerge sys-devel/autoconf


So hat er sich was gerührt, doch leider hat er sich dann wieder auf die "automake-18.5-r1" die er schon downgeladen hatte und auch beim ersten komelieren ausgestiegen ist.

Code:
checking whether autoconf is installed... no
configure: error: Autoconf 2.58 or better is required.
Please make sure it is installed and in your PATH.

!!! ERROR: sys-devel/automake-1.8.5-r1 failed.
!!! Function src_compile, Line 107, Exitcode 1
!!! configure 1.8x failed
!!! If you need support, post the topmost build error, NOT this status message.


Was ich jet aber nicht kapiere...!?!?

//EDIT
Warum stützt er sich auf automake, wenn er autoconf abarbeiten soll.. oder ist es ein und das selbe?
Back to top
View user's profile Send private message
Carlo
Developer
Developer


Joined: 12 Aug 2002
Posts: 3356

PostPosted: Sat Feb 05, 2005 9:31 pm    Post subject: Reply with quote

Eigentlich sind entsprechenden Ebuilds demaskiert.

ZZHAT: Probier's mal mit `emerge --sync`.
_________________
Please make sure that you have searched for an answer to a question after reading all the relevant docs.
Back to top
View user's profile Send private message
ZZHAT
n00b
n00b


Joined: 04 Feb 2005
Posts: 20

PostPosted: Sat Feb 05, 2005 9:38 pm    Post subject: Reply with quote

Carlo wrote:
Eigentlich sind entsprechenden Ebuilds demaskiert.

ZZHAT: Probier's mal mit `emerge --sync`.


Kann das nicht zu einer Inkompatibilität führen wo ich einen Teil schon kompeliert habe?

Mein Package ist das "portage-20041022.tar.bz2".
Back to top
View user's profile Send private message
zielscheibe
l33t
l33t


Joined: 02 Apr 2004
Posts: 804
Location: Aachen

PostPosted: Sat Feb 05, 2005 9:49 pm    Post subject: Reply with quote

Hi,

Kommt darauf an wie zeitnah der letzte Sync auf dem System, mit dem du deine GRPs gebaut hast, war.

Große Wahlmöglichkeiten hast du aber eh nicht-->probiere den Sync einfach mal, die GRP bekommst du schon irgenwie in dein System. Wenn es Probleme gibt, kannst du dich ja nochmal hier melden. :)
Back to top
View user's profile Send private message
Carlo
Developer
Developer


Joined: 12 Aug 2002
Posts: 3356

PostPosted: Sat Feb 05, 2005 10:11 pm    Post subject: Reply with quote

ZZHAT wrote:
Kann das nicht zu einer Inkompatibilität führen wo ich einen Teil schon kompeliert habe?

Im (hoffentlich) schlimmsten Fall werden halt ein paar Pakete ein zweites Mal durch den Compiler gejagt. Nachdem Portage synchronisiert ist, würde ich an Deiner Stelle allerdings darauf achten, ein aktuelles Profil zu verwenden.
:arrow: Gentoo Upgrading Guide
:arrow: Gentoo Linux Cascading/Stackable Profiles
_________________
Please make sure that you have searched for an answer to a question after reading all the relevant docs.
Back to top
View user's profile Send private message
ZZHAT
n00b
n00b


Joined: 04 Feb 2005
Posts: 20

PostPosted: Sat Feb 05, 2005 10:20 pm    Post subject: Reply with quote

Tja, doch erst ein "emerge --sync" zu machen, ist wohl doch sehr sinnvoll auch wenn die Doco, die ich habe etwas anderes sagt. :roll:

Nun hat er auch "autoconf" kompeliert..
Vielen dank für die 2 Links Carlo, das war sehr hilfreich..

Nun kompeliert er nochmal von Anfang an alles duch :roll:

Aber das soll mir recht sein, wenn er jetzt zumindest das Basissystem fertig bekommt.

Ich danke euch beiden für die Super Unterstützung.

Viele Grüße
ZZHAT
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