From owner-freebsd-questions@FreeBSD.ORG Fri Aug 8 13:35:54 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 1576B37B401 for ; Fri, 8 Aug 2003 13:35:54 -0700 (PDT) Received: from web40603.mail.yahoo.com (web40603.mail.yahoo.com [66.218.78.140]) by mx1.FreeBSD.org (Postfix) with SMTP id 9825443F75 for ; Fri, 8 Aug 2003 13:35:53 -0700 (PDT) (envelope-from deesto@yahoo.com) Message-ID: <20030808203553.62089.qmail@web40603.mail.yahoo.com> Received: from [143.48.14.233] by web40603.mail.yahoo.com via HTTP; Fri, 08 Aug 2003 13:35:53 PDT Date: Fri, 8 Aug 2003 13:35:53 -0700 (PDT) From: John DeStefano To: Lowell Gilbert In-Reply-To: <447k5o9cc0.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: ports-supfile file problem 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: Fri, 08 Aug 2003 20:35:54 -0000 --- Lowell Gilbert wrote: > John DeStefano writes: > > > --- Lowell Gilbert > wrote: > > > John DeStefano writes: > > > > > > > I'm trying to update my ports tree to address some possible > > > solutions > > > > posted here to another problem. The command I'm running is: > > > > # cvsup -g -L 2 /usr/local/etc/cvsup/sup/ports-supfile > > > > > > > > Here's the result: > > > > Parsing supfile "/usr/local/etc/cvsup/sup/ports-supfile" > > > > Release not specified for collection "host=ftp3.FreeBSD.org" > > > > > > > > And here's the relevent portion of the file: > > > > > > > > *default host=ftp3.FreeBSD.org > > > > *default base=/usr > > > > *default prefix=/usr > > > > *default release=cvs tag=. > > > > *default delete use-rel-suffix > > > > > > > > I've also tried simply "cvsup -g -L 2 ports-supfile" and "cvsup > > > > ports-supfile", which both return the same error. > > > > I assume this is in relation to the line "*default release=cvs > > > tag=.", > > > > but I'm following the handbook and the sample file by leaving > > > "tag=.". > > > > I also tried changing "." to the correct cvs tag (RELENG_5_0) > and > > > got > > > > the same results. > > > > What am I doing wrong? > > > > > > You need a collection name in the file. > > > > Meaning, "ports-all", or un-commenting a selection of port types? > I've > > got that. I included above only the portion of the file I thought > was > > relevent to the 'release' problem I'm having. > > Meaning either one; sorry, I didn't know the bits that you didn't put > in your message. > > Are you sure that ftp3.freebsd.org is a full cvsup server? That DNS > name doesn't guarantee cvsup service, although many of the servers > handle both in parallel. > > As far as it goes, your supfile looks okay. In case there's a weird > parsing error, maybe you could add a "tag=." to the line with the > collection on it, and see if it gives you any other hints. With a > raised verbosity level, even. > > Failing that, perhaps you should post your *whole* supfile, and/or > contact the cvsup author for help. Thanks Lowell. Well, your suggestions made sense and at the very least have showed me that the host name in the file was wrong... I've now changed it to an actual cvsup mirror (cvsup3.FreeBSD.org), and also tested the file with and without adding "tag=." after "ports-all". But I'm still getting the same error (Release not specified for collection "host=cvsup3.FreeBSD.org"). Here's the file excluding commented-out lines: ===== host=cvsup3.FreeBSD.org base=/usr prefix=/usr *default host=cvsup3.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix *default compress ports-all tag=. ====== These are the times when I feel like doing "rm -rf /"!! :( Thanks, ~John __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com