Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551198 - x11-libs/libxklavier: incorrect use of nonfatal
Summary: x11-libs/libxklavier: incorrect use of nonfatal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: bad-nonfatal
  Show dependency tree
 
Reported: 2015-06-04 09:50 UTC by Michał Górny
Modified: 2016-01-07 22:28 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 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.