From owner-freebsd-stable@FreeBSD.ORG Mon Nov 29 05:47:58 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 354B316A4CE for ; Mon, 29 Nov 2004 05:47:58 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D9B843D5C for ; Mon, 29 Nov 2004 05:47:58 +0000 (GMT) (envelope-from dantavious@comcast.net) Received: from focus.dantavious.com (pcp04630633pcs.gambrl01.md.comcast.net[68.49.58.89]) by comcast.net (rwcrmhc12) with ESMTP id <2004112905475701400resaoe>; Mon, 29 Nov 2004 05:47:57 +0000 From: Derrick Edwards To: Ceri Davies Date: Mon, 29 Nov 2004 01:01:32 -0500 User-Agent: KMail/1.7.1 References: <200411280521.35885.dantavious@comcast.net> <20041128191105.GB37244@submonkey.net> <20041128192559.GC37244@submonkey.net> In-Reply-To: <20041128192559.GC37244@submonkey.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411290101.33092.dantavious@comcast.net> cc: freebsd-stable@freebsd.org Subject: Re: pkg_add error on STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 05:47:58 -0000 Thanks all, Works perfectly now! Dantavious > On Sun, Nov 28, 2004 at 07:11:06PM +0000, Ceri Davies wrote: > > On Sun, Nov 28, 2004 at 05:21:35AM -0500, Derrick Edwards wrote: > > > Everytime I try to install a package via pkg_add I get the following > > > error. There is not a packages-5-current directory but there is a > > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable > > > directory. How do I fix this? > > > > > > %pkg_add -r mysqlcc > > > Error: FTP Unable to get > > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-current/Latest/ > > >mysqlcc.tbz: File unavailable (e.g., file not found, no access) > > > pkg_add: unable to fetch > > > 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-current/Latest > > >/mysqlcc.tbz' by URL > > > > See if the attached patch does the right thing. > > Or just cvsup. Ken Smith just committed pretty much the same thing. > > Ceri