Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4036 - portage doesn't find mc unless specified as gnome-extra/mc
Summary: portage doesn't find mc unless specified as gnome-extra/mc
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
: 4035 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-06-22 15:47 UTC by Dan Armak (RETIRED)
Modified: 2011-10-30 22:21 UTC (History)
1 user (show)

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 Dan Armak (RETIRED) gentoo-dev 2002-06-22 15:47:31 UTC
Portage 2.0.4, gcc 1.3 (built from the 1.3b tbz2). I didn't see this before on 
my gcc2.x system. 
People on #gentoo-dev confirmed this. 
 
laptop portage # emerge -p mc 
 
These are the packages that I would merge, in order. 
 
Calculating dependencies   !!! Couldn't find match for mc; aborting. 
laptop portage # emerge -p gnome-extra/mc 
 
These are the packages that I would merge, in order. 
 
Calculating dependencies ...done! 
[ebuild   R  ] gnome-extra/mc-4.5.55-r5 to / 
 
laptop portage # emerge -s ^mc 
[ Results for search key : ^mc ] 
[ Applications found : 1 ] 
 
*  gnome-extra/mc 
      Latest version Available: 4.5.55-r5 
      Latest version Installed: 4.5.55-r5 
      Homepage: http://www.gnome.org/projects/mc/ 
      Description: 
      GNOME Midnight Commander
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-06-22 15:51:39 UTC
*** Bug 4035 has been marked as a duplicate of this bug. ***
Comment 2 SpanKY gentoo-dev 2002-06-22 21:54:38 UTC
the 'ed' package has same problem ... 
Comment 3 Daniel Robbins (RETIRED) gentoo-dev 2002-06-23 17:30:45 UTC
This will be fixed in Portage 2.0.5.  Caused by an unnecessary length check on
dependencies, causing ones of length 2 or less to be (incorrectly) marked invalid.