Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 6211

Summary: emerge --searchdesc doesn't show 'Latest version Installed' correctly
Product: Portage Development Reporter: paidhi
Component: UnclassifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: trivial    
Priority: Low    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***