This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: make check failures
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: Patrick Welche <prlw1 at newn dot cam dot ac dot uk>
- Cc: automake at gnu dot org
- Date: Tue, 23 Jul 2002 18:32:34 +0200
- Subject: Re: make check failures
- References: <20020723165510.F3243@quartz.newn.cam.ac.uk>
Hi,
>>> "Patrick" == Patrick Welche <prlw1@newn.cam.ac.uk> writes:
Patrick> Some "make check" tests failed for me.. Essentially
What environment is `me'? <wink>
Patrick> - libtool3, subobj9, subpkg do a distcheck, which finds autoconf's
Patrick> configure.lineno left over. Presumably autom4te.cache should also
Patrick> get distcleaned away?
Cleaning configure.lino in distclean is correct, but not
autom4te.cache. See the comment about this a few lines below
the place you patched.
patrick> - comment6 needs gnu make
Which make are you using? I'd rather teach Automake to warn
about this construct if it's not portable.
Patrick> - still don't know what's wrong with gnits2 and gnits3 (probably a sed thing..)
Patrick> (what on earth does sed
Patrick> 's,^.*/,,;s/$//;s,^,p,;s/$//'`; do?!)
It changes `foo/bar' into `pbar'.
Patrick> - or obsolete:
Patrick> === Running test ./obsolete.test
Patrick> .: obs.1: not found
Patrick> FAIL: obsolete.test
Could you show us the result of the following command?
env TESTS='gnits2.test gnits3.test obsolete.test' VERBOSE=x make -e check
[...]
--
Alexandre Duret-Lutz