And one more tip on your cvs command line:<div><span class="Apple-style-span" style="border-collapse: collapse; ">cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/VTK co -r $VTK_tag VTK</span></div><div><span class="Apple-style-span" style="border-collapse: collapse;"><br>
</span></div><div><span class="Apple-style-span" style="border-collapse: collapse;">You should be able to do it all in one step (without a login) with most modern cvs clients by embedding the password directly into the -d arg to the co command:</span></div>
<div><span class="Apple-style-span" style="border-collapse: collapse;">cvs -d :pserver:anonymous:vtk@public.kitware.com:/cvsroot/VTK co -r $VTK_tag VTK<br></span><br></div><div><br></div><div>That alleviates the need for the complicated script you have to handle interactive login...</div>
<div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br></div><div><br><div class="gmail_quote">On Thu, Apr 2, 2009 at 10:07 AM, David Cole <span dir="ltr"><<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5"><span style="border-collapse:collapse">Never mind. I didn't see you were doing a "make install" and that you already have VTK_USE_RPATH ON.....<div>
<br></div><div>In that case, it's a mystery and we'll need more details to help.</div>
<div><br></div><div>If you run *one* of the failing tests, what is the output?</div><div><br></div><div>For example, what if you run:</div><div>ctest -R Mace -VV</div><div><br></div><div><br></div><div>Sorry for the incorrect first reply,</div>
<div>David</div><div><br></div></span>
</div></div></blockquote></div><br></div>