Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Autoconf error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
tylerwylie
Guru
Guru


Joined: 19 Sep 2004
Posts: 458
Location: /US/Georgia/Atlanta

PostPosted: Thu Oct 07, 2004 9:14 pm    Post subject: Autoconf error Reply with quote

Alright, I've searched and whatever I tried didn't work
Here is the error.
Code:
cd . && autoconf
FATAL ERROR: Autoconf version 2.50 or higher is required for this script
make: *** [configure] Error 2
make: *** Waiting for unfinished jobs....

!!! Error: media-libs/libungif-4.1.0.1b failed.

Right now I have :
sys-devel/autoconf-2.59-r4, anyone have these problems before?
Back to top
View user's profile Send private message
camwest
n00b
n00b


Joined: 07 Oct 2004
Posts: 1

PostPosted: Thu Oct 07, 2004 9:39 pm    Post subject: Reply with quote

Hey,

I had the exact same problem. It seems like two versions of autoconf are installed with emerge, autoconf-2.13 and autoconf-2.59

the autoconf binary in /usr/bin is a symlink pointing to 2.13, i removed the symlink by doing rm /usr/bin/autoconf and remade it

ln -s /usr/bin/autoconf-2.59 /usr/bin/autoconf

libungif-4.1.0.1b now emerges properly.

Hope this helps.
Back to top
View user's profile Send private message
CrazyGhost
n00b
n00b


Joined: 29 Jul 2004
Posts: 2
Location: Zuerich, Switzerland

PostPosted: Fri Oct 08, 2004 2:34 am    Post subject: worked for me Reply with quote

Hello

Quote:
rm /usr/bin/autoconf and remade it

ln -s /usr/bin/autoconf-2.59 /usr/bin/autoconf


This worked for me well. Thx.

Regards

crazyghost
Back to top
View user's profile Send private message
shaveman
n00b
n00b


Joined: 08 Oct 2004
Posts: 6

PostPosted: Fri Oct 08, 2004 5:16 am    Post subject: Same problem, solution works great Reply with quote

Minimal gentoo experience, no idea what exactly causes this error, but removing the pointer and redefining it worked great for me too.
Back to top
View user's profile Send private message
xionward
n00b
n00b


Joined: 06 Apr 2004
Posts: 2
Location: Busan, South Korea

PostPosted: Fri Oct 08, 2004 10:48 am    Post subject: .. Reply with quote

run this command before emerge
Code:
export WANT_AUTOCONF=2.5
export WANT_AUTOCONF_2_5=1

_________________
no pain.. no tear..
Back to top
View user's profile Send private message
Webintosh
n00b
n00b


Joined: 02 Oct 2004
Posts: 1

PostPosted: Fri Oct 08, 2004 10:54 pm    Post subject: Reply with quote

Hello
Two solutions, which one is the best to use, anything against one of them ?
Back to top
View user's profile Send private message
hjnenc
Veteran
Veteran


Joined: 15 Aug 2004
Posts: 1599
Location: Vienna, Austria

PostPosted: Sat Oct 09, 2004 3:07 pm    Post subject: Reply with quote

Setting the environment variable WANT_AUTOCONF is the preferred solution. The original /usr/bin/autoconf is a wrapper that allows to have different versions of autoconf installed. Some packages may need the older ones.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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