Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2002 23:02:51 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Julian Elischer <julian@elischer.org>
Cc:        FreeBSD current users <current@FreeBSD.org>
Subject:   Re: KSE-MIII ready for commit
Message-ID:  <20020628230251.A77252@dragon.nuxi.com>
In-Reply-To: <Pine.BSF.4.21.0206282013400.76608-100000@InterJet.elischer.org>; from julian@elischer.org on Fri, Jun 28, 2002 at 08:14:52PM -0700
References:  <20020629031057.GB39063@cicely5.cicely.de> <Pine.BSF.4.21.0206282013400.76608-100000@InterJet.elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Not buildable on sparc64:

linking kernel.debug
procfs_ctl.o: In function `procfs_control':
procfs_ctl.o(.text+0x56c): undefined reference to `thread_unsuspend'
init_main.o: In function `proc0_init':
init_main.o(.text+0x3a8): undefined reference to `threadinit'
kern_condvar.o: In function `cv_check_upcall':
kern_condvar.o(.text+0xb8): undefined reference to `thread_schedule_upcall'
kern_condvar.o: In function `cv_wait_sig':
kern_condvar.o(.text+0x56c): undefined reference to `thread_suspend_check'
kern_condvar.o: In function `cv_timedwait_sig':
kern_condvar.o(.text+0xd18): undefined reference to `thread_suspend_check'
kern_exec.o: In function `execve':
kern_exec.o(.text+0x80): undefined reference to `thread_single'
kern_exit.o: In function `exit1':
kern_exit.o(.text+0xc4): undefined reference to `thread_suspend_check'
kern_exit.o(.text+0xd8): undefined reference to `thread_single'
kern_exit.o(.text+0x110): undefined reference to `thread_single_end'
kern_exit.o(.text+0xb38): undefined reference to `thread_exit'
kern_exit.o: In function `wait1':
kern_exit.o(.text+0x1044): undefined reference to `thread_free'
kern_exit.o(.text+0x1068): undefined reference to `thread_reap'
kern_fork.o: In function `fork1':
kern_fork.o(.text+0x410): undefined reference to `thread_single'
kern_fork.o(.text+0x520): undefined reference to `thread_single_end'
kern_fork.o(.text+0x5f4): undefined reference to `thread_single_end'
kern_fork.o(.text+0xa70): undefined reference to `thread_alloc'
kern_proc.o: In function `proc_linkup':
kern_proc.o(.text+0x464): undefined reference to `thread_link'
kern_proc.o: In function `kse_yield':
kern_proc.o(.text+0x4c0): undefined reference to `thread_exit'
kern_proc.o: In function `kse_new':
kern_proc.o(.text+0x5f0): undefined reference to `thread_schedule_upcall'
kern_sig.o: In function `psignal':
kern_sig.o(.text+0x2500): undefined reference to `thread_unsuspend'
kern_sig.o(.text+0x276c): undefined reference to `thread_unsuspend'
kern_synch.o: In function `msleep':
kern_synch.o(.text+0x6c8): undefined reference to `thread_schedule_upcall'
kern_synch.o(.text+0xa28): undefined reference to `thread_suspend_check'
kern_synch.o: In function `setrunnable':
kern_synch.o(.text+0x1698): undefined reference to `thread_unsuspend'
subr_trap.o: In function `userret':
subr_trap.o(.text+0x200): undefined reference to `thread_suspend_check'
subr_trap.o(.text+0x240): undefined reference to `thread_userret'
trap.o: In function `trap':
trap.o(.text+0x32c): undefined reference to `thread_exit'
*** Error code 1

Stop in /files/src/sys/sparc64/compile/GENERIC.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020628230251.A77252>