Re: [OMPI devel] autogen error

2008-06-19 Thread Jeff Squyres
Will do. And with some off-list mails to Leonardo, it seems that the env variable GREP_COLORS was the culprit. On Jun 19, 2008, at 12:01 PM, Ralf Wildenhues wrote: * Jeff Squyres wrote on Thu, Jun 19, 2008 at 05:50:43PM CEST: Ralf: if it's more correct to also quote the m4_define first a

Re: [OMPI devel] autogen error

2008-06-19 Thread Ralf Wildenhues
* Jeff Squyres wrote on Thu, Jun 19, 2008 at 05:50:43PM CEST: > Ralf: if it's more correct to also quote the m4_define first argument, > I'll do that, too. Yes, please. Several instances in autogen.sh.

Re: [OMPI devel] autogen error

2008-06-19 Thread Jeff Squyres
Ah! Looks like your "ls" must be aliased to include colors or somesuch. So I think the real culprit here is that we need to ensure to use an unaliased "ls" when getting the list of components. I can fix up autogen to do this. Ralf: if it's more correct to also quote the m4_define first ar

Re: [OMPI devel] autogen error

2008-06-19 Thread Leonardo Fialho
Hi Ralf, $ aclocal -I config /usr/local/bin/m4:config/mca_no_configure_components.m4:9: ERROR: end of file in string autom4te: /usr/local/bin/m4 failed with exit status: 1 aclocal: autom4te failed with exit status: 1 $ My line 9 have some characters more (I'm not m4, expert...): m4_define(mca_

Re: [OMPI devel] autogen error

2008-06-19 Thread Jeff Squyres
Interesting! I'm happy to make the change, but can you guess as to why this is only biting Leonardo, and only now (after literally years of being underquoted)? On Jun 19, 2008, at 11:29 AM, Ralf Wildenhues wrote: Hello Leonardo, * Leonardo Fialho wrote on Thu, Jun 19, 2008 at 04:29:30PM

Re: [OMPI devel] autogen error

2008-06-19 Thread Ralf Wildenhues
Hello Leonardo, * Leonardo Fialho wrote on Thu, Jun 19, 2008 at 04:29:30PM CEST: > [Running] aclocal -I config > /usr/local/bin/m4:config/mca_no_configure_components.m4:9: ERROR: end of > file in string > autom4te: /usr/local/bin/m4 failed with exit status: 1 > aclocal: autom4te failed with exit

Re: [OMPI devel] autogen error

2008-06-19 Thread Leonardo Fialho
That is the versions that I'm using: $ aclocal --version aclocal (GNU automake) 1.10.1 ... $ autoheader --version autoheader (GNU Autoconf) 2.62 ... $ autoconf --version autoconf (GNU Autoconf) 2.62 ... $ autom4te --version autom4te (GNU Autoconf) 2.62 ... $ libtoolize --version libtoolize (GNU l

Re: [OMPI devel] autogen error

2008-06-19 Thread Leonardo Fialho
Hi Jeff, Yes, with a fresh checkout... well, it can be some error in my aclocal files, I just updated it today, but I think I did it correctly. Leonardo Jeff Squyres escribió: That's a weird one -- that file (mca_no_configure_components.m4) is automatically generated by autogen.sh. I can't

Re: [OMPI devel] autogen error

2008-06-19 Thread Jeff Squyres
That's a weird one -- that file (mca_no_configure_components.m4) is automatically generated by autogen.sh. I can't think offhand of how it could be bogus. If you have a fresh tree checkout and run autogen, is the problem repeatable? On Jun 19, 2008, at 10:29 AM, Leonardo Fialho wrote:

[OMPI devel] autogen error

2008-06-19 Thread Leonardo Fialho
Hi All, Anybody knows what is this error? Yes, I think that I'm using last version of M4, autoconf, automake and libtool, I think... *** Running GNU tools [Running] autom4te --language=m4sh ompi_get_version.m4sh -o ompi_get_version.sh [Running] libtoolize --automake --copy --ltdl ** Adjusti