From owner-freebsd-questions@FreeBSD.ORG Wed Feb 20 11:03:40 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 77C0BDC9 for ; Wed, 20 Feb 2013 11:03:40 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 0FA40750 for ; Wed, 20 Feb 2013 11:03:39 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id r5so6295154wey.4 for ; Wed, 20 Feb 2013 03:03:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=YktCuL39cdjS49Baw2k0GX+2yeVNeeJoo63Lnnal+90=; b=l70Z8rxMqpIBoJNYUqy92lmkId7OtmdTb7aMTBB0Mxq7sqU39ztfbRLtkaDqmEnDqi 7pGuC5paThfTXE8gi/uRg/06uQYN8RtckS57LSAOIWVMZtUq/QbZgtC7K4CgGv23kjCO jdfJGLQC7blKsSXM7dhzleFEHgmENSBJL/K6jxsldD9apqhCSYlt7I/CZHg/+e+WwLvY fRHdbd4qTc5+qp192HVwo6BTOxMJcVtN8QODlrji0qt8FotAoAkGNaPmblOCQV8kkAeu ZKWYIVbdqbokBoz2yQt73cf2yuws8nyFPIt25IxUS+gxJhlXOiLe4T4XlRJjYGYKpMmO ZbtQ== MIME-Version: 1.0 X-Received: by 10.180.80.74 with SMTP id p10mr31589482wix.19.1361358214263; Wed, 20 Feb 2013 03:03:34 -0800 (PST) Received: by 10.194.60.147 with HTTP; Wed, 20 Feb 2013 03:03:34 -0800 (PST) In-Reply-To: <20130215110327.4b718a95deb5dd9b521b3c23@yahoo.es> References: <20130215110327.4b718a95deb5dd9b521b3c23@yahoo.es> Date: Wed, 20 Feb 2013 12:03:34 +0100 Message-ID: Subject: Re: pkg_add problems after upgrading to 9.1-RELEASE and a fix From: David Demelier To: Eduardo Morras Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions@freebsd.org 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 11:03:40 -0000 The problem is the November compromise, search for that in the mailing list. There are still no packages available for 9.1-RELEASE. Cheers 2013/2/15 Eduardo Morras > > 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.orgserver. 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > -- Demelier David