From owner-freebsd-ports@FreeBSD.ORG Tue Sep 23 22:35:56 2014 Return-Path: Delivered-To: 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 1AC0C3F8; Tue, 23 Sep 2014 22:35:56 +0000 (UTC) Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com [IPv6:2a00:1450:4010:c04::232]) (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 23BB4314; Tue, 23 Sep 2014 22:35:54 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id z12so6935907lbi.23 for ; Tue, 23 Sep 2014 15:35:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=e0EB9lF2QICG9x0E3CFr/45+Rh3e4WaQ+kMJklAB+gM=; b=Y9+R4bPx82TuTOHSZKTwSIE7pHyTUlP2qpFc40PSXPr2+34hi104s9OJBMPfmK6mVT It3kGXs2Kv4xliWS5Ue1cSdetnyM7mgbjpNZ4BsS14zF2kEihnQT1Yqd+OAzUE4Gi4GZ 4AkKRpodIdaer3BWlBEb+ScRB48qf7faUtSJ3OHejlL8IrKNSuLi9Jp7ChhA4EtQ8+1U KxyBEPYARb+JthOjXyQAtPmPC/723dr9gods8zlaQ8NGy/7cgHUASxL73hfFa+OJDqtZ T8vvtdznhB/u3XF6zjb13d5oAaAXTNU5wIrm0sX1e8nuGpdpGmHYgUvOvMufbgRlLVae pIPA== MIME-Version: 1.0 X-Received: by 10.152.116.7 with SMTP id js7mr2695434lab.12.1411511752403; Tue, 23 Sep 2014 15:35:52 -0700 (PDT) Received: by 10.25.36.70 with HTTP; Tue, 23 Sep 2014 15:35:52 -0700 (PDT) In-Reply-To: References: <20140923083359.GA20383@ivaldir.etoilebsd.net> <54213713.7020200@sorbs.net> Date: Tue, 23 Sep 2014 15:35:52 -0700 Message-ID: Subject: Re: pkg 1.3.8 requested but not available? From: Patrick Gibson To: Brandon Allbery Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "ports@freebsd.org" , Baptiste Daroussin , Cristiano Deana , FreeBSD Stable Mailing List , Michelle Sullivan 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: Tue, 23 Sep 2014 22:35:56 -0000 On Tue, Sep 23, 2014 at 2:53 PM, Brandon Allbery wrote: > > I would guess that, since 1.3.8 needs to rebuild the package database, > earlier versions of pkg can't safely install it? The port is likely special > in that it uses the just-built pkg to install itself instead of relying on > the installed one (otherwise you couldn't bootstrap-install pkg at all). > The port I was trying to install was lang/v8 (3.18.5). I don't see anything in the Makefile that says it needs a particular version of pkg, but maybe it's hidden somewhere else. Either way, something seems broken or not well thought out. This is an up-to-date 10.0 system with a very vanilla configuration.