From owner-freebsd-questions@FreeBSD.ORG Wed Feb 20 12:34:30 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 44A67A49 for ; Wed, 20 Feb 2013 12:34:30 +0000 (UTC) (envelope-from b.smeelen@ose.nl) Received: from mail.ose.nl (mail.ose.nl [212.178.134.164]) by mx1.freebsd.org (Postfix) with ESMTP id DCBC9E7E for ; Wed, 20 Feb 2013 12:34:29 +0000 (UTC) X-Footer: b3NlLm5s Received: from localhost ([127.0.0.1]) by mail.ose.nl (using TLSv1/SSLv3 with cipher AES256-SHA (256 bits)) for freebsd-questions@freebsd.org; Wed, 20 Feb 2013 13:24:20 +0100 Message-ID: <5124C073.1070407@ose.nl> Date: Wed, 20 Feb 2013 13:24:19 +0100 From: Bas Smeelen User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: pkg_add problems after upgrading to 9.1-RELEASE and a fix References: <20130215110327.4b718a95deb5dd9b521b3c23@yahoo.es> <1361359207.70385.9.camel@eva02> In-Reply-To: <1361359207.70385.9.camel@eva02> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2013 12:34:30 -0000 On 02/20/2013 12:20 PM, paranormal wrote: > And there was an unofficial pkg repository, I can't find where, it was > mentioned recently. There was a message on the stable list http://lists.freebsd.org/pipermail/freebsd-stable/2013-February/072037.html > On Fri, 2013-02-15 at 11:03 +0100, Eduardo Morras wrote: >> Hi all, yesterday i updated my server to 9.1-RELEASE from 8.3. After that, while recompiling the ports and packages i get a lot off errors trying to get 9.1-RELESASE packages and all recompiled from ports. >> >> The problem is that there's no 9.1-RELEASE directory in ftp.freebsd.org server. I solved it after changing the path to fetch from 9-STABLE instead. A better fix i think it's to add that directory or make a ln to stable. >> >> The url where add the fault directory is: >> >> ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/ >> >> the fault directoy is : >> >> ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/ >> >> An example of the error is: >> >> root@camibar:/usr/ports/www # pkg_add -r zen-cart >> Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/Latest/zen-cart.tbz: File unavailable (e.g., file not found, no access) >> pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/Latest/zen-cart.tbz' by URL >> >> I made the recompilation of ports with portmaster as noted in 'man portmaster' with this options (from memory, it's not a c&p) >> >> #portmaster -P -R -D `cat /root/installed_ports_list` >> >> Thanks In Advance >> >> --- --- >> Eduardo Morras