From owner-freebsd-questions Fri Feb 7 19:22:52 2003 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 880E037B40A for ; Fri, 7 Feb 2003 19:22:50 -0800 (PST) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DFC743FBD for ; Fri, 7 Feb 2003 19:22:49 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by sccrmhc02.attbi.com (sccrmhc02) with ESMTP id <200302080322480020033inke>; Sat, 8 Feb 2003 03:22:48 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h183Mmhq000946; Fri, 7 Feb 2003 22:22:48 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h183MlxD000943; Fri, 7 Feb 2003 22:22:47 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: Steve Bertrand Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CVSup question References: <3E440A18.4010607@northnetworks.ca> From: Lowell Gilbert Date: 07 Feb 2003 22:22:47 -0500 In-Reply-To: <3E440A18.4010607@northnetworks.ca> Message-ID: <447kcba22g.fsf@be-well.ilk.org> Lines: 43 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Steve Bertrand writes: > I am trying to upgrade a 4.5 box to RELENG_4, but it doesn't appear > that I am getting all of the required info. Here's my command, and > supfile: > > # cvsup -L 2 -g /etc/supfile > > *default tag=RELENG_4 > *default host=cvsup2.freebsd.org > *default release=cvs > *default base=/usr/local/etc/cvsup I think you mean base=/usr > *default prefix=/usr/src I think you mean prefix=/usr (it could be almost anywhere, but putting it in /usr/src is almost asking to shoot yourself in the foot later) > *default delete use-rel-suffix > src-all > ports-all > > When it says it is complete, this is the list of my /usr/src/directory: > > drwxr-xr-x 7 root wheel 512 Nov 14 16:46 crypto > drwxr-xr-x 7 root wheel 512 Nov 14 16:46 kerberos5 > drwxr-xr-x 8 root wheel 512 Nov 14 16:46 kerberosIV > drwxr-xr-x 6 root wheel 512 Nov 14 16:46 secure > drwxr-xr-x 47 root wheel 1024 Nov 14 21:51 sys > > Do I have to install all the sources off of the CD at install time to > be able to update the source in order to buildworld? Absolutely not. > BTW, the error is "don't know how to make buildworld" which is > understood, as there is no Makefile being cvsup'd. That makefile is /usr/local/etc/cvsup/src/Makefile, I suspect. At least, that's where you asked cvsup to put it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message