From owner-freebsd-stable Sun Mar 26 11:43:25 2000 Delivered-To: freebsd-stable@freebsd.org Received: from ns.altadena.net (ns.altadena.net [206.126.144.2]) by hub.freebsd.org (Postfix) with ESMTP id C35B437B505 for ; Sun, 26 Mar 2000 11:43:20 -0800 (PST) (envelope-from pete@ns.altadena.net) Received: (from pete@localhost) by ns.altadena.net (8.9.3/8.8.8) id LAA61959 for stable@freebsd.org; Sun, 26 Mar 2000 11:43:20 -0800 (PST) (envelope-from pete) From: Pete Carah Message-Id: <200003261943.LAA61959@ns.altadena.net> Subject: cvsup this morning, secure rolls over To: stable@freebsd.org Date: Sun, 26 Mar 2000 11:43:20 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG RELENG_4 CVSUP as of a few hours ago (3/26 about 9AM PST): ---------------------------------------------------------- Don't know if this is related to the RSA intl vs RSAREF stuff but it offhand looks like it could be. I also have a -current making on another system; don't know if it does this too or not since it hasn't gotten that far yet. I had removed /usr/src/crypto, /usr/src/kerberosIV and /usr/src/kerberos5 to fix a problem I had with both -DMAKE_KERBEROS4 and -DMAKE_KERBEROS5 dying on libkafs5, so all were clean. I may or man not have removed secure. Is the current way to get everything with just src-all and cvs-crypto like it was? -- Pete -------------------------------------------------------------------------- ===> secure/usr.bin/ssh-keygen cc -O -pipe -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/usr.bin/ssh -keygen/../../../crypto/openssh/ssh-keygen.c cc -O -pipe -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/usr.bin/ssh -keygen/../../../crypto/openssh/log-client.c cc -O -pipe -I/usr/obj/usr/src/i386/usr/include -o ssh-keygen ssh-keygen.o lo g-client.o -L/usr/obj/usr/src/secure/usr.bin/ssh-keygen/../../lib/libssh -lssh -lcrypto -lcrypt -lutil -lz /usr/obj/usr/src/secure/usr.bin/ssh-keygen/../../lib/libssh/libssh.a(hostfile.o) : In function `hostfile_read_key': hostfile.o(.text+0x60): undefined reference to `key_read' /usr/obj/usr/src/secure/usr.bin/ssh-keygen/../../lib/libssh/libssh.a(hostfile.o) : In function `auth_rsa_read_key': hostfile.o(.text+0xa9): undefined reference to `key_new' hostfile.o(.text+0xeb): undefined reference to `key_free' /usr/obj/usr/src/secure/usr.bin/ssh-keygen/../../lib/libssh/libssh.a(hostfile.o) : In function `check_host_in_hostfile': hostfile.o(.text+0x2d8): undefined reference to `key_equal' /usr/obj/usr/src/secure/usr.bin/ssh-keygen/../../lib/libssh/libssh.a(hostfile.o) : In function `add_host_to_hostfile': hostfile.o(.text+0x37f): undefined reference to `key_write' *** Error code 1 Stop in /usr/src/secure/usr.bin/ssh-keygen. *** Error code 1 Stop in /usr/src/secure/usr.bin. *** 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message