From owner-freebsd-current@freebsd.org Sat Jan 27 09:23:37 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 05146E7A365 for ; Sat, 27 Jan 2018 09:23:37 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84E847E9D5 for ; Sat, 27 Jan 2018 09:23:36 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.110.112]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1efMhr-0004So-TC; Sat, 27 Jan 2018 10:23:28 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: =?utf-8?Q?Jan_Kokem=C3=BCller?= , "O. Hartmann" Cc: "FreeBSD Current" Subject: Re: pkg OSVERSION problem References: <20180127083725.081d5b08@thor.intern.walstatt.dynvpn.de> Date: Sat, 27 Jan 2018 10:23:28 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: "Ronald Klop" Message-ID: In-Reply-To: <20180127083725.081d5b08@thor.intern.walstatt.dynvpn.de> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: 4b95630a2805109a2fafe329e7ec4fd6 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, 27 Jan 2018 09:23:37 -0000 On Sat, 27 Jan 2018 08:36:58 +0100, O. Hartmann = = wrote: > Am Thu, 25 Jan 2018 21:38:27 +0100 > Jan Kokem=C3=BCller schrieb: > >> On 25.01.2018 21:19, Ronald Klop wrote: >> > I know there should be multiple updates of packages. >> > Even with -o OSVERSION it does not give any new pkgs anymore. >> > What will help this? >> >> I've just had the same issue and solved it by forcefully updating the= >> package database: >> >> # pkg -o OSVERSION=3D1200056 update -f >> # pkg -o OSVERSION=3D1200056 upgrade >> >> >> -Jan >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to = >> "freebsd-current-unsubscribe@freebsd.org" > > Thanks, > > I'll give it a try. > > regards, > > Oliver > Thanks also. It kicked pkg upgrade into upgrading again, but in the end = I = missed libdl.so (clang 6?) which was fixed by updating my system to = 1200056 anyway. Otherwise Firefox wouldn't start. So although the OSVERSION check is annoying it does warn for actual = problems. Regards, Ronald.