make buildkernel failure in cardbus.c

2003-10-06 Thread Arjan van Leeuwen
While trying to do a make buildkernel, cvsupped two hours ago: /usr/local/bin/gcc -c -O -pipe -march=athlon-xp -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/

Re: make buildkernel failure in cardbus.c

2003-10-06 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Arjan van Leeuwen [EMAIL PROTECTED] writes: : While trying to do a make buildkernel, cvsupped two hours ago: My bad. I've fixed it. I'd had the changes in my local tree for months, but somehow missed committing the cardbus parts. :-( Warner

Re: make buildkernel failure in cardbus.c

2003-10-06 Thread Dimitry Andric
On 2003-10-06 at 19:21:34 M. Warner Losh wrote: My bad. I've fixed it. Builds fine now, thanks for the fast fix. :) pgp0.pgp Description: PGP signature

make buildkernel failure

2003-02-03 Thread Nick H. -- Technical Support Engineer
I've now run into this 2 times this week... doing a make buildkernel with pretty much generic (SMP turned on and IPFILTER enabled with logging and default block): /usr/src/sys/kern/kern_subr.c:557: undefined reference to `sched_prio' kern_switch.o: In function `choosethread':

Re: make buildkernel failure

2003-02-03 Thread Simon L. Nielsen
On 2003.02.03 18:52:09 -0600, Nick H. -- Technical Support Engineer wrote: I've now run into this 2 times this week... doing a make buildkernel with pretty much generic (SMP turned on and IPFILTER enabled with logging and default block): From UPDATING : 20030125: The scheduler

Re: make buildkernel failure

2003-02-03 Thread Julian Elischer
read UPDATING and look for teh paragraph about the new scheduler options. I disagree strongly with needing an option to keep the current scheduler.. I think no option should give teh default scheduler.. after all, you need one... On Mon, 3 Feb 2003, Nick H. -- Technical Support Engineer wrote:

Re: make buildkernel failure

2003-02-03 Thread Nick H. -- Technical Support Engineer
be understood as neither given nor endorsed by it. - Original Message - From: Julian Elischer [EMAIL PROTECTED] To: Nick H. -- Technical Support Engineer [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, February 03, 2003 7:05 PM Subject: Re: make buildkernel failure : : read UPDATING

Re: make buildkernel failure

2003-02-03 Thread Terry Lambert
Julian Elischer wrote: read UPDATING and look for teh paragraph about the new scheduler options. I disagree strongly with needing an option to keep the current scheduler.. I think no option should give teh default scheduler.. after all, you need one... It's trivial to do this, I think.