From owner-freebsd-questions Fri Sep 20 18:48:26 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 0242637B401 for ; Fri, 20 Sep 2002 18:48:25 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFBFC43E3B for ; Fri, 20 Sep 2002 18:48:23 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-a028.otenet.gr [212.205.215.28]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g8L1mJGS022954; Sat, 21 Sep 2002 04:48:20 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g8L1mGxY012176; Sat, 21 Sep 2002 04:48:16 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g8L1QJwX008101; Sat, 21 Sep 2002 04:26:19 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 21 Sep 2002 04:26:19 +0300 From: Giorgos Keramidas To: twig les Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel compilation failure, ack! Message-ID: <20020921012619.GB860@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 2002-09-20 20:42, Dru wrote: > On Fri, 20 Sep 2002, twig les wrote: > > > > The error I get is thus: > > > > 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 16:56:19 > > 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:260: option "IPFIREWALL_VERBOSE_LIMIT" redefined from 100 to 10 > > /usr/src/sys/i386/conf/FW:56: unknown option "ICMP_BANDLIM" > > *** Error code 1 Read carefully the second from last line above. This is the last error message that is printed by make, before it aborts. The solution should be obvious :) Remove or comment out the ICMP_BANDLIM option at line 56 of the FW configuration file and try again. Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message