[Paraview] make install fails on master

2013-09-19 Thread Paul Edwards
...
-- Installing: ParaViewInstall/lib/paraview-4.0/paraview
-- Installing: ParaViewInstall/lib/paraview-4.0/paraview/webgl.py
CMake Error at cmake_install.cmake:36 (FILE):
  file INSTALL cannot copy file
  ParaViewBuild/lib/site-packages/paraview/webgl.py to
  ParaViewInstall/lib/paraview-4.0/paraview/webgl.py.


The install path is missing the site-packages directory and I can fix by
updating in ParaViewBuild/Wrapping/Python/cmake_install.cmake.  I'm not
quite sure what to change in the
ParaViewSource/Wrapping/Python/CMakeLists.txt though...

Regards,
Paul
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] make install fails on master

2013-09-19 Thread David E DeMarle
This should be fixed in next.


David E DeMarle
Kitware, Inc.
RD Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Thu, Sep 19, 2013 at 3:37 PM, Paul Edwards paul.m.edwa...@gmail.comwrote:

 ...
 -- Installing: ParaViewInstall/lib/paraview-4.0/paraview
 -- Installing: ParaViewInstall/lib/paraview-4.0/paraview/webgl.py
 CMake Error at cmake_install.cmake:36 (FILE):
   file INSTALL cannot copy file
   ParaViewBuild/lib/site-packages/paraview/webgl.py to
   ParaViewInstall/lib/paraview-4.0/paraview/webgl.py.


 The install path is missing the site-packages directory and I can fix by
 updating in ParaViewBuild/Wrapping/Python/cmake_install.cmake.  I'm not
 quite sure what to change in the
 ParaViewSource/Wrapping/Python/CMakeLists.txt though...

 Regards,
 Paul

 ___
 Powered by www.kitware.com

 Visit other Kitware open-source projects at
 http://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the ParaView Wiki at:
 http://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview


___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] make install fails on master

2013-09-19 Thread Paul Edwards
Thanks!


On 19 September 2013 20:40, David E DeMarle dave.dema...@kitware.comwrote:

 This should be fixed in next.


 David E DeMarle
 Kitware, Inc.
 RD Engineer
 21 Corporate Drive
 Clifton Park, NY 12065-8662
 Phone: 518-881-4909


 On Thu, Sep 19, 2013 at 3:37 PM, Paul Edwards paul.m.edwa...@gmail.comwrote:

 ...
 -- Installing: ParaViewInstall/lib/paraview-4.0/paraview
 -- Installing: ParaViewInstall/lib/paraview-4.0/paraview/webgl.py
 CMake Error at cmake_install.cmake:36 (FILE):
   file INSTALL cannot copy file
   ParaViewBuild/lib/site-packages/paraview/webgl.py to
   ParaViewInstall/lib/paraview-4.0/paraview/webgl.py.


 The install path is missing the site-packages directory and I can fix by
 updating in ParaViewBuild/Wrapping/Python/cmake_install.cmake.  I'm not
 quite sure what to change in the
 ParaViewSource/Wrapping/Python/CMakeLists.txt though...

 Regards,
 Paul

 ___
 Powered by www.kitware.com

 Visit other Kitware open-source projects at
 http://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the ParaView Wiki at:
 http://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview



___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Make install fails

2011-03-29 Thread Paul Melis

Hi,

With a freshly built PV 3.8.1 with CMake 2.8.4 I get (see attachement
for full log) this with make install:

[...]
-- Installing:
/home/opti/software/pv381reldebinfo/lib/paraview-3.8/purple-2/perl
-- Installing:
/home/opti/software/pv381reldebinfo/lib/paraview-3.8/purple-2/perl/auto
-- Installing:
/home/opti/software/pv381reldebinfo/lib/paraview-3.8/purple-2/perl/auto/Purple
-- Installing:
/home/opti/software/pv381reldebinfo/lib/paraview-3.8/gstreamer0.10
-- Installing:
/home/opti/software/pv381reldebinfo/lib/paraview-3.8/gstreamer0.10/gstreamer-0.10
-- Installing: /home/opti/software/pv381reldebinfo/lib/paraview-3.8/paraview
-- Installing:
/home/opti/software/pv381reldebinfo/lib/paraview-3.8/paraview/paraview
CMake Error at Applications/ParaView/cmake_install.cmake:70 (FILE):
   file INSTALL cannot make directory
   /home/opti/software/pv381reldebinfo/lib/paraview-3.8/paraview/paraview:
   Not a directory
Call Stack (most recent call first):
   Applications/cmake_install.cmake:37 (INCLUDE)
   cmake_install.cmake:49 (INCLUDE)


make: *** [install] Error 1


The reason installation fails is that
/home/opti/software/pv381reldebinfo/lib/paraview-3.8/paraview/paraview
is already present as a file (2,052,666 bytes). I've found several
installation issues on the list, but none like this. I also wonder why
all kinds of Paraview-unrelated stuff is in the output (see full log,
e.g. totem, open office, mono, vlc, xulrunner, ...). It's almost like
all installed packages on the system get somehow represented in the PV
lib/paraview-3.8 directory. Something like that might explain the clash,
as a system-wide PV 3.4.0 is also installed, from the normal Ubunty
package repo.


Perhaps relevant build options:

BUILD_SHARED_LIBS=ON
CMAKE_BUILD_TYPE=RelWithDebInfo
PARAVIEW_BUILD_QT_GUI=ON
PARAVIEW_ENABLE_PYTHON=ON
PARAVIEW_USE_MPI=OFF

Other info:
Ubuntu 10.04.2 x86_64
GCC 4.4.3
CMake 2.8.4 (built from source, no system cmake installed).


Regards,
Paul



pv.txt.gz
Description: GNU Zip compressed data
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview