From owner-freebsd-stable@FreeBSD.ORG Tue Oct 28 17:21:17 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A869D1065681 for ; Tue, 28 Oct 2008 17:21:17 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (unknown [IPv6:2001:7b8:613:100::211]) by mx1.freebsd.org (Postfix) with ESMTP id 493DA8FC23 for ; Tue, 28 Oct 2008 17:21:17 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id CC71D1CC51; Tue, 28 Oct 2008 18:23:29 +0100 (CET) Date: Tue, 28 Oct 2008 18:23:29 +0100 From: Ed Schouten To: josh.carroll@gmail.com Message-ID: <20081028172329.GB1165@hoeg.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f2QGlHpHGjS2mn6Y" Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-stable@freebsd.org Subject: Re: src/lib/libc/stdlib/grantpt.c commit broke sshd X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2008 17:21:17 -0000 --f2QGlHpHGjS2mn6Y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Josh, The commits I made two days ago were a little tricky. I made some modifications to libc and libutil at the same time. Unfortunately, due to a small case of API misuse in libutil, I couldn't keep older versions of libutil compatible with the new version of libc. Below is a small table with libutil vs libc versions: | libutil <=3D 26/10 | libutil > 26/10 | --------------+------------------+------------------+ libc <=3D 26/10 | Works | Works | libc > 26/10 | Doesn't work | Works | --------------+------------------+------------------+ I suspect you are running a new libc, but forgot to update libutil to the latest version as well. Keep in mind that such a setup is not really supported. Ah, right after I finished typing this message, Wesley Shields mentioned an older version of libutil was indeed your problem. Well, to others out there experiencing the same problem: make sure you update libutil as well. Thanks! --=20 Ed Schouten WWW: http://80386.nl/ --f2QGlHpHGjS2mn6Y Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkkHSpEACgkQ52SDGA2eCwXC1wCfYSNovbTUkjw4ta6Bi7tS0fbW iYAAmwULB0XGzmo2kAGpmD8BDkJqvL2V =9lxk -----END PGP SIGNATURE----- --f2QGlHpHGjS2mn6Y--