Date: Mon, 7 Aug 2000 00:30:02 -0700 (PDT) From: Ruslan Ermilov <ru@sunbay.com> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/20432: agp_if.c missing from kernel source Message-ID: <200008070730.AAA23531@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/20432; it has been noted by GNATS. From: Ruslan Ermilov <ru@sunbay.com> To: dopp@acm.cs.umn.edu Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/20432: agp_if.c missing from kernel source Date: Mon, 7 Aug 2000 10:27:21 +0300 On Sat, Aug 05, 2000 at 09:03:14AM -0700, dopp@acm.cs.umn.edu wrote: > > I just supped down the 4.x stable kernel source 5 mins ago and am > trying to build... I can't even get passed "make depend". > > ===> agp > make: don't know how to make agp_if.c. Stop > *** Error code 2 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/src/sys/compile/SORRY. > > Sure enough, agp_if.c is missing from /usr/src/sys/pci. > agp_if.c is autogenerated from /usr/src/sys/pci/agp_if.m. The generated by config(8) /usr/src/sys/compile/SORRY should have the following rule for it: agp_if.c: $S/kern/makedevops.pl $S/pci/agp_if.m perl5 $S/kern/makedevops.pl -c $S/pci/agp_if.m Cheers, -- 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-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008070730.AAA23531>