Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515412 - fonts.eclass: should not declare a default DOCS since it causes `default` to run `dodoc` and trigger a QA warning
Summary: fonts.eclass: should not declare a default DOCS since it causes `default` to ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-27 05:42 UTC by Patrick Lauer
Modified: 2021-07-27 05:02 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 Patrick Lauer gentoo-dev 2014-06-27 05:42:41 UTC
/var/tmp/portage/net-misc/suite3270-3.3.14_p11/work/_install -m 644 ibm_hosts.man /var/tmp/portage/net-misc/suite3270-3.3.14_p11/image//usr/share/man/man5/ibm_hosts.5
make[2]: Leaving directory '/var/tmp/portage/net-misc/suite3270-3.3.14_p11/work/c3270-3.3'
make[1]: Leaving directory '/var/tmp/portage/net-misc/suite3270-3.3.14_p11/work'
 * QA Notice: dodoc called with no arguments
>>> Completed installing suite3270-3.3.14_p11 into /var/tmp/portage/net-misc/suite3270-3.3.14_p11/image/
Comment 1 SpanKY gentoo-dev 2014-10-18 18:20:58 UTC
not a bug in suite3270.  the fonts.eclass does:
DOCS=${DOCS:-}

which causes `default` to run `dodoc` on the empty DOCS var