Date: Mon, 9 Oct 2006 13:48:35 +0200 From: Tobias Roth <roth@iam.unibe.ch> To: Randy Bush <randy@psg.com> Cc: freebsd-current@freebsd.org Subject: Re: buildworld fails in openssh Message-ID: <20061009114835.GA7398@droopy.unibe.ch> In-Reply-To: <17706.12909.745726.829481@roam.psg.com> References: <17706.12909.745726.829481@roam.psg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 09, 2006 at 06:28:45AM -0500, Randy Bush wrote: > cc -O2 -fno-strict-aliasing -pipe -march=pentiumpro -I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh -include ssh_namespace.h -c /usr/src/secure/libexec/sftp-server/../../../crypto/openssh/sftp-server.c > cc -O2 -fno-strict-aliasing -pipe -march=pentiumpro -I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh -include ssh_namespace.h -c /usr/src/secure/libexec/sftp-server/../../../crypto/openssh/sftp-common.c > cc -O2 -fno-strict-aliasing -pipe -march=pentiumpro -I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh -include ssh_namespace.h -o sftp-server sftp-server.o sftp-common.o -lssh -lcrypt -lcrypto -lz > /usr/obj/usr/src/tmp/usr/lib/libssh.so: undefined reference to `SHA256_Update' > /usr/obj/usr/src/tmp/usr/lib/libssh.so: undefined reference to `SHA256_Final' > /usr/obj/usr/src/tmp/usr/lib/libssh.so: undefined reference to `SHA256_Init' > *** Error code 1 Please double-check if this is really a problem with -current, and not with -stable. Afaik, -current is not affected. The workaround is to re-enable the build of kerberos in /etc/make.conf. A proper solution is underway, it's ru@ who handles this. Thanks, Tobias
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061009114835.GA7398>