# HG changeset patch # User Christophe Lincoln # Date 1306075697 -7200 # Node ID 7bce3132adbf3bedbd1376f63af441aeeca27713 # Parent 2d3f188c845f94f778069bcac9abca0444858d4c cook: show hw many missing dep we have diff -r 2d3f188c845f -r 7bce3132adbf cook --- a/cook Sun May 22 16:44:51 2011 +0200 +++ b/cook Sun May 22 16:48:17 2011 +0200 @@ -501,7 +501,8 @@ # is enable and cook fail we have ERROR in log, if no auto cook we have # missing dep in cached file. if fgrep -q "ERROR:" $LOGS/$pkg.log || [ -s "$CACHE/missing" ]; then - echo -e "ERROR: missing dep\n" + [ -s "$CACHE/missing" ] && nb=$(cat $CACHE/missing | wc -l) + echo -e "ERROR: missing dep $nb\n" exit 1 fi