Re: [Paraview] vtkHashSource-pv5.1 binary disappearing during ParaView 'make install'

2016-08-15 Thread Christopher Neal
: Christopher Neal Date: Friday, August 5, 2016 at 1:25 PM To: Andy Bauer , Utkarsh Ayachit Cc: Ben Boeckel , "paraview@paraview.org" Subject: Re: [Paraview] vtkHashSource-pv5.1 binary disappearing during ParaView 'make install' For the case outlined in this email chain

Re: [Paraview] vtkHashSource-pv5.1 binary disappearing during ParaView 'make install'

2016-08-05 Thread Christopher Neal
I tried it again with cmake 3.5.1 and I see the same error. -- Up-to-date: /home/neal/software/ParaView5.2/build/lib/cmake/paraview-5.1/Modules/vtkUtilitiesHashSource.cmake CMake Error at VTK/Utilities/HashSource/cmake_install.cmake:46 (file): file INSTALL cannot find "/home/neal/software/Par

Re: [Paraview] vtkHashSource-pv5.1 binary disappearing during ParaView 'make install'

2016-08-05 Thread Christopher Neal
, August 5, 2016 at 1:19 PM To: Utkarsh Ayachit Cc: Christopher Neal , Ben Boeckel , "paraview@paraview.org" Subject: Re: [Paraview] vtkHashSource-pv5.1 binary disappearing during ParaView 'make install' Hi Chris, Are you trying to build from a Catalyst edition or di

Re: [Paraview] vtkHashSource-pv5.1 binary disappearing during ParaView 'make install'

2016-08-05 Thread Andy Bauer
Hi Chris, Are you trying to build from a Catalyst edition or directly from the full ParaView source? I want to make sure that we're going in the proper direction when trying to fix this problem. Thanks, Andy On Fri, Aug 5, 2016 at 1:15 PM, Utkarsh Ayachit wrote: > Ben, > > Can you take a look

Re: [Paraview] vtkHashSource-pv5.1 binary disappearing during ParaView 'make install'

2016-08-05 Thread Utkarsh Ayachit
Ben, Can you take a look please? Thanks. On Fri, Aug 5, 2016 at 1:03 PM, Christopher Neal wrote: > I tried it again with cmake 3.5.1 and I see the same error. > > -- Up-to-date: > /home/neal/software/ParaView5.2/build/lib/cmake/paraview-5.1/Modules/vtkUtilitiesHashSource.cmake > CMake Error at

Re: [Paraview] vtkHashSource-pv5.1 binary disappearing during ParaView 'make install'

2016-08-05 Thread Christopher Neal
Thank you Utkarsh, I will try cmake 3.5.1 to see if that has any effect on the issue that I’m having. Output from: cmake –version cmake version 3.6.20160722-g8842a Output from: lsb_relase –a LSB Version:n/a Distributor ID: openSUSE project Description:openSUSE 13.2 (Harlequin) (x86_64)

Re: [Paraview] vtkHashSource-pv5.1 binary disappearing during ParaView 'make install'

2016-08-04 Thread Utkarsh Ayachit
Sorry, no luck producing on Ubuntu 16.04 with CMake 3.5.1. On Thu, Aug 4, 2016 at 11:32 AM, Utkarsh Ayachit wrote: > That's odd. Trying to see if I can reproduce this with your command > line. I'll report back once the build is done. > > On Wed, Aug 3, 2016 at 4:22 PM, Christopher Neal > wrote:

Re: [Paraview] vtkHashSource-pv5.1 binary disappearing during ParaView 'make install'

2016-08-04 Thread Utkarsh Ayachit
That's odd. Trying to see if I can reproduce this with your command line. I'll report back once the build is done. On Wed, Aug 3, 2016 at 4:22 PM, Christopher Neal wrote: > Hi All, > > > > I’m seeing something strange when I try to compile ParaView 5.1 from the > source. I execute the following c

[Paraview] vtkHashSource-pv5.1 binary disappearing during ParaView 'make install'

2016-08-03 Thread Christopher Neal
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_bu