Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465258 - sci-visualization/paraview-3.98 should install headers
Summary: sci-visualization/paraview-3.98 should install headers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Julian Ospald
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-09 12:53 UTC by Freddie Witherden
Modified: 2013-05-07 16:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Freddie Witherden 2013-04-09 12:53:09 UTC
The ParaView 3.98.0 ebuild does not install the development headers/files.  This means it is not possible to build ParaView plugins (which utilize these header files) against 3.98.0.

Reproducible: Always

Steps to Reproduce:
Search for ParaViewConfig.cmake:

$ find /usr -name "ParaViewConfig.cmake"
$ find /usr -name "paraview-config.cmake"
Actual Results:  
No files are found.

Expected Results:  
The path to the relevant cmake files which are required for one to build ParaView plugins.
Comment 1 Julian Ospald 2013-04-18 15:00:43 UTC
could you test if enabling "plugins" useflag solves this?

I think it's
PARAVIEW_INSTALL_DEVELOPMENT which is activated by "plugin" useflag. It should probably be enabled unconditionally then, but that needs some testing first.
Comment 2 Freddie Witherden 2013-04-18 15:30:02 UTC
With the plugins flag enabled the development headers still do not appear to be installed.
Comment 3 Julian Ospald 2013-05-07 13:16:39 UTC
I think this is a typo in the ebuild

PARAVIEW_INSTALL_DEVELOPMENT should be PARAVIEW_INSTALL_DEVELOPMENT_FILES afais...
Comment 4 Julian Ospald 2013-05-07 15:08:30 UTC
yes, that works

only question remains... should we keep this behind "plugins" useflag or do a seperate useflag for development files? opinion?
Comment 5 Julian Ospald 2013-05-07 15:11:49 UTC
maybe even install them unconditionally
Comment 6 Julian Ospald 2013-05-07 16:00:48 UTC
+*paraview-3.98.0-r1 (07 May 2013)
+
+  07 May 2013; Julian Ospald <hasufell@gentoo.org> +paraview-3.98.0-r1.ebuild,
+  metadata.xml:
+  fix install of headers and put it behind development useflag wrt #465258 ;
+  also fix compilation of plugins if all other useflags are disabled


since nothing in the tree uses the headers, I think it's fine to put it behind a useflag for now, otherwise we will install them unconditionally