Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499050 - dev-util/catalyst - livecd-stage2 should use "emerge --depclean --bdeps=n" before spec-forced unmerges
Summary: dev-util/catalyst - livecd-stage2 should use "emerge --depclean --bdeps=n" be...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 15:05 UTC by Ben Kohler
Modified: 2018-01-10 18:25 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 Ben Kohler gentoo-dev 2014-01-23 15:05:53 UTC
Currently livecd-stage2 depends on a hardcoded list of unmerges to clean up stuff that's not needed on livecds.  I believe a depclean should be done just like on stage3, it will clean up quite a few build-only deps that exist on our current minimal iso.  It will also make the livecd/unmerge list in the spec file somewhat easier to manage.

I did notice in my tests that it wants to remove nano, so that would have to be added to livecd-stage1's package list, and there may be other minor tweaks needed to maintain the status quo.  But I think it would be a move in the right direction.

I'd like to wait until the 3.0 branch is closer to ready before writing a patch, but I wanted to get the idea written down and see if anyone has any reasons this is a bad idea.