options         SCHED_4BSD              #4BSD scheduler

It's in there.



Regards,
Nick H.
Technical Support Engineer
[EMAIL PROTECTED]

Please rate my performance! http://www.supportteam.net/rate.php3
Please submit all new support requests to
http://ticketmonster.hostingsupport.com/

-------------------------------------------
Privileged/Confidential Information may be contained in this message.  If
you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not copy or deliver this
message to anyone.  In such case, you should destroy this message and kindly
notify the sender by reply email.  Please advise immediately if you or your
employer do not consent to Internet email for messages of this kind.
Opinions, conclusions and other information in this message that do not
relate to the official business of my firm shall 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" 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:
:
: > 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':
: > /usr/src/sys/kern/kern_switch.c:126: undefined reference to
`sched_choose'
: > kern_switch.o: In function `kse_reassign':
: > /usr/src/sys/kern/kern_switch.c:278: undefined reference to `sched_add'
: > kern_switch.o: In function `adjustrunqueue':
: > /usr/src/sys/kern/kern_switch.c:395: undefined reference to `sched_rem'
: > /usr/src/sys/kern/kern_switch.c:396: undefined reference to `sched_add'
: > /usr/src/sys/kern/kern_switch.c:411: undefined reference to `sched_rem'
: > kern_switch.o: In function `setrunqueue':
: > /usr/src/sys/kern/kern_switch.c:493: undefined reference to `sched_rem'
: > /usr/src/sys/kern/kern_switch.c:556: undefined reference to `sched_add'
: > kern_synch.o: In function `msleep':
: > /usr/src/sys/kern/kern_synch.c:242: undefined reference to `sched_sleep'
: > kern_synch.o: In function `mi_switch':
: > /usr/src/sys/kern/kern_synch.c:503: undefined reference to
`sched_switchout'
: > /usr/src/sys/kern/kern_synch.c:509: undefined reference to
`sched_switchin'
: > kern_synch.o: In function `setrunnable':
: > /usr/src/sys/kern/kern_synch.c:578: undefined reference to
`sched_wakeup'
: > kern_synch.o: In function `yield':
: > /usr/src/sys/kern/kern_synch.c:658: undefined reference to `sched_prio'
: > kern_thread.o: In function `threadinit':
: > /usr/src/sys/kern/kern_thread.c:623: undefined reference to
: > `sched_sizeof_thread'
: > /usr/src/sys/kern/kern_thread.c:639: undefined reference to
: > `sched_sizeof_ksegrp'
: > /usr/src/sys/kern/kern_thread.c:642: undefined reference to
: > `sched_sizeof_kse'
: > subr_trap.o: In function `userret':
: > /usr/src/sys/kern/subr_trap.c:96: undefined reference to `sched_userret'
: > subr_trap.o: In function `ast':
: > /usr/src/sys/kern/subr_trap.c:245: undefined reference to `sched_prio'
: > ksched.o: In function `ksched_attach':
: > /usr/src/sys/posix4/ksched.c:62: undefined reference to
`sched_rr_interval'
: > ksched.o: In function `ksched_setscheduler':
: > /usr/src/sys/posix4/ksched.c:192: undefined reference to `sched_prio'
: > /usr/src/sys/posix4/ksched.c:222: undefined reference to `sched_prio'
: > vm_zeroidle.o: In function `vm_pagezero':
: > /usr/src/sys/vm/vm_zeroidle.c:132: undefined reference to
`sched_runnable'
: > vm_pageout.o: In function `vm_pageout_scan':
: > /usr/src/sys/vm/vm_pageout.c:1237: undefined reference to `sched_nice'
: > machdep.o: In function `cpu_idle':
: > /usr/src/sys/i386/i386/machdep.c:1028: undefined reference to
: > `sched_runnable'
: > *** Error code 1
: >
: > Stop in /usr/obj/usr/src/sys/Harms.
: > *** Error code 1
: >
: > Stop in /usr/src.
: > *** Error code 1
: >
: > Stop in /usr/src.
: >
: >
: > That's pretty much what happens.  Any ideas/suggestions on fixing?  This
: > kernconf worked fine on the CVS from about 2 weeks ago.
: >
: >
: >
: > Regards,
: > Nick H.
: > Technical Support Engineer
: > [EMAIL PROTECTED]
: >
: > Please rate my performance! http://www.supportteam.net/rate.php3
: > Please submit all new support requests to
: > http://ticketmonster.hostingsupport.com/
: >
: > -------------------------------------------
: > Privileged/Confidential Information may be contained in this message.
If
: > you are not the addressee indicated in this message (or responsible for
: > delivery of the message to such person), you may not copy or deliver
this
: > message to anyone.  In such case, you should destroy this message and
kindly
: > notify the sender by reply email.  Please advise immediately if you or
your
: > employer do not consent to Internet email for messages of this kind.
: > Opinions, conclusions and other information in this message that do not
: > relate to the official business of my firm shall be understood as
neither
: > given nor endorsed by it.
: >
: >
: >
: > To Unsubscribe: send mail to [EMAIL PROTECTED]
: > with "unsubscribe freebsd-current" in the body of the message
: >



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to