X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=buildd%2Ffunctions.sh;h=b8fb210d2f629908da622c4feec7343998a97569;hp=c6f91fa39071c7d4d1b968af704d9818d304d4b8;hb=e85aa84c6bfddb8b8dd6af98d8ee4a4171c63e18;hpb=856217a4151b4a8fb87b9d4b7cb6b2d3c53a0c31 diff --git a/buildd/functions.sh b/buildd/functions.sh index c6f91fa..b8fb210 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -102,6 +102,10 @@ The following warnings have been noticed: $(grep -i warn $FAI_LOGFILES/* /var/log/grml-buildd.std* || echo "* nothing") +There following dependency problems have been noticed: + +$(grep -i "[Not Installed]" $FAI_LOGFILES/software.log || echo "* nothing") + The following packages could not be installed: $(grep -i "Couldn't find.*package" $FAI_LOGFILES/software.log | sed 's/\(.*\)"\(.*\)"\(.*\)/\2/' | sort -u || echo "* nothing")