bug-autoconf
[Top][All Lists]
Advanced

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

Re: [GNU Autoconf 2.57] testsuite: 39 40 failed


From: Nicolas Joly
Subject: Re: [GNU Autoconf 2.57] testsuite: 39 40 failed
Date: Thu, 25 Sep 2003 14:10:06 +0200
User-agent: Mutt/1.5.4i

On Fri, Sep 12, 2003 at 10:33:19AM +0200, Akim Demaille wrote:
> 
>  > Akim Demaille wrote:
>  >>
>  >> Thanks for the report.  Error 40 is OK, but 39 is surprising.  Could
>  >> you please try the following tarball?  Thanks!
>  >>
>  >> <URL:http://www.lrde.epita.fr/~akim/download/autoconf-2.57c.tar.gz>
>  >>
>  > I did what you asked for. Here are the results.
> 
>  > Why sed did not find at-times I do not know. It was and is there.
> 
>  > "sed: Cannot find or open file
>  > /usr8/tmp/gnu/autoconf-2.57c/tests/testsuite.dir/at-times."
> 
> I do not understand either.  I'll need your help, or someone else's
> here...

Same warning here, with Tru64 v5.1A

The problem is that the testsuite only create `at-times' file for
successul tests, but not for skipped/failed ones.

If the first test is skipped, the sed command will fail to find this
file. But, if previous tests succeded, it will reuse the old generated
file ;-)

Here is an example from an other platform (NetBSD -current) :

 53: AC_PROG_CPP with warnings                    ok
 54: AC_PROG_CPP without warnings                 skipped (c.at:145)
 55: AC_PROG_CPP via CC                           skipped (c.at:182)

And the corresponding lines from testsuite.log :

53. AC_PROG_CPP with warnings (c.at:112): ok    (0m17.68s 0m13.43s)
54. AC_PROG_CPP without warnings (c.at:142): skipped (c.at:145) (0m17.68s 
0m13.43s)
55. AC_PROG_CPP via CC (c.at:179): skipped (c.at:182)   (0m17.68s 0m13.43s)

All times are the same !

-- 
Nicolas Joly

Biological Software and Databanks.
Pasteur Institute, Paris.




reply via email to

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