Bug 1100911 - Paraview vtk headers include non-installed headers
Summary: Paraview vtk headers include non-installed headers
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: paraview
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-23 20:29 UTC by Sandro Mani
Modified: 2014-07-22 15:07 UTC (History)
3 users (show)

Fixed In Version: paraview-4.1.0-7.fc22
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-22 15:07:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Patch (2.83 KB, patch)
2014-07-07 21:56 UTC, Sandro Mani
no flags Details | Diff
Patch (2.26 KB, patch)
2014-07-07 21:58 UTC, Sandro Mani
no flags Details | Diff

Description Sandro Mani 2014-05-23 20:29:56 UTC
Description of problem:

$ cd /usr/include/paraview
$ for file in $(egrep -r '"vtk\w+\.h"' * | awk -F'"' '{print $2}' | sort | uniq); do if [ ! -e $file ]; then echo $file; fi; done

vtk3DS.h
vtkExodusIIReaderPrivate.h
vtkMaterialInterfaceIdListItem.h
vtkMPIImageReader.h
vtkProjectedPolyDataRayBounder.h
vtkSIVectorPropertyTemplate.h

Version-Release number of selected component (if applicable):
paraview-4.1.0-2.fc21.x86_64

Comment 1 Sandro Mani 2014-07-07 21:56:51 UTC
Created attachment 916204 [details]
Patch

I've found out how such headers are supposted to be installed, a patch is attached.

Some notes:

I suspect vtkExodusIIReaderVariableCheck.h (who references vtkExodusIIReaderPrivate.h) shouldn't actually be installed, so the part of the patch for vtkExodusIIReaderPrivate.h can probably be discarded. (The same situation exists in the vtk package.)

vtkMPIImageReader.h is part of paraview-openmpi-devel, so this header is not actually missing.

vtk3DS.h is also missing from the vtk package.

vtkProjectedPolyDataRayBounder.h simply does not exist (and same situation again in the vtk package).

Comment 2 Sandro Mani 2014-07-07 21:58:05 UTC
Created attachment 916206 [details]
Patch

Comment 3 Orion Poplawski 2014-07-10 17:20:17 UTC
Upstream vtkExodus bug: http://www.vtk.org/Bug/view.php?id=14700

I added your comments/patch there too, thanks.


Note You need to log in before you can comment on or make changes to this bug.