Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 316147 - portage doesn't install new slot anymore
Summary: portage doesn't install new slot anymore
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-19 17:29 UTC by Anthoine Bourgeois
Modified: 2010-04-20 17:09 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 Anthoine Bourgeois 2010-04-19 17:29:24 UTC
Yesturday, I run 'emerge -uDN @world' then 'revdep-rebuild' and finally 'emerge -p --depclean'. On the last step, I see that portage wants to clean gentoo-sources-2.6-31-r6 without any kernel version to replace it.
I run 'emerge -p gentoo-sources' and portage returns me '[ebuild    NS ] sys-kernel/gentoo-sources-2.6.31-r10'.
Why portage doesn't install the new slot with my first command as usual ?
Is it a new behaviour of portage ?



Reproducible: Didn't try
Comment 1 Rafał Mużyło 2010-04-19 17:34:00 UTC
Chances are that 'emerge -uDN --with-bdeps y @world'
would have picked it up.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2010-04-19 23:42:37 UTC
It does not for the same reason it depcleaned gentoo-sources. You will have installed gentoo-sources using the --oneshot option, so it isn't recorded in the world file. Since nothing depends on gentoo-sources it's a leaf falling from the dependency tree and Portage doesn't care about it.

This is a feature not a bug.
Comment 3 Anthoine Bourgeois 2010-04-20 17:09:58 UTC
Yes, gentoo-sources was in my world and I emerged it _without_ --oneshot.