We should forget about small efficiencies — Donald Knuth
21 Feb
When you try to upgrade your system via portage system recently, you will find the error message as followings:
sojia portage # emerge -uvDNpt world
These are the packages that I would merge, in reverse order:
Calculating world dependencies
!!! Packages for the following atoms are either all
!!! masked or don’t exist:
sys-apps/fileutils
This is because sys-apps/sh-utils, sys-apps/fileutils, and sys-apps/textutils have been replaced by sys-apps/coreutils. If you want to get rid of this kind of warning, you must update your /var/lib/portage/world by your-self.
In other words, remove sys-apps/sh-utils, sys-apps/fileutils, and sys-apps/textutils these three lines in your /var/lib/portage/world, the warning will be gone.
Popularity: 17% [?]