Gentoo Archives: gentoo-user

From: Jack <ostroffjh@×××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Strange eix problem
Date: Mon, 09 Sep 2019 15:41:07
Message-Id: 8151722d-b63a-da4e-2592-e7607c8baf04@users.sourceforge.net
In Reply to: Re: [gentoo-user] Strange eix problem by Peter Humphrey
1 On 9/9/19 11:16 AM, Peter Humphrey wrote:
2 > On Monday, 9 September 2019 15:52:23 BST Jack wrote:
3 >> What does "eix most' show?
4 > $ eix -e most
5 > [I] sys-apps/most
6 > Available versions: 5.0.0a-r1{tbz2} ~5.1.0
7 > Installed versions: 5.0.0a-r1{tbz2}[1](14:18:39 22/03/19)
8 > Homepage: https://www.jedsoft.org/most/
9 > Description: Paging program that displays, one windowful at a
10 > time, the contents of a file
11 >
12 > [1] "prh-local" /usr/local/portage
13 >
14 > (What ugly sentence construction.)
15 >
16 > Man eix says that eix-test-obsolete is a script that calls eix several times,
17 > so I'd have been surprised if its output had differed from eix's.
18 True - I just wanted to confirm it didn't think there were any ebuilds
19 other than in the main tree.
20 >> It looks like portage thinks your current install of most was done from
21 >> your local repository, Either that's true, and you just deleted it
22 >> from /usr/local/portage, or else portage is confused about where it
23 >> last installed from. In either case, just "emerge -1 most" and it
24 >> should (re)install it from the main tree.
25 > It's never been in my local repository. Emerging it again has fixed the eix
26 > database though.
27 >> If you never had that package in your local repo, perhaps the more
28 >> important question is why did portage think you did?
29 > Indeed, and that's what I can't work out. As far as I can remember, the only
30 > local ebuilds I've had are grub-legacy, on that same box, and a patched
31 > version of localepurge to make it obey the --silent option. I still have grub,
32 > but not localepurge because it's been dropped from Gentoo.
33 Have you added or deleted any repositories lately?  This is just a wild
34 guess (and likely wrong) but I wonder if the eix database uses an index
35 into the list of repositories instead of text reference. Doesn't seem
36 likely, or there probably would have been other entries pointing to a
37 "wrong" repository.  Check out eix-installed to see if you can find any
38 other anomalies.

Replies

Subject Author
Re: [gentoo-user] Strange eix problem Peter Humphrey <peter@××××××××××××.uk>