Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27893 - autoproject ebuild typo
Summary: autoproject ebuild typo
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-03 21:01 UTC by Brandy Westcott (RETIRED)
Modified: 2003-09-04 04:38 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 Brandy Westcott (RETIRED) gentoo-dev 2003-09-03 21:01:04 UTC
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:
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-09-03 21:22:17 UTC
Those are just warnings.
Comment 2 SpanKY gentoo-dev 2003-09-04 04:38:24 UTC
it shouldnt do 'docinto ${PV}' ...