From owner-freebsd-stable@FreeBSD.ORG Wed Oct 11 01:02:18 2006 Return-Path: X-Original-To: freebsd-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 0DFA016A4B3 for ; Wed, 11 Oct 2006 01:02:18 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89F8D43D55 for ; Wed, 11 Oct 2006 01:02:16 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by hu-out-0506.google.com with SMTP id 34so1836977hui for ; Tue, 10 Oct 2006 18:02:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bN8hB/DR7o6PTykkKM8ZCWogNVvutG6i7s4/pqcjfqS836xxylE9xel1h9IMboRJg2NlxZEhC+OocKSK7BhG3/4N5Nsxjff41X4BMfKKHBs6OvxsL74d1LAsqXDR6EvtwdAwvnEEpRfbi3Dqn74gf6ouhwQWPaPxZWlGogQMgwI= Received: by 10.67.117.18 with SMTP id u18mr8494533ugm; Tue, 10 Oct 2006 10:33:51 -0700 (PDT) Received: by 10.67.28.14 with HTTP; Tue, 10 Oct 2006 10:33:51 -0700 (PDT) Message-ID: Date: Tue, 10 Oct 2006 13:33:51 -0400 From: "Scott Ullrich" To: "Joe Altman" , freebsd-stable@freebsd.org In-Reply-To: <20061010173101.GA1160@panix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061010173101.GA1160@panix.com> Cc: Subject: Re: I thought I had waited until a patch was issued for the SHA256 issue... 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: Wed, 11 Oct 2006 01:02:18 -0000 On 10/10/06, Joe Altman wrote: > to update world...I was it was recently committed, and ran an update > at approximately 10 AM EDT. > > Here is where 'make buildworld' stopped: > > cc -pg -O -pipe -march=pentiumpro > -I/usr/src/secure/lib/libssh/../../../crypto/openssh -include > ssh_namespace.h -c > /usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/xmmap.c > -o xmmap.po > cc -pg -O -pipe -march=pentiumpro > -I/usr/src/secure/lib/libssh/../../../crypto/openssh -include > ssh_namespace.h -c > /usr/src/secure/lib/libssh/../../../crypto/openssh/version.c -o > version.po > building profiled ssh library > ranlib libssh_p.a > ===> secure/libexec (all) > ===> secure/libexec/sftp-server (all) > cc -O -pipe -march=pentiumpro > -I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh -include > ssh_namespace.h -c > /usr/src/secure/libexec/sftp-server/../../../crypto/openssh/sftp-server.c > cc -O -pipe -march=pentiumpro > -I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh -include > ssh_namespace.h -c > /usr/src/secure/libexec/sftp-server/../../../crypto/openssh/sftp-common.c > cc -O -pipe -march=pentiumpro > -I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh -include > ssh_namespace.h -o sftp-server sftp-server.o sftp-common.o -lssh > -lcrypt -lcrypto -lz > /usr/obj/usr/src/tmp/usr/lib/libssh.so: undefined reference to > `SHA256_Update' > /usr/obj/usr/src/tmp/usr/lib/libssh.so: undefined reference to > `SHA256_Final' > /usr/obj/usr/src/tmp/usr/lib/libssh.so: undefined reference to > `SHA256_Init' > *** Error code 1 > > Stop in /usr/src/secure/libexec/sftp-server. > *** Error code 1 > > Stop in /usr/src/secure/libexec. > *** Error code 1 > > Stop in /usr/src/secure. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > And yes, I do have NO_KERBEROS= true in make.conf, if that matters. > > uname -a: > > FreeBSD chthonic 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE > #0: Fri Sep 15 23:56:36 EDT 2006 > root@chthonic:/usr/obj/usr/src/sys/CHTHONIC i386 Please post your /etc/make.conf file. It sounds like you have -static enabled. Scott