It appears that /bin/cp, /bin/mv, and perhaps other applications are available in two different packages. While this may or may not be wrong, I as a user find it horribly confusing, considering that both packages are installed: etcat -v coreutils [ I] sys-apps/coreutils-5.0-r3 (0) etcat -v fileutils [ I] sys-apps/fileutils-4.1.11-r1 (0) etcat -b /bin/mv Searching for /bin/mv in * ... sys-apps/coreutils-5.0-r3 sys-apps/fileutils-4.1.11-r1 I'd like to know why mv is in two packages and which is correct. Thanks
fileutils is now part of coreutils, if you update fileutils to the latest version (which is a dummy ebuild) this error *should* be fixed, however I recommend you make a backup (`quickpkg coreutils`, restore with `emerge -K coreutils`) as in some cases in the past the file commands (ls, mv, cp, ...) were deleted.