Does this patch fix it?<div><div><br></div><div>$ cvs -q diff</div><div>Index: Tests/CMakeLists.txt</div><div>===================================================================</div><div>RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v</div>
<div>retrieving revision 1.148</div><div>diff -r1.148 CMakeLists.txt</div><div>1254,1255c1254,1255</div><div>&lt;   set(regex &quot;${regex}(Couldn.t resolve host &quot;)</div><div>&lt;   set(regex &quot;${regex}|couldn.t connect to host&quot;)</div>
<div>---</div><div>&gt;   set(regex &quot;${regex}([Cc]ould *n.t resolve host&quot;)</div><div>&gt;   set(regex &quot;${regex}|[Cc]ould *n.t connect to host&quot;)</div><div><br></div><div>I just committed that to CVS HEAD of CMake. Let me know if it fixes it please, and I will see that it gets merged to CMake-2-8...</div>
<div><br></div><div><br></div><div>Thanks,</div><div>David</div><div><br></div><br><div class="gmail_quote">On Fri, Oct 30, 2009 at 11:14 AM, Orion Poplawski <span dir="ltr">&lt;<a href="mailto:orion@cora.nwra.com">orion@cora.nwra.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">These tests are failing in the Fedora build:<br>
<br>
        110 - CTestTestFailedSubmit-ftp (Failed)<br>
        111 - CTestTestFailedSubmit-http (Failed)<br>
        112 - CTestTestFailedSubmit-https (Failed)<br>
<br>
again, I believe these are because the Fedora builders do not have network access.  Similar problems were fixed in rc3 from rc2 I believe.<br>
<br>
Full logs:<br>
<br>
<a href="http://koji.fedoraproject.org/koji/getfile?taskID=1778923&amp;name=build.log" target="_blank">http://koji.fedoraproject.org/koji/getfile?taskID=1778923&amp;name=build.log</a><br>
<br>
Might be a regex problem:<br>
<br>
110:  Cannot find any coverage files. Ignoring Coverage request.<br>
110:    Error when uploading file: /builddir/build/BUILD/cmake-2.8.0-rc4/build/Tests/CTestTestFailedSubmits/ftp/Testing/20091030-1502/Build.xml<br>
110:    Error message was: Could not resolve host:  (Misformatted domain name)<br>
110:    Problems when submitting via FTP<br>
110: Error in read script: /builddir/build/BUILD/cmake-2.8.0-rc4/build/Tests/CTestTestFailedSubmits/test-ftp.cmake<br>
110/136 Test #111: CTestTestFailedSubmit-http ...........***Failed Required regular expression not found.Regex=[(Problems when submitting via S*CP|Error message was: (Couldn.t resolve host |couldn.t connect to host|libcurl was built with SSL disabled. https: not supported)|Submission method .xmlrpc. not compiled into CTest|Submission successful)<br>

<br>
<br>
Note that actual error is &quot;Could not resolve host&quot;, but regex is &quot;Couldn.t resolve host&quot;<br>
<br>
<br>
-- <br>
Orion Poplawski<br>
Technical Manager                     303-415-9701 x222<br>
NWRA/CoRA Division                    FAX: 303-415-9702<br>
3380 Mitchell Lane                  <a href="mailto:orion@cora.nwra.com" target="_blank">orion@cora.nwra.com</a><br>
Boulder, CO 80301              <a href="http://www.cora.nwra.com" target="_blank">http://www.cora.nwra.com</a><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 <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>
</blockquote></div><br></div>