automake
[Top][All Lists]
Advanced

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

make check failures


From: Patrick Welche
Subject: make check failures
Date: Tue, 23 Jul 2002 16:55:10 +0100
User-agent: Mutt/1.3.19i

Some "make check" tests failed for me.. Essentially

- libtool3, subobj9, subpkg do a distcheck, which finds autoconf's
  configure.lineno left over. Presumably autom4te.cache should also
  get distcleaned away?
- comment6 needs gnu make
- still don't know what's wrong with gnits2 and gnits3 (probably a sed thing..)
  (what on earth does sed 's,^.*/,,;s/$//;s,^,p,;s/$//'`; do?!)
- or obsolete:
=== Running test ./obsolete.test
.: obs.1: not found
FAIL: obsolete.test

Cheers,

Patrick


Index: lib/am/configure.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/configure.am,v
retrieving revision 1.13
diff -u -r1.13 configure.am
--- lib/am/configure.am 6 Jun 2002 08:34:41 -0000       1.13
+++ lib/am/configure.am 23 Jul 2002 15:50:30 -0000
@@ -83,7 +83,8 @@
 ## Makefile depends on config.status.
 
 if %?TOPDIR_P%
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+                             configure.lineno autom4te.cache
 distclean:
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
Index: tests/comment6.test
===================================================================
RCS file: /cvs/automake/automake/tests/comment6.test,v
retrieving revision 1.1
diff -u -r1.1 comment6.test
--- tests/comment6.test 14 May 2002 14:12:21 -0000      1.1
+++ tests/comment6.test 23 Jul 2002 15:50:30 -0000
@@ -1,6 +1,7 @@
 #! /bin/sh
 # Test for PR/322.
 
+required='GNUmake gcc'
 . $srcdir/defs || exit 1
 
 set -e



reply via email to

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