# cd /var/db/pkg # ls *-*/* | awk '{print "=" $0}' > /root/pkgs # for i in `cat /root/pkgs`; do emerge --oneshot $i && (grep -v $i /root/pkgs > /root/pkgs2; mv /root/pkgs2 /root/pkgs) done
Once it's done, you're left with a list of packages that couldn't be emerged for one reason or another which can then be investigated.
OK, i'll use that one. Looks like the script of a gcc tester :)
-- [EMAIL PROTECTED] mailing list
