From owner-freebsd-questions@FreeBSD.ORG Fri Dec 2 16:09:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 CBC8F16A424 for ; Fri, 2 Dec 2005 16:09:45 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78C7E43D5F for ; Fri, 2 Dec 2005 16:09:41 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id E7478D1D706 for ; Fri, 2 Dec 2005 11:09:39 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Fri, 02 Dec 2005 11:09:39 -0500 X-Sasl-enc: cID+e/2wyvOIbm9pc2vI1cB/OdIvTvxv/6ZsjfA9+7gZ 1133539779 Received: from gumby.localdomain (88-104-204-168.dynamic.dsl.as9105.com [88.104.204.168]) by frontend2.messagingengine.com (Postfix) with ESMTP id 328AC5714A2 for ; Fri, 2 Dec 2005 11:09:37 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Fri, 2 Dec 2005 16:09:33 +0000 User-Agent: KMail/1.8.3 References: <43900037.8030709@sbcglobal.net> <20051202090643.GA17998@xor.obsecurity.org> In-Reply-To: <20051202090643.GA17998@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512021609.35652.list-freebsd-2004@morbius.sent.com> Subject: Re: pkg_add of CVSup errors when looking for dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 16:09:46 -0000 On Friday 02 December 2005 09:06, Kris Kennaway wrote: > On Fri, Dec 02, 2005 at 12:05:11AM -0800, Jose Borquez wrote: > > I am attempting to install the cvsup package I downloaded using pkg_add > > -r cvsup-without-gui-16.1h_2.tbz, but I keep getting the following error: > > > > Error: FTP Unable to get > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/ > >cvsup-without-gui-16.1h_2.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.4-release/Latest > >/cvsup-without-gui-16.1h_2.tbz' by URL > > > > It looks like the default link that cvsup attempts to look for > > dependencies is incorrect. How can I specify an alternate link for > > cvsup to use? > > No, your command was incorrect: you don't specify a version with > pkg_add -r, you just do pkg_add -r cvsup-without-gui and it will give > you whatever version is in the package tree. The question is a bit ambiguous, but if you are trying do install a package you have already downloaded, don't use the -r option.