Date: Tue, 3 Oct 2000 08:20:35 -0700 From: Mailing List Owner <freebsd@rhall.sc.scruznet.com> To: Ruslan Ermilov <ru@sunbay.com> Cc: Darcy Buskermolen <darcy@ok-connect.com>, stable@FreeBSD.ORG Subject: Re: agp_if.c Message-ID: <20001003082035.A75193@rhall.sc.scruznet.com> In-Reply-To: <20001003105008.A8383@sunbay.com>; from ru@sunbay.com on Tue, Oct 03, 2000 at 10:50:08AM %2B0300 References: <3.0.32.20001002172140.0166da00@mail.ok-connect.com> <200010030413.WAA22544@harmony.village.org> <20001003105008.A8383@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I ran into this, because I did not know about the new kernel compilation instructinos. Read /usr/src/UPDATAING. You must compile your kernel from /usr/src, an upgrade looks like this.. cd /usr/src make buildworld make buildkernel KERNEL=<kernelname> reboot cd /usr/src make installworld mergemaster Replace "<kernelname>" with the name of your kernel. I usually do the upgrade with GENERIC and after everything is done, I go back and build my custom kernel. That way I always have a version of GENERIC handy that matches my current build. Roland Hall rhall@rhall.sc.scruznet.com On Tue, Oct 03, 2000 at 10:50:08AM +0300, Ruslan Ermilov wrote: > On Mon, Oct 02, 2000 at 10:13:16PM -0600, Warner Losh wrote: > > In message <3.0.32.20001002172140.0166da00@mail.ok-connect.com> Darcy Buskermolen writes: > > : ===> agp > > : @ -> /usr/src/sys > > : machine -> /usr/src/i386/include > > : make: don't know how to make agp_if.c. Stop > > : *** Error code 2 > > : > > : Stop in /usr/src/sys/modules > > : *** Error code 1 > > : > > : > > : This is with a 4.x cvsup of 2 minutes ago > > > > On what sort of machine? I think that you might be happier with make > > buildworld followed by a make buildkernel. > > > I seem to recall this error was caused by not-up-to-date /usr/share/mk. > > -- > Ruslan Ermilov Oracle Developer/DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message 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?20001003082035.A75193>