Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3018 - Autoconf won't build
Summary: Autoconf won't build
Status: VERIFIED DUPLICATE of bug 2929
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-25 09:04 UTC by Antonio D'souza
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio D'souza 2002-05-25 09:04:08 UTC
It appears not to like the version of M4 I have installed, which is the latest
ebuild: m4-1.4p. This is the error I get when trying to upgrade autoconf:

make[3]: Entering directory
`/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib'
rm -f autom4te.cfg autom4te.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.53a,g' -e
's,@PACKAGE_NAME\@,GNU Autoconf,g' ./autom4te.in >autom4te.tmp
mv autom4te.tmp autom4te.cfg
make[3]: Leaving directory `/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib'
../../tests/autom4te
			\
	--language=m4sugar			\
	--freeze			\
	--include=./..		\
	--include=..			\
	--output=m4sugar.m4f
../../tests/autom4te
			\
	--language=m4sh			\



	--freeze			\
	--include=./..		\
	--include=..			\
	--output=m4sh.m4f
autom4te: need GNU m4 1.4 or later: /usr/bin/m4
make[2]: *** [m4sh.m4f] Error 1
make[2]: *** Waiting for unfinished jobs....
autom4te: need GNU m4 1.4 or later: /usr/bin/m4
make[2]: *** [m4sugar.m4f] Error 1
make[2]: Leaving directory
`/var/tmp/portage/autoconf-2.53a/work/autoconf-2.53a/lib/m4sugar'
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-05-25 17:01:48 UTC

*** This bug has been marked as a duplicate of 2929 ***
Comment 2 Antonio D'souza 2003-01-07 11:55:58 UTC
Indeed.