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:[EMAIL PROTECTED]]
Sent: Monday, November 26, 2001 3:15 PM
To: C J Michaels
Cc: [EMAIL PROTECTED]
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                           [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to