Hi,

I've been using FreeBSD RELENG_5_0 for a while with not many problems,
however when trying to switch to current, buildworld goes smoothly,
but buildkernel ends in error after a while with a bunch of undefined
symbols:

kern_proc.o(.text+0xe3): undefined reference to `sched_sizeof_proc'
kern_proc.o: In function `fill_kinfo_proc':
kern_proc.o(.text+0x154b): undefined reference to `sched_pctcpu'
kern_resource.o: In function `donice':
kern_resource.o(.text+0xa08): undefined reference to `sched_nice'
kern_subr.o: In function `uio_yield':
kern_subr.o(.text+0x59e): undefined reference to `sched_prio'
kern_switch.o: In function `choosethread':
kern_switch.o(.text+0x9): undefined reference to `sched_choose'
kern_switch.o: In function `kse_reassign':
kern_switch.o(.text+0x147): undefined reference to `sched_add'
kern_switch.o: In function `adjustrunqueue':
kern_switch.o(.text+0x1d8): undefined reference to `sched_rem'
kern_switch.o(.text+0x1e0): undefined reference to `sched_add'
kern_switch.o(.text+0x20e): undefined reference to `sched_rem'
kern_switch.o: In function `setrunqueue':
kern_switch.o(.text+0x303): undefined reference to `sched_rem'
kern_switch.o(.text+0x3bd): undefined reference to `sched_add'
kern_synch.o: In function `msleep':
kern_synch.o(.text+0x466): undefined reference to `sched_sleep'
kern_synch.o: In function `mi_switch':
kern_synch.o(.text+0xca7): undefined reference to `sched_switchout'
kern_synch.o(.text+0xcc3): undefined reference to `sched_switchin'
kern_synch.o: In function `setrunnable':
kern_synch.o(.text+0xdcb): undefined reference to `sched_wakeup'
kern_synch.o: In function `yield':
kern_synch.o(.text+0x1019): undefined reference to `sched_prio'
kern_thread.o: In function `threadinit':
kern_thread.o(.text+0x1407): undefined reference to `sched_sizeof_thread'
kern_thread.o(.text+0x1451): undefined reference to `sched_sizeof_ksegrp'
kern_thread.o(.text+0x149b): undefined reference to `sched_sizeof_kse'
subr_trap.o: In function `userret':
subr_trap.o(.text+0x12): undefined reference to `sched_userret'
subr_trap.o: In function `ast':
subr_trap.o(.text+0x65f): undefined reference to `sched_prio'
ksched.o: In function `ksched_attach':
ksched.o(.text+0x2e): undefined reference to `sched_rr_interval'
ksched.o: In function `ksched_setscheduler':
ksched.o(.text+0x2d3): undefined reference to `sched_prio'
ksched.o(.text+0x3c3): undefined reference to `sched_prio'
vm_zeroidle.o: In function `vm_pagezero':
vm_zeroidle.o(.text+0x40d): undefined reference to `sched_runnable'
vm_pageout.o: In function `vm_pageout_scan':
vm_pageout.o(.text+0x197c): undefined reference to `sched_nice'
machdep.o: In function `cpu_idle':
machdep.o(.text+0x166e): undefined reference to `sched_runnable'
*** Error code 1

Stop in /usr/obj/usr/src/sys/MOBILE.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src

am I missing something obvious?  This is a Sony VAIO P4, and I moved
from STABLE to RELENG_5.0 a couple of weeks ago.

TIA,
--Francisco

-- 
Reality is an obstacle to hallucination.


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

Reply via email to