#!perl -lwn
# failing packages depended upon the most.  consider patching.
next unless ($mm)=/INFO previous dependency did not install: \S+ = (.*)\. at dry-run/;
@F=split for($mm);
print for(@F);
