Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6211 - emerge --searchdesc doesn't show 'Latest version Installed' correctly
Summary: emerge --searchdesc doesn't show 'Latest version Installed' correctly
Status: RESOLVED DUPLICATE of bug 6197
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: Low trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-08 12:25 UTC by paidhi
Modified: 2011-10-30 22:19 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 paidhi 2002-08-08 12:25:46 UTC
I think there is a little bug in emerge.
"emerge --searchdesc mta" shows net-mail/mailbase as "[ Not Installed ]"
"emerge --searchdesc mailbase" show it's installed version correct.


mb1 root # emerge --version
Portage 2.0.27

mb1 root # emerge --searchdesc mta
Searching...
[ Results for search key : mta ]
[ Applications found : 4 ]

*  net-mail/courier-0.39.2
      Latest version Available: 0.39.2
      Latest version Installed: [ Not Installed ]
      Homepage: http://www.courier-mta.org/
      Description: An MTA designed specifically for maildirs

*  net-mail/mailbase-0.00-r4
      Latest version Available: 0.00-r4
      Latest version Installed: [ Not Installed ]
      Homepage: http://www.gentoo.org/
      Description: MTA layout package

*  net-mail/sendmail-8.12.5
      Latest version Available: 8.12.5
      Latest version Installed: [ Not Installed ]
      Homepage: http://www.sendmail.org
      Description: Widely-used Mail Transport Agent (MTA).

*  net-mail/ssmtp-2.38.14-r1
      Latest version Available: 2.38.14-r1
      Latest version Installed: [ Not Installed ]
      Homepage:
      Description: Extremely simple MTA to get mail off the system to a Mailhub


mb1 root # emerge --searchdesc mailbase
Searching...
[ Results for search key : mailbase ]
[ Applications found : 1 ]

*  net-mail/mailbase
      Latest version Available: 0.00-r4
      Latest version Installed: 0.00-r4
      Homepage: http://www.gentoo.org/
      Description: MTA layout package


Tried some combinations with oder packages. Looks like the mismatch happens only
in the above situation.


Regards,
   Markus
Comment 1 SpanKY gentoo-dev 2002-08-08 17:02:15 UTC

*** This bug has been marked as a duplicate of 6197 ***