<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18876"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=797563321-11032010><FONT color=#0000ff
size=2 face=Arial>We build MPICH2 quite routinely following the exact steps in
the README file, so something strange is happening in your specific
case.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=797563321-11032010><FONT color=#0000ff
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=797563321-11032010><FONT color=#0000ff
size=2 face=Arial>Rajeev</FONT></SPAN></DIV><BR>
<BLOCKQUOTE
style="BORDER-LEFT: #0000ff 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> mpich-discuss-bounces@mcs.anl.gov
[mailto:mpich-discuss-bounces@mcs.anl.gov] <B>On Behalf Of
</B>Preeti<BR><B>Sent:</B> Thursday, March 11, 2010 1:26 PM<BR><B>To:</B>
mpich-discuss@mcs.anl.gov<BR><B>Subject:</B> Re: [mpich-discuss]
mpich2-1.2.1p1 - cannot create regular file`/index.htm': Permission
denied<BR></FONT><BR></DIV>
<DIV></DIV>Hi<BR><BR>Thanks for the replies, but I get following
errors.<BR><BR>1. If I do only build in /tmp<BR>cannot create regular file
`/index.htm': Permission denied<BR><BR>2. if I do everything in /tmp, then the
following error. <BR> " Making all in mpl<BR>/bin/sh: line 17: cd: mpl:
No such file or directory<BR>make[3]: *** [all-recursive] Error 1"<BR><BR>I
have sent both log files earlier.<BR>Yes, the /home/vss is network file
system. I have no root access to the system.<BR><BR>Is there any way out of
this?<BR>Please help.<BR><BR><BR>Thanks<BR>Preeti<BR><BR><BR><BR><BR>
<DIV class=gmail_quote>On Thu, Mar 11, 2010 at 11:18 PM, Rajeev Thakur <SPAN
dir=ltr><<A
href="mailto:thakur@mcs.anl.gov">thakur@mcs.anl.gov</A>></SPAN> wrote:<BR>
<BLOCKQUOTE
style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote>Just untar and build it again on a local disk. The install
directory<BR>(--prefix option to configure) can be on NFS.<BR><FONT
color=#888888><BR>Rajeev<BR></FONT>
<DIV>
<DIV></DIV>
<DIV class=h5><BR>> -----Original Message-----<BR>> From: <A
href="mailto:mpich-discuss-bounces@mcs.anl.gov">mpich-discuss-bounces@mcs.anl.gov</A><BR>>
[mailto:<A
href="mailto:mpich-discuss-bounces@mcs.anl.gov">mpich-discuss-bounces@mcs.anl.gov</A>]
On Behalf Of<BR>> <A
href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</A><BR>> Sent: Thursday,
March 11, 2010 11:48 AM<BR>> To: <A
href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</A><BR>>
Subject: Re: [mpich-discuss] mpich2-1.2.1p1 - cannot create<BR>> regular
file `/index.htm': Permission denied<BR>><BR>><BR>> Is your
/home/vss a local filesystem or some type<BR>> network file system ?
If /home/vss is a network<BR>> filesystem, the problem could be
incorrect clock<BR>> on the filesystem. If so, could you copy<BR>>
everything to a local filesystem like /tmp(assuming<BR>> it is big
enough) and try again ?<BR>><BR>> ----- "Preeti" <<A
href="mailto:preeti@csa.iisc.ernet.in">preeti@csa.iisc.ernet.in</A>>
wrote:<BR>><BR>> > Hello<BR>> ><BR>> > I have rebuilt
everything without setting the flags also<BR>> ><BR>> >
/home/vss/preeti/bin/mpich2-1.2.1p1/configure<BR>> >
--prefix=/home/vss/preeti/bin/2-1.2.1build --enable-f90 2>&1 |
tee<BR>> > c.log<BR>> ><BR>> > make 2>&1 | tee
m.log<BR>> > make install 2>&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':<BR>> Permission<BR>> > denied<BR>> > mkdir:
cannot create directory `/www1': 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 <<A
href="mailto:preeti@csa.iisc.ernet.in">preeti@csa.iisc.ernet.in</A>><BR>>
> wrote:<BR>> ><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<BR>> > >
--prefix=/home/vss/preeti/bin/2-1.2.1p1 --enable-f90 2>&1 |
tee<BR>> > c.log<BR>> > ><BR>> > > make 2>&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, <<A
href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</A>> wrote:<BR>> >
><BR>> > >><BR>> > >> I don'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<BR>> build
system<BR>> > >> in those subpackage.<BR>> >
>><BR>> > >> Since you didn't do "make distclean" 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<BR>> >
location.<BR>> > >> Instead of doing an inpath build (i.e. cd
mpich2-1.2.1p1/ ;<BR>> > >> ./configure....),<BR>> >
>> could you do a VPATH build as documented in the README<BR>>
(search for<BR>> > the<BR>> > >> word VPATH)? Send
us the configure and make outputs again<BR>> > >> (be sure to
add 2>&1 in creating the output files).<BR>> > >><BR>>
> >> A.Chan<BR>> > >><BR>> > >><BR>>
> >> ----- "Preeti" <<A
href="mailto:preeti@csa.iisc.ernet.in">preeti@csa.iisc.ernet.in</A>>
wrote:<BR>> > >><BR>> > >> > Hello<BR>> >
>> ><BR>> > >> > Thank you for the quick
response.<BR>> > >> ><BR>> > >> > I forgot to
mention that I had set two flags earlier.<BR>> > >> > export
F90=gfortran<BR>> > >> > export F77=gfortran<BR>> >
>> ><BR>> > >> > The earlier problem is gone when I
compiled without setting<BR>> > these. I<BR>> > >> >
am<BR>> > >> > attaching all log files, the earlier ones and
the new ones.<BR>> > >> ><BR>> > >> > Now I am
facing another error which is from "make install 2>& |<BR>> >
tee<BR>> > >> > mi.log"<BR>> > >> ><BR>>
> >> > /usr/bin/install: cannot create regular file
`/index.htm':<BR>> > Permission<BR>> > >> >
denied<BR>> > >> ><BR>> > >> > Probably some
variable is not set. I tried setting docdir too.<BR>> > >> >
mi.log is also attached.<BR>> > >> ><BR>> > >>
> Please help.<BR>> > >> ><BR>> > >>
><BR>> > >> > Thanks<BR>> > >> >
Preeti<BR>> > >> ><BR>> > >> ><BR>> >
>> ><BR>> > >> > On Wed, Mar 10, 2010 at 9:33 PM,
<<A href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</A>>
wrote:<BR>> > >> ><BR>> > >> > ><BR>>
> >> > > It is unclear what went wrong based on what
you've<BR>> provided so<BR>> > far.<BR>> > >> > >
Can you send us the configure and make outputs as stated in<BR>> >
the<BR>> > >> > > README (be sure to include the stderr in
the output file) ?<BR>> > >> > ><BR>> > >>
> > ----- "Preeti" <<A
href="mailto:preeti@csa.iisc.ernet.in">preeti@csa.iisc.ernet.in</A>>
wrote:<BR>> > >> > ><BR>> > >> > > >
Hello<BR>> > >> > > ><BR>> > >> > >
> I am trying to install mpich2-1.2.1p1 on a 64-bit Linux<BR>> >
system.<BR>> > >> > > ><BR>> > >> > >
> Configuration was successful.<BR>> > >> > > >
./configure --prefix=$HOME/local/mpich2-1.2.1<BR>> --enable-f90 |<BR>>
> tee<BR>> > >> > > > c.log<BR>> > >>
> ><BR>> > >> > > BTW, you didn't include stderr in
c.log. Depends on<BR>> the shell<BR>> > you<BR>> >
>> > > use, you need to either add "&" or "2>&1".
See README for<BR>> > >> > details..<BR>> >
>> > ><BR>> > >> > > A.Chan<BR>> >
>> > ><BR>> > >> > >
_______________________________________________<BR>> > >> >
> mpich-discuss mailing list<BR>> > >> > > <A
href="mailto:mpich-discuss@mcs.anl.gov">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>> >
>> > _______________________________________________<BR>> >
>> > mpich-discuss mailing list<BR>> > >> > <A
href="mailto:mpich-discuss@mcs.anl.gov">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>> >
>> mpich-discuss mailing list<BR>> > >> <A
href="mailto:mpich-discuss@mcs.anl.gov">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>> ><BR>> >
_______________________________________________<BR>> > mpich-discuss
mailing list<BR>> > <A
href="mailto:mpich-discuss@mcs.anl.gov">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>> mpich-discuss
mailing list<BR>> <A
href="mailto:mpich-discuss@mcs.anl.gov">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>_______________________________________________<BR>mpich-discuss
mailing list<BR><A
href="mailto:mpich-discuss@mcs.anl.gov">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></BLOCKQUOTE></BODY></HTML>