From owner-freebsd-current@freebsd.org Sat May 5 15:24:25 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 AB211FB0BD7 for ; Sat, 5 May 2018 15:24:25 +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 39E7D7DAD5 for ; Sat, 5 May 2018 15:24:24 +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 w45FQ0B7021421 for ; Sat, 5 May 2018 08:26:06 -0700 (PDT) (envelope-from bsd-lists@BSDforge.com) X-Mailer: UDNSMS MIME-Version: 1.0 In-Reply-To: <078050dffc03a3b75cc86224c9c1fbd6@udns.ultimatedns.net> From: "Chris H" Reply-To: bsd-lists@BSDforge.com To: "FreeBSD Current" Subject: Re: IGNORE_OSVERSION=yes -- can't install pkg Date: Sat, 05 May 2018 08:26:06 -0700 Message-Id: <7c58b8eb1bc3f83819c2aab6bfea322c@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 15:24:25 -0000 On Fri, 04 May 2018 22:57:52 -0700 said > I just setup a jail from a 12-CURRENT I built awhile ago=2E It has no ports > tree=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]: >=20 > Umm, what? Should I ignore this error? If so, why is there an error at al= l? > I answered no=2E Guess I won't be able to use pkg(8) on this jail(8)=2E :-( >=20 > --Chris OK the only reference[1] I can find regarding this, indicates that answerin= g "Y" to Allow missmatch now? resulted in an ABI mismatch that caused pkg(8) to b= e unusable=2E This is on an older version of 12, so I don't have anything that might have appeared in UPDATING=2E I really need this jail to resolve accumulating pr(1)= 's on ports(7) I maintain=2E Thank you=2E --Chris 1 https://unix=2Estackexchange=2Ecom/questions/430038/installed-incompatible-pk= g-version-how-to-uninstall-or-fix-otherwise >=20 >