View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014290ParaView(No Category)public2013-09-23 09:552015-01-11 08:23
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version4.0 
Target VersionFixed in Version4.1 
Summary0014290: Build errors when building ParaView static without Qt
DescriptionWhen building ParaView static without GUI, we get the following build errors when linking the command line executables.

/usr/bin/ld: cannot find -lSierraPlotTools
/usr/bin/ld: cannot find -lQuadView
/usr/bin/ld: cannot find -lUncertaintyRendering
collect2: ld returned 1 exit status

The current workaround is to disable the offending plugins.
TagsNo tags attached.
ProjectTBD
Topic Name14290_fix_static_build_issues
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031612)
Utkarsh Ayachit (administrator)
2013-09-23 09:59

commit e003a9f89f16add689dbef144947763f78682b1d
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Sep 23 09:56:29 2013 -0400

    BUG 0014290: Fix static build issues with plugins and no-gui.
    
    When PARAVIEW_BUILD_QT_GUI was Off, and certain plugins that created GUI-only
    plugins were enabled, we'd get build errors. This was due to the fact that we
    were not realizing that those plugins, despite being enabled were not adding any
    plugin library to be built. This fixes that issue by validating all plugin
    library names are plugins are being processed.
    
    Change-Id: I618cf7065bd785c27381cfb7ff2cff8943cac919
(0031633)
Utkarsh Ayachit (administrator)
2013-09-26 09:34

SUMMARY
---------------------------------------------
Topics merged into master:
        0014302_cth_adaptor_doesnt_work_in_4_x
        14255_fix_translucent_rendering
        14280_fix_multiview_rendering_in_batch
        14282_fix_long_label
        14288_fix_lut_editor
        14290_fix_static_build_issues
        fix_baseline_thresholds
(VTK) fix_control_points_editing
        fix_pqWidgets_on_windows
        fix_property_linking
        fix_pvpython_cmakescript
        fix-selection-test
(VTK) parallel-surface-lic-pv
        pvweb-fix-vtk-documentation
(VTK) update_vtk_master

(0031642)
Alan Scott (manager)
2013-09-26 17:13

Trusting Utkarsh.

 Issue History
Date Modified Username Field Change
2013-09-23 09:55 Utkarsh Ayachit New Issue
2013-09-23 09:59 Utkarsh Ayachit Topic Name => 14290_fix_static_build_issues
2013-09-23 09:59 Utkarsh Ayachit Note Added: 0031612
2013-09-23 09:59 Utkarsh Ayachit Status backlog => gatekeeper review
2013-09-23 09:59 Utkarsh Ayachit Fixed in Version => git-next
2013-09-23 09:59 Utkarsh Ayachit Resolution open => fixed
2013-09-23 09:59 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2013-09-26 09:29 Utkarsh Ayachit Fixed in Version git-next => git-master
2013-09-26 09:34 Utkarsh Ayachit Status gatekeeper review => customer review
2013-09-26 09:34 Utkarsh Ayachit Note Added: 0031633
2013-09-26 17:13 Alan Scott Note Added: 0031642
2013-09-26 17:13 Alan Scott Status customer review => closed
2013-11-01 13:18 Utkarsh Ayachit Fixed in Version git-master => 4.1
2015-01-11 08:23 Utkarsh Ayachit Source_changeset_attached => ParaView master 3e17c299
2015-01-11 08:23 Utkarsh Ayachit Source_changeset_attached => ParaView master e003a9f8


Copyright © 2000 - 2018 MantisBT Team