MantisBT - VTK
View Issue Details
0014492VTK(No Category)public2013-12-28 13:322014-01-22 10:17
Orion Poplawski 
Dave DeMarle 
highminorhave not tried
closedfixed 
6.1.rc 
6.1.06.1.0 
TBD
incorrect functionality
0014492: ExternalData breaks Fedora builds
The Fedora package builders do not have internet access (to provide reproducible builds and for security reasons). Therefore ExternalData functions in VTK 6.1.0 (paraview 4.1.0) fail:

CMake Error at /builddir/build/BUILD/ParaView-v4.1.0-RC2/VTK/CMake/ExternalData.cmake:735 (message):
  Object MD5=a3f938178d8af24577a28becd8d87aac not found at:
    http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=a3f938178d8af24577a28becd8d87aac&algorithm=MD5 [^] ("Couldn't resolve host name")
    http://www.vtk.org/files/ExternalData/MD5/a3f938178d8af24577a28becd8d87aac [^] ("Couldn't resolve host name")

We need an alternative way of providing any needed files.
No tags attached.
Issue History
2013-12-28 13:32Orion PoplawskiNew Issue
2013-12-30 12:26Dave DeMarleNote Added: 0032091
2013-12-30 12:26Dave DeMarleAssigned To => Dave DeMarle
2013-12-30 12:26Dave DeMarleStatusbacklog => active development
2013-12-30 12:57Orion PoplawskiNote Added: 0032092
2014-01-22 10:16Dave DeMarleNote Added: 0032205
2014-01-22 10:16Dave DeMarleStatusactive development => closed
2014-01-22 10:16Dave DeMarleResolutionopen => fixed
2014-01-22 10:16Dave DeMarleFixed in Version => 6.1.0
2014-01-22 10:17Dave DeMarleProduct Version => 6.1.rc
2014-01-22 10:17Dave DeMarleTarget Version => 6.1.0

Notes
(0032091)
Dave DeMarle   
2013-12-30 12:26   
Do you need to have testing turned on?
Also, I believe it will build if you transplant the testing data into place before hand.
Will investigate that.
(0032092)
Orion Poplawski   
2013-12-30 12:57   
BUILD_TESTING appears to be turned on by default, so yes it was. I've turned it off for now and that appears to get me past this issue for now.
(0032205)
Dave DeMarle   
2014-01-22 10:16   
besides turning off testing, commit eea18b5573a57c5c33bcc8d9db9065b7a4721fda
adds a script that we use to produce source, data and large data tarballs that you can use to build from with or without testing without connectivity.