Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351156 - [kde overlay] dev-libs/grantlee-0.1.7 fails when doc use flag is enabled
Summary: [kde overlay] dev-libs/grantlee-0.1.7 fails when doc use flag is enabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-08 21:55 UTC by David E. Narváez
Modified: 2011-01-29 17:33 UTC (History)
1 user (show)

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


Attachments
Patch to resolve this bug (grantlee-apidox.patch,1.22 KB, patch)
2011-01-29 16:42 UTC, David E. Narváez
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David E. Narváez 2011-01-08 21:55:18 UTC
Installation fails when trying to install HTML documentation because the location specified in the ebuild through the HTML_DOCS variable does not exist: It should be

HTML_DOCS=("${CMAKE_BUILD_DIR}/apidox/")

which is the current location of the HTML files.

Reproducible: Always

Steps to Reproduce:
1. USE="doc" emerge =dev-libs/grantlee-0.1.7
Actual Results:  
Installation fails trying to locate HTML documentation.


$ emerge --info
Portage 2.1.9.25 (default/linux/amd64/10.0/desktop, gcc-4.3.4, glibc-2.11.2-r3, 2.6.36-gentoo-r5 x86_64)

...

$ layman -l
* kde
* mozilla
* qting-edge
* rion
Comment 1 David E. Narváez 2011-01-29 16:42:04 UTC
Created attachment 261015 [details, diff]
Patch to resolve this bug

I just went through all of the grantlee versions available at the KDE repository and they all need the apidox fix, so I'm submitting the git patch for that
Comment 2 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2011-01-29 17:33:23 UTC
in overlay, thanks