This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make check failures


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]