From owner-freebsd-current Fri Jan 31 13:30:49 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E73AF37B405 for ; Fri, 31 Jan 2003 13:30:48 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECC7A43FC1 for ; Fri, 31 Jan 2003 13:30:47 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.6/8.12.6) with ESMTP id h0VLUkbs019494 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 31 Jan 2003 16:30:46 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.6/8.12.6/Submit) id h0VLUjEh019491; Fri, 31 Jan 2003 16:30:45 -0500 (EST) (envelope-from wollman) Date: Fri, 31 Jan 2003 16:30:45 -0500 (EST) From: Garrett Wollman Message-Id: <200301312130.h0VLUjEh019491@khavrinen.lcs.mit.edu> To: Kris Kennaway Cc: current@FreeBSD.ORG Subject: Re: removed? In-Reply-To: <20030131173355.GA11514@rot13.obsecurity.org> References: <20030131065525.GA8870@rot13.obsecurity.org> <20030131092151.B69408@espresso.q9media.com> <20030131173355.GA11514@rot13.obsecurity.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Hmm..there must be something in the configure script that thinks we do. > http://bento.freebsd.org/errorlogs/alpha-5-latest/nvi-1.81.5_2.log It erroneously thinks that because we have the grantpt() function, we have SEWERS and SVID3 ptys. It needs to learn how to use the posix_openpt() function, or else revert back to the !HAVE_SYS5_PTY code (which is also broken: it doesn't search the full range of possible pty names). -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message