Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 20:08:48 -0600
From:      "Jacques A. Vidrine" <nectar@FreeBSD.org>
To:        Chuck Swiger <cswiger@mac.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: buildworld failure in OpenSSL....
Message-ID:  <20030218020848.GA25522@madman.celabo.org>
In-Reply-To: <3E519085.5090308@mac.com>
References:  <3E51640E.3030102@mac.com> <20030217233645.GA23637@madman.celabo.org> <3E519085.5090308@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <nectar@celabo.org>          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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030218020848.GA25522>