From owner-freebsd-questions Tue Jun 26 14:43:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.johnrshannon.com (mail.johnrshannon.com [208.141.183.125]) by hub.freebsd.org (Postfix) with ESMTP id 052CF37B405 for ; Tue, 26 Jun 2001 14:43:45 -0700 (PDT) (envelope-from john@johnrshannon.com) Received: from pablo.johnrshannon.com (pablo.johnrshannon.com [192.168.1.3]) by mail.johnrshannon.com (Postfix) with ESMTP id 594331D881 for ; Tue, 26 Jun 2001 15:43:44 -0600 (MDT) Received: (from john@localhost) by pablo.johnrshannon.com (8.11.4/8.11.4) id f5QLhiO03131 for freebsd-questions@FreeBSD.org; Tue, 26 Jun 2001 15:43:44 -0600 (MDT) (envelope-from john) Content-Type: text/plain; charset="iso-8859-1" From: "John R. Shannon" Reply-To: john@johnrshannon.com Organization: johnrshannon.com To: freebsd-questions@FreeBSD.org Subject: Failed "make buildkernel" Date: Tue, 26 Jun 2001 15:43:44 -0600 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01062615434400.03124@pablo.johnrshannon.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I experienced an error building a custom kernel from freshly CVSUP'd source (STABLE). Renaming my config file and building with the new KERNCONF worked. How do I clear out the old (failed) stuff? The tail end of the failed build was: cc -nostdinc -O -pipe -march=pentiumpro -march=pentiumpro -DIPV6FIREWALL   -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes   -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual   -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-  -I. -I@ -I@/../include   -mpreferred-stack-boundary=2 -c setdef0.c cc -nostdinc -O -pipe -march=pentiumpro -march=pentiumpro -DIPV6FIREWALL   -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes   -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual   -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-  -I. -I@ -I@/../include   -mpreferred-stack-boundary=2 -c setdef1.c ld -Bshareable  -o ip6fw.ko setdef0.o ip6fw.kld setdef1.o ===> ipfilter make: don't know how to make /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c. Stop *** Error code 2   Stop in /usr/src/sys/modules. *** Error code 1   Stop in /usr/obj/usr/src/sys/MYKERNEL. *** Error code 1   Stop in /usr/src. *** Error code 1   Stop in /usr/src. -- John R. Shannon john@johnrshannon.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message