View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008712ParaViewBugpublic2009-03-10 13:042011-09-01 13:31
ReporterBurlen 
Assigned ToDavid Partyka 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.8Fixed in Version3.12 
Summary0008712: development install issue
DescriptionThe 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships
child of 0009998closedDavid Partyka Installation Issues 

  Notes
(0017284)
Utkarsh Ayachit (administrator)
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 (reporter)
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 (developer)
2010-03-05 15:18

paraview-real should not be in bin, only in lib. I will take a look.
(0019915)
David Partyka (developer)
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 (manager)
2010-03-23 21:44

I also think this is OK.

 Issue History
Date Modified Username Field Change
2009-03-10 13:04 Burlen New Issue
2009-03-11 13:21 Ken Moreland Status backlog => tabled
2009-03-11 13:21 Ken Moreland Assigned To => Burlen
2009-05-13 13:46 Utkarsh Ayachit Target Version => 3.6
2009-08-25 12:07 Ken Moreland Assigned To Burlen => Utkarsh Ayachit
2009-08-25 12:07 Ken Moreland Category => Bug
2009-08-25 12:07 Ken Moreland Target Version 3.6 => 3.6.2
2009-09-01 13:52 Utkarsh Ayachit Note Added: 0017284
2009-09-01 13:52 Utkarsh Ayachit Target Version 3.6.2 => 3.8
2009-12-08 09:29 Utkarsh Ayachit Relationship added child of 0009998
2010-03-05 05:32 olesen Note Added: 0019725
2010-03-05 09:47 David Partyka Assigned To Utkarsh Ayachit => David Partyka
2010-03-05 15:18 David Partyka Note Added: 0019740
2010-03-16 18:15 David Partyka Note Added: 0019915
2010-03-16 18:15 David Partyka Status tabled => @80@
2010-03-16 18:15 David Partyka Fixed in Version => Development
2010-03-16 18:15 David Partyka Resolution open => fixed
2010-03-23 21:44 Alan Scott Note Added: 0019993
2010-03-23 21:44 Alan Scott Status @80@ => closed
2011-09-01 13:31 Utkarsh Ayachit Fixed in Version Development => 3.12


Copyright © 2000 - 2018 MantisBT Team