From owner-freebsd-questions Mon May 27 8:53:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.slightlystrange.org (icarus.slightlystrange.org [62.190.193.173]) by hub.freebsd.org (Postfix) with ESMTP id 91BCD37B40B for ; Mon, 27 May 2002 08:52:49 -0700 (PDT) Received: from danielby by icarus.slightlystrange.org with local (Exim 3.12 #1 (Debian)) id 17CMng-0006Zh-00 for ; Mon, 27 May 2002 16:52:48 +0100 Date: Mon, 27 May 2002 16:52:48 +0100 From: Daniel Bye To: freebsd-questions@FreeBSD.org Subject: Re: Re: Error compiling my kernel. Message-ID: <20020527155248.GB24977@icarus.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd-questions@FreeBSD.org References: <1022513592.cd8efce0Stephane@omni-ts.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1022513592.cd8efce0Stephane@omni-ts.com> User-Agent: Mutt/1.3.27i 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 Mon, May 27, 2002 at 09:33:12AM -0600, Stephane R. D. Zanoni wrote: > I've never used csvup before. So i though i would give it a try. How do i go about fixing my kernel problem? > > -----Original Message----- > From: Kris Kennaway > To: "Stephane R. D. Zanoni" > Date: Mon, 27 May 2002 03:49:41 -0700 > Subject: Re: Error compiling my kernel. > > On Mon, May 27, 2002 at 01:11:56AM -0600, Stephane R. D. Zanoni wrote: > > Here's a quick cap. of what i've done. I installed FreeBSD 4.5, > > recompiled it for multiprocessor support and everything worked fine. > > I then ran cvsup, and then ran buildworld to resync config and > > stuff. When i try to compile now i get this error. I don't know > > why it's breaking on the floppy disk line. > > Looks like you accidentally updated your sources to 5.0-CURRENT. > Check your cvsupfile carefully against the documentation, and if you > can't locate the error then post the cvsupfile in a followup email. > > Kris > > P.S. Please wrap your lines (at 70 characters), it makes your emails > much harder to read otherwise. > > > > > *default host=cvsup.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default ports-all tag=. > *default release=cvs delete use-rel-suffix compress > src-all > ports-all If you don't want the latest development branch, you really ought to make another config file for cvsup. I use this for my ports tree: *default tag=. *default host=cvsup.uk.freebsd.org *default prefix=/usr *default base=/usr/local/etc/cvsup *default release=cvs delete use-rel-suffix compress ports-all And this for base system and kernel: *default host=cvsup.uk.FreeBSD.org *default base=/usr/local/etc/cvsup *default prefix=/usr *default release=cvs tag=RELENG_4_5 *default delete use-rel-suffix *default compress src-all The tag "." is special and always gets expanded to "CURRENT" by the server. If you want to follow a particular branch, you need to explicitly name it in your config. Give it a blast and see how you go. RELENG_4_5 is the security branch, and includes fixes mentioned in the security notifications. HTH, Dan -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message