From owner-freebsd-current@FreeBSD.ORG Mon Oct 9 11:39:31 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 1592916A5F3 for ; Mon, 9 Oct 2006 11:39:31 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 546D143E4B for ; Mon, 9 Oct 2006 11:35:44 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GWtQ0-000PfA-3E for freebsd-current@freebsd.org; Mon, 09 Oct 2006 11:35:43 +0000 Received: from localhost.nanog.merit.net ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GWtJO-000031-9n for freebsd-current@freebsd.org; Mon, 09 Oct 2006 01:28:46 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17706.12909.745726.829481@roam.psg.com> Date: Mon, 9 Oct 2006 06:28:45 -0500 To: FreeBSD Current X-Spam-Score: -1.4 (-) Subject: buildworld fails in openssh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2006 11:39:31 -0000 cc -O2 -fno-strict-aliasing -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 -O2 -fno-strict-aliasing -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 -O2 -fno-strict-aliasing -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