automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make check failures


From: Alexandre Duret-Lutz
Subject: Re: make check failures
Date: Tue, 23 Jul 2002 18:32:34 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu)

Hi,

>>> "Patrick" == Patrick Welche <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]