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

Bug 14080

Summary: portage-2.0.46-r8 installs wrong version
Product: Portage Development Reporter: Klaus-J. Wolf <yanestra>
Component: UnclassifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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?