bug-autoconf
[Top][All Lists]
Advanced

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

Re: bug#8846: coreutils-8.12 on HP-UX 11.31: 3 of 365 tests failed


From: Jim Meyering
Subject: Re: bug#8846: coreutils-8.12 on HP-UX 11.31: 3 of 365 tests failed
Date: Mon, 13 Jun 2011 17:03:25 +0200

Eric Blake wrote:
> On 06/13/2011 04:11 AM, Jim Meyering wrote:
>> Thank you for the testing and report.
>> That "bad file number" error comes from this code in init.sh:
>>
>>     : ${stderr_fileno_=2}
>>     warn_ () { echo "$@" 1>&$stderr_fileno_; }
>>
>> Because of that, the log contains less information than usual.
>
> I'm having problems summarizing this shell bug into a succinct
> description that would be worth including in the autoconf manual.  What
> exactly is the bug here?
>
> That is, my attempt to provoke the problem on HP-UX 11.11 with this
> snippet is not failing with a "bad file number":
>
> $ /bin/sh -c 'n=3; f(){ echo "$@" 1>&$n; }; exec 3>&2; f hi'
> hi

Per Bruno's report, running "make check" on HP-UX 11.31 resulted
in one "Bad file number" diagnostic per use of init.sh.
Perhaps it's a problem in 11.31 that is not in 11.1.



reply via email to

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