From owner-freebsd-stable Mon Feb 17 15:37: 1 2003 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 4D94F37B401 for ; Mon, 17 Feb 2003 15:36:59 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A4343FA3 for ; Mon, 17 Feb 2003 15:36:58 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id F11234; Mon, 17 Feb 2003 17:36:57 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id F014B78C39; Mon, 17 Feb 2003 17:36:45 -0600 (CST) Date: Mon, 17 Feb 2003 17:36:45 -0600 From: "Jacques A. Vidrine" To: Chuck Swiger Cc: freebsd-stable@freebsd.org Subject: Re: buildworld failure in OpenSSL.... Message-ID: <20030217233645.GA23637@madman.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Chuck Swiger , freebsd-stable@freebsd.org References: <3E51640E.3030102@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E51640E.3030102@mac.com> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Feb 17, 2003 at 05:37:02PM -0500, Chuck Swiger wrote: > I'll retry cvsup'ing, but: Haven't seen that'n. [snip] > ===> secure/usr.bin/scp > cc -O -pipe -march=pentium > -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh > -DNO_IDEA -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.c > cc -O -pipe -march=pentium > -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh > -DNO_IDEA -o scp scp.o -lssh > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to > `EVP_aes_128_cbc' > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to > `EVP_aes_192_cbc' > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to > `EVP_aes_256_cbc' > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to > `HMAC_CTX_cleanup' What is the output of objdump -x /usr/obj/usr/src/i386/usr/lib/libssh.so | grep NEEDED objdump -T /usr/obj/usr/src/i386/usr/lib/libcrypto.so.3 | grep EVP_aes objdump -T /usr/obj/usr/src/i386/usr/lib/libssh.so | grep EVP_aes ? Does your build complete if you put `NO_CPU_CFLAGS=true' in your /etc/make.conf ? Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message