From owner-freebsd-questions@FreeBSD.ORG Mon Sep 12 19:48:40 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 21CFF16A41F for ; Mon, 12 Sep 2005 19:48:40 +0000 (GMT) (envelope-from jean@abachamber.co.uk) Received: from mail1.knx.net.uk (mail1.knx.net.uk [212.13.200.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8518643D48 for ; Mon, 12 Sep 2005 19:48:36 +0000 (GMT) (envelope-from jean@abachamber.co.uk) Received: from host213-123-250-114.in-addr.btopenworld.com ([213.123.250.114] helo=burning1m7l1yv) by mail1.knx.net.uk with esmtp (Exim 4.52) id 1EEuGX-0000aw-1A for freebsd-questions@freebsd.org; Mon, 12 Sep 2005 20:46:58 +0100 From: "jean" To: Date: Mon, 12 Sep 2005 21:06:59 +0100 Message-ID: <000701c5b7d5$8bf47ce0$0c00a8c0@burning1m7l1yv> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Konnex-Spam-Score: -3.0 (---) X-Konnex-Spam-Report: The result of the Konnex Networks jury (spamassassin) on "bsd1.thdo.knx.net.uk" is Content analysis details: ( points, 1.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.1 HTML_MESSAGE BODY: HTML included in message 0.1 HTML_70_80 BODY: Message is 70% to 80% HTML -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0001] 1.7 AWL AWL: Auto-whitelist adjustment Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pkg_add -r not working 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: Mon, 12 Sep 2005 19:48:40 -0000 Hi All, I have newly installed FreeBSD, but seem to be having a problem with pkg_add, when I use pkg_add -r then package name I get an error: pkg_add -r nano Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest /nano.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.3-release/Lates t/nano.tbz' by URL but if I use pkg_add and then the url it seems to retrieve the packge with no problems pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/editors/n ano-1.2.5.tbz Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/editors/n ano-1.2.5.tbz... Done. pkg_add: warning: package 'nano-1.2.5' requires 'gettext-0.14.5', but 'gettext-0.13.1_1' is installed any help would be appreciated Thanks Jean