On 2019.09.09 04:18, Peter Humphrey wrote:
Morning all,
On one box here I get this output from eix-test-obsolete:
Installed packages with a version not in the database (or masked):
[?] sys-apps/most (5.0.0a-r1{tbz2}[1]@22/03/19 -> 5.0.0a-r1{tbz2}):
Paging
program that displays, one windowful at a time, the contents of a file
[1] "prh-local" /usr/local/portage
But:
serv ~ # ls -l /usr/local/portage
total 3.0K
drwxr-xr-x 2 portage portage 1.0K Apr 7 2014 metadata
drwxr-xr-x 2 portage portage 1.0K Aug 8 2015 profiles
drwxr-xr-x 3 portage portage 1.0K Jan 14 2019 sys-boot
This was immediately after emerge --sync and eix-update. I'm trying
to think
of a way to fix it; any ideas?
--
Regards,
Peter.
What does "eix most' show?
It looks like portage thinks your current install of most was done from
your local repository, Either that's true, and you just deleted it
from /usr/local/portage, or else portage is confused about where it
last installed from. In either case, just "emerge -1 most" and it
should (re)install it from the main tree.
If you never had that package in your local repo, perhaps the more
important question is why did portage think you did?
Jack