buildworld fails in openssh

Tobias Roth roth at iam.unibe.ch
Mon Oct 9 04:48:43 PDT 2006


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


More information about the freebsd-current mailing list