From owner-freebsd-stable Fri Feb 26 16:37:40 1999 Delivered-To: freebsd-stable@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 0CA0614BD4 for ; Fri, 26 Feb 1999 16:37:38 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id JAA22482; Sat, 27 Feb 1999 09:37:23 +0900 (JST) Message-ID: <36D73E00.4CFED16C@newsguy.com> Date: Sat, 27 Feb 1999 09:36:16 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Felipe Garcia , freebsd-stable@freebsd.org Subject: Re: load src broken References: <199902261726.JAA08248@dingo.cdrom.com> <36D71CB6.288A1085@se.yahoo-inc.com> <36D72929.4343281B@newsguy.com> <36D73982.4E9A9A2C@se.yahoo-inc.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Felipe Garcia wrote: > > it was a 3.0 to 3.1 upgrade... Well... better. :-) > > Does > > booting /boot/loader works? > > > > ? Instead of booting kernel.old, booting /boot/loader. Does that work? For now, I think you ought to rm -fr /usr/obj; chflags -R noschg /usr/obj; rm -fr /usr/obj, and then make world again. That is, unless you actually removed /usr/obj after installworld. I say this because when you compiled libstand again, it did not use the obj path. A change was made that make this work again (ie, if you have buildworld in /usr/obj, recompiling a subtree ought to do the right thing), but you have to remove /usr/obj for it to work. Aside from that (ie, independent of you doing the above or not), cd /usr/src/lib/libstand; make depend all install; cd /usr/src/sys/boot; make depend all install ought to work. The error you got points to a src/sys/boot out of sync with src/lib/libstand (libstand being used older than boot). -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "To make it absolutely clear: you stand on the wrong end of my blasters, so you better get lost before I start target practice!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message