[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNU Autoconf 2.57] testsuite: 39 40 failed
From: |
Akim Demaille |
Subject: |
Re: [GNU Autoconf 2.57] testsuite: 39 40 failed |
Date: |
Fri, 12 Sep 2003 10:33:19 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
> 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...
Just, out of the blue, maybe you could run the following please? TIA.
mkdir /usr8/tmp/foo-1
mkdir /usr8/tmp/foo-1/foo-2
echo "toto" > /usr8/tmp/foo-1/foo-2/foo-3
cat /usr8/tmp/foo-1/foo-2/foo-3
and
base1=`umask 077 && mktemp -d -q "/usr8/tmp/foo-XXXXXX"`
ls -l $base1
base2=`umask 077 && mktemp -d -q "$base1/foo-XXXXXX"`
ls -l $base2
echo "toto" > $base2/foo-3
cat $base2/foo-3