On 12/3/05, Cláudio Henrique <[EMAIL PROTECTED]> wrote: > Hi, there, > > When I do a emerge -epv world, not all the packages I have installed > on the system appears, openoffice-bin for example. I have tried a > emerge --regen, emerge --metadata, emerge sync, but nothing seemed to > solve this. What can I do to fix my system?
The missing packages should show up in: emerge --depclean --pretend If so, then you have packages installed that are not in your world file, probably because they were merged with --oneshot, or were included as a dependancy of something else that is no longer installed. If you want some of those packages in world, do emerge --noreplace <pkgname>. -Richard -- [email protected] mailing list

