[Paraview-developers] make install still fails
David E DeMarle
dave.demarle at kitware.com
Mon Sep 16 15:41:20 EDT 2013
To bring the next branch into your source directory.
cd $your_source_directory
git fetch
git checkout -b trying_it origin/next
git submodule update
Then make and make install as usual.
To get back to master.
git checkout master
git reset --hard origin/master
git submodule update
David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909
On Mon, Sep 16, 2013 at 3:11 PM, Scott, W Alan <wascott at sandia.gov> wrote:
> I believe that here is the problem file –
> Build/Applications/ParaView/cmake_install.cmake.
>
> Notice the area around line 46. It basically says that if
> .../lib/paraview-4.0/paraview exists (it does, as a file), and this is not
> a symlink (it is not – make install just copied it in here as a file), then
> change RPATH (which must be a directory) to be the executable
> .../lib/paraview_4.0/paraview.
>
> Obviously, this dies. Short term, where should I hack this to install,
> and long term, it needs to be fixed.
>
> Thanks,
>
>
> Alan
>
>
>
>
> _____________________________________________
> *From:* Scott, W Alan
> *Sent:* Monday, September 16, 2013 12:30 PM
> *To:* paraview-developers at paraview.org
> *Subject:* make install still fails
>
>
> Make install still fails for me. This is on Linux, LAN (i.e., non
> cluster), master. I did not do a build from scratch, but can if desired.
> Error is as follows:
>
> -- Up-to-date:
> /projects/viz/paraview/ParaView/4.1.0-alan/Linux-eng-sci-rhel6-x86_64/lib/paraview-4.0/paraview
> CMake Error at Applications/ParaView/cmake_install.cmake:45 (FILE):
> file RPATH_CHANGE given FILE
>
> "/projects/viz/paraview/ParaView/4.1.0-alan/Linux-eng-sci-rhel6-x86_64/lib/paraview-4.0/paraview"
> that does not exist.
> Call Stack (most recent call first):
> Applications/cmake_install.cmake:37 (INCLUDE)
> cmake_install.cmake:99 (INCLUDE)
>
>
> make: *** [install] Error 1
>
> Thanks,
>
> Alan
>
>
>
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20130916/7f8eab37/attachment.htm>
More information about the Paraview-developers
mailing list