From owner-freebsd-current@freebsd.org Sat May 5 06:10:27 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8867FFCBBBA for ; Sat, 5 May 2018 06:10:27 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF8376A545 for ; Sat, 5 May 2018 06:10:26 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id w455vkGK003909 for ; Fri, 4 May 2018 22:57:52 -0700 (PDT) (envelope-from bsd-lists@BSDforge.com) X-Mailer: UDNSMS MIME-Version: 1.0 From: "Chris H" Reply-To: bsd-lists@BSDforge.com To: "FreeBSD Current" Subject: IGNORE_OSVERSION=yes -- can't install pkg Date: Fri, 04 May 2018 22:57:52 -0700 Message-Id: <078050dffc03a3b75cc86224c9c1fbd6@udns.ultimatedns.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2018 06:10:27 -0000 I just setup a jail from a 12-CURRENT I built awhile ago=2E It has no ports t= ree=2E So I'm attempting to install svnlite=2E issuing pkg search svnlite returns The package management tool is not yet installed on your system=2E Do you want to fetch and install it now? [y/N]: y Bootstrapping pkg from pkg+http://pkg=2EFreeBSD=2Eorg/FreeBSD:12:amd64/latest, = please wait=2E=2E=2E Verifying signature with trusted certificate pkg=2Efreebsd=2Eorg=2E2013102301=2E=2E=2E = done [12current=2Elocalhost] Installing pkg-1=2E10=2E5=2E=2E=2E Newer FreeBSD version for package pkg: To ignore this error set IGNORE_OSVERSION=3Dyes - package: 1200062 - running kernel: 1200054 Allow missmatch now?[Y/n]: Umm, what? Should I ignore this error? If so, why is there an error at all? I answered no=2E Guess I won't be able to use pkg(8) on this jail(8)=2E :-( --Chris