View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014108ParaView(No Category)public2013-06-03 12:592013-06-18 15:35
ReporterAndy Bauer 
Assigned ToSebastien Jourdain 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version4.0 
Summary0014108: make install doesn't work due to missing www directory in build directory
DescriptionIn the main PV CMakeLists.txt source file there is a custom command to create the ${PARAVIEW_WWW_DIR} directory (i.e. by default the www subdirectory in the build tree) but there is nothing that depends on the www.stamp output of the custom command so this directory never gets created. This is a problem when trying to install as it tries to install this missing directory. I think the CMakeLists.txt should be changed to something like:
if(BUILD_DOCUMENTATION)
  add_custom_target(ParaViewDoc ALL
    DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/www.stamp)
  add_custom_command(
    OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/www.stamp
    COMMAND ${CMAKE_COMMAND} -E make_directory "${PARAVIEW_WWW_DIR}")

  install(DIRECTORY "${PARAVIEW_WWW_DIR}"
    DESTINATION ${VTK_INSTALL_LIBRARY_DIR}
    COMPONENT Runtime)
endif()
TagsNo tags attached.
ProjectTBD
Topic Name14108_www_install_rules
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0030877)
Utkarsh Ayachit (administrator)
2013-06-03 13:40

Can you attach your CmakeCache.txt?
(0030979)
Sebastien Jourdain (manager)
2013-06-07 14:34

commit 58d8381b430c2384467a6f80769a3e67993b8682
Author: Sebastien Jourdain <sebastien.jourdain@kitware.com>
Date: Fri Jun 7 13:49:12 2013 -0400

    Fix www directory creation with CMake target dependency
    
    Change-Id: I1c4c73cd54f6535ba2e140e9ea154ddfba378d20
(0030989)
Utkarsh Ayachit (administrator)
2013-06-13 10:39

SUMMARY
---------------------------------------------
Topics merged into master:
(VTK) 14098-skip-invalid-points
        14108_www_install_rules
        14120_play_pause_play_animation_fix
        14123_catalyst_live_insitu
        add_python_create_view_api
        double_slider
        fix-discard-button
        fix-multi-block-test
        fix_orientation_widget
        fix-www-content-doc
(VTK) forward-vtk-to-release
        pvw-fix-mouse-listener-z-index

(0030999)
Alan Scott (manager)
2013-06-18 15:35

Declaring this a developer tag in git. Closing.

 Issue History
Date Modified Username Field Change
2013-06-03 12:59 Andy Bauer New Issue
2013-06-03 12:59 Andy Bauer Assigned To => Utkarsh Ayachit
2013-06-03 13:40 Utkarsh Ayachit Note Added: 0030877
2013-06-03 13:41 Utkarsh Ayachit Assigned To Utkarsh Ayachit => Sebastien Jourdain
2013-06-07 13:32 Sebastien Jourdain Status backlog => todo
2013-06-07 13:32 Sebastien Jourdain Status todo => active development
2013-06-07 14:34 Sebastien Jourdain Topic Name => 14108_www_install_rules
2013-06-07 14:34 Sebastien Jourdain Note Added: 0030979
2013-06-07 14:34 Sebastien Jourdain Status active development => gatekeeper review
2013-06-07 14:34 Sebastien Jourdain Resolution open => fixed
2013-06-13 10:33 Utkarsh Ayachit Fixed in Version => 4.0
2013-06-13 10:39 Utkarsh Ayachit Status gatekeeper review => customer review
2013-06-13 10:39 Utkarsh Ayachit Note Added: 0030989
2013-06-18 15:35 Alan Scott Note Added: 0030999
2013-06-18 15:35 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team