From owner-freebsd-questions@FreeBSD.ORG Mon May 5 05:15:47 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C4DA37B401 for ; Mon, 5 May 2003 05:15:47 -0700 (PDT) Received: from blueyonder.co.uk (pcow035o.blueyonder.co.uk [195.188.53.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3413643F75 for ; Mon, 5 May 2003 05:15:46 -0700 (PDT) (envelope-from jfm@blueyonder.co.uk) Received: from lexx ([62.31.198.203]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Mon, 5 May 2003 13:15:44 +0100 From: John Murphy To: "Richard Shea" Date: Mon, 05 May 2003 13:15:42 +0100 Message-ID: References: <20030505030746.848F04B0A3@smtp.us2.messagingengine.com> In-Reply-To: <20030505030746.848F04B0A3@smtp.us2.messagingengine.com> X-Mailer: Forte Agent 1.9/32.560 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable cc: questions@FreeBSD.ORG Subject: Re: RELENG_4_5_0_RELEASE doesn't compile - can anyone explain ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jfm@blueyonder.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 12:15:48 -0000 "Richard Shea" wrote: >Hi - I've had some earlier difficulties compiling an upgrade from 4.4 -> >4.5 ( see http://tinyurl.com/az3u for earlier details ) so I deleted all >of /usr/src and /usr/obj and did a CVSUP using the cvsupfile file seen >below.=20 > >Amazingly (to me anyhow) I still get a compilation error - how can that >be ? >CVSUP FILE >=3D=3D=3D=3D=3D=3D=3D=3D=3D >*default host=3Dcvsup.nz.FreeBSD.org >#*default host=3Dcvsup.au.FreeBSD.org >#default host=3Dcvsup.FreeBSD.org >*default base=3D/usr >*default prefix=3D/usr >*default release=3Dcvs >*default tag=3DRELENG_4_5_0_RELEASE >*default delete use-rel-suffix > >src-all >*default tag=3D. ^^^^^^^^^^^^^^ I think this would override the previous tag=3D line and you would get CURRENT sources. Check Appendix 5 of the Handbook to be sure. John.