Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 18:57:42 -0700
From:      "Crist J. Clark" <cristjc@earthlink.net>
To:        Scott Reese <sreese@codysbooks.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: "make buildkernel" fails at ipfilter
Message-ID:  <20010821185742.F313@blossom.cjclark.org>
In-Reply-To: <003a01c12a8a$64cca070$1800a8c0@borges>; from sreese@codysbooks.com on Tue, Aug 21, 2001 at 02:44:02PM -0700
References:  <003a01c12a8a$64cca070$1800a8c0@borges>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 21, 2001 at 02:44:02PM -0700, Scott Reese wrote:
> Hello,
> 
> I was attempting to upgrade my home system last night to 4.4-RC1, but
> buildkernel consitently fails with the following message:
> 
> ===> ipfilter
> make: don't know how to make
> /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c. Stop
> *** Error code 2

This is from the move of IPFilter in the source tree.

[snip]

> I tried re-cvsup-ing 3 times.  Each time I tried to recompile and install
> the system, I wiped out everything in /usr/obj so that I'd have a clean
> slate (I already searched the archives and the only advice I could find on
> this error was to rm -fr /usr/obj/* and try again...).

/usr/obj is usually the problem. You may have cruft living in your
source tree. Try,

  # rm -rf /usr/obj/*
  # cd /usr/src/sys/modules
  # make cleandir

Then buildkernel again.

_Something_ is not getting cleaned out.
-- 
Crist J. Clark                           cjclark@alum.mit.edu

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




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