Hello<br><br>No, I have not modified anything at all, this is directly downloaded from the website.<br>I have earlier installed mpich2 in other systems, but never faced this problem, I am not able to understand whats going wrong? What should I do?<br>

<br><br><br>Thanks<br>Preeti<br><br><br><div class="gmail_quote">On Thu, Mar 11, 2010 at 11:00 PM, Dave Goodell <span dir="ltr">&lt;<a href="mailto:goodell@mcs.anl.gov">goodell@mcs.anl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

For some reason the build system is attempting to re-run many of the autotools (aclocal, autoheader, autoconf, etc) in some of the subdirectories of your build.  These fail for various reasons, including that your autotools versions aren&#39;t compatible with MPICH2.  The real problem is that the autotools are being re-run, you shouldn&#39;t need to have them installed on your system at all.<br>


<br>
When the various autotools fail to run correctly the build still continues for some reason, but with many incorrect values set.  This leads to the &quot;cannot create regular file&quot; errors that you are seeing.<br>
<br>
Did you modify something in the source directory?  Perhaps a file ending in &quot;.in&quot; or &quot;.am&quot; or &quot;.sm&quot;?  A fresh un-tar and build of mpich2-1.2.1p1 shouldn&#39;t generally have this problem...<br>


<br>
-Dave<div><div></div><div class="h5"><br>
<br>
On Mar 11, 2010, at 10:00 AM, Preeti wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
Hello<br>
<br>
I have rebuilt everything without setting the flags also<br>
<br>
/home/vss/preeti/bin/mpich2-1.2.1p1/configure --prefix=/home/vss/preeti/bin/2-1.2.1build --enable-f90 2&gt;&amp;1 | tee c.log<br>
<br>
make 2&gt;&amp;1 | tee m.log<br>
make install 2&gt;&amp;1 | tee mi.log<br>
<br>
<br>
and this time I get the following error<br>
<br>
/usr/bin/install -c -m 644 index.htm /index.htm<br>
/usr/bin/install: cannot create regular file `/index.htm&#39;: Permission denied<br>
mkdir: cannot create directory `/www1&#39;: Permission denied<br>
<br>
<br>
The log files are attached.<br>
What am I missing?<br>
<br>
Appreciate your help.<br>
<br>
<br>
Thanks<br>
Preeti<br>
<br>
<br>
<br>
<br>
On Thu, Mar 11, 2010 at 4:37 PM, Preeti &lt;<a href="mailto:preeti@csa.iisc.ernet.in" target="_blank">preeti@csa.iisc.ernet.in</a>&gt; wrote:<br>
Hello<br>
<br>
I have rebuilt everything from scratch and did vpath build.<br>
I set the following<br>
<br>
<br>
export F90=gfortran<br>
export F77=gfortran<br>
export LD_LIBRARY_PATH=/usr/lib64:/lib:/usr/lib<br>
export LD_RUN_PATH=/usr/lib64:/lib:/usr/lib<br>
<br>
/home/vss/preeti/bin/mpich2-1.2.1p1/configure --prefix=/home/vss/preeti/bin/2-1.2.1p1 --enable-f90 2&gt;&amp;1 | tee c.log<br>
<br>
make 2&gt;&amp;1 | tee m.log<br>
<br>
<br>
Then I get the error<br>
<br>
Making all in mpl<br>
/bin/sh: line 17: cd: mpl: No such file or directory<br>
<br>
make[3]: *** [all-recursive] Error 1<br>
<br>
The files are attached.<br>
Please help.<br>
<br>
<br>
Thanks<br>
Preeti<br>
<br>
<br>
<br>
<br>
<br>
<br>
On Thu, Mar 11, 2010 at 1:53 AM, &lt;<a href="mailto:chan@mcs.anl.gov" target="_blank">chan@mcs.anl.gov</a>&gt; wrote:<br>
<br>
I don&#39;t think setting F77 and F90 causes the problem that<br>
you are seeing.  The directories or subpackges that have<br>
problems use a different build system than the majority of<br>
mpich2 base, so it could be that there is bugs in the build system<br>
in those subpackage.<br>
<br>
Since you didn&#39;t do &quot;make distclean&quot; before you reconfigure, so<br>
the m.log(.old) do not tell me much. Can you rebuild everything<br>
from scratch ?  i.e. untar the mpich2 tarball in a different location.<br>
Instead of doing an inpath build (i.e. cd mpich2-1.2.1p1/ ; ./configure....),<br>
could you do a VPATH build as documented in the README (search for the<br>
word VPATH)?  Send us the configure and make outputs again<br>
(be sure to add 2&gt;&amp;1 in creating the output files).<br>
<br>
A.Chan<br>
<br>
<br>
----- &quot;Preeti&quot; &lt;<a href="mailto:preeti@csa.iisc.ernet.in" target="_blank">preeti@csa.iisc.ernet.in</a>&gt; wrote:<br>
<br>
&gt; Hello<br>
&gt;<br>
&gt; Thank you for the quick response.<br>
&gt;<br>
&gt; I forgot to mention that I had set two flags earlier.<br>
&gt; export F90=gfortran<br>
&gt; export F77=gfortran<br>
&gt;<br>
&gt; The earlier problem is gone when I compiled without setting these. I<br>
&gt; am<br>
&gt; attaching all log files, the earlier ones and the new ones.<br>
&gt;<br>
&gt; Now I am facing another error which is from &quot;make install 2&gt;&amp; | tee<br>
&gt; mi.log&quot;<br>
&gt;<br>
&gt; /usr/bin/install: cannot create regular file `/index.htm&#39;: Permission<br>
&gt; denied<br>
&gt;<br>
&gt; Probably some variable is not set. I tried setting docdir too.<br>
&gt; mi.log is also attached.<br>
&gt;<br>
&gt; Please help.<br>
&gt;<br>
&gt;<br>
&gt; Thanks<br>
&gt; Preeti<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Mar 10, 2010 at 9:33 PM, &lt;<a href="mailto:chan@mcs.anl.gov" target="_blank">chan@mcs.anl.gov</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; It is unclear what went wrong based on what you&#39;ve provided so far.<br>
&gt; &gt; Can you send us the configure and make outputs as stated in the<br>
&gt; &gt; README (be sure to include the stderr in the output file) ?<br>
&gt; &gt;<br>
&gt; &gt; ----- &quot;Preeti&quot; &lt;<a href="mailto:preeti@csa.iisc.ernet.in" target="_blank">preeti@csa.iisc.ernet.in</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; Hello<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I am trying to install mpich2-1.2.1p1 on a 64-bit Linux system.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Configuration was successful.<br>
&gt; &gt; &gt; ./configure --prefix=$HOME/local/mpich2-1.2.1 --enable-f90 | tee<br>
&gt; &gt; &gt; c.log<br>
&gt; &gt;<br>
&gt; &gt; BTW, you didn&#39;t include stderr in c.log.  Depends on the shell you<br>
&gt; &gt; use, you need to either add &quot;&amp;&quot; or &quot;2&gt;&amp;1&quot;.  See README for<br>
&gt; details..<br>
&gt; &gt;<br>
&gt; &gt; A.Chan<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; mpich-discuss mailing list<br>
&gt; &gt; <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
&gt; &gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; This message has been scanned for viruses and<br>
&gt; &gt; dangerous content by MailScanner, and is<br>
&gt; &gt; believed to be clean.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mpich-discuss mailing list<br>
&gt; <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
<br>
--<br>
This message has been scanned for viruses and<br>
dangerous content by MailScanner, and is<br>
believed to be clean.<br>
<br>
<br>
<br></div></div>
&lt;c.log&gt;&lt;config.log&gt;&lt;m.log&gt;&lt;mi.log&gt;_______________________________________________<div class="im"><br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</div></blockquote><div><div></div><div class="h5">
<br>
_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
<br>
-- <br>
This message has been scanned for viruses and<br>
dangerous content by MailScanner, and is<br>
believed to be clean.<br>
<br>
</div></div></blockquote></div><br>