• Bug#1105350: gengetopt: FTBFS with make --shuffle=reverse: dh_auto_test

    From Lucas Nussbaum@21:1/5 to All on Tue May 13 21:10:12 2025
    Source: gengetopt
    Version: 2.23+dfsg1-1
    Severity: minor
    Tags: trixie sid ftbfs
    User: lucas@debian.org
    Usertags: ftbfs-shuffle

    Hi,

    GNU Make now has a --shuffle option that simulates non-deterministic ordering of target prerequisites. See https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous work in Debian by Santiago Vila: https://people.debian.org/~sanvila/make-shuffle/

    This package fails to build with make --shuffle=reverse.
    This is likely to be caused by a missing dependency in
    debian/rules or an upstream Makefile.

    More information about this mass bug filing is available at https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle

    Relevant part (hopefully):
    make[6]: Entering directory '/build/reproducible-path/gengetopt-2.23+dfsg1/tests'
    Makefile:2757: update target 'test_wrong_ggo.sh.log' due to: target does not exist
    p='test_wrong_ggo.sh'; \
    b='test_wrong_ggo.sh'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_wrong_ggo.sh.log" in */*) am__odir=`echo "./test_wrong_ggo.sh.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir" ||
    exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_wrong_ggo.sh.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if test -n '
    '; then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_wrong_ggo.sh
    Makefile:2750: update target 'test_show_help.sh.log' due to: target does not exist
    p='test_show_help.sh'; \
    b='test_show_help.sh'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_show_help.sh.log" in */*) am__odir=`echo "./test_show_help.sh.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir" ||
    exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_show_help.sh.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if test -n '
    '; then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_show_help.sh
    Makefile:2743: update target 'test_output_dirs.sh.log' due to: target does not exist
    p='test_output_dirs.sh'; \
    b='test_output_dirs.sh'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_output_dirs.sh.log" in */*) am__odir=`echo "./test_output_dirs.sh.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir"
    || exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_output_dirs.sh.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if
    test -n ''; then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_output_dirs.sh
    Makefile:2736: update target 'test_output_dir.sh.log' due to: target does not exist
    p='test_output_dir.sh'; \
    b='test_output_dir.sh'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_output_dir.sh.log" in */*) am__odir=`echo "./test_output_dir.sh.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir" |
    | exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_output_dir.sh.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if test -
    n ''; then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_output_dir.sh
    Makefile:2729: update target 'test_values_err.sh.log' due to: target does not exist
    p='test_values_err.sh'; \
    b='test_values_err.sh'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_values_err.sh.log" in */*) am__odir=`echo "./test_values_err.sh.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir" |
    | exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_values_err.sh.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if test -
    n ''; then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_values_err.sh
    Makefile:2722: update target 'test_values.sh.log' due to: target does not exist
    p='test_values.sh'; \
    b='test_values.sh'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_values.sh.log" in */*) am__odir=`echo "./test_values.sh.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir" || exit $
    ?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_values.sh.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if test -n ''; then
    am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_values.sh
    Makefile:2715: update target 'test_unnamed.sh.log' due to: target does not exist
    p='test_unnamed.sh'; \
    b='test_unnamed.sh'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_unnamed.sh.log" in */*) am__odir=`echo "./test_unnamed.sh.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir" ||
    exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_unnamed.sh.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if test -n '';
    then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_unnamed.sh
    Makefile:2708: update target 'test_unamed.sh.log' due to: target does not exist
    p='test_unamed.sh'; \
    b='test_unamed.sh'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_unamed.sh.log" in */*) am__odir=`echo "./test_unamed.sh.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir" || exit $
    ?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_unamed.sh.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if test -n ''; then
    am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_unamed.sh
    Makefile:2701: update target 'test_usage.log' due to: target does not exist p='test_usage'; \
    b='test_usage'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_usage.log" in */*) am__odir=`echo "./test_usage.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir" || exit $?; if
    test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_usage.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if test -n ''; then am__enable_
    hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_usage
    Makefile:2694: update target 'test_text.log' due to: target does not exist p='test_text'; \
    b='test_text'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_text.log" in */*) am__odir=`echo "./test_text.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir" || exit $?; if
    test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_text.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if test -n ''; then am__enable_
    hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_text
    Makefile:2687: update target 'test_simple_multiple_default.sh.log' due to: target does not exist
    p='test_simple_multiple_default.sh'; \
    b='test_simple_multiple_default.sh'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_simple_multiple_default.sh.log" in */*) am__odir=`echo "./test_simple_multiple_default.sh.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/
    bin/mkdir -p "$am__odir" || exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_simple_multiple_default.sh.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am_
    _collect_skipped_logs=''; fi; if test -n ''; then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/
    test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_simple_multiple_default.sh
    Makefile:2680: update target 'test_simple_multiple.sh.log' due to: target does not exist
    p='test_simple_multiple.sh'; \
    b='test_simple_multiple.sh'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_simple_multiple.sh.log" in */*) am__odir=`echo "./test_simple_multiple.sh.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$
    am__odir" || exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_simple_multiple.sh.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs='
    '; fi; if test -n ''; then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$
    f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_simple_multiple.sh
    Makefile:2673: update target 'test_sections_option_help.log' due to: target does not exist
    p='test_sections_option_help'; \
    b='test_sections_option_help'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_sections_option_help.log" in */*) am__odir=`echo "./test_sections_option_help.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -
    p "$am__odir" || exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_sections_option_help.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_
    logs=''; fi; if test -n ''; then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-
    name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_sections_option_help
    Makefile:2666: update target 'test_sections.sh.log' due to: target does not exist
    p='test_sections.sh'; \
    b='test_sections.sh'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_sections.sh.log" in */*) am__odir=`echo "./test_sections.sh.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir" ||
    exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_sections.sh.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if test -n ''
    ; then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_sections.sh
    Makefile:2659: update target 'test_only_flags.log' due to: target does not exist
    p='test_only_flags'; \
    b='test_only_flags'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_only_flags.log" in */*) am__odir=`echo "./test_only_flags.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir" ||
    exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_only_flags.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if test -n '';
    then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_only_flags
    Makefile:2652: update target 'test_no_options.log' due to: target does not exist
    p='test_no_options'; \
    b='test_no_options'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_no_options.log" in */*) am__odir=`echo "./test_no_options.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir" ||
    exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_no_options.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if test -n '';
    then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_no_options
    Makefile:2645: update target 'test_newlines.log' due to: target does not exist
    p='test_newlines'; \
    b='test_newlines'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_newlines.log" in */*) am__odir=`echo "./test_newlines.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__odir" || exit $?;
    if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_newlines.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi; if test -n ''; then am__
    enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_newlines
    Makefile:2638: update target 'test_multiple_parsers.sh.log' due to: target does not exist
    p='test_multiple_parsers.sh'; \
    b='test_multiple_parsers.sh'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_multiple_parsers.sh.log" in */*) am__odir=`echo "./test_multiple_parsers.sh.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "
    $am__odir" || exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_multiple_parsers.sh.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_
    logs=''; fi; if test -n ''; then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-
    name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_multiple_parsers.sh
    Makefile:2631: update target 'test_multiple_err.sh.log' due to: target does not exist
    p='test_multiple_err.sh'; \
    b='test_multiple_err.sh'; \
    case $- in *e*) set +e;; esac; srcdirstrip=`echo "." | sed 's|.|.|g'`; case $p in ./*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; 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='
    1m'; std=''; fi; }; srcdir=.; export srcdir; case "test_multiple_err.sh.log" in */*) am__odir=`echo "./test_multiple_err.sh.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /usr/bin/mkdir -p "$am__
    odir" || exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="./"; fi; tst=$dir$f; log='test_multiple_err.sh.log'; if test -n ''; then am__collect_skipped_logs='--collect-skipped-logs no'; else am__collect_skipped_logs=''; fi;
    if test -n ''; then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case " " in *[\ \ ]$f[\ \ ]* | *[\ \ ]$dir$f[\ \ ]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac; /bin/bash ../build-aux/test-driver --test-name "$f" \
    --log-file $b.log --trs-file $b.trs \
    --color-tests "$am__color_tests" $am__collect_skipped_logs --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure" -- \
    "$tst"
    PASS: test_multiple_err.sh
    Makefile:2624: update target 'test_multiple.sh.log' due to: target does not exist

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)