[CMake] multicore interix'en testing
Markus Duft
markus.duft at salomon.at
Fri Feb 26 03:01:51 EST 2010
Bill Hoffman wrote:
> Bill Hoffman wrote:
>> Markus Duft wrote:
>>
>>> Submit files (using http)
>>> Using HTTP submit method
>>> Drop site:http://www.cdash.org/CDash/submit.php?project=CMake
>>> Error when uploading file:
>>> /dev/fs/E/buildbot/s01en22vm3-f_base-10.0/build/toolsbase-2010.0/var/tmp/portage/dev-util/cmake-2.8.1_rc3/work/cmake-2.8.1-rc3/Testing/20100224-1452/Build.xml
>>>
>>> Error message was: couldn't connect to host
>>> Problems when submitting via HTTP
>>> Errors while running CTest
>>>
>>
>> Did you try setting http_proxy, we just use curl, so that should work:
>>
>> http://www.cs.sunysb.edu/documentation/curl/index.html
>>
>> Can you run ctest with --debug -D ExperimentalSubmit?
>>
>> It should say what http proxy is being used. For example:
>> export http_proxy=foo.bar
>> ../../bin/ctest -D ExperimentalSubmit
>> ...
>> C:/hoffman/My Builds/CMake/Source/CTest/cmCTestSubmitHandler.cxx:973
>> Use HTTP Proxy: foo.bar
>> ...
>>
> Just noticed another site was doing something like this:
>
> "HTTP_PROXY=www-cache.usyd.edu.au"
> "HTTP_PROXY_PORT=8080"
interesting :) any chance to get future ctests to accept the UNIXish
default http_proxy variable? that would sure make it easier to setup
such things for many people... (i don't mind setting the other variables
too, just for the future ... ;))
so, i'll try again...
Markus
>
> -Bill
More information about the CMake
mailing list