Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 1999 09:36:16 +0900
From:      "Daniel C. Sobral" <dcs@newsguy.com>
To:        Felipe Garcia <felipe@se.yahoo-inc.com>, freebsd-stable@freebsd.org
Subject:   Re: load src broken
Message-ID:  <36D73E00.4CFED16C@newsguy.com>
References:  <199902261726.JAA08248@dingo.cdrom.com> <36D71CB6.288A1085@se.yahoo-inc.com> <36D72929.4343281B@newsguy.com> <36D73982.4E9A9A2C@se.yahoo-inc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36D73E00.4CFED16C>