Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
sim und autoconf [geloest]
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
Macbeth
n00b
n00b


Joined: 23 Jan 2004
Posts: 18

PostPosted: Sat Oct 02, 2004 9:15 am    Post subject: sim und autoconf [geloest] Reply with quote

Hallo,

habe gestern versucht, sim per cvs zu installieren. Allerdings schlaegt schon gmake fehl:

Code:

tux sim # gmake -f admin/Makefile.common
*** YOU'RE USING Autoconf version 2.13.
*** SIM requires autoconf 2.53 or newer
gmake: *** [cvs] Error 1


Also habe ich mal ein autoconf --version gemacht:

Code:

tux sim # autoconf --version
Autoconf version 2.13


Da scheint gmake ja anscheinend recht zu haben, alleridngs kann ich das nicht so recht glauben, also mal ein emerge -s autoconf:

Code:

*  sys-devel/autoconf
      Latest version available: 2.59-r4
      Latest version installed: 2.59-r4
      Size of downloaded files: 1,336 kB
      Homepage:    http://www.gnu.org/software/autoconf/autoconf.html
      Description: Used to create autoconfiguration files
      License:     GPL-2


So, und an diesem Punkt verstehe ich nichts mehr, autoconf --version nennt mir eine andere Version als die installierte. Wie kann sowas sein und wie sage ich meinem system, dass ich autoconf 2.59 drauf habe und nicht 2.13??

Vielen Dank

Markus[/quote]


Last edited by Macbeth on Sat Oct 02, 2004 10:30 am; edited 1 time in total
Back to top
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1939

PostPosted: Sat Oct 02, 2004 9:56 am    Post subject: Reply with quote

Die Version 2.13 ist die Standardversion, die anscheinend in den meisten ebuilds verwendet wird.
Die Version 2.59 startet man mit "autoconf-2.59". Du könntest also das Makefile deines Paketes anpassen, das könnte allerdings schwierig werden...
Back to top
View user's profile Send private message
Macbeth
n00b
n00b


Joined: 23 Jan 2004
Posts: 18

PostPosted: Sat Oct 02, 2004 10:33 am    Post subject: Reply with quote

Vielen Dank fuer den Tip, das Makefile musste ich nicht anpassen. Habe aufgrund deines Tips mir mal das Script /usr/bin/autoconf angeschaut und gesehen, dass es dort eine Variable $WANT_AUTOCONF gibt.

Folgendes war dann die Loesung, mit der es dann funktioniert hat:
Code:

export WANT_AUTOCONF="2.5"


Nochmal vielen Dank!!!
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