[vtkusers] I got problem, please anybody help me

Cory Quammen cory.quammen at kitware.com
Tue Oct 18 08:42:38 EDT 2016


Hi,

I suspect that the problem is that your CMake was not built with OpenSSL
support. The data download requests using the http protocol are forwarded
to an address with the https protocol, but your CMake doesn't speak https,
hence the error.

I recommend downloading an installer from https://cmake.org/download/ and
using it if you need the test data. Otherwise, David's recommendation
should work, too.

HTH,
Cory

On Tue, Oct 18, 2016 at 5:53 AM, David E DeMarle <dave.demarle at kitware.com>
wrote:

> One thing to do is to turn off tests, this will prevent the build from
> trying to download our regression test data.
>
> Another thing to do is to manually download the regression test data
> zipfiles/tarballs, unzip/untar in your source directory and then the build
> won't need to download them.
> .
>
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 21 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4909
>
> On Tue, Oct 18, 2016 at 2:49 AM, lorepunmanee <lorepunmanee at hotmail.com>
> wrote:
>
>> Hi all,
>>    I tried to make VTK but I got error below.
>>
>> CMake Error at CMake/ExternalData.cmake:1005 (message):
>>   Object MD5=e7a580e1a541358ed43d93e8bcea44c0 not found at:
>>
>>
>> http://midas3.kitware.com/midas/api/rest?method=midas.bitstr
>> eam.download&checksum=e7a580e1a541358ed43d93e8bcea44c0&algorithm=MD5
>> ("Unsupported protocol")
>>
>> http://www.vtk.org/files/ExternalData/MD5/e7a580e1a541358ed4
>> 3d93e8bcea44c0
>> ("Timeout was reached")
>> Call Stack (most recent call first):
>>   CMake/ExternalData.cmake:1027 (_ExternalData_download_object)
>>
>>
>> make[2]: ***
>> [ExternalData/Filters/Core/Testing/Data/Baseline/fieldToRGri
>> d_1.png.md5-stamp]
>> Error 1
>> make[1]: *** [CMakeFiles/VTKData.dir/all] Error 2
>> make: *** [all] Error 2
>>
>>     Please help me to solve this problem
>> Thank you.
>>
>>
>>
>>
>> --
>> View this message in context: http://vtk.1045678.n5.nabble.c
>> om/I-got-problem-please-anybody-help-me-tp5740807.html
>> Sent from the VTK - Users mailing list archive at Nabble.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 VTK FAQ at:
>> http://www.vtk.org/Wiki/VTK_FAQ
>>
>> Search the list archives at: http://markmail.org/search/?q=vtkusers
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/vtkusers
>>
>
>
> _______________________________________________
> 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 VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>


-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20161018/f747abdf/attachment.html>


More information about the vtkusers mailing list