Re: [OMPI devel] openmpi-1.5.1rc1: missing file when running autogen

2011-12-20 Thread Ralph Castain
You are quite correct - it was indeed missing from Makefile.am! Fixed - and thanks! On Dec 20, 2011, at 4:40 PM, Paul H. Hargrove wrote: > Regardless of any other issues the referenced file does not appear in the > tarball at all: > > $ tar tfj openmpi-1.5.5rc1.tar.bz2 | grep modify-configure-

Re: [OMPI devel] openmpi-1.5.1rc1: missing file when running autogen

2011-12-20 Thread Ralph Castain
Interesting - I'll fix it. Thanks! On Dec 20, 2011, at 4:40 PM, Paul H. Hargrove wrote: > Regardless of any other issues the referenced file does not appear in the > tarball at all: > > $ tar tfj openmpi-1.5.5rc1.tar.bz2 | grep modify-configure-for-sun-fortran.pl > || echo NOPE > NOPE > > -Pa

Re: [OMPI devel] openmpi-1.5.1rc1: missing file when running autogen

2011-12-20 Thread Ralph Castain
Here's a trivial patch that seems to fix it: Index: autogen.sh === --- autogen.sh (revision 25674) +++ autogen.sh (working copy) @@ -698,7 +698,9 @@ rm -f configure.patched echo " ++ Modifying configure for Sun Studio Fo

Re: [OMPI devel] openmpi-1.5.1rc1: missing file when running autogen

2011-12-20 Thread Paul H. Hargrove
Regardless of any other issues the referenced file does not appear in the tarball at all: $ tar tfj openmpi-1.5.5rc1.tar.bz2 | grep modify-configure-for-sun-fortran.pl || echo NOPE NOPE -Paul On 12/20/2011 3:30 PM, Jeff Squyres wrote: Yeah, we've known about this one and mostly ignored it.

Re: [OMPI devel] openmpi-1.5.1rc1: missing file when running autogen

2011-12-20 Thread Jeff Squyres
Yeah, we've known about this one and mostly ignored it. It occurs when autogen.sh is in a non-root directory and tries to run that script in a place where it doesn't exist (it does exist in the root directory). We hadn't previously bothered to fix it because a) it's in autogen and users won't