Producing error ... Can't locate XML/Simple.pm in @INC ... Fixed by emerge dev-perl/XML-Simple manually Reproducible: Always Steps to Reproduce: 1. emerge =gnome-themes-2.32.1 Actual Results: does not compile Expected Results: should compile
The information you present do NOT justify any changes in the gnome-themes ebuild. I tried to grep for XML.*Simple in the gnome-themes sources and it didn't match at all. So I guess XML::Simple is used indirect. So please show which command misses XML::Simple.
Yes, dependence is indirect. The error appeared during configure stage, that's why I think there must be explicit dependence on XML-Simple in ebuild so that it will be installed/upgraded automatically before gnome-themes.
When I have time I'll try to unmerge XML-Simple and re-emerge gnome-themes to justify.
Try "emerge --deep -1 gnome-themes". That should pull in any indirect dependencies. And if XML-Simple is not pulled in by --deep, that would be a bug.
(In reply to comment #4) > Try "emerge --deep -1 gnome-themes". That should pull in any indirect > dependencies. And if XML-Simple is not pulled in by --deep, that would be a > bug.