Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259167 - dev-libs/boost 1.35 - 1.37: missing documentation when built with the "doc" use flag
Summary: dev-libs/boost 1.35 - 1.37: missing documentation when built with the "doc" u...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-16 04:00 UTC by Steven Schwartfeger
Modified: 2009-05-13 19:12 UTC (History)
1 user (show)

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 Steven Schwartfeger 2009-02-16 04:00:10 UTC
When boost is built with the "doc" use flag, the documentation for the "test" library (/usr/share/doc/boost-1.37.0/html/libs/test/), and also any example files ending in ".hpp", are missing; though ".cpp" files are installed.

Looking at the ebuild, I can see how it happens... maybe changing to:

find libs/*/* -iname "test" -or -iname "src" | xargs rm -rf

and:

dohtml -A pdf,txt,cpp,hpp ...

might work?

Reproducible: Always
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2009-05-13 19:12:39 UTC
This should be fixed in boost-1.37.0-r1.
Thanks for reporting.