Re: kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Colin Brace
On Jan 19, 2008 3:16 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote: > Some things incorrectly removed from your kernel config. Compare > carefully to GENERIC or just revert. I reverted, then added the ALTQ lines. Compile time was about an hour on a 1.6Ghz Pentium IV, so that wasn't so bad. Reboot

Re[2]: kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Daniel Gerzo
Hello Colin, Saturday, January 19, 2008, 3:13:31 PM, you wrote: > Unfortunately, I got another error. Any ideas what is going wrong here? I would guess a missing device scbus and/or da in your kernel configuration file. -- Best regards, Danielmailto:[EMAIL PROTECTE

Re: kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Kris Kennaway
Colin Brace wrote: On Jan 19, 2008 2:33 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote: Probably you are missing the src-sys-crypto cvsup collection. Thanks. Fixed. Unfortunately, I got another error. Any ideas what is going wrong here? Some things incorrectly removed from your kernel config.

Re: kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Colin Brace
On Jan 19, 2008 2:33 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote: > Probably you are missing the src-sys-crypto cvsup collection. Thanks. Fixed. Unfortunately, I got another error. Any ideas what is going wrong here? MAKE=make sh /usr/src/sys/conf/newvers.sh VENUS cc -c -O2 -pipe -fno-strict-al

Re: kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Kris Kennaway
Colin Brace wrote: I installed the base and kernel source (CURRENT) with cvsup last night. Any idea what files I am still missing? Probably you are missing the src-sys-crypto cvsup collection. Kris ___ freebsd-questions@freebsd.org mailing list http

kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Colin Brace
Hi all, I am trying to compile the kernel for the first time, and I got an error message: make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W

Re: kernel make error in if_wi.o

2005-01-07 Thread lucas reddinger
in other words, 5.x has a generic 802.11b driver called wlan(4) that contains common infrastructure among the many wireless drivers. that's what i get for just switching from 4.x (i don't believe there was such a thing). thanks for the help. lucas reddinger On Thu, 6 Jan 2005 21:25:22 -0800, Kr

Re: kernel make error in if_wi.o

2005-01-06 Thread Kris Kennaway
On Thu, Jan 06, 2005 at 09:53:31PM -0700, lucas reddinger wrote: > http://marc.theaimsgroup.com/?l=freebsd-questions&m=101558914511003&w=2 > > I see the same problem in that post, however it was unanswered. I > installed 5.3-R with 5.3-R kernel sources. During a make in > /usr/src/sys/i386/compile

kernel make error in if_wi.o

2005-01-06 Thread lucas reddinger
http://marc.theaimsgroup.com/?l=freebsd-questions&m=101558914511003&w=2 I see the same problem in that post, however it was unanswered. I installed 5.3-R with 5.3-R kernel sources. During a make in /usr/src/sys/i386/compile/PASSION: if_wi.o(.text+0x4150): In function `wi_set_cfg': : undefined ref

Re: Fwd: Re: kernel "make" error.

2003-10-31 Thread Kris Kennaway
On Thu, Oct 30, 2003 at 04:36:14PM -0800, Paul Beard wrote: > Reply-to: risto phario <[EMAIL PROTECTED]> > > > From: risto phario <[EMAIL PROTECTED]> > TO: paul beard <[EMAIL PROTECTED]> > CC: > Date: Thu Oct 30, 2003 11:38:05 AM PST > Subject: Re: ker

Re: kernel "make" error.

2003-10-31 Thread Lowell Gilbert
"risto phario" <[EMAIL PROTECTED]> writes: > Hi, I was hoping you could help me out a bit. I am new to FreeBSD > and was trying to compile a custom kernel. I ran config on it and > everything went good. I did make depend, and everything went > good. Then I did make and it gave me an error. I am ne

Fwd: Re: kernel "make" error.

2003-10-30 Thread Paul Beard
Reply-to: risto phario <[EMAIL PROTECTED]> From: risto phario <[EMAIL PROTECTED]> TO: paul beard <[EMAIL PROTECTED]> CC: Date: Thu Oct 30, 2003 11:38:05 AM PST Subject: Re: kernel "make" error. Ok, I have attached the error msg. Thanks. Risto - Original Me

Re: kernel "make" error.

2003-10-29 Thread paul beard
risto phario wrote: Hi, I was hoping you could help me out a bit. I am new to FreeBSD and was trying to compile a custom kernel. I ran config on it and everything went good. I did make depend, and everything went good. Then I did make and it gave me an error. I am new to FreeBSD so I have no idea w

kernel "make" error.

2003-10-29 Thread risto phario
Hi, I was hoping you could help me out a bit. I am new to FreeBSD and was trying to compile a custom kernel. I ran config on it and everything went good. I did make depend, and everything went good. Then I did make and it gave me an error. I am new to FreeBSD so I have no idea what to do. I have