Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2002 10:44:40 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        twig les <twigles@yahoo.com>
Cc:        Dru <dlavigne6@cogeco.ca>, freebsd-questions@FreeBSD.org
Subject:   Re: kernel compilation failure, ack!
Message-ID:  <20020921074440.GA31831@hades.hell.gr>
In-Reply-To: <20020921010018.5178.qmail@web10103.mail.yahoo.com>
References:  <20020920204141.D634-100000@dhcp-6-59> <20020921010018.5178.qmail@web10103.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-09-20 18:00, twig les <twigles@yahoo.com> wrote:
> 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

Hmmm, it looks like you are trying to build -current on a 4.x system.
Is that so?  That would explain the following error:

> --------------------------------------------------------------
> ===> 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

You have to complete successfully a "make buildworld" before using
"make buildkernel".  Or update config(8) before trying to buildkernel.

Giorgos.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020921074440.GA31831>