From owner-freebsd-ports@FreeBSD.ORG Fri Sep 26 08:33:40 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C99293EB; Fri, 26 Sep 2014 08:33:40 +0000 (UTC) Received: from mail.as41113.net (mail.as41113.net [91.208.177.22]) by mx1.freebsd.org (Postfix) with ESMTP id 8698D242; Fri, 26 Sep 2014 08:33:40 +0000 (UTC) Received: from [172.21.87.41] (193.98.9.212.in-addr.arpa [212.9.98.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: lists@rewt.org.uk) by mail.as41113.net (Postfix) with ESMTPSA id 3j45xZ2jHYz1N29g; Fri, 26 Sep 2014 09:33:38 +0100 (BST) Message-ID: <542524EC.7030005@rewt.org.uk> Date: Fri, 26 Sep 2014 09:33:48 +0100 From: Joe Holden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Craig Rodrigues Subject: Re: pkg 1.3.8 requested but not available? References: <20140923083359.GA20383@ivaldir.etoilebsd.net> <54213713.7020200@sorbs.net> <5423E8DE.5080606@rewt.org.uk> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 08:33:40 -0000 Not quite, in this case I was using pkg but tried to install one port as there aren't any meta packages yet, it looks like the pkg repo has been updated but it was a case of there only being 1.3.7 in the repo, ports wanted 1.3.8 but 1.3.8 was the latest at the bootstrap url If that makes sense? On 25/09/2014 22:16, Craig Rodrigues wrote: > > > On Thu, Sep 25, 2014 at 3:05 AM, Joe Holden > wrote: > > RE original post, it is broken because pkg-1.3.7 is the latest in > the pkg repo, whereas if you bootstrap it, the latest is 1.3.8, I > just hit this and had to pkg remove -f pkg and bootstrap again > > > Is this problem the following? > (1) You have pkg-1.3.7 installed on your system > (2) cd /usr/ports/ports-mgmt/pkg; make > -> build will fail because system will complain that you > have pkg-1.3.7 installed > but should have pkg-1.3.8 to continue > > -- > Craig