From owner-freebsd-current Tue Aug 22 15:26:13 2000 Delivered-To: freebsd-current@freebsd.org Received: from acs-24-154-11-41.zoominternet.net (acs-24-154-11-41.zoominternet.net [24.154.11.41]) by hub.freebsd.org (Postfix) with ESMTP id 0776737B424 for ; Tue, 22 Aug 2000 15:26:05 -0700 (PDT) Received: from cvzoom.net (localhost [127.0.0.1]) by acs-24-154-11-41.zoominternet.net (8.11.0/8.11.0) with ESMTP id e7MMQ1n86344; Tue, 22 Aug 2000 18:26:02 -0400 (EDT) (envelope-from dmmiller@cvzoom.net) Message-ID: <39A2FDF8.7092132F@cvzoom.net> Date: Tue, 22 Aug 2000 18:26:00 -0400 From: Donn Miller X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: current@freebsd.org Cc: Mark Murray Subject: Re: Review requested for /dev/random driver improvements! References: <200008221352.e7MDqbG00418@grimreaper.grondar.za> Content-Type: multipart/mixed; boundary="------------9A701D2338811FB98D791C32" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------9A701D2338811FB98D791C32 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mark Murray wrote: > > Hi All > > Please could those of you with the time and computrons available > please review the patches for the entropy (/dev/random) driver at > http://people.freebsd.org/~markm/randomdev.patch. I'm getting some errors trying to build this. Attached is my make.log that shows the errors. -Donn --------------9A701D2338811FB98D791C32 Content-Type: text/plain; charset=us-ascii; name="make.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="make.log" linking kernel yarrow.o: In function `random_kthread': yarrow.o(.text+0x36): undefined reference to `yarrow_hash_init' yarrow.o(.text+0xe3): undefined reference to `yarrow_hash_iterate' yarrow.o(.text+0x103): undefined reference to `yarrow_hash_iterate' yarrow.o: In function `reseed': yarrow.o(.text+0x317): undefined reference to `yarrow_hash_init' yarrow.o(.text+0x334): undefined reference to `yarrow_hash_iterate' yarrow.o(.text+0x34b): undefined reference to `yarrow_hash_iterate' yarrow.o(.text+0x37a): undefined reference to `yarrow_hash_init' yarrow.o(.text+0x392): undefined reference to `yarrow_hash_iterate' yarrow.o(.text+0x3a3): undefined reference to `yarrow_hash_iterate' yarrow.o(.text+0x3b6): undefined reference to `yarrow_hash_iterate' yarrow.o(.text+0x3c6): undefined reference to `yarrow_hash_finish' yarrow.o(.text+0x3f5): undefined reference to `yarrow_hash_init' yarrow.o(.text+0x406): undefined reference to `yarrow_hash_iterate' yarrow.o(.text+0x42c): undefined reference to `yarrow_hash_iterate' yarrow.o(.text+0x449): undefined reference to `yarrow_hash_finish' yarrow.o(.text+0x457): undefined reference to `yarrow_encrypt_init' yarrow.o(.text+0x481): undefined reference to `yarrow_encrypt' yarrow.o: In function `read_random': yarrow.o(.text+0x5d0): undefined reference to `yarrow_encrypt' yarrow.o(.text+0x645): undefined reference to `yarrow_encrypt' yarrow.o: In function `generator_gate': yarrow.o(.text+0x78b): undefined reference to `yarrow_encrypt' yarrow.o(.text+0x7a6): undefined reference to `yarrow_encrypt_init' *** Error code 1 Stop in /usr/src/sys/compile/CUSTOM. --------------9A701D2338811FB98D791C32-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message