Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 17:36:45 -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:  <20030217233645.GA23637@madman.celabo.org>
In-Reply-To: <3E51640E.3030102@mac.com>
References:  <3E51640E.3030102@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <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?20030217233645.GA23637>