Date: Mon, 17 Feb 2003 20:46:45 -0500 From: Chuck Swiger <cswiger@mac.com> To: freebsd-stable@FreeBSD.ORG Subject: Re: buildworld failure in OpenSSL.... Message-ID: <3E519085.5090308@mac.com> In-Reply-To: <20030217233645.GA23637@madman.celabo.org> References: <3E51640E.3030102@mac.com> <20030217233645.GA23637@madman.celabo.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E519085.5090308>