On Tue, Jul 19, 2022 at 08:30:57PM +0530, Mayuresh wrote: > On NetBSD 9.2, and64, recent pkgsrc, modular x11, mlterm 3.9.2, I am > getting these errors. No terminal opens just these two messages in the > log. Other terminals like xterm open fine. > > Jul 19 14:35:59[5802] Failed to open pty > Jul 19 14:35:59[5802] Unable to open screen. >
Reviving this old thread [1] that resulted in this PR [2] that was closed. mlterm has now changed to version 3.9.3 and the problem has recurred. I suspect, the following in mlterm/Makefile is not working: .if ${OPSYS} == "NetBSD" CONFIGURE_ENV+= bl_cv_pty=streams .endif Noticed that config.log is having bl_cv_pty=bsd Any suggestions? -- Mayuresh [1] https://mail-index.netbsd.org/netbsd-users/2022/07/19/msg028704.html [2] http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=56936