Skip site navigation (1)Skip section navigation (2)
Date:      08 Aug 2003 16:51:06 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.no-ip.com>
To:        John DeStefano <deesto@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ports-supfile file problem
Message-ID:  <44vft7euv9.fsf@be-well.ilk.org>
In-Reply-To: <20030808203553.62089.qmail@web40603.mail.yahoo.com>
References:  <20030808203553.62089.qmail@web40603.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
John DeStefano <deesto@yahoo.com> writes:

> 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

There's your problem.  This line shouldn't be there.  It doesn't start
with *default, so cvsup tries to interpret it (the whole thing) as a
collection name.

> base=/usr
> prefix=/usr

Remove these too.

> *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 /"!!  :(

It could be worse:  "user-friendly" software gives *fewer* indications
of the source of a problem...  :-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44vft7euv9.fsf>