[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: Ultrix autotest/autoconf problem fix
From: |
Harlan Stenn |
Subject: |
Re: FYI: Ultrix autotest/autoconf problem fix |
Date: |
Wed, 28 Feb 2001 18:50:16 -0500 |
Akim,
Is this what you were expecting?
I did a fresh build of the latest autoconf ( did a cvs update moments
before building).
Harlan
---
% make check
...
% make check
...
mv testsuite.tmp testsuite
/bin/sh testsuite
====================================
Testing suite for GNU Autoconf 2.49d
====================================
Some tests might be skipped if you don't have the software which the
macros check (e.g., a Fortran compiler).
: warning: no at-check-line which means a failure happened
: warning: in a AT_SETUP/AT_CLEANUP pair before any
: warning:
: ../../tests/suite.at:9:
echo suite.at:9 >at-check-line
( ; ) >at-stdout 2>at-stder1
at_status=0
egrep '^ *\+' at-stder1 >&2
egrep -v '^ *\+' at-stder1 >at-stderr
at_failed=false
diff empty at-stderr >&5 || at_failed=:
diff empty at-stdout >&5 || at_failed=:
case 0 in
77) exit 77;;
0) ;;
*) : ../../tests/suite.at:9: exit code was 0, expected 0 >&2
at_failed=:;;
esac
&& exit 1
could be run. This test suite is
: warning: improperly designed, please report to
: warning: <address@hidden>.
cp: at-setup-line: No such file or directory
Executables (autoheader, autoupdate...).
: warning: no at-check-line which means a failure happened
: warning: in a AT_SETUP/AT_CLEANUP pair before any
: warning:
: ../../tests/suite.at:9:
echo suite.at:9 >at-check-line
( ; ) >at-stdout 2>at-stder1
at_status=0
egrep '^ *\+' at-stder1 >&2
egrep -v '^ *\+' at-stder1 >at-stderr
at_failed=false
diff empty at-stderr >&5 || at_failed=:
diff empty at-stdout >&5 || at_failed=:
case 0 in
77) exit 77;;
0) ;;
*) : ../../tests/suite.at:9: exit code was 0, expected 0 >&2
at_failed=:;;
esac
&& exit 1
could be run. This test suite is
: warning: improperly designed, please report to
: warning: <address@hidden>.
cp: at-setup-line: No such file or directory
1: tools.at:29 diff: empty: No such file or directory
diff: empty: No such file or directory
ok (skipped near `tools.at:53')
2: tools.at:76 diff: empty: No such file or directory
diff: empty: No such file or directory
FAILED near `tools.at:84'
3: tools.at:107 diff: empty: No such file or directory
FAILED near `tools.at:133'
4: tools.at:167 diff: empty: No such file or directory
FAILED near `tools.at:177'
5: tools.at:200 diff: empty: No such file or directory
FAILED near `tools.at:214'
6: tools.at:231 diff: empty: No such file or directory
FAILED near `tools.at:255'
7: tools.at:278 diff: empty: No such file or directory
FAILED near `tools.at:312'
...