From owner-freebsd-stable@FreeBSD.ORG Sun Nov 28 19:35:39 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 5AD2D16A4CE for ; Sun, 28 Nov 2004 19:35:39 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B69C843D4C for ; Sun, 28 Nov 2004 19:35:38 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iASJcuxW097411; Sun, 28 Nov 2004 12:38:56 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AA28A4.8070707@freebsd.org> Date: Sun, 28 Nov 2004 12:36:04 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ken Smith References: <200411280521.35885.dantavious@comcast.net> <20041128191105.GB37244@submonkey.net> <20041128192559.GC37244@submonkey.net> <20041128193050.GA20335@electra.cse.Buffalo.EDU> In-Reply-To: <20041128193050.GA20335@electra.cse.Buffalo.EDU> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Ceri Davies cc: freebsd-stable@freebsd.org cc: Derrick Edwards 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: Sun, 28 Nov 2004 19:35:39 -0000 Ken Smith wrote: > On Sun, Nov 28, 2004 at 07:25:59PM +0000, Ceri Davies wrote: > >>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 >>-- >>Only two things are infinite, the universe and human stupidity, and I'm >>not sure about the former. -- Einstein (attrib.) > > > Yeah, Kris had asked for it. Your patch pointed out something though, > you had added another chunk of the HEAD version that I hadn't added > (range 502100, 502128,). But I'm not quite sure what to do about that > because the packages-5-current directory is gone from the FTP sites. > > Anyone know for sure? > Shouldn't that be packages-5.2.1-release? Scott