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

Bug 551198

Summary: x11-libs/libxklavier: incorrect use of nonfatal
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Freedesktop bugs <freedesktop-bugs>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 551152    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-06-04 09:50:23 UTC
nonfatal dosym /usr/share/doc/${PF}/html/${PN} /usr/share/gtk-doc/html/${PN}

dosym can only fail if ${D}/usr/share/gtk-doc/html does not exist. This is plain wrong.

Also, please stop hacking gtk-doc install around, and let it install into the proper location rather than the custom, creepy, useless /usr/share/doc/${PF}/html.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2016-01-07 22:28:44 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d57f188535544ba5dde67c1bddc9298b2dd765

Thanks for reporting.