From owner-freebsd-stable@FreeBSD.ORG Sat Oct 7 09:07:39 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 58BC716A407 for ; Sat, 7 Oct 2006 09:07:39 +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 B819A43D46 for ; Sat, 7 Oct 2006 09:07:34 +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 083F24CD86 for ; Sat, 7 Oct 2006 11:07:30 +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 t-IGqIVT4+jU for ; Sat, 7 Oct 2006 11:07:25 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id 05CD84CD81 for ; Sat, 7 Oct 2006 11:07:26 +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 k9797QkL015919 for ; Sat, 7 Oct 2006 11:07:26 +0200 (MEST) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k9797PWn003285 for stable@freebsd.org; Sat, 7 Oct 2006 11:07:25 +0200 (MEST) Date: Sat, 7 Oct 2006 11:07:25 +0200 From: Tobias Roth To: stable@freebsd.org Message-ID: <20061007090725.GA3229@droopy.unibe.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. Cc: Subject: 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 09:07:39 -0000 Hi I get this buildworld error with a reshly updated RELENG_6: cc -O2 -pipe -fno-strict-aliasing -march=pentium-m -I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh -include ssh_namespace.h -DNO_IDEA -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. I was away for the last two weeks, so maybe this is already known? All I did so far was check the latest security advisories and google, but that turned out nothing usable. Thanks, Tobias