What version are these stock i386 binaries you speak of?<div>Where did they come from?</div><div><br></div><div>For 2.8.1 and earlier the problem did not exist.</div><div>For 2.8.2, the problem did exist.</div><div>It should be fixed again in 2.8.3-rc2 and later.</div>
<div><br></div><div><br><br><div class="gmail_quote">On Tue, Oct 19, 2010 at 4:18 PM, Tim St. Clair <span dir="ltr">&lt;<a href="mailto:timothysc@gmail.com">timothysc@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
b4 I do this, because it&#39;s a non-trivial investment on a<br>
non-heterogeneous build cluster, can you explain why the i386 stock<br>
binaries behave differently?<br>
<br>
Cheers,<br>
Tim<br>
<div><div></div><div class="h5"><br>
On Tue, Oct 19, 2010 at 2:58 PM, Bill Hoffman &lt;<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a>&gt; wrote:<br>
&gt; Try the 2.8.3 release candidate.<br>
&gt;<br>
&gt; In 2.8.2 the untar did not preserve file times, and this could cause<br>
&gt; auto-make to rerun when it really did not need to.<br>
&gt;<br>
&gt; -Bill<br>
&gt;<br>
&gt;<br>
&gt; On 10/19/2010 3:21 PM, Tim St. Clair wrote:<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve been able to consistently repro an issue using<br>
&gt;&gt; ExternalProject_Add w/a configure build of cmake v.s. the i386<br>
&gt;&gt; binaries online shows an issue whenever a it tries to call auto-conf<br>
&gt;&gt; or auto-make as if the environment is hosed.  When I use the stock<br>
&gt;&gt; i386 binaries I do not see this issue and I&#39;m able to build external<br>
&gt;&gt; projects.<br>
&gt;&gt;<br>
&gt;&gt; The test example in question is the following:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; set (LIBXML2_VER libxml2-2.7.3 )<br>
&gt;&gt;                ExternalProject_Add( libxml2<br>
&gt;&gt;                                   DEPENDS zlib<br>
&gt;&gt;                                    PREFIX<br>
&gt;&gt; ${EXTERNAL_BUILD_PREFIX}/${LIBXML2_VER}<br>
&gt;&gt;                                    #-- Download Step ----------<br>
&gt;&gt;                                    DOWNLOAD_COMMAND wget -N<br>
&gt;&gt; <a href="http://parrot.cs.wisc.edu/externals/${LIBXML2_VER}.tar.gz" target="_blank">http://parrot.cs.wisc.edu/externals/${LIBXML2_VER}.tar.gz</a> ${CMD_TERM}<br>
&gt;&gt;                                    DOWNLOAD_DIR ${EXTERNAL_DL}<br>
&gt;&gt;                                    URL<br>
&gt;&gt; <a href="http://parrot.cs.wisc.edu/externals/${LIBXML2_VER}.tar.gz" target="_blank">http://parrot.cs.wisc.edu/externals/${LIBXML2_VER}.tar.gz</a><br>
&gt;&gt;                                    #--Configure step ----------<br>
&gt;&gt;                                    CONFIGURE_COMMAND  ./configure<br>
&gt;&gt; --prefix=${EXTERNAL_STAGE}<br>
&gt;&gt; --disable-shared --with-zlib=${EXTERNAL_STAGE}<br>
&gt;&gt;                                    #--Build Step ----------<br>
&gt;&gt;                                    BUILD_COMMAND make<br>
&gt;&gt;                                    BUILD_IN_SOURCE 1<br>
&gt;&gt;                                    #--install Step ----------<br>
&gt;&gt;                                    INSTALL_DIR ${EXTERNAL_STAGE}<br>
&gt;&gt;                                    INSTALL_COMMAND make install )<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Bill Hoffman<br>
&gt; Kitware, Inc.<br>
&gt; 28 Corporate Drive<br>
&gt; Clifton Park, NY 12065<br>
&gt; <a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a><br>
&gt; <a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a><br>
&gt; 518 881-4905 (Direct)<br>
&gt; 518 371-3971 x105<br>
&gt; Fax (518) 371-4573<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Cheers,<br>
Timothy St. Clair<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br></div>