Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 351156

Summary: [kde overlay] dev-libs/grantlee-0.1.7 fails when doc use flag is enabled
Product: Gentoo Linux Reporter: David E. Narváez <david.narvaez>
Component: New packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal CC: zeekec
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to resolve 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