The line [[ ! -z $(find ${mline}/${dir} -iname ${file} -maxdepth 1 ) ]] \ in cdrom_locate_file_on_cd() in eutils.class appears to cause the following warning : find: warning: you have specified the -maxdepth option after a non-option argument -iname, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments. Moving "-maxdepth 1" to before "-iname" resolves this. Came across this using a baldurs gate ebuild (found via the forums), but the warning would likely be triggered by any call to cdrom_locate_file_on_cd() (and therefore by a call to cdrom_get_cds() and cdrom_load_next_cd()) Reproducible: Always Steps to Reproduce:
Fixed in CVS