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

Bug 195864

Summary: eutils.eclass - Harmless error messages in _cdrom_locate_file_on_cd
Product: Gentoo Linux Reporter: James Le Cuirot <chewi>
Component: EclassesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch for eutils.eclass

Description James Le Cuirot gentoo-dev 2007-10-14 16:30:11 UTC
When giving several colon-separated alternatives to cdrom_get_cds, error messages appear if the directory does not exist for each alternative that is given. No check is made to ensure the directory exists before find is run. The following patch fixes the problem, though I am aware that major changes to these functions are being considered in bug 139196.
Comment 1 James Le Cuirot gentoo-dev 2007-10-14 16:30:43 UTC
Created attachment 133452 [details, diff]
Patch for eutils.eclass
Comment 2 SpanKY gentoo-dev 2007-10-14 21:55:35 UTC
thanks, added