| Summary: | autoproject ebuild typo | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Brandy Westcott (RETIRED) <brandy> |
| Component: | [OLD] Development | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Those are just warnings. it shouldnt do 'docinto ${PV}' ...
|
The sys-devel/autoproject-0.16 ebuild incorrectly lists which docs to install: docinto ${PV} dodoc COPYING AUTHORS BUGS NEWS README TODO THANKS dodoc ChangeLog This causes the following error when emerging the package: /usr/lib/portage/bin/dodoc: BUGS does not exist. /usr/lib/portage/bin/dodoc: NEWS does not exist. /usr/lib/portage/bin/dodoc: THANKS does not exist. The ebuild should read: docinto ${PV} dodoc COPYING AUTHORS INSTALL README TODO dodoc ChangeLog The NEWS file does exist, but is a 0-byte file. Reproducible: Always Steps to Reproduce: