CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   ParaView (https://www.cfd-online.com/Forums/paraview/)
-   -   [OpenFOAM] Paraview compilation failed due to not available files (https://www.cfd-online.com/Forums/paraview/138527-paraview-compilation-failed-due-not-available-files.html)

Tobi July 5, 2014 11:12

Paraview compilation failed due to not available files
 
Hi all,

today I compiled paraview on my desk pc and get the following error message. This error I never got. I dont know how to solve it. Does anybody has any ideas?

Code:

[ 66%] Built target ParticleAdaptor
[ 66%] Generating /home/shorty/software/ParaView-bin/ExternalData/VTK/Testing/Data/clouds.jpeg
-- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=623911b12cb17e1e2904b9772a614f22&algorithm=MD5"
-- [download 28% complete]
-- [download 100% complete]
-- Fetching "http://www.vtk.org/files/ExternalData/MD5/623911b12cb17e1e2904b9772a614f22"
-- [download 5% complete]
-- [download 100% complete]
CMake Error at /home/shorty/software/ParaView-v4.1.0/VTK/CMake/ExternalData.cmake:735 (message):
  Object MD5=623911b12cb17e1e2904b9772a614f22 not found at:

    http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=623911b12cb17e1e2904b9772a614f22&algorithm=MD5 (wrong hash MD5=105b89e70300abfe7ba5f975c4cc285c)
    http://www.vtk.org/files/ExternalData/MD5/623911b12cb17e1e2904b9772a614f22 (wrong hash MD5=105b89e70300abfe7ba5f975c4cc285c)
Call Stack (most recent call first):
  /home/shorty/software/ParaView-v4.1.0/VTK/CMake/ExternalData.cmake:757 (_ExternalData_download_object)


make[2]: *** [ExternalData/VTK/Testing/Data/clouds.jpeg.md5-stamp] Error 1
make[1]: *** [VTK/CMakeFiles/VTKData.dir/all] Error 2
make: *** [all] Error 2

Kind regards
Tobi

Tobi July 5, 2014 14:06

Hi,

I get also the following warnings while configuration of paraview source:
Code:

CMake Warning (dev) at ThirdParty/protobuf/vtkprotobuf/src/CMakeLists.txt:298 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "protoc_compiler".
  Use the target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

 This warning is for project developers.  Use -Wno-dev to suppress it.


 CMake Warning (dev) at ParaViewCore/ServerImplementation/Core/CMakeLists.txt:84 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "protoc_compiler".
  Use the target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

 This warning is for project developers.  Use -Wno-dev to suppress it.


 CMake Warning (dev) at VTK/ThirdParty/hdf5/vtkhdf5/src/CMakeLists.txt:607 (ADD_CUSTOM_COMMAND):
  Policy CMP0040 is not set: The target in the TARGET signature of
  add_custom_command() must exist.  Run "cmake --help-policy CMP0040" for
  policy details.  Use the cmake_policy command to set the policy and
  suppress this warning.

  The target name
  "/home/shorty/software/Paraview-v4.0.1-bin/VTK/ThirdParty/hdf5/vtkhdf5/H5Edefin.h"
  is unknown in this context.
 This warning is for project developers.  Use -Wno-dev to suppress it.

But as you can see its for developers.

Regards
Tobi

Tobi July 5, 2014 15:39

With paraview-v4.0.1-source it was possible :)


All times are GMT -4. The time now is 08:30.