Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2001 18:06:01 -0500
From:      "C J Michaels" <cjm2@earthling.net>
To:        <freebsd-stable@FreeBSD.ORG>
Cc:        <cjclark@alum.mit.edu>
Subject:   RE: -STABLE buildkernel broke! (linux module)
Message-ID:  <DJEFKJJHCIONPELDCGACKEIMCAAA.cjm2@earthling.net>
In-Reply-To: <20011126121453.E232@gohan.cjclark.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for everyone's assistance.

I tried this and then some and still had the same problem.  I finally just
gave up and delete all of /usr/src and /usr/obj, re-downloadded the source,
and (of course) rebuilt and now it works.

Thanks,
--Chris

-----Original Message-----
From: Crist J. Clark [mailto:cristjc@earthlink.net]
Sent: Monday, November 26, 2001 3:15 PM
To: C J Michaels
Cc: freebsd-stable@FreeBSD.ORG
Subject: Re: -STABLE buildkernel broke! (linux module)


On Thu, Nov 22, 2001 at 01:25:10AM -0500, C J Michaels wrote:
> As of 1:10am EST I:
>
> 1. cvsup'd to RELENG_4 (from cvsup3)
> 2. rm -rf /usr/src/sys/compile/MYKERNEL
> 3. cd /usr/src/sys/i386/conf/
> 4. config -r MYKERNEL (just to be safe)
> 5. cd ../../compile/MYKERNEL
> 6. make depend
> 7. make
>
> I am getting the errors on linux_proto.h.  Did I miss something?

The first thing I would suggest is actually deleting the build tree
you are using in step #2,

  # rm -rf /usr/src/sys/compile/MYKERNEL

Instead of the object tree the 'buildkernel' target creates. However,
that should be nuked by the '-r' option to config(8). Make sure your
source tree is clean,

  # cd /usr/src/sys && make cleandir; make cleandir

--
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?DJEFKJJHCIONPELDCGACKEIMCAAA.cjm2>