[Paraview] vtkHashSource-pv5.1 binary disappearing during ParaView 'make install'
Christopher Neal
chrisneal at snumerics.com
Wed Aug 3 16:22:04 EDT 2016
Hi All,
I’m seeing something strange when I try to compile ParaView 5.1 from the source. I execute the following commands to compile ParaView:
git clone https://github.com/Kitware/ParaView.git
*Go into cloned ParaView directory*
git submodule init
git submodule update
mkdir ParaView_build *not inside the ParaView source directory, somewhere else*
cd ParaView_build
cmake -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES -DBUILD_TESTING:BOOL=OFF -DPARAVIEW_BUILD_QT_GUI:BOOL=OFF -DVTK_RENDERING_BACKEND=OpenGL2 -DPARAVIEW_USE_MPI:BOOL=ON -DPARAVIEW_ENABLE_PYTHON:BOOL=ON -DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON -DPARAVIEW_BUILD_CATALYST_ADAPTERS:BOOL=ON -DPARAVIEW_BUILD_PLUGIN_AnalyzeNIfTIIO:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_ArrowGlyph:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_CDIReader:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_EyeDomeLighting:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_GMVReader:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_GeodesicMeasurement:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_H5PartReader:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_InSituExodus:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_MantaView:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_Moments:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_NonOrthogonalSource:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_PacMan:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_PointSprite:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_RGBZView:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_SLACTools:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_SciberQuestToolKit:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_SierraPlotTools:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_StreamingParticles:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_SurfaceLIC:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_ThickenLayeredCells:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_UncertaintyRendering:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_AcceleratedAlgorithms:BOOL=OFF -DVTK_USE_CXX11_FEATURES:BOOL=ON -DCMAKE_INSTALL_PREFIX=/home/neal/software/ParaView_build /home/neal/software/ParaView
(note the last 2 items are paths to the build directory and the source, respectively)
make
make install
Everything up to ‘make’ looks to work just fine. Now, there is a file called ‘vtkHashSource-pv5.1’ that is located in the /bin directory of the ParaView build. When I type ‘make install’, I get the following error:
CMake Error at VTK/Utilities/HashSource/cmake_install.cmake:46 (file):
file INSTALL cannot find
"/home/neal/software/Catalyst/Catalyst-v5.1.0-Base-Enable-Python-Essentials_build/bin/vtkHashSource-pv5.1".
Call Stack (most recent call first):
VTK/cmake_install.cmake:420 (include)
cmake_install.cmake:117 (include)
Makefile:94: recipe for target 'install' failed
make: *** [install] Error 1
I looked and it has moved or deleted the ‘vtkHashSource-pv5.1’ file that was originally in the ParaView/bin directory! I’m sure of it because I copied the file to a temp directory and it disappears every time I put it in the ParaView/bin and type ‘make install’.
Has anyone had this problem?
Thank you,
Chris Neal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160803/238c94e1/attachment.html>
More information about the ParaView
mailing list