Joe Altman
2006-Oct-10 10:31 UTC
I thought I had waited until a patch was issued for the SHA256 issue...
to update world...I was it was recently committed, and ran an update at approximately 10 AM EDT. Here is where 'make buildworld' stopped: cc -pg -O -pipe -march=pentiumpro -I/usr/src/secure/lib/libssh/../../../crypto/openssh -include ssh_namespace.h -c /usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/xmmap.c -o xmmap.po cc -pg -O -pipe -march=pentiumpro -I/usr/src/secure/lib/libssh/../../../crypto/openssh -include ssh_namespace.h -c /usr/src/secure/lib/libssh/../../../crypto/openssh/version.c -o version.po building profiled ssh library ranlib libssh_p.a ===> secure/libexec (all) ===> secure/libexec/sftp-server (all) cc -O -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 -O -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 -O -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 Stop in /usr/src/secure/libexec/sftp-server. *** Error code 1 Stop in /usr/src/secure/libexec. *** Error code 1 Stop in /usr/src/secure. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. And yes, I do have NO_KERBEROS= true in make.conf, if that matters. uname -a: FreeBSD chthonic 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Sep 15 23:56:36 EDT 2006 root@chthonic:/usr/obj/usr/src/sys/CHTHONIC i386 -- Careful there, Honored One; or I'm gonna call some heavy-hitting Boddhisatvas to go Ahimsa on your immortal soul.
Tobias Roth
2006-Oct-10 11:26 UTC
I thought I had waited until a patch was issued for the SHA256 issue...
On Tue, Oct 10, 2006 at 01:31:01PM -0400, Joe Altman wrote:> > uname -a: > > FreeBSD chthonic 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE > #0: Fri Sep 15 23:56:36 EDT 2006 > root@chthonic:/usr/obj/usr/src/sys/CHTHONIC i386It would help more if you'd give us your version of the affected file, as well as the revision where you think this was fixed. Thanks, Tobias
John Baldwin
2006-Oct-10 12:46 UTC
I thought I had waited until a patch was issued for the SHA256 issue...
On Tuesday 10 October 2006 13:31, Joe Altman wrote:> to update world...I was it was recently committed, and ran an update > at approximately 10 AM EDT. > > Here is where 'make buildworld' stopped:The fix hasn't been committed yet. -- John Baldwin
Scott Ullrich
2006-Oct-10 18:02 UTC
I thought I had waited until a patch was issued for the SHA256 issue...
On 10/10/06, Joe Altman <fj@panix.com> wrote:> to update world...I was it was recently committed, and ran an update > at approximately 10 AM EDT. > > Here is where 'make buildworld' stopped: > > cc -pg -O -pipe -march=pentiumpro > -I/usr/src/secure/lib/libssh/../../../crypto/openssh -include > ssh_namespace.h -c > /usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/xmmap.c > -o xmmap.po > cc -pg -O -pipe -march=pentiumpro > -I/usr/src/secure/lib/libssh/../../../crypto/openssh -include > ssh_namespace.h -c > /usr/src/secure/lib/libssh/../../../crypto/openssh/version.c -o > version.po > building profiled ssh library > ranlib libssh_p.a > ===> secure/libexec (all) > ===> secure/libexec/sftp-server (all) > cc -O -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 -O -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 -O -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 > > Stop in /usr/src/secure/libexec/sftp-server. > *** Error code 1 > > Stop in /usr/src/secure/libexec. > *** Error code 1 > > Stop in /usr/src/secure. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > And yes, I do have NO_KERBEROS= true in make.conf, if that matters. > > uname -a: > > FreeBSD chthonic 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE > #0: Fri Sep 15 23:56:36 EDT 2006 > root@chthonic:/usr/obj/usr/src/sys/CHTHONIC i386Please post your /etc/make.conf file. It sounds like you have -static enabled. Scott