View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012676ParaView(No Category)public2011-10-24 14:182016-08-12 09:59
ReporterOrion Poplawski 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version3.10.1 
Target VersionFixed in Version 
Summary0012676: PV_FORWARD_PATH_INSTALL not set properly if PV_INSTALL_BIN_DIR and PV_INSTALL_LIB_DIR set
DescriptionFor the Fedora MPI packages of paraview I need to install the binaries into /usr/lib{,64}/openmpi/bin and the libraries into /usr/lib{,64}/openmpi/lib/paraview which I do with:

 -DPV_INSTALL_BIN_DIR:PATH=%{_lib}/openmpi/bin \
 -DPV_INSTALL_LIB_DIR:PATH=%{_lib}/openmpi/lib/paraview \

%{_lib} is set to lib/lib64 as needed.

This results in:

Error converting runtime path entry "/usr/lib64/openmpi/bin/../lib64/openmpi/lib/paraview" to real path: No such file or directory

when trying to run pvserver. It seems that there are too many assumptions about shared paths in CMake/ParaViewMacros.cmake when constructing PV_FORWARD_PATH_INSTALL and it does not seem possible to override it. In this case PV_FORWARD_PATH_INSTALL would need to be either ../lib/paraview or ../../../lib64/openmpi/lib/paraview.
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0038091)
Kitware Robot (administrator)
2016-08-12 09:59

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2011-10-24 14:18 Orion Poplawski New Issue
2016-08-12 09:59 Kitware Robot Note Added: 0038091
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved
2016-08-12 09:59 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team