From owner-freebsd-stable Mon Nov 26 15:59:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by hub.freebsd.org (Postfix) with ESMTP id A517B37B41A for ; Mon, 26 Nov 2001 15:59:25 -0800 (PST) Received: from user-33qtndj.dialup.mindspring.com ([199.174.221.179] helo=gohan.cjclark.org) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 168Vem-0007KD-00; Mon, 26 Nov 2001 15:59:25 -0800 Received: (from cjc@localhost) by gohan.cjclark.org (8.11.6/8.11.1) id fAQKErv00488; Mon, 26 Nov 2001 12:14:53 -0800 (PST) (envelope-from cjc) Date: Mon, 26 Nov 2001 12:14:53 -0800 From: "Crist J. Clark" To: C J Michaels Cc: freebsd-stable@FreeBSD.ORG Subject: Re: -STABLE buildkernel broke! (linux module) Message-ID: <20011126121453.E232@gohan.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <20011119120923.Q69555@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from cjm2@earthling.net on Thu, Nov 22, 2001 at 01:25:10AM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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