From owner-freebsd-ports@freebsd.org Tue Sep 29 04:31:40 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC506A0B8F3 for ; Tue, 29 Sep 2015 04:31:40 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 72C071825 for ; Tue, 29 Sep 2015 04:31:40 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by obcxm10 with SMTP id xm10so41756331obc.3 for ; Mon, 28 Sep 2015 21:31:39 -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=r+hjHGOlK8u2NyAXfzFPenOMsCGgoRah01ttJ1GO1Iw=; b=EYNw+FJI7UHz0CNiNmCPImB6MUZVPV8JdQdShMd0WRfA1CfwXgbT8daf+/D05ZIwgs mi7UtZQ2TRXc/cQavPZyJF87kR211NWxkzDTeY/EHmUHFBTcZ2i7XZFhHU9HtyGov00i 5s0tiMtZc1GjIHL6t68r06yGPO7kFAXcWfMX/+PfLpXCYSGKbSLd5lFz/XdUsLRlTM9Y wChyW69l7BNtpxib7vK0+2rM0PcrUvcVBpb3lQoyc9KQm6EXgrHlbBRHU4BrWdoxv3SF TXp/vlZ3/R8XKsMF15qJltHVOoUj1IIHssXlg2kviTRh3VthyvkIbGpSWaH/YQsClxjE guuw== MIME-Version: 1.0 X-Received: by 10.182.104.130 with SMTP id ge2mr12803367obb.79.1443501099577; Mon, 28 Sep 2015 21:31:39 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.202.102.9 with HTTP; Mon, 28 Sep 2015 21:31:39 -0700 (PDT) In-Reply-To: <5609D023.70402@bluerosetech.com> References: <5609D023.70402@bluerosetech.com> Date: Mon, 28 Sep 2015 21:31:39 -0700 X-Google-Sender-Auth: UeH6QqmwjPoBLwKwxx5AogiEGsc Message-ID: Subject: Re: Ports requires pkg 1.6.0, but 1.5.6 is the latest available From: Kevin Oberman To: Mel Pilgrim Cc: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2015 04:31:40 -0000 On Mon, Sep 28, 2015 at 4:41 PM, Mel Pilgrim wrote: > I'm trying to build and install security/openssh-portable, but when I do, > make errors out with: > > ===> openssh-portable-7.1.p1_2,1 pkg(8) must be version 1.6.0 or greater, > but you have 1.5.6. You must upgrade the ports-mgmt/pkg port first. > *** Error code 1 > > Stop. > make: stopped in /usr/ports/security/openssh-portable > > I'm using an svn checkout of https://svn.freebsd.org/ports/head. I also > cleaned my package cache and forced an update of the local catalogues, but > pkg tells me the latest version of pkg available, at least for amd64 > 10.2p3, is 1.5.6. > > I rolled back my local ports tree to r397904 (r397905 was the > MINIMAL_PKG_VERSION bump) and it works fine. > > I'm guessing from other posts on this list that pkg 1.6.0 out, but it > doesn't seem to be in the public pkg repo. I didn't see anything in > UPDATING about it. > > What am I missing? > I believe that 10.2p3 only updated to the latest quarterly package build. If you want something more recent, you will need to edit the config file (/etc/pkg/FreeBSD.conf) to use "latest" repo. I believe that url: "pkg+ http://pkg.FreeBSD.org/${ABI}/latest" should do the trick. More of concern is why svn is not working. What does "svn info /usr/ports" show? "svn status /usr/ports"? I and assure you that pkg-1.6.1 IS in svn. I have it and built and installed it earlier today. You can confirm what is in the repo by checking out the web interface: https://svnweb.freebsd.org/ports/head/ports-mgmt/pkg/. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683