Today's emerge --update --deep world failed: >>> Emerging (6 of 28) x11-misc/shared-mime-info-0.21-r1 to / ... checking for perl... /usr/bin/perl checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Reproducible: Always Steps to Reproduce: 1. Start with a Gentoo system that doesn't have XML::Parser installed 2. emerge --update world (including shared-mime-info) Actual Results: emerge failed Expected Results: emerge succeeds Problem solved via emerge dev-perl/XML-Parser and then re-emerging gettext
Created attachment 127945 [details] config.log
*** This bug has been marked as a duplicate of bug 41124 ***
First emerge perl module XML-parser and then emerge -uDpv world
And read dev-libs/expat-2.0.1 postinst afterwards :) Yeah.