Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 600486 - app-portage/gentoolkit-9999: eshowkw incorrectly shows installed package when the same package is in several repos
Summary: app-portage/gentoolkit-9999: eshowkw incorrectly shows installed package when...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2016-11-22 15:07 UTC by Coacher
Modified: 2022-07-10 23:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info gentoolkit (info,7.19 KB, text/plain)
2016-11-22 15:07 UTC, Coacher
Details
distinguish repository of installed package (0001-eshowkw-distinguish-repository-of-installed-package-.patch,2.82 KB, patch)
2016-11-22 17:50 UTC, Zac Medico
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Coacher 2016-11-22 15:07:29 UTC
Created attachment 454050 [details]
emerge --info gentoolkit

Hello.

$ eshowkw --version
9999-b5e71f6f2ed3483422df611fc2450081c72332ac
$ eshowkw numpy
Keywords for dev-python/numpy:
             |                                 |   u   |
             | a a         p s     a   n r     |   n   |
             | l m   h i   p p   m r m i i s   | e u s | r
             | p d a p a p c a x i m 6 o s 3   | a s l | e
             | h 6 r p 6 p 6 r 8 p 6 8 s c 9 s | p e o | p
             | a 4 m a 4 c 4 c 6 s 4 k 2 v 0 h | i d t | o
-------------+---------------------------------+-------+-------
    1.8.2    | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ o o o ~ ~ | 5 # 0 | gentoo
    1.9.2    | + + + + + + + + + ~ ~ o o o ~ ~ | 5 o   | gentoo
    1.9.3    | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ o o o ~ ~ | 5 #   | gentoo
   1.10.1-r1 | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ o o o ~ ~ | 5 #   | gentoo
   1.10.2-r2 | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ o o o ~ ~ | 5 #   | gentoo
[I]1.10.4    | + + ~ + ~ ~ + ~ ~ ~ ~ o o o ~ ~ | 5 o   | gentoo
   1.11.2-r1 | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ o o o ~ ~ | 6 o   | gentoo
     9999    | o o o o o o o o o o o o o o o o | 5 o   | gentoo
$ eshowkw -O numpy
Keywords for dev-python/numpy:
             |                                 |   u   |
             | a a         p s     a   n r     |   n   |
             | l m   h i   p p   m r m i i s   | e u s | r
             | p d a p a p c a x i m 6 o s 3   | a s l | e
             | h 6 r p 6 p 6 r 8 p 6 8 s c 9 s | p e o | p
             | a 4 m a 4 c 4 c 6 s 4 k 2 v 0 h | i d t | o
-------------+---------------------------------+-------+---------------
    1.8.2    | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ o o o ~ ~ | 5 # 0 | gentoo
    1.9.2    | + + + + + + + + + ~ ~ o o o ~ ~ | 5 o   | gentoo
    1.9.3    | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ o o o ~ ~ | 5 #   | gentoo
   1.10.1-r1 | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ o o o ~ ~ | 5 #   | gentoo
   1.10.2-r2 | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ o o o ~ ~ | 5 #   | gentoo
[I]1.10.4    | + + ~ + ~ ~ + ~ ~ ~ ~ o o o ~ ~ | 5 o   | gentoo
[I]1.10.4    | ~ + ~ ~ ~ ~ ~ ~ ~ ~ ~ o o o ~ ~ | 5 o   | sage-on-gentoo
   1.11.1    | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ o o o ~ ~ | 6 #   | sage-on-gentoo
   1.11.2-r1 | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ o o o ~ ~ | 6 o   | gentoo
     9999    | o o o o o o o o o o o o o o o o | 5 o   | gentoo
$ cat /var/db/pkg/dev-python/numpy-1.10.4/repository
sage-on-gentoo

dev-python/numpy::gentoo is shown as installed when it's not.

Please fix.
Comment 1 Zac Medico gentoo-dev 2016-11-22 17:50:22 UTC
Created attachment 454068 [details, diff]
distinguish repository of installed package
Comment 2 Paul Varner (RETIRED) gentoo-dev 2016-11-23 15:26:20 UTC
(In reply to Zac Medico from comment #1)
> Created attachment 454068 [details, diff] [details, diff]
> distinguish repository of installed package

Looks good to me, go ahead and push it.
Comment 4 Coacher 2016-11-24 06:43:47 UTC
I can confirm this is fixed in b4c059f6908965981816134d97d68e528ecbe75e.
Thank you very much!