From owner-freebsd-questions Sat Jan 26 0: 1:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp2out.rdc-nyc.rr.com (nycsmtp2out.rdc-nyc.rr.com [24.29.99.227]) by hub.freebsd.org (Postfix) with ESMTP id E1C6A37B422 for ; Sat, 26 Jan 2002 00:01:08 -0800 (PST) Received: from scott1.homeunix.net (24-168-24-239.nyc.rr.com [24.168.24.239]) by nycsmtp2out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with SMTP id g0Q80EEE004826; Sat, 26 Jan 2002 03:00:14 -0500 (EST) Date: Sat, 26 Jan 2002 06:33:24 -0500 From: Scott Robbins To: Erik Trulsson Cc: mav@wastegate.net, freebsd-questions@FreeBSD.ORG, patrick@pwhsnet.com Subject: Re: 4.4-RELEASE to 4.4-STABLE Message-Id: <20020126063324.182bf5d9.scottro@nyc.rr.com> In-Reply-To: <20020126074219.GA43298@student.uu.se> References: <008501c1a61b$1be22da0$2300a8c0@zeus> <20020126072749.C8C704844F@wastegate.net> <20020126074219.GA43298@student.uu.se> X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 26 Jan 2002 08:42:20 +0100 Erik Trulsson wrote: > On Sat, Jan 26, 2002 at 02:29:51AM -0500, Doug Reynolds wrote: > > > > cvsup > > > > make buildworld > > make kernel KERNCONF=yourkernelconf > Here's where I see a potential problem. From time to time, there are changes in GENERIC, and after a couple of failed builds, I now do the following. Before doing cvsup I copy GENERIC to GENERIC.bak. Afterwards, I'll do diff GENERIC GENERIC.bak and if there are changes, then I copy GENERIC over to my originally named SCOTT1 kernel and redo it. (I'll also check any options I've added against LINT--for example, until recently dev pcm0 was fine, now, it seems one should add at isa? irqX drqX flags 0x0) If the diff shows no changes after cvsup, I buildworld then check it again (not sure if that's necessary, but it only takes a few seconds). Assuming diff shows no changes, then I'll do the make buildkernel KERNCONF=SCOTT1 Did a cvsup tonight, actually, and there were a couple of minor changes since I last did it. Hope this is of use--let me point out that I'm relatively new to FreeBSD and may perhaps be wasting people's time, but blithely ignoring the handbook's suggestions and skipping the build and install of GENERIC did cost me a copy of failed compilations. Scott Robbins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message