From owner-freebsd-current Fri Jan 31 9:47:30 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 E746837B401 for ; Fri, 31 Jan 2003 09:47:28 -0800 (PST) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD924400F for ; Fri, 31 Jan 2003 09:47:02 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by rwcrmhc52.attbi.com (rwcrmhc52) with ESMTP id <2003013117470105200dsflke>; Fri, 31 Jan 2003 17:47:01 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id JAA45127; Fri, 31 Jan 2003 09:47:01 -0800 (PST) Date: Fri, 31 Jan 2003 09:46:59 -0800 (PST) From: Julian Elischer To: Philip Paeps Cc: FreeBSD current users Subject: Re: last KSE changes In-Reply-To: <20030131141329.GE2200@juno.home.paeps.cx> 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 Your sources are way out of date.. specifically I think it looks like sys/proc.h is not being updated.. On Fri, 31 Jan 2003, Philip Paeps wrote: > On 2003-01-28 11:24:41 (-0800), Julian Elischer wrote: > > The rumour mill has been running wild on this but **AS FAR AS I KNOW** the > > breakages have been fixed, since no-one has told me directl of any current > > breakages. If you have any breakage from this commit, PLEASE TELL ME! > > Is this the sort of breakage you were expecting: > > On an Alpha: > > | linking kernel > | init_main.o: In function `proc0_init': > | init_main.o(.text+0x428): undefined reference to `kse0_sched' > | init_main.o(.text+0x434): undefined reference to `ksegrp0_sched' > | init_main.o(.text+0x440): undefined reference to `proc0_sched' > | init_main.o(.text+0x44c): undefined reference to `thread0_sched' > | *** Error code 1 > | > | Stop in /usr/obj/usr/src/sys/PROSPERINA. > | *** Error code 1 > | > | Stop in /usr/src. > | *** Error code 1 > | > | Stop in /usr/src. > > On an i386: > > | linking kernel > | init_main.o: In function `proc0_init': > | init_main.o(.text+0x2b9): undefined reference to `kse0_sched' > | init_main.o(.text+0x2c3): undefined reference to `ksegrp0_sched' [...] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message