From owner-freebsd-questions@FreeBSD.ORG Fri Feb 15 10:03:27 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 D92F7A23 for ; Fri, 15 Feb 2013 10:03:27 +0000 (UTC) (envelope-from emorrasg@yahoo.es) Received: from nm21-vm7.bullet.mail.ird.yahoo.com (nm21-vm7.bullet.mail.ird.yahoo.com [212.82.109.247]) by mx1.freebsd.org (Postfix) with SMTP id 2014BE4E for ; Fri, 15 Feb 2013 10:03:26 +0000 (UTC) Received: from [77.238.189.231] by nm21.bullet.mail.ird.yahoo.com with NNFMP; 15 Feb 2013 10:03:23 -0000 Received: from [217.146.188.163] by tm12.bullet.mail.ird.yahoo.com with NNFMP; 15 Feb 2013 10:03:23 -0000 Received: from [127.0.0.1] by smtp131.mail.ird.yahoo.com with NNFMP; 15 Feb 2013 10:03:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1360922603; bh=n9Y8ERF17IbSssKMe5SFgnifwDLAnGgvEjlivBmE9mw=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Date:From:To:Subject:Message-Id:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; b=KhL/+BKDomWDJhpYFUBVbOEZ/gnDzw15l15EFEStSZCHwGRfjkoqgCYzVMcvziYUeSjq0MDBVcsoeiNXRXJAB6ti+G3qFqiot1U/uuNiDaLEIsPNlelOteCFwO1MrjcysdU5w0Q0XjxQb1Ya33dkIcte2DscHunoLzlJUzeVUE0= X-Yahoo-Newman-Id: 456361.74469.bm@smtp131.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: QrFr.j4VM1lzeH.Crx1iKl9JoEq_c3HaiE0FeQOd.EOcI7o VYpp0NvwK.X6kszEJSZ3JEIRpQM8kEiGRb6ADIm46g0xCUeb6HCSunDnM1kc Nn8pWppTUXpaS7fAGfh.pOIEUTS8TsljgGvU8BE2VF_KD4MaCYwRlJ_WDjtn rPSwbGj57dCxogcDCblrMZSyR9ob5HJoAYkbMsVK4HCKERQus01H_OGq8WD_ N6FIXhJb6U6bhinFWkmtVrgFp6T.OrmebcWJ3UnKwIddcfRIzP6Mme6L.v5I J4RCTgQ2q3Pbk3PpiKELwSmSoehrBbw1Tm7P2y5M9hF9_ll.7lj5zN_RU1tr Qgou0HNat2Z2Wb30PFAE6t_.0iyCAwbN4bjReb3jbnca8HzxxEMKe6vZLu.F mQXTTNL0xRPcvwtEghYvewBrnamtrWrTmCFNYi1HtT1uXWztY.x1oYsYu.zM dmtqLIQxcDA-- X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR Received: from camibar.xroff.net (emorrasg@89.7.216.154 with plain) by smtp131.mail.ird.yahoo.com with SMTP; 15 Feb 2013 02:03:23 -0800 PST Date: Fri, 15 Feb 2013 11:03:27 +0100 From: Eduardo Morras To: freebsd-questions@freebsd.org Subject: pkg_add problems after upgrading to 9.1-RELEASE and a fix Message-Id: <20130215110327.4b718a95deb5dd9b521b3c23@yahoo.es> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Fri, 15 Feb 2013 10:03:27 -0000 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