On Sat, 29 Oct 2005, Jarry wrote: > So, with your help I finally checked all software installed on my > gentoo-server (thanks to everyone, who replied). There were a few > gentoo-sources (I think 5 or 6 different versions), so I used > "emerge --prune gentoo-sources" to leave only the last one. > > Then I checked /usr/src, and I see there are still 2 subdirectories: > linux-2.6.12-gentoo-r6 (~50MB) > linux-2.6.13-gentoo-r5 (~300MB)
Bear in mind, that if you've built kernels inside these folders then there are object files, libraries and other debris from the build process that portage knows nothing about - so unmerging doesn't remove the folder completely. The thing to do is to cd into each folder and do "make clean" to remove files left over from the build process. Then run the emerge command to remove the package. -- -- gentoo-user@gentoo.org mailing list