From owner-freebsd-stable Mon Feb 17 17:46:59 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 899D837B41E for ; Mon, 17 Feb 2003 17:46:57 -0800 (PST) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D09F43FDF for ; Mon, 17 Feb 2003 17:46:52 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.41.173]) by out006.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030218014650.QFTS1817.out006.verizon.net@mac.com> for ; Mon, 17 Feb 2003 19:46:50 -0600 Message-ID: <3E519085.5090308@mac.com> Date: Mon, 17 Feb 2003 20:46:45 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: Re: buildworld failure in OpenSSL.... References: <3E51640E.3030102@mac.com> <20030217233645.GA23637@madman.celabo.org> In-Reply-To: <20030217233645.GA23637@madman.celabo.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [129.44.41.173] at Mon, 17 Feb 2003 19:46:50 -0600 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 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 > 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, -Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message