Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 604694 - emerge <file> always upgrades irrespective of what's in @world
Summary: emerge <file> always upgrades irrespective of what's in @world
Status: UNCONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-04 20:01 UTC by Simon
Modified: 2017-01-04 20:01 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 Simon 2017-01-04 20:01:19 UTC
When using emerge <file>, like for example emerge /lib/modules or emerge @module-rebuild portage will always try to upgrade the relevant packages even when a specific version or slot of these packages is defined in the world file.

I'm not sure if this is deliberate or not but I expected this to honor what's in my world file.

I ran into this because of the following:
- I use a specific version of a module (nvidia in this case) and want to have control when I update it, so it's installed using a specific slot.
- Now when updating my kernel and doing an emerge @module-rebuild portage tries to upgrade it to a newer version but then says it can't because of a slot conflict

Reproducible: Always

Steps to Reproduce:
1. Install/store in world an older stable version of a module
2. Run emerge @module-rebuild or emerge /lib/modules

Actual Results:  
Slot conflict

Expected Results:  
Rebuild of the relevant packages