From owner-freebsd-stable@FreeBSD.ORG Sat Oct 7 10:09:25 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 753A216A407; Sat, 7 Oct 2006 10:09:25 +0000 (UTC) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD0C43D49; Sat, 7 Oct 2006 10:09:24 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub03.unibe.ch [130.92.5.63]) by mailhub03.unibe.ch (Postfix) with ESMTP id AEE474CCA9; Sat, 7 Oct 2006 12:09:23 +0200 (CEST) X-Virus-checked: by University of Berne Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub03.unibe.ch [130.92.5.63]) (amavisd-new, port 10024) with LMTP id ZBllNgNOF26X; Sat, 7 Oct 2006 12:09:18 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id E5D194CD76; Sat, 7 Oct 2006 12:09:15 +0200 (CEST) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.13.6+Sun/8.13.6) with ESMTP id k97A9FKE019192; Sat, 7 Oct 2006 12:09:15 +0200 (MEST) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k97A9FZD003384; Sat, 7 Oct 2006 12:09:15 +0200 (MEST) Date: Sat, 7 Oct 2006 12:09:15 +0200 From: Tobias Roth To: Ruslan Ermilov Message-ID: <20061007100915.GA3356@droopy.unibe.ch> References: <20061007090725.GA3229@droopy.unibe.ch> <20061007094855.GA156@rambler-co.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061007094855.GA156@rambler-co.ru> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. Cc: "Bjoern A. Zeeb" , stable@freebsd.org Subject: Re: buildworld: undefined reference to `SHA256_Update' 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: Sat, 07 Oct 2006 10:09:25 -0000 On Sat, Oct 07, 2006 at 01:48:55PM +0400, Ruslan Ermilov wrote: > > > Verify that libssh.so in objdir lists libmd as its dependency. No, it doesn't. > Verify that libmd.so in objdir has these functions. Yes, that one is ok. Bjoern A. Zeeb suggested that might be connected to not having Kerberos built. I'll now remove NO_KERBEROS= true from my make.conf and try building again. I'll report my findings. Thanks, Tobias