On 8/11/06, JC Denton <[EMAIL PROTECTED]> wrote:
Does "eclean" or "emerge --depclean" remove libs that are orphaned?
Yes, provided you have not modified the files yourself.
The problem is, that my /usr/lib/... and /usr/include/ almost 1 GB in size!
Sounds about right, but this command will generate a list of all
library files that portage things should be installed:
find /var/db/pkg/ -name CONTENTS | xargs grep /usr/lib/lib | awk '{
print $2 }' | sort
You can diff that with the output of "ls /usr/lib/lib*" to see what
may be there that portage doesn't know about.
-Richard
--
[email protected] mailing list