Gentoo Archives: gentoo-user

From: Daevid Vincent <daevid@××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Why doesn't esearch find "exact" packages? [Bug: 180307]
Date: Wed, 30 May 2007 01:49:38
Message-Id: BRAKAIZHO1g4dNCxLYx00001106@mx1.lockdownnetworks.com
1 Is this a known issue with a "fix" coming or is this "by design" (which
2 seems shockingly short-sighted). I searched bugs.gentoo.org for quite a
3 while and didn't see anything like this amongst the bajillion other
4 portage bugs, so I added a new one:
5 http://bugs.gentoo.org/show_bug.cgi?id=180307
6
7 Why can't I just search for an exact package (like to find out which
8 versions I have installed/available, or other info).
9
10 daevid ~ # esearch python | less
11 [ Results for search key : python ]
12 [ Applications found : 54 ]
13
14 * dev-lang/python
15 Latest version available: 2.4.4-r4
16 Latest version installed: 2.4.4
17 Size of downloaded files: [no/bad digest]
18 Homepage: http://www.python.org/
19 Description: Python is an interpreted, interactive,
20 object-oriented programming language.
21 License: PSF-2.2
22
23 daevid ~ # esearch dev-lang/python
24 [ Results for search key : dev-lang/python ]
25 [ Applications found : 0 ]
26
27
28 Yes, I can use eix, but I don't have this on all my boxes, nor do I want
29 to install it and maintain yet another package cache and all that (for
30 example, on a dev VMWare guest that I want to keep as small as
31 possible).
32
33 daevid ~ # eix dev-lang/python
34 [U] dev-lang/python
35 Available versions:
36 (2.3) 2.3.5-r2 2.3.5-r3 ~2.3.6 ~2.3.6-r2
37 (2.4) 2.4.3-r1 2.4.3-r4 2.4.4 2.4.4-r4
38 (2.5) [M]~2.5-r2 [M]~2.5.1-r2
39 Installed: 2.3.5-r2(2.3)(17:50:44 09/10/05)(X berkdb
40 -bootstrap -build -doc gdbm ipv6 ncurses -nocxx readline ssl -tcltk
41 -ucs2)
42 2.4.4(2.4)(00:06:19 05/12/07)(berkdb
43 -bootstrap -build -doc gdbm ipv6 ncurses -nocxx readline ssl -tk -ucs2)
44 Homepage: http://www.python.org/
45 Description: Python is an interpreted, interactive,
46 object-oriented programming language.
47
48
49
50 ÐÆ5ÏÐ
51
52
53 --
54 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Why doesn't esearch find "exact" packages? [Bug: 180307] Neil Bothwick <neil@××××××××××.uk>