From owner-freebsd-current Mon Feb 3 17: 6: 4 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB24837B401 for ; Mon, 3 Feb 2003 17:05:59 -0800 (PST) Received: from noir.propagation.net (noir.propagation.net [63.249.159.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 415D543FA3 for ; Mon, 3 Feb 2003 17:05:59 -0800 (PST) (envelope-from nickh@supportteam.net) Received: from nh2 (c66.169.110.87.ftwrth.tx.charter.com [66.169.110.87]) by noir.propagation.net (8.8.5/8.8.5) with ESMTP id TAA27709; Mon, 3 Feb 2003 19:05:50 -0600 Message-ID: <001701c2cbe9$e45a3210$0402a8c0@nh2> From: "Nick H. -- Technical Support Engineer" To: "Julian Elischer" Cc: References: Subject: Re: make buildkernel failure Date: Mon, 3 Feb 2003 19:08:13 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3663.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3663.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG options SCHED_4BSD #4BSD scheduler It's in there. Regards, Nick H. Technical Support Engineer nickh@supportteam.net 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" To: "Nick H. -- Technical Support Engineer" Cc: 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 : > nickh@supportteam.net : > : > 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 majordomo@FreeBSD.org : > with "unsubscribe freebsd-current" in the body of the message : > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message