I use entropy to install layman git eix and sync both Portage and Sabayon trees. Before I try compile anything try to check the system in any way I can. And with out any changes in make.conf or others configuration files I try this steps.
Check who many packages are installed by Entropy and Portage.
- Code: Select all
# eix '-I*' --format '<installedversions:EQNAMEVERSION>'
# equo query list installed
I try emerge -p for both system and world I didn't find any problem only a few packages mask by their licenses, what after add ACCEPT_LICENSE="*" at make.conf it should be ok.
Next I check /var/lib/portage/world file and didn't see some packages that should be there like gnome-base/gnome or gnome-base/gnome-light.
Then I try emerge --pretend --depclean and got this
- Packages installed: 1067
Packages in world: 81
Packages in system: 51
Required packages: 624
Number to remove: 443
I can not use as suggested by micia in another post, because wont be able to remove any unnecessary package.
- Code: Select all
emerge -av $(eix '-I*' --format'<installedversions:EQNAMEVERSION>')
How / Where can I find the MINIMUN list of necessary ( meta ) packages to emerge it and after I run emerge --depclean I won't a broken system.
Put the same question in another way is: Start with a clean Gentoo install what is necessary and sufficient packages need to be installed to have Sabayon (Gnome).
Btw. English is not my mother language, forgive me if I wasn't clear and any mistakes made.

