[Paraview] PV 4.2.0 make install error (UNCLASSIFIED)

Su, Simon M CTR USARMY ARL (US) simon.m.su.ctr at mail.mil
Tue Sep 30 10:18:19 EDT 2014


Classification: UNCLASSIFIED
Caveats: NONE

Hello,

PV 4.2 superbuild make to completion.

============================================================================
==========
[... snip ......]
-- Up-to-date:
/home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-bu
ild/install/share/doc/qhull/rbox.txt
-- Up-to-date:
/home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-bu
ild/install/share/doc/qhull/rbox.man
-- Up-to-date:
/home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-bu
ild/install/share/doc/qhull/qhalf.htm
-- Up-to-date:
/home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-bu
ild/install/share/doc/qhull/qhull.htm
-- Up-to-date:
/home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-bu
ild/install/share/doc/qhull/qh-opto.htm
-- Up-to-date:
/home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-bu
ild/install/share/doc/qhull/qhull.txt
-- Up-to-date:
/home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-bu
ild/install/share/doc/qhull/qhull-cpp.xml
-- Up-to-date:
/home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-bu
ild/install/share/doc/qhull/qh-faq.htm
-- Up-to-date:
/home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-bu
ild/install/share/doc/qhull/qh-eg.htm
-- Installing:
/home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-bu
ild/install/share/doc/qhull/index.htm
-- Up-to-date:
/home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-bu
ild/install/share/doc/qhull/qh--dt.gif
-- Up-to-date:
/home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-bu
ild/install/share/doc/qhull/qdelaun.htm
[ 99%] Completed 'qhull'
[100%] Built target qhull
Install the project...
-- Install configuration: "Release"
-- [download 0% complete]
-- [download 3% complete]
[... snip ......]
============================================================================
==========

But at the end of the make install, it is complaining about missing files. 

============================================================================
==========
[... snip ......]
-- Up-to-date:
/home/ssu/pv-test/4.2.0_osmesa/lib/paraview-4.2/libvtkxdmf2-pv4.2.so.1
-- Up-to-date:
/home/ssu/pv-test/4.2.0_osmesa/lib/paraview-4.2/libvtkzlib-pv4.2.so.1
-- Installing: /home/ssu/pv-test/4.2.0_osmesa/lib/paraview-4.2/libgcc_s.so.1
-- Installing: /home/ssu/pv-test/4.2.0_osmesa/bin/pvserver
-- Installing: /home/ssu/pv-test/4.2.0_osmesa/bin/pvdataserver
-- Installing: /home/ssu/pv-test/4.2.0_osmesa/bin/pvrenderserver
-- Installing: /home/ssu/pv-test/4.2.0_osmesa/bin/pvbatch
-- Installing: /home/ssu/pv-test/4.2.0_osmesa/bin/pvpython
CMake Error at cmake_install.cmake:90 (FILE):
  file INSTALL cannot find
 
"/home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-b
uild/install/share/appdata".


make: *** [install] Error 1

============================================================================
==========

the same is happening on 4 different machines I have similar build script
running. Is his something I should be worried or is it an optional error :)
? There is no appdata directory under the install/share directory. PV 4.2
superbuild is configured as follow.


====================== build script ==========
git clone http://paraview.org/ParaViewSuperbuild.git
ParaViewSuperbuild_${version}
cd ParaViewSuperbuild_${version}
git checkout  v4.2.0
cd ..

mkdir ParaViewSuperbuild_${version}-build
cd ParaViewSuperbuild_${version}-build

cmake \
-DCMAKE_INSTALL_PREFIX:PATH=${HOME}/pv-test/${version}_osmesa \
-DCMAKE_BUILD_TYPE=Release \
-DParaView_FROM_GIT=ON \
-DENABLE_boost=ON \
-DENABLE_cgns=OFF \
-DENABLE_ffmpeg=ON \
-DENABLE_fontconfig=ON \
-DENABLE_freetype=ON \
-DENABLE_hdf5=ON \
-DENABLE_libxml2=ON \
-DENABLE_matplotlib=ON \
-DENABLE_mesa=OFF \
-DENABLE_mpi=ON \
-DENABLE_numpy=ON \
-DENABLE_osmesa=ON \
-DENABLE_paraview=ON \
-DENABLE_png=ON \
-DENABLE_python=ON \
-DENABLE_qhull=ON \
-DENABLE_qt=OFF \
-DENABLE_silo=ON \
-DENABLE_szip=ON \
-DENABLE_visitbridge=ON \
-DMPI_CXX_LIBRARIES:STRING="/opt/cray/mpt/6.3.1/gni/mpich2-gnu/48/lib/libmpi
chcxx.so" \
-DMPI_C_LIBRARIES:STRING="/opt/cray/mpt/6.3.1/gni/mpich2-gnu/48/lib/libmpich
.so" \
-DMPI_LIBRARY:FILEPATH="/opt/cray/mpt/6.3.1/gni/mpich2-gnu/48/lib/libmpichcx
x.so" \
-DMPI_CXX_INCLUDE_PATH:STRING="/opt/cray/mpt/6.3.1/gni/mpich2-gnu/48/include
/" \
-DMPI_C_INCLUDE_PATH:STRING="/opt/cray/mpt/6.3.1/gni/mpich2-gnu/48/include/"
\
-DUSE_SYSTEM_mpi=ON \
-DUSE_SYSTEM_python=OFF \
-DUSE_SYSTEM_qt=OFF \
-DUSE_SYSTEM_zlib=ON \
../ParaViewSuperbuild_${version}

make
make install
========================================================

Any help is much appreciated.

Thanks
-simon
                                                                       

Classification: UNCLASSIFIED
Caveats: NONE


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 9990 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview/attachments/20140930/be01430e/attachment.bin>


More information about the ParaView mailing list