I emerged a couple of packages with the ROOT set to /mnt/image then I decided I wanted to remove an installed package from /mnt/image (bootsplash)but it gives me it is not installed. emerge -s bootsplash also shows as not installed. emerge -vp bootsplash shows as not installed as well. But an emerge -vp splashutils is blocked due to installed bootsplash. Which is correct because it is actually installed. Reproducible: Always Steps to Reproduce: 1. export ROOT=/mnt/image 2. emerge bootsplash 3. emerge unmerge bootsplash 4. emerge splashutils Actual Results: splashutils is blocked, and the unmerge did not complete. Expected Results: Unmerge bootsplash and emerge splashutils
51_rc1
oops. Wrong bug. As a note... This was never an intended functionality.
you neglected to provide `emerge info` like the bug report page said to also, attach the output of `tree /mnt/image/var/db/pkg`
Closing due to old age