bug-texinfo
[Top][All Lists]
Advanced

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

Re: [platform-testers] texinfo-6.5.90 pretest on HP-UX


From: Gavin Smith
Subject: Re: [platform-testers] texinfo-6.5.90 pretest on HP-UX
Date: Sat, 5 Jan 2019 14:24:17 +0000

On 1/5/19, Bruno Haible <address@hidden> wrote:
> Adding more debugging statements, I see that it hangs in the line
>   if (!isatty (slave))
>
> Commenting out this line fixes the issue; all 85 tests in this
> directory then pass.
>
> Note: The code in gnulib/lib/openpty.c, which is tested on many platforms,
> does not contain an isatty() call in this place.

I've taken that call to isatty out. I was concerned that the ioctl's
were being performed now even when they are unnecessary (they were on
my Slackware 14.1 system), so I changed the preprocessor condition to
check __sun and __hpux, instead of HAVE_STROPTS_H - this is the way it
is done in the gnulib code you referred to.



reply via email to

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