Date: Sat, 27 May 2000 21:29:02 -0400 From: Otter <otterr@telocity.com> To: Warner Losh <imp@village.org> Cc: obrien@FreeBSD.ORG, -questions <freebsd-questions@FreeBSD.ORG>, -current <freebsd-current@FreeBSD.ORG> Subject: Re: Kernel making problems Message-ID: <3930765E.1F6E0E02@telocity.com> References: <20000527163220.A3549@dragon.nuxi.com> <392FBF0E.61D922B7@telocity.com> <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> <200005280052.SAA01735@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh wrote: > > In message <20000527163220.A3549@dragon.nuxi.com> "David O'Brien" writes: > : On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote: > : > You need to build and install a new world before a new kernel. It looks > : > like this needs to go into src/UPDATING. > : > : Actually just the following will also fix the problem: > : > : cd /usr/src/gnu/usr.bin/binutils > : make obj > : make depend > : make all install > > I thought about that, but wasn't sure that the new binutils would work > with all versions of -current that we support upgrading. > > There's also other issues that need a make install because of the > bsd.kmod.mk. > > Warner > actually, it seems that the "make includes" resolved my problem. Usually, i'll make buildworld, crank out a new kernel, then make installworld. I did make buildworld; make installworld, THEN made a new kernel and it seems to be running fine now. Thanks guys! -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3930765E.1F6E0E02>