bug-automake
[Top][All Lists]
Advanced

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

Re: automake 1.7.1b test failure: depcomp2


From: Alexandre Duret-Lutz
Subject: Re: automake 1.7.1b test failure: depcomp2
Date: Wed, 04 Dec 2002 19:07:13 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/20.7 (i386-debian-linux-gnu)

>>> "prj" == Paul Jarc <address@hidden> writes:

[...]

 prj> + cat error.log
 prj> + test -z + CC=gcc
 prj> FAIL: depcomp2.test

Thanks a lot.  I'm checking this in.

2002-12-04  Alexandre Duret-Lutz  <address@hidden>

        * tests/depcomp2.test: Pass CC='gcc' as an argument to ./configure
        not in the environment.  Otherwise the test will fail when
        run with ksh and VERBOSE=x.
        Reported by Paul Jarc.
 
Index: NEWS
===================================================================
RCS file: /cvs/automake/automake/NEWS,v
retrieving revision 1.198.2.13
diff -u -r1.198.2.13 NEWS
--- NEWS        4 Dec 2002 17:46:33 -0000       1.198.2.13
+++ NEWS        4 Dec 2002 18:05:36 -0000
@@ -20,7 +20,7 @@
 * Improve install-sh to work even when names contain spaces or certain
   (but not all) shell metachars.
 * Fix the following spurious failures in the test suite:
-  gnits2.test, gnits3.test, python3.test, texinfo13.test
+  depcomp2.test, gnits2.test, gnits3.test, python3.test, texinfo13.test
 
 Bugs fixed in 1.7.1:
 * Honor `ansi2knr' for files built in subdirectories, or using per-targets
Index: THANKS
===================================================================
RCS file: /cvs/automake/automake/THANKS,v
retrieving revision 1.186.2.10
diff -u -r1.186.2.10 THANKS
--- THANKS      30 Nov 2002 20:11:58 -0000      1.186.2.10
+++ THANKS      4 Dec 2002 18:05:37 -0000
@@ -151,6 +151,7 @@
 Paul Berrevoets                address@hidden
 Paul D. Smith          address@hidden
 Paul Eggert            address@hidden
+Paul Jarc              address@hidden
 Paul Martinolich       address@hidden
 Pavel Roskin           address@hidden
 Per Bothner            address@hidden
Index: tests/depcomp2.test
===================================================================
RCS file: /cvs/automake/automake/tests/depcomp2.test,v
retrieving revision 1.6
diff -u -r1.6 depcomp2.test
--- tests/depcomp2.test 8 Sep 2002 13:07:55 -0000       1.6
+++ tests/depcomp2.test 4 Dec 2002 18:05:37 -0000
@@ -52,5 +52,5 @@
 $ACLOCAL || exit 1
 $AUTOMAKE --add-missing || exit 1
 $AUTOCONF || exit 1
-CC='gcc' ./configure 2>error.log
+./configure CC='gcc' 2>error.log
 test -z "`cat error.log`"



-- 
Alexandre Duret-Lutz





reply via email to

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