Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
autoconf troubles from 2.54 to 2.57
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
Taranis
n00b
n00b


Joined: 02 Feb 2003
Posts: 3

PostPosted: Tue Apr 15, 2003 2:12 pm    Post subject: autoconf troubles from 2.54 to 2.57 Reply with quote

Trying to emerge autoconf-2.57-r1 from 2.54 I get the following:
Quote:

chmod +x autom4te.tmp
mv autom4te.tmp autom4te
rm -f autoheader autoheader.tmp
sed -e 's,@SHELL\@,/bin/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/usr/bin,g' -e 's,@datadir\@,/usr/share/autoconf,g' -e 's,@prefix\@,/usr,g' -e 's,@autoconf-name\@,'`echo autoconf | sed 's,x,x,'`',g' -e 's,@autoheader-name\@,'`echo autoheader | sed 's,x,x,'`',g' -e 's,@autom4te-name\@,'`echo autom4te | sed 's,x,x,'`',g' -e 's,@M4\@,/usr/bin/m4,g' -e 's,@AWK\@,gawk,g' -e 's,@VERSION\@,2.57,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' ./autoheader.in >autoheader.tmp
chmod +x autoconf.tmp
mv autoconf.tmp autoconf
make: *** [all-recursive] Error 1

!!! ERROR: sys-devel/autoconf-2.57-r1 failed.
!!! Function src_compile, Line 52, Exitcode 2
!!! (no error message)


I'm using conservative cflags: CFLAGS="-march=pentium3 -O3 -pipe" (tried with and without omit_frame_pointer)

The errors appear to give no good indication of what's going on when it drops out. Any ideas?
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