From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 06:43:08 2004 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 A667716A4CE for ; Sun, 1 Aug 2004 06:43:08 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA8B43D48 for ; Sun, 1 Aug 2004 06:43:08 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq56-156.dial.allstream.net [216.123.140.220]) by outbox.allstream.net (Allstream MTA) with SMTP id 12A86578CA; Sun, 1 Aug 2004 02:43:04 -0400 (EDT) Date: Sun, 1 Aug 2004 02:42:33 -0400 From: epilogue To: Paul R Culmo Message-Id: <20040801024233.5badec98@localhost> In-Reply-To: References: <20040731230425.2284cf83.wmoran@potentialtech.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Bill Moran cc: freebsd-questions@freebsd.org Subject: Re: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 06:43:08 -0000 On Sun, 1 Aug 2004 00:23:01 -0400 (EDT) Paul R Culmo wrote: > On Sat, 31 Jul 2004, Bill Moran wrote: > > Yes, I think your supfile is wrong. > > > > *default release=cvs RELENG_5_2_1_RELEASE > > > > ^^^ This line is what I believe is wrong, replace it with these two > > lines: > > *default release=cvs > > *default tag=RELENG_5_2_1_RELEASE > > > > Although I would recommend tag=RELENG_5_2_1, but that's you're call. > > > > Thanks for the reply , I made the changes you suggested and re-ran the > cvsup but then things got worse, it deleted all the Makefiles. I guess > I need to start over with a vanilla src tree from the CD? then make > buildworld etc.. right ? um, to my knowledge, no. not if you've got connectivity and cvsup installed. in fact, you don't even need to remove /usr/src, because cvsup should take care of everything for you (ie. remove wrong files, add necessary ones, leave correct ones). i suspect that your standard-supfile is to blame, if anything isn't working. it could be that you're inadvertently pulling down HEAD, which is by definition, not guaranteed to build. here is a copy of my file: -------- *default host=cvsup3.freebsd.org *default base=/usr/local/etc/cvsup *default prefix=/usr/ *default release=cvs tag=RELENG_4_10 *default delete use-rel-suffix compress # 1) change cvsup3 for the host you want to use # 2) change RELENG_4_10 for the tag you want # i believe that RELENG_5_2 is the correct number in your case # this will pull down any security and other critical fixes based upon # freebsd 5.2.x src-base src-bin src-contrib src-crypto src-etc src-games src-gnu src-include src-lib src-libexec src-release src-sbin src-secure src-share src-sys src-sys-crypto src-tools src-usrbin src-usrsbin #src-all #src-kerberos5 #src-kerberosIV #src-eBones ------------ 1) you might find it easier to simple use 'src-all' and comment out or delete the rest of the src-* entries. 2) if you're using a refuse file, do double check that it's contents reflect what you actually want. if you're not _100%_sure_ whether or not you have one, try 'find / -name refuse -print' 3) depending on where you placed your config files, you may not be using the correct supfile. try feeding cvsup an absolute path, just to be certain. 'cvsup /foo/path/to/your/standard-supfile' hope this helps. cheers, epi > Thanks again > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >