[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XFAIL: auxdir2.test
From: |
Alexandre Duret-Lutz |
Subject: |
Re: XFAIL: auxdir2.test |
Date: |
Fri, 03 Jan 2003 20:23:34 +0100 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) |
>>> "cmc" == Combes, Chris M <address@hidden> writes:
[...]
cmc> === Running test ./empty.test
[...]
cmc> + make install
cmc> No suffix list.
cmc> /bin/sh ./config.status --recheck
cmc> ./config.status: frob: not found.
[...]
Weird. `./config.status --recheck' should run only if
`config.status' is older than `configure' ; and that shouldn't
be the case here since the test runs
echo frob > configure
echo frob > config.status
That looks like a timestamp issue.
Similarly, from your first post (when you build Automake):
cmc> Making all in .
cmc> cd . && /bin/sh ./config.status Makefile
cmc> config.status: creating Makefile
there should be no reason to run `./config.status Makefile'
here, since Makefile should be up-to-date already (created by
./config.status when you run ./configure).
What kind of file system are you using here? If it's something
like NFS then a probable cause is that your host isn't
date-synchronized with the file server.
[...]
--
Alexandre Duret-Lutz