Does this patch fix it? $ cvs -q diff Index: Tests/CMakeLists.txt =================================================================== RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v retrieving revision 1.148 diff -r1.148 CMakeLists.txt 1254,1255c1254,1255 < set(regex "${regex}(Couldn.t resolve host ") < set(regex "${regex}|couldn.t connect to host") --- > set(regex "${regex}([Cc]ould *n.t resolve host") > set(regex "${regex}|[Cc]ould *n.t connect to host")
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... Thanks, David On Fri, Oct 30, 2009 at 11:14 AM, Orion Poplawski <or...@cora.nwra.com>wrote: > These tests are failing in the Fedora build: > > 110 - CTestTestFailedSubmit-ftp (Failed) > 111 - CTestTestFailedSubmit-http (Failed) > 112 - CTestTestFailedSubmit-https (Failed) > > again, I believe these are because the Fedora builders do not have network > access. Similar problems were fixed in rc3 from rc2 I believe. > > Full logs: > > http://koji.fedoraproject.org/koji/getfile?taskID=1778923&name=build.log > > Might be a regex problem: > > 110: Cannot find any coverage files. Ignoring Coverage request. > 110: Error when uploading file: > /builddir/build/BUILD/cmake-2.8.0-rc4/build/Tests/CTestTestFailedSubmits/ftp/Testing/20091030-1502/Build.xml > 110: Error message was: Could not resolve host: (Misformatted domain > name) > 110: Problems when submitting via FTP > 110: Error in read script: > /builddir/build/BUILD/cmake-2.8.0-rc4/build/Tests/CTestTestFailedSubmits/test-ftp.cmake > 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) > > > Note that actual error is "Could not resolve host", but regex is "Couldn.t > resolve host" > > > -- > Orion Poplawski > Technical Manager 303-415-9701 x222 > NWRA/CoRA Division FAX: 303-415-9702 > 3380 Mitchell Lane or...@cora.nwra.com > Boulder, CO 80301 http://www.cora.nwra.com > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake