From owner-freebsd-questions Fri Sep 20 18: 8:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75BA337B404 for ; Fri, 20 Sep 2002 18:08:32 -0700 (PDT) Received: from fep7.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81F843E3B for ; Fri, 20 Sep 2002 18:08:31 -0700 (PDT) (envelope-from dlavigne6@cogeco.ca) Received: from x1-6-00-80-c8-3a-b8-46.kico2.on.cogeco.ca (d226-39-211.home.cgocable.net [24.226.39.211]) by fep7.cogeco.net (Postfix) with ESMTP id 58FAF4F25; Fri, 20 Sep 2002 21:08:29 -0400 (EDT) Date: Fri, 20 Sep 2002 21:09:34 -0400 (EDT) From: Dru X-X-Sender: dlavigne6@dhcp-6-59 To: twig les Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel compilation failure, ack! In-Reply-To: <20020921010018.5178.qmail@web10103.mail.yahoo.com> Message-ID: <20020920210723.Y634-100000@dhcp-6-59> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Fri, 20 Sep 2002, twig les wrote: > Well you caught me. I had a bunch of garbage in my FW > file that I never put there (not intentionally). So I > did a quick cp GENERIC FW, added my lines and redid > the diff. This is what I got: > > > L# pwd > /usr/src/sys/i386/conf > L# diff GENERIC FW > 251a252,261 > > > > #To enable IPFW with default deny all packets > > options IPFIREWALL > > options IPFIREWALL_VERBOSE > > options IPFIREWALL_VERBOSE_LIMIT=10 > > options TCP_DROP_SYNFIN #drop TCP > packets with SYN+FIN > > options IPFIREWALL_VERBOSE_LIMIT=100 > #limit verbosity > > > > #device pcm0 at isa? irq5 drq 1 flags 0x0 > > > L# > > > So I gained heart and pushed onward, only to see this > error: > > L# cd /usr/src > L# make buildkernel KERNCONF=FW > make: no target to make. > "/usr/src/Makefile.inc1", line 140: warning: "make -f > /dev/null -m /usr/src/share/mk CPUTYPE=dummy -V > CPUTYPE" returned non-zero status > > -------------------------------------------------------------- > >>> Kernel build for FW started on Fri Sep 20 17:55:43 > PDT 2002 > -------------------------------------------------------------- > ===> FW > mkdir -p /usr/obj/usr/src/sys > cd /usr/src/sys/i386/conf; > PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin > config -d /usr/obj/usr/src/sys/FW > /usr/src/sys/i386/conf/FW > /usr/src/sys/i386/conf/FW:256: option > "IPFIREWALL_VERBOSE_LIMIT" redefined from 100 to 10 > ../../conf/files: coda/coda_fbsd.c must be optional, > mandatory or standard > Your version of config(8) is out of sync with your > kernel source. > *** Error code 1 OK, how exactly did you do your cvsup and rebuild? e.g., did you: cvsup make -j4 buildworld make buildkernel (where this was GENERIC) make installkernel make installworld reboot then try your own kernel? Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message