From owner-freebsd-stable Thu Jul 27 19:19:40 2000 Delivered-To: freebsd-stable@freebsd.org Received: from falcon.prod.itd.earthlink.net (falcon.prod.itd.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 1A72437B5C2 for <freebsd-stable@FreeBSD.ORG>; Thu, 27 Jul 2000 19:19:35 -0700 (PDT) (envelope-from eheurlin@earthlink.net) Received: from earthlink.net (1Cust169.tnt14.sjc4.da.uu.net [63.42.66.169]) by falcon.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id TAA28839; Thu, 27 Jul 2000 19:19:28 -0700 (PDT) Message-ID: <3980EE22.449220D5@earthlink.net> Date: Thu, 27 Jul 2000 19:21:23 -0700 From: Erik Heurlin <eheurlin@earthlink.net> X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 4.1-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: "Victor R. Cardona" <vcardon@siue.edu>, freebsd-stable@FreeBSD.ORG Subject: Re: Kernel make install fails at agp.ko References: <NEBBKHHFOMLFIEGPLBCFCEACCAAA.vcardon@siue.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Victor R. Cardona" wrote: > Hi, > > I am trying to upgrade my 4.0 RELEASE to 4.0 STABLE cvsuped two days ago. I > am following the instructions in /usr/src/UPDATING, and everything works > fine until I run make install in /usr/src/sys/modules. At that point, make > complains that agp.ko does not exist. > > I have seen other messages with this problem, but have not seen an answer. > Am I doing something wrong? > > Please reply to vcardon@siue.edu > > Thanks, > Victor > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message I just experienced nearly the same failure with the 'make buildkernel' phase a few minutes ago, but my machine complained that '/usr/src/sys/modules/if_tap.ko' does not exist. Well it doesn't exist in that directory, and apparently wasn't created during the 'buildworld' phase. I cd'd to /usr/src/sys/modules/if_tap/ and typed 'make'. It created 'if_tap.ko' and then I re-started the 'make buildkernel' phase and it finished up fine. Try doing a 'make' in the /usr/src/sys/modules/agp << directory, and then resume your 'buildkernel' from /usr/src. It worked for me. -- Erik Heurlin eheurlin@earthlink.net> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message