From owner-freebsd-ports@FreeBSD.ORG Thu Sep 25 21:16:28 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6687D39 for ; Thu, 25 Sep 2014 21:16:28 +0000 (UTC) Received: from mail-qc0-x22c.google.com (mail-qc0-x22c.google.com [IPv6:2607:f8b0:400d:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 912C013B for ; Thu, 25 Sep 2014 21:16:28 +0000 (UTC) Received: by mail-qc0-f172.google.com with SMTP id c9so5828550qcz.17 for ; Thu, 25 Sep 2014 14:16:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=HxNhhjm0KjGYnXrsR4O+SqtKWtCeroe2ewasrd3v0pw=; b=YqdrhqN8eUqxGVSz/dTlsK7TrJa3L8qKlw022RsnoUgThW0qFRKGahwS4XAgdEq7iH uuuetf8mepmuHzoXCnZJp54KJQWPN3HHpjryeJt0Q1kFq/eLeUUCm070z81Cz70M3UET M2oKTkP+tB41VKnNHTkjxLIFl32HS4oqmD9QkjkgwyJq1wYRopx3qylyGVDmdLNuT46u OpN4ZDL6b+kHARjwiir62gO+JFOVSgqc6etKsEDfUXBYpK9P/jP+nneyA3EYKqb18FT9 VEH35iQRQk05Xvx7hg/DuRbzYU3gZ+n2h+9sGJRmeR7mxuOf1Odt4HmsO93fPijkoNUr NN1g== MIME-Version: 1.0 X-Received: by 10.140.22.41 with SMTP id 38mr14022754qgm.16.1411679786938; Thu, 25 Sep 2014 14:16:26 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.140.28.68 with HTTP; Thu, 25 Sep 2014 14:16:26 -0700 (PDT) In-Reply-To: <5423E8DE.5080606@rewt.org.uk> References: <20140923083359.GA20383@ivaldir.etoilebsd.net> <54213713.7020200@sorbs.net> <5423E8DE.5080606@rewt.org.uk> Date: Thu, 25 Sep 2014 14:16:26 -0700 X-Google-Sender-Auth: m2e6mEQ_n2oYl_xtbMRi5Dopn5w Message-ID: Subject: Re: pkg 1.3.8 requested but not available? From: Craig Rodrigues To: Joe Holden Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Thu, 25 Sep 2014 21:16:29 -0000 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