From owner-freebsd-stable Mon Feb 17 18: 9: 6 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 1643037B401 for ; Mon, 17 Feb 2003 18:09:04 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0666D43F3F for ; Mon, 17 Feb 2003 18:09:03 -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 8C2324; Mon, 17 Feb 2003 20:09:02 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id E97ED78C39; Mon, 17 Feb 2003 20:08:48 -0600 (CST) Date: Mon, 17 Feb 2003 20:08:48 -0600 From: "Jacques A. Vidrine" To: Chuck Swiger Cc: freebsd-stable@FreeBSD.ORG Subject: Re: buildworld failure in OpenSSL.... Message-ID: <20030218020848.GA25522@madman.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Chuck Swiger , freebsd-stable@FreeBSD.ORG References: <3E51640E.3030102@mac.com> <20030217233645.GA23637@madman.celabo.org> <3E519085.5090308@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E519085.5090308@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 08:46:45PM -0500, Chuck Swiger wrote: > Jacques A. Vidrine wrote: > >On Mon, Feb 17, 2003 at 05:37:02PM -0500, Chuck Swiger wrote: > >>I'll retry cvsup'ing, but: > > > >Haven't seen that'n. > > No change after cvsup'ing. > (It's a P2-300, so it takes a while to check. :-) > > > objdump -x /usr/obj/usr/src/i386/usr/lib/libssh.so | grep NEEDED > > NEEDED libcrypto.so.3 > NEEDED libz.so.2 > > > objdump -T /usr/obj/usr/src/i386/usr/lib/libcrypto.so.3 | grep EVP_aes > > 00057084 g DF .text 0000001b EVP_aes_192_cfb > 00056eb4 g DF .text 0000001b EVP_aes_128_cbc > 000570bc g DF .text 0000001b EVP_aes_192_ecb > 00056ed0 g DF .text 0000001b EVP_aes_128_cfb > 00057068 g DF .text 0000001b EVP_aes_192_cbc > 0005721c g DF .text 0000001b EVP_aes_256_cbc > 00056f08 g DF .text 0000001b EVP_aes_128_ecb > 000570a0 g DF .text 0000001b EVP_aes_192_ofb > 00056eec g DF .text 0000001b EVP_aes_128_ofb > 00057254 g DF .text 0000001b EVP_aes_256_ofb > 00057238 g DF .text 0000001b EVP_aes_256_cfb > 00057270 g DF .text 0000001b EVP_aes_256_ecb > > > objdump -T /usr/obj/usr/src/i386/usr/lib/libssh.so | grep EVP_aes > > 00000000 DF *UND* 0000001b EVP_aes_128_cbc > 00000000 DF *UND* 0000001b EVP_aes_192_cbc > 00000000 DF *UND* 0000001b EVP_aes_256_cbc That is the expected output. > >Does your build complete if you put `NO_CPU_CFLAGS=true' in your > >/etc/make.conf ? > > I'll try this next. Thanks for your help, Be sure to do # rm -fr /usr/obj/* # cd /usr/src # make clean; make cleandir to be certain there are no objects lying around. 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