From owner-freebsd-stable Fri Jul 28 10:46:37 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 530BA37B6EA for ; Fri, 28 Jul 2000 10:46:31 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id LAA42374; Fri, 28 Jul 2000 11:46:28 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA58361; Fri, 28 Jul 2000 11:46:25 -0600 (MDT) Message-Id: <200007281746.LAA58361@harmony.village.org> To: Robert Bowen Subject: Re: kernel compile fails at agp_if.h Cc: freebsd-stable@FreeBSD.ORG In-reply-to: Your message of "Thu, 27 Jul 2000 22:44:32 PDT." <39811DC0.4A9917A4@braingarage.com> References: <39811DC0.4A9917A4@braingarage.com> Date: Fri, 28 Jul 2000 11:46:25 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <39811DC0.4A9917A4@braingarage.com> Robert Bowen writes: : Whenever I have tried to make a new kernel for the past two days the : build dies in /src/sys/modules/agp : : What am I doing wrong? It does the same thing if I cd : /usr/src/sys/modues/agp/ and do a "make" Hmmmm. I've not seen this. Lemme go try it on my build box... This will only take a minute. Looks like it is working for me. Can you send me, privately, the output of the entire kernel build? What I did: cd /where/I/keep/the/source setenv MAKEOBJDIRPREFIX /wher/I/keep/the/obj sudo make buildworld