Discussion:
[Paraview] Paraview build from source error
Arshpreet Singh
2016-05-11 09:54:32 UTC
Permalink
I am trying to install Paraview from source but after running make
command in get smd5 checksum error at 70% of compilation.


Is this error from Network side?

[ 70%] Built target vtkPVServerManagerApplicationPythonD
[ 70%] Built target vtkPVCatalystPythonD
[ 70%] Built target vtkPVPythonCatalystPythonD
[ 70%] Built target vtkPVPythonCatalystPython
[ 70%] Generating
/home/metal-machine/paraview/Paraview-bin/ExternalData/Testing/Data/Baseline/TileDisplayScatterPlot-2x2.png
-- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=fc79079ddfbbbbe25b4050f9c349c80b&algorithm=MD5"
-- [download 100% complete]
-- Fetching "http://www.paraview.org/files/ExternalData/MD5/fc79079ddfbbbbe25b4050f9c349c80b"
CMake Error at /home/metal-machine/paraview/ParaView/CMake/ExternalData.cmake:749
(message):
Object MD5=fc79079ddfbbbbe25b4050f9c349c80b not found at:

http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=fc79079ddfbbbbe25b4050f9c349c80b&algorithm=MD5
("Unsupported protocol")
http://www.paraview.org/files/ExternalData/MD5/fc79079ddfbbbbe25b4050f9c349c80b
("HTTP response code said error")
Call Stack (most recent call first):
/home/metal-machine/paraview/ParaView/CMake/ExternalData.cmake:771
(_ExternalData_download_object)



make[2]: *** [ExternalData/Testing/Data/Baseline/TileDisplayScatterPlot-2x2.png.md5-stamp]
Error 1
make[1]: *** [CMakeFiles/ParaViewData.dir/all] Error 2
make: *** [all] Error 2
--
Thanks
Arshpreet Singh

I am Sikh boy, Learning by doing and Learning by teaching is my religion.
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
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 ParaView Wiki at: http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview
Utkarsh Ayachit
2016-05-11 13:00:42 UTC
Permalink
Such errors happen when downloading test data and baselines due to
either server or network issues. If you are not running tests, simply
turn OFF BUILD_TESTING CMake flag. Alternatively try again after some
time. If is was due to server issues, it typically recovers.
Post by Arshpreet Singh
I am trying to install Paraview from source but after running make
command in get smd5 checksum error at 70% of compilation.
Is this error from Network side?
[ 70%] Built target vtkPVServerManagerApplicationPythonD
[ 70%] Built target vtkPVCatalystPythonD
[ 70%] Built target vtkPVPythonCatalystPythonD
[ 70%] Built target vtkPVPythonCatalystPython
[ 70%] Generating
/home/metal-machine/paraview/Paraview-bin/ExternalData/Testing/Data/Baseline/TileDisplayScatterPlot-2x2.png
-- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=fc79079ddfbbbbe25b4050f9c349c80b&algorithm=MD5"
-- [download 100% complete]
-- Fetching "http://www.paraview.org/files/ExternalData/MD5/fc79079ddfbbbbe25b4050f9c349c80b"
CMake Error at /home/metal-machine/paraview/ParaView/CMake/ExternalData.cmake:749
http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=fc79079ddfbbbbe25b4050f9c349c80b&algorithm=MD5
("Unsupported protocol")
http://www.paraview.org/files/ExternalData/MD5/fc79079ddfbbbbe25b4050f9c349c80b
("HTTP response code said error")
/home/metal-machine/paraview/ParaView/CMake/ExternalData.cmake:771
(_ExternalData_download_object)
make[2]: *** [ExternalData/Testing/Data/Baseline/TileDisplayScatterPlot-2x2.png.md5-stamp]
Error 1
make[1]: *** [CMakeFiles/ParaViewData.dir/all] Error 2
make: *** [all] Error 2
--
Thanks
Arshpreet Singh
I am Sikh boy, Learning by doing and Learning by teaching is my religion.
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
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 ParaView Wiki at: http://paraview.org/Wiki/ParaView
Search the list archives at: http://markmail.org/search/?q=ParaView
http://public.kitware.com/mailman/listinfo/paraview
_______________________________________________
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 ParaView Wiki at: http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Loading...