From owner-freebsd-current@freebsd.org Tue Jan 23 06:56:07 2018 Return-Path: Delivered-To: freebsd-current@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 E2B4EEB523D for ; Tue, 23 Jan 2018 06:56:07 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51E6D1CFE for ; Tue, 23 Jan 2018 06:56:06 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from freyja.zeit4.iv.bundesimmobilien.de ([87.138.105.249]) by mail.gmx.com (mrgmx003 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MAgzj-1eX0yq1fZL-00Bsjt for ; Tue, 23 Jan 2018 06:46:39 +0100 Date: Tue, 23 Jan 2018 06:46:33 +0100 From: "O. Hartmann" To: freebsd-current Subject: PkgBase: Can not upgrade base system Message-ID: <20180123064633.45e2710b@freyja.zeit4.iv.bundesimmobilien.de> Organization: Walstatt MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:lmWMX2ouMtVj9mYbbR9KsJr+YscNLkIcS2coRAe2ZxFDvIuDudo ndgdppsES22rjALs9CnNYzPEqTyAeBz/okU8ykHj2FdpLi+w/+QCWp4/eZnJOEYOddmBqpa xzfowBmw7fCjYRliPAOWWHSxuHvDBoBtyq/++QxHxLQkMgIUcDO6633lsEVngjfQR+j0HAe xOyGT2M2WROT2WMXNAivA== X-UI-Out-Filterresults: notjunk:1;V01:K0:Vn6EPTBgOPg=:V84wg5jwtqEqtpc6WFdNaQ zO8/Ae4wwxW9vyEOk9iOtqfwbtk6BcGXRFckmYUIIHYfN4hTdRyvakV8R8bu82zlLVEdECerx 0FFt4dd7EjuEifup6B07q3MrNqJUuOp62SgZWyULZAd2YJ36mzrZ+RJU44EUghYrwU6X8dxod yUVKGLJYqKELF1ggVi4kLb4A2gNoRUij9lC45L3uwfQosMCKWvUMLG/ubX68oN4qrC1O+mzKH bfxxjSSo2fx0nnUB+0xsg2XDLIexPAxvNawkurMtX0XkVJfTp8zUrAHaP8uJTsRb41Cu4rydP DDyMs81oBzaJ5jFqLl3i0T+JaWiL64iB2Tfico3/QSB4+wcFnp+IIM7wYTWn+bX1OzDxsCnaa ZcTmT0KyA939UipRr6SfE1q/Ko+tdXslKU2ii62HudgNbzVWYd5AgI/oiBGwjINrFPdyzphoB J0UWPAKQFgc809pJDe/IyS+uQO7C40Xj4Y584AwB8IE8owTXhcRwU2EcjxUiqfJkBqNOGc3J2 V+g5Wkfl59n46fz3GRypqAl7d5ujgmyBPSvWkv8lLDanivGgqtJn/bNykINM28i7GfUt+ORys GBrZZRYUMZmqiZFEPdN0PWIUhv8yzx47RtcS+lAOt0yNm/BwiGWWmQESHcI1UXJDZRCITbk8D FPKT36ul5oXHCLVgdGu9Ivheww+6+mT2G4JuVw9E+wFWLg1AP5I6c9ECFYPd+kYmNGYhehZSa PoPdwCFqoWCpduvJSBdlmRgBWfLyFEliYM2J5BSwdnvZAco3+Ze+h/zSepJzOhf0eCyg3+vN9 Kvw9Xn/9HV54uzhiHV38bLyZd4rNmxaCS6WTtsZmnPQtr7wpFs= 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: Tue, 23 Jan 2018 06:56:08 -0000 For a client I tried PkgBase and followed the procedures recommended (first build the OS from /usr/src/, installworld/kernel, then proceed with pkg update -r FreeBSD-base and pkg install -g 'FreeBSD-*'. This doesn't work for any update I try to apply. Since the target host is a two years old Intel NUC based on some Broadwell snail CPU, building world and kernel is performed on another, much more potent host. In the first place, when performing a "pkg upgrade", the system complains about mismatching OSVERSION, 1200055 forthe running system, and 1200056 for the packages to be updated. When setting env OSVERSION=1200056, pkg (not pkg-static!) complains about revision numbers (the long date trailing the package's name), for instance the newest one is FreeBSD-hast-12.0.s20180123050738.txz contained within the repository to be used for the update, but installed is something older, like FreeBSD-hast-12.0.s20171103114456.txz. When trying pkg-static, I get a crash of pkg-static, segmentation fault is its death-cause. How am I supposed to update a base system via PkgBase? Kind regards, oh p.s. sorry for the lack of data, the box in question is on a remote site without net.