Re: [gentoo-portage-dev] pty/termios problems on alternative platforms

2007-05-25 Thread Fabian Groffen
On 25-05-2007 15:04:24 +0200, Fabian Groffen wrote: ... raise an exception on the pty code, but only bails out on the termios.tcgetattr function because it gets an invalid argument. from the code pym/portage/__init__.py around line 2288 from pty import openpty

Re: [gentoo-portage-dev] pty/termios problems on alternative platforms

2007-05-25 Thread Fabian Groffen
On 25-05-2007 12:44:10 -0700, Zac Medico wrote: if I comment out the complete termios (last four lines) it appears to work, though I don't know what repercussions this has on the rest of the code. Judging from the comment, it feels not so right. Try replacing master_fd with slave_fd in