From owner-freebsd-current Fri Jun 28 23:41:10 2002 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 B6B3637B406; Fri, 28 Jun 2002 23:40:14 -0700 (PDT) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5996E43E06; Fri, 28 Jun 2002 23:40:14 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020629064014.KTUV15755.rwcrmhc53.attbi.com@InterJet.elischer.org>; Sat, 29 Jun 2002 06:40:14 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id XAA77926; Fri, 28 Jun 2002 23:33:26 -0700 (PDT) Date: Fri, 28 Jun 2002 23:33:26 -0700 (PDT) From: Julian Elischer To: "David O'Brien" Cc: FreeBSD current users Subject: Re: KSE-MIII ready for commit In-Reply-To: <20020628230251.A77252@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 you are missing kern_thread.c On Fri, 28 Jun 2002, David O'Brien wrote: > 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