Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 195864 - eutils.eclass - Harmless error messages in _cdrom_locate_file_on_cd
Summary: eutils.eclass - Harmless error messages in _cdrom_locate_file_on_cd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-14 16:30 UTC by James Le Cuirot
Modified: 2007-10-14 21:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for eutils.eclass (eutils-patch,432 bytes, patch)
2007-10-14 16:30 UTC, James Le Cuirot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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