Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Hang in E01 due to zpty on OpenBSD



On Mon, Apr 04, 2022 at 05:34:09PM +0900, Jun T wrote:
> 
> > 2022/04/04 12:49, Matthew Martin <phy1729@xxxxxxxxx> wrote:
> > 
> > OpenBSD has gutted the pty route and strongly prefers openpty over
> > posix_openpt. Is there a correct way link the zpty module against
> > libutil?
> 
> Please try the following patch.

I had tried a similar patch, but since openpty is in libutil, that needs
to be linked in which is why I have the dlopen/dlsym calls in 49980.

> Replace the pattern (in configure.ac)
> openbsd*)
> by
> openbsd7*)
> or such if openpty() should be used only on specific versions of OpenBSD.

I would only support OpenBSD-current unless anyone objects. Each release
gets a corresponding snapshot of the ports tree and then only security
updates are accepted for that version.




Messages sorted by: Reverse Date, Date, Thread, Author