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

Bug 515412

Summary: fonts.eclass: should not declare a default DOCS since it causes `default` to run `dodoc` and trigger a QA warning
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: EclassesAssignee: Gentoo Fonts Team <fonts>
Status: CONFIRMED ---    
Severity: normal CC: jieryn
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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