Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70089 - esearch reports wrong version
Summary: esearch reports wrong version
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-04 13:32 UTC by Daniel Armyr
Modified: 2004-11-04 17:56 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Armyr 2004-11-04 13:32:09 UTC
Specifically in one case. Here is some output:
>>esearch portage
[...]

*  sys-apps/portage
      Latest version available: 2.0.50-r11
      Latest version installed: 2.0.50-r10
      Size of downloaded files: [no/bad digest]
      Homepage:    http://www.gentoo.org
      Description: Portage ports system
>>etcat -v portage
*  sys-apps/portage :
        [M  ] 2.0.50-r11 (0) OVERLAY
        [M~ ] 2.0.51_rc7 (0) OVERLAY
        [  I] 2.0.51-r2 (0) OVERLAY
Which is unwanted behaviour.
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-11-04 16:23:10 UTC
You have to run eupdatedb to get the index updated.
Comment 2 SpanKY gentoo-dev 2004-11-04 17:56:23 UTC
instead of running `emerge --sync`, try running `esync`
it'll run eupdatedb for you after it runs `emerge --sync`