From owner-freebsd-stable@FreeBSD.ORG Tue Oct 28 17:27:09 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 8D9A1106566C for ; Tue, 28 Oct 2008 17:27:09 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from mail-gx0-f15.google.com (mail-gx0-f15.google.com [209.85.217.15]) by mx1.freebsd.org (Postfix) with ESMTP id 463078FC1A for ; Tue, 28 Oct 2008 17:27:09 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by gxk8 with SMTP id 8so4130514gxk.19 for ; Tue, 28 Oct 2008 10:27:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=O8ZfgbGibEuNNLclZ0I0X2XEecYIpHVkASekMxzVwyM=; b=KpEMJ23Zp+DRz4X9TOsWG4o6U/buCAT//lhMmcrz9YzAUEJCfAMqhrHe7R/XJ/NBl+ onzfnz6Sji/IaEgeKpFq09hO0vQwoo8YSaeM1uP7zNPEkWA7tqzlYUMIm55jTfuxFwbB qNXFy11w5F4FIMs0CLX/nljs/WnQQoVFzserQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=EYSKqe0xZO/bPtYiEIRfsEv5O+GewiJrcN0Gg7eRzYCGkOvhJKFyCfZQnyqfP4d4ht z40+1YCJ4dx5tKz7GsupQQj2uD+nJy8E6oXnJe+F6KGcE7wpswqP8VDkwr76YXO312xi XbkefxRo7wwP+bCu1bJDXz0X8OLMKk34HXXhY= Received: by 10.150.228.12 with SMTP id a12mr1630320ybh.61.1225214828532; Tue, 28 Oct 2008 10:27:08 -0700 (PDT) Received: by 10.151.11.21 with HTTP; Tue, 28 Oct 2008 10:27:08 -0700 (PDT) Message-ID: <8cb6106e0810281027p591b2707y36c9775dd2adfba0@mail.gmail.com> Date: Tue, 28 Oct 2008 13:27:08 -0400 From: "Josh Carroll" To: "Ed Schouten" In-Reply-To: <20081028172329.GB1165@hoeg.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081028172329.GB1165@hoeg.nl> 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 Reply-To: josh.carroll@gmail.com 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:27:09 -0000 > 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. Yes, exactly my problem. The mystery on my end is now how I managed to build libc but not libutil. :) > 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! Yes, Wesley suggested I check whether libutil had been updated, and that did the trick. Thanks Ed/Wesley! Josh