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

Bug 27893

Summary: autoproject ebuild typo
Product: Gentoo Linux Reporter: Brandy Westcott (RETIRED) <brandy>
Component: [OLD] DevelopmentAssignee: 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: ---

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}' ...