Re: buildkernel fails with random device

2001-04-04 Thread Kris Kennaway
On Wed, Apr 04, 2001 at 11:57:05AM +1000, Andrew Newlands wrote: > > Do you have the src-sys-crypto collection? > > I fixed this last night; solution was to get the contents of /usr/src/sys/crypto > via ftp rather than using cvsup. Slightly surprising since src-crypto is in my > cvsupfile.intl

Re: buildkernel fails with random device

2001-04-03 Thread Andrew Newlands
On Tue, Apr 03, 2001 at 08:12:08AM -0700, Kris Kennaway wrote: > On Sun, Apr 01, 2001 at 03:16:42PM +1000, Andrew Newlands wrote: > > If I attempt to build a kernel with the random device it bombs out with this > > message: > > > > Error output: > > > > make: don't know how to make /usr/src/sys/

Re: buildkernel fails with random device

2001-04-03 Thread Kris Kennaway
On Sun, Apr 01, 2001 at 03:16:42PM +1000, Andrew Newlands wrote: > If I attempt to build a kernel with the random device it bombs out with this > message: > > Error output: > > make: don't know how to make /usr/src/sys/crypto/rijndael/rijndael-alg-fst.c. Stop > > The kernel build happily if I c

buildkernel fails with random device

2001-03-31 Thread Andrew Newlands
If I attempt to build a kernel with the random device it bombs out with this message: Error output: make: don't know how to make /usr/src/sys/crypto/rijndael/rijndael-alg-fst.c. Stop The kernel build happily if I comment out the random device in the configuration file. Cheers, Andrew