From owner-freebsd-stable@freebsd.org Fri Oct 11 12:04:31 2019 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B915714B739 for ; Fri, 11 Oct 2019 12:04:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46qRTC4WZ3z4Rkk for ; Fri, 11 Oct 2019 12:04:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 995A814B738; Fri, 11 Oct 2019 12:04:31 +0000 (UTC) Delivered-To: stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 991F714B737 for ; Fri, 11 Oct 2019 12:04:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46qRTC3Xrfz4Rkj; Fri, 11 Oct 2019 12:04:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from ivaldir.etoilebsd.net (etoilebsd.net [178.32.217.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id 3461D8D57; Fri, 11 Oct 2019 12:04:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by ivaldir.etoilebsd.net (Postfix, from userid 1001) id 95A0395485; Fri, 11 Oct 2019 14:04:28 +0200 (CEST) Date: Fri, 11 Oct 2019 14:04:28 +0200 From: Baptiste Daroussin To: Bengt Ahlgren Cc: stable@freebsd.org, Ronald Klop Subject: Re: pkg thinks kernel is old Message-ID: <20191011120426.mqlcn6vwtg6gxwxp@ivaldir.net> References: <1883214925.66.1570706728382@localhost> <20191010152902.rxoxavfyraqvcjpq@ivaldir.net> <20191011094649.nvemaxf75wzqd67x@ivaldir.net> <20191011105556.c2fpf5abiryajv4m@ivaldir.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="hria34zt3pe7qoon" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2019 12:04:31 -0000 --hria34zt3pe7qoon Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 11, 2019 at 01:57:06PM +0200, Bengt Ahlgren wrote: > Baptiste Daroussin writes: >=20 > > On Fri, Oct 11, 2019 at 11:54:15AM +0200, Bengt Ahlgren wrote: > >> Baptiste Daroussin writes: > >>=20 > >> > On Fri, Oct 11, 2019 at 11:38:46AM +0200, Bengt Ahlgren wrote: > >> >> Baptiste Daroussin writes: > >> >>=20 > >> >> > On Thu, Oct 10, 2019 at 03:44:03PM +0200, Bengt Ahlgren wrote: > >> >> >> Ronald Klop writes: > >> >> >>=20 > >> >> >> > Van: Bengt Ahlgren > >> >> >> > Datum: woensdag, 9 oktober 2019 23:38 > >> >> >> > Aan: stable@freebsd.org > >> >> >> > Onderwerp: pkg thinks kernel is old > >> >> >> >> > >> >> >> >> I've ran into this on my 11.3-STABLE system: > >> >> >> >> > >> >> >> >> # uname -K > >> >> >> >> 1103500 > >> >> >> >> # pkg update -f > >> >> >> >> Updating ivyp repository catalogue... > >> >> >> >> Fetching meta.txz: 100% 560 B 0.6kB/s 00:01 Fetchi= ng > >> >> >> >> packagesite.txz: 100% 410 KiB 419.9kB/s 00:01 Processi= ng > >> >> >> >> entries: 0% > >> >> >> >> Newer FreeBSD version for package zziplib: > >> >> >> >> To ignore this error set IGNORE_OSVERSION=3Dyes > >> >> >> >> - package: 1103000 > >> >> >> >> - running kernel: 1102509 > >> >> >> >> Ignore the mismatch and continue? [Y/n]: > >> >> >> >> > >> >> >> >> I build my own packages with poudriere, and have just switche= d from an > >> >> >> >> 11.2-REL to an 11.3-REL jail. I didn't force-upgrade everyth= ing after > >> >> >> >> the switch, perhaps that's needed to make pkg recognise the c= orrect > >> >> >> >> kernel version? > >> >> >> >> > >> >> >> >> Bengt > >> >> >>=20 > >> >> >> > This message of pkg is misleading. > >> >> >> > > >> >> >> > It looks at /bin/sh or something like that for the version. An= d prints > >> >> >> > that as the 'kernel' version. So if you did an incremental bui= ld and > >> >> >> > /bin/sh was not changed the version stays the same. > >> >> >> > To fix it you can do a clean buildworld/installworld. > >> >> >> > > >> >> >> > Regards, > >> >> >> > Ronald. > >> >> >>=20 > >> >> >> That might well be it - I've done some buildworld:s with -DNO_CL= EAN > >> >> >> lately. I'll test - thanks for the tip! > >> >> > > >> >> > Can you provide the uname -U information (building with -DNO_CLEA= N) should be > >> >> > perfectly fine. > >> >>=20 > >> >> Thanks for looking into this! > >> >>=20 > >> >> $ uname -U > >> >> 1103500 > >> >>=20 > >> >> Let me know if there is something else I can check before I do a fu= ll > >> >> buildworld on this system! > >> > > >> > What are the output of pkg config osversion > >> > and pkg -o ABI_FILE=3D/usr/bin/uname config osversion > >> > please > >>=20 > >> $ pkg config osversion > >> 1102509 > >> $ pkg -o ABI_FILE=3D/usr/bin/uname config osversion > >> 1102509 > > > > It means you /usr/bin/uname binary has been built with a compiler that = says it > > is building for 1102509. > > > > Can you show the output of file /usr/bin/uname ? >=20 > $ uname -aKU > FreeBSD P142.sics.se 11.3-STABLE FreeBSD 11.3-STABLE #9 r353280: Mon Oct = 7 22:16:02 CEST 2019 root@P142.sics.se:/storage/obj/usr/src/sys/X250 = amd64 1103500 1103500 >=20 > no signs of 1102509 there... >=20 > and "strings -a /usr/bin/uname |grep 110" returns nothing. >=20 I am interested in the output of file /usr/bin/uname Best regards, Bapt --hria34zt3pe7qoon Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAl2gb8gACgkQY4mL3PG3 PlqYlQ/8Dz3JqKk+k4R4sKwKbiaqSBiyNVwuqFCWaXSrMP7iMLx+qkrQf65XHl+8 cgJlrYnLDpKWB0EsDK06iiAtt77Pwzu6LNGaUKs2MF7wxIjO+ldBNztYn3z+NdI+ PCik1ou8CAbGGy9R75mCnZgNZ7TKRKUKG3sCPsjabRGmm25gmTWE5jHMEb9WtgH8 lz5u67jdbx8vjOm/828ASBFFnNJ04JZjIDq8wq2+T9bke8uIrogxgNHGcAl926id MfREvf5ZBwqwA9+E0E7OkG3pSboLw1ZKI1+2ddp2pev97WfpPrpwrDT+oH57fPni ftkH7ppTJWVnfCtbgoW1EduISZlAiRuAKiiUiL+FNOnT2w+ZfrfhknQavfui75BH h7Rq5jo+7942SzWE0X2PkRHV4GVOEEC8iRQAcF0Q56VnmWt1H+8bxYwJheRHt+iV AzCyKwD5fJ1A2m/ALhCI37sZFNXoobqXmeQeOgMmtW0Z9mqQb8ksgyCiIxNsGiGF Hf7L5BAUc62LdOp0P7W+2nvtOVpKT7qwrQPfKkM7rsrhk1396+fy7hn7ie9YmGY3 0hHY9misWqEF6m/VKh4GN/eVg3gUcbSjurW55waNUmadrNxAvCS+3B3rLaN2W+a8 ke27KWExTMJb1yRKe/Yh2CjDwIS8LFaWXFAk7ucVvZo0UZX+J3s= =zU7I -----END PGP SIGNATURE----- --hria34zt3pe7qoon--