Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14080 - portage-2.0.46-r8 installs wrong version
Summary: portage-2.0.46-r8 installs wrong version
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-16 23:57 UTC by Klaus-J. Wolf
Modified: 2011-10-30 22:17 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 Klaus-J. Wolf 2003-01-16 23:57:16 UTC
For some reason, portage doesn't seem to find certain port versions. AFAIK
they're not masked; enumerated explicitly, they get installed without problems.

Example:

$ emerge -s nvidia-glx
Searching...   
[ Results for search key : nvidia-glx ]
[ Applications found : 1 ]
 
*  media-video/nvidia-glx
      Latest version available: 1.0.3123
      Latest version installed: 1.0.4191
      Size of downloaded files: 1,723 kB
      Homepage:    http://www.nvidia.com/
      Description: XFree86 GLX libraries for the NVIDIA's X driver
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-01-17 01:25:16 UTC
try #emerge -pu world --deep
Comment 2 Klaus-J. Wolf 2003-01-17 08:56:54 UTC
emerge wants to downgrade anyway. If I clear everything nvidia-* and emerge
again without explicit versions, I get the older ones. AFAIK there are no
dependencies which would force that behaviour, either with or without "--deep".
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-01-17 08:59:40 UTC
ACCEPT_KEYWORDS="~x86" emerge -p nvidia-glx
Comment 4 Klaus-J. Wolf 2003-01-17 09:10:33 UTC
I don't seem to understand this way of masking. Somebody be able to a write
small comment into either man page and or emerge output?