Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] When did "emerge --search" start returning packages that don't match?
Date: Tue, 18 Sep 2018 17:01:57
Message-Id: 2467501.jmH2rOS5Ol@eve
In Reply to: [gentoo-user] When did "emerge --search" start returning packages that don't match? by Grant Edwards
1 On Monday, September 17, 2018 10:10:01 PM CEST Grant Edwards wrote:
2 > I recently noticed that "emerge --search" stopped working correctly.
3 > It now returns all sorts of packages that don't match the search
4 > sting:
5 >
6 > $ emerge --search wxpython | grep '^[^\t ]'
7 >
8 > [ Results for search key : wxpython ]
9 > Searching...
10 > * dev-lang/python
11 > * dev-python/bpython
12 > * dev-python/ipython
13 > * dev-python/pythong [ Masked ]
14 > * dev-python/twython
15 > * dev-python/vpython [ Masked ]
16 > * dev-python/wxpython
17 > [ Applications found : 7 ]
18 >
19 > Why is it returning packges that don't match what I'm searching for?
20 >
21 > Shouldn't only the last of the ones shown above be returned?
22
23 I just tested this on my system as well and am seeing the same (apart from the
24 masked ones).
25 I agree that I would expect only "dev-python/wxpython" to be shown.
26 "eix wxpython" does work as expected.
27
28 --
29 Joost