make check-recursive Making check in lib make check-am Making check in doc Making check in . make check-local GEN gzip.doc.gz GEN check-local Making check in tests make check-TESTS PASS: gzip-env PASS: helin-segv PASS: help-version PASS: hufts PASS: keep PASS: list PASS: memcpy-abuse PASS: mixed PASS: null-suffix-clobber PASS: stdin FAIL: timestamp PASS: trailing-nul PASS: unpack-invalid PASS: unpack-valid PASS: z-suffix PASS: zdiff PASS: zgrep-f PASS: zgrep-context PASS: zgrep-signal PASS: znew-k ============================================================================ Testsuite summary for gzip 1.8.32-4606 ============================================================================ # TOTAL: 20 # PASS: 19 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to address@hidden ============================================================================ *** Error code 1 The following command caused the error: case $- in *e*) set +e;; esac; { mgn= red= grn= lgn= blu= brg= std=; am__color_tests=no; if test "X" = Xno; then am__color_tests=no; elif test "X" = Xalways; then am__color_tests=yes; elif test "X$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then am__color_tests=yes; fi; if test $am__color_tests = yes; then red=''; grn=''; lgn=''; blu=''; mgn=''; brg=''; std=''; fi; }; bases='gzip-env.log helin-segv.log help-version.log hufts.log keep.log list.log memcpy-abuse.log mixed.log null-suffix-clobber.log stdin.log timestamp.log trailing-nul.log unpack-invalid.log unpack-valid.log z-suffix.log zdiff.log zgrep-f.log zgrep-context.log zgrep-signal.log znew-k.log'; bases=`for i in $bases; do echo $i; done | sed 's/\.log$//'`; bases=`echo $bases`; \ ws='[ ]'; \ results=`for b in $bases; do echo $b.trs; done`; \ test -n "$results" || results=/dev/null; \ all=` grep "^$ws*:test-result:" $results | wc -l`; \ pass=` grep "^$ws*:test-result:$ws*PASS" $results | wc -l`; \ fail=` grep "^$ws*:test-result:$ws*FAIL" $results | wc -l`; \ skip=` grep "^$ws*:test-result:$ws*SKIP" $results | wc -l`; \ xfail=`grep "^$ws*:test-result:$ws*XFAIL" $results | wc -l`; \ xpass=`grep "^$ws*:test-result:$ws*XPASS" $results | wc -l`; \ error=`grep "^$ws*:test-result:$ws*ERROR" $results | wc -l`; \ if test `expr $fail + $xpass + $error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$br$br$br$br; \ result_count () \ { \ if test x"$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "test-suite.log: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$1 count=$2; \ if test $maybe_colorize = yes && test $count -gt 0; then \ color_start=$3 color_end=$std; \ else \ color_start= color_end=; \ fi; \ echo "${color_start}# $desc $count${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $1 "TOTAL:" $all "$brg"; \ result_count $1 "PASS: " $pass "$grn"; \ result_count $1 "SKIP: " $skip "$blu"; \ result_count $1 "XFAIL:" $xfail "$lgn"; \ result_count $1 "FAIL: " $fail "$red"; \ result_count $1 "XPASS:" $xpass "$red"; \ result_count $1 "ERROR:" $error "$mgn"; \ }; \ { \ echo "gzip 1.8.32-4606: tests/test-suite.log" | \ { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$//;p;g' && echo; }; \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $bases; do echo $b; done \ | gawk ' function fatal(msg) { print "fatal: making test-suite.log: " msg | "cat >&2"; exit 1; } function rst_section(header) { print header; len = length(header); for (i = 1; i <= len; i = i + 1) printf "="; printf "\n\n"; } { copy_in_global_log = 1; global_test_result = "RUN"; while ((rc = (getline line < ($0 ".trs"))) != 0) { if (rc < 0) fatal("failed to read from " $0 ".trs"); if (line ~ /^[ ]*:global-test-result:[ ]*/) { sub("^[ ]*:global-test-result:[ ]*", "", line); sub("[ ]*$", "", line); global_test_result = line; } else if (line ~ /^[ ]*:copy-in-global-log:[ ]*[nN][oO]/) copy_in_global_log = 0; }; if (copy_in_global_log) { rst_section(global_test_result ": " $0); while ((rc = (getline line < ($0 ".log"))) != 0) { if (rc < 0) fatal("failed to read from " $0 ".log"); print line; }; printf "\n"; }; close ($0 ".trs"); close ($0 ".log"); }'; \ } >test-suite.log.tmp || exit 1; \ mv test-suite.log.tmp test-suite.log; \ if $success; then \ col="$grn"; \ else \ col="$red"; \ test x"$VERBOSE" = x || cat test-suite.log; \ fi; \ echo "${col}$br${std}"; \ echo "${col}Testsuite summary for gzip 1.8.32-4606${std}"; \ echo "${col}$br${std}"; \ create_testsuite_report --maybe-color; \ echo "$col$br$std"; \ if $success; then :; else \ echo "${col}See tests/test-suite.log${std}"; \ if test -n "address@hidden"; then \ echo "${col}Please report to address@hidden"; \ fi; \ echo "$col$br$std"; \ fi; \ $success || exit 1 make: Fatal error: Command failed for target `test-suite.log' Current working directory /home/haible/gzip-1.8.32-4606/build-x86-32-cc/tests *** Error code 1 The following command caused the error: set +e; bases='gzip-env.log helin-segv.log help-version.log hufts.log keep.log list.log memcpy-abuse.log mixed.log null-suffix-clobber.log stdin.log timestamp.log trailing-nul.log unpack-invalid.log unpack-valid.log z-suffix.log zdiff.log zgrep-f.log zgrep-context.log zgrep-signal.log znew-k.log'; bases=`for i in $bases; do echo $i; done | sed 's/\.log$//'`; bases=`echo $bases`; \ log_list=`for i in $bases; do echo $i.log; done`; \ trs_list=`for i in $bases; do echo $i.trs; done`; \ log_list=`echo $log_list`; trs_list=`echo $trs_list`; \ make test-suite.log TEST_LOGS="$log_list"; \ exit $?; make: Fatal error: Command failed for target `check-TESTS' Current working directory /home/haible/gzip-1.8.32-4606/build-x86-32-cc/tests *** Error code 1 make: Fatal error: Command failed for target `check-am' Current working directory /home/haible/gzip-1.8.32-4606/build-x86-32-cc/tests *** Error code 1 The following command caused the error: fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '1'; then false; elif test -n ''; then true; elif test -n '' && test -n ''; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='lib doc . tests' ;; \ *) list='lib doc . tests' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `check-recursive' Current working directory /home/haible/gzip-1.8.32-4606/build-x86-32-cc *** Error code 1 make: Fatal error: Command failed for target `check'