MantisBT - ParaView
View Issue Details
0008712ParaViewBugpublic2009-03-10 13:042011-09-01 13:31
Burlen 
David Partyka 
normalminorhave not tried
closedfixed 
 
3.83.12 
0008712: development install issue
The following email describes the issue. Haven't tested, but I believe the proposed fix is incorrect because it would likely break other projects using KWCommon.


Re: [Paraview] error in X86_64: libvtkalglib.so
Olesen, Mark
Mark.Olesen at emcontechnologies dot com
wrote:
> This bit still seems to be a problem (it looks like it somehow got missed in the shuffle):
>
> Common/KWCommon/CMakeLists.txt
> - SET(KWCommon_FORWARD_BIN_TO_LIB "..${KWCommon_INSTALL_LIB_DIR}")
> + SET(KWCommon_FORWARD_BIN_TO_LIB "../${KWCommon_INSTALL_LIB_DIR}")
>
>
> Without this, kwProcessXML can't find kwProcessXML-real and plugins can't be compiled.
No tags attached.
child of 0009998closed David Partyka Installation Issues 
Issue History
2009-03-10 13:04BurlenNew Issue
2009-03-11 13:21Ken MorelandStatusbacklog => tabled
2009-03-11 13:21Ken MorelandAssigned To => Burlen
2009-05-13 13:46Utkarsh AyachitTarget Version => 3.6
2009-08-25 12:07Ken MorelandAssigned ToBurlen => Utkarsh Ayachit
2009-08-25 12:07Ken MorelandCategory => Bug
2009-08-25 12:07Ken MorelandTarget Version3.6 => 3.6.2
2009-09-01 13:52Utkarsh AyachitNote Added: 0017284
2009-09-01 13:52Utkarsh AyachitTarget Version3.6.2 => 3.8
2009-12-08 09:29Utkarsh AyachitRelationship addedchild of 0009998
2010-03-05 05:32olesenNote Added: 0019725
2010-03-05 09:47David PartykaAssigned ToUtkarsh Ayachit => David Partyka
2010-03-05 15:18David PartykaNote Added: 0019740
2010-03-16 18:15David PartykaNote Added: 0019915
2010-03-16 18:15David PartykaStatustabled => @80@
2010-03-16 18:15David PartykaFixed in Version => Development
2010-03-16 18:15David PartykaResolutionopen => fixed
2010-03-23 21:44Alan ScottNote Added: 0019993
2010-03-23 21:44Alan ScottStatus@80@ => closed
2011-09-01 13:31Utkarsh AyachitFixed in VersionDevelopment => 3.12

Notes
(0017284)
Utkarsh Ayachit   
2009-09-01 13:52   
Pushing this to 3.8 since there's some target-export-import stuff from CMake that we can use to simply (and clean) this stuff up.
(0019725)
olesen   
2010-03-05 05:32   
This may or may not have improved in the current version (cvshead).

According to "strings" on bin/kwProcessXML, bin/paraview, the path
should now be correctly found:

    ../lib/paraview-3.7/kwProcessXML-real
    ../lib/paraview-3.7/paraview-real

These files do exist in these locations and paraview works as
expected. However, the file bin/paraview-real also exists. If this
file is removed, then bin/paraview fails:

$ bin/paraview
Error running "THE_PATH/bin/paraview-real": No such file or directory


I assume that only one of these is correct:

  lib/paraview-3.7/paraview-real should be found, but isn't.

OR

  bin/paraview-real should be found and lib/paraview-3.7/paraview-real
  should not be installed.
(0019740)
David Partyka   
2010-03-05 15:18   
paraview-real should not be in bin, only in lib. I will take a look.
(0019915)
David Partyka   
2010-03-16 18:15   
I don't see any issue with paraview-real and paraview being installed in the wrong locations. I just now fixed the long standing issue with kwProcessXML not being installed (when using CPack) due to missing COMPONENT specifications in the install rules.

Committer: Dave Partyka <dave.partyka@kitware.com>
/cvsroot/ParaView3/ParaView3/Common/KWCommon/CMakeLists.txt,v <-- Common/KWCommon/CMakeLists.txt
new revision: 1.97; previous revision: 1.96
(0019993)
Alan Scott   
2010-03-23 21:44   
I also think this is OK.