sudo autotools - recursion limit of 1024

Dan Horák dan at danny.cz
Thu Aug 23 17:29:57 UTC 2007


Peter Vrabec píše v Čt 23. 08. 2007 v 18:02 +0200:
> Hi folks,
> 
> could you help me with this:
> 
> $ cvs -d anoncvs at anoncvs.sudo.ws:/cvs get sudo
> $ cd sudo
> $ autoreconf
> /usr/bin/m4:configure.in:2321: ERROR: recursion limit of 1024 exceeded,
> use -L<N> to change it
> autom4te: /usr/bin/m4 failed with exit status: 1
> /usr/bin/m4:configure.in:2321: ERROR: recursion limit of 1024 exceeded,
> use -L<N> to change it
> autom4te: /usr/bin/m4 failed with exit status: 1
> autoreconf: /usr/bin/autoconf failed with exit status: 1
> 
> any idea how to locate the problem?
> 

The cause is probable some bad macro quotation or unclosed brace.

I have tried it a bit with deleting parts of configure.in (which should
eliminate the buggy macro) and now I can run autoreconf successfully.
The included patch deletes a part of configure.in and now it is possible
to run autoreconf => the buggy macro is there. Also Google is saying
that there was a problem somewhere in libtool.


		Dan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.in.diff
Type: text/x-patch
Size: 1406 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20070823/e1e12ab3/attachment.bin>


More information about the fedora-devel-list mailing list