Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7192 - portage 2.0.28 emerge -S displays wrong installed version
Summary: portage 2.0.28 emerge -S displays wrong installed version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-28 19:34 UTC by ndecker
Modified: 2003-02-04 19:42 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 ndecker 2002-08-28 19:34:12 UTC
When emerge -S finds an ebuild by description and not by name, the package is
always marked as not installed.

nde@bigbrother etc $ emerge -S ghc
Searching...
[ Results for search key : ghc ]
[ Applications found : 1 ]

*  dev-lang/ghc
      Latest version Available: 5.04
      Latest version Installed: 5.04   <--- this is OK ( found by name )
      Homepage: http://www.haskell.org/ghc/
      Description: The Glasgow Haskell Compiler


nde@bigbrother etc $ emerge -S glasgow
Searching...
[ Results for search key : glasgow ]
[ Applications found : 1 ]

*  dev-lang/ghc-5.04
      Latest version Available: 5.04
      Latest version Installed: [ Not Installed ]  <-- this is wrong ( by desc)
      Homepage: http://www.haskell.org/ghc/
      Description: The Glasgow Haskell Compiler
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-08-28 23:07:10 UTC
Likely caused by syntax error in the ebuild. 2.0.29 / 2.0.30 will show you the
actual error.