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"><<a href="mailto:timothysc@gmail.com">timothysc@gmail.com</a>></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'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 <<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a>> wrote:<br>
> Try the 2.8.3 release candidate.<br>
><br>
> In 2.8.2 the untar did not preserve file times, and this could cause<br>
> auto-make to rerun when it really did not need to.<br>
><br>
> -Bill<br>
><br>
><br>
> On 10/19/2010 3:21 PM, Tim St. Clair wrote:<br>
>><br>
>> I've been able to consistently repro an issue using<br>
>> ExternalProject_Add w/a configure build of cmake v.s. the i386<br>
>> binaries online shows an issue whenever a it tries to call auto-conf<br>
>> or auto-make as if the environment is hosed. When I use the stock<br>
>> i386 binaries I do not see this issue and I'm able to build external<br>
>> projects.<br>
>><br>
>> The test example in question is the following:<br>
>><br>
>><br>
>> set (LIBXML2_VER libxml2-2.7.3 )<br>
>> ExternalProject_Add( libxml2<br>
>> DEPENDS zlib<br>
>> PREFIX<br>
>> ${EXTERNAL_BUILD_PREFIX}/${LIBXML2_VER}<br>
>> #-- Download Step ----------<br>
>> DOWNLOAD_COMMAND wget -N<br>
>> <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>
>> DOWNLOAD_DIR ${EXTERNAL_DL}<br>
>> URL<br>
>> <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>
>> #--Configure step ----------<br>
>> CONFIGURE_COMMAND ./configure<br>
>> --prefix=${EXTERNAL_STAGE}<br>
>> --disable-shared --with-zlib=${EXTERNAL_STAGE}<br>
>> #--Build Step ----------<br>
>> BUILD_COMMAND make<br>
>> BUILD_IN_SOURCE 1<br>
>> #--install Step ----------<br>
>> INSTALL_DIR ${EXTERNAL_STAGE}<br>
>> INSTALL_COMMAND make install )<br>
><br>
><br>
> --<br>
> Bill Hoffman<br>
> Kitware, Inc.<br>
> 28 Corporate Drive<br>
> Clifton Park, NY 12065<br>
> <a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a><br>
> <a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a><br>
> 518 881-4905 (Direct)<br>
> 518 371-3971 x105<br>
> Fax (518) 371-4573<br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <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:<br>
> <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>
><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>