From owner-freebsd-current@freebsd.org Thu Jan 14 11:15:48 2021 Return-Path: Delivered-To: freebsd-current@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 9A1F24DDDA6 for ; Thu, 14 Jan 2021 11:15:48 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DGhZD39PCz3hFw for ; Thu, 14 Jan 2021 11:15:48 +0000 (UTC) (envelope-from herbert@gojira.at) Received: by mailman.nyi.freebsd.org (Postfix) id 6C4D24DD8DE; Thu, 14 Jan 2021 11:15:48 +0000 (UTC) Delivered-To: current@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 6C1264DDE35 for ; Thu, 14 Jan 2021 11:15:48 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [94.130.200.20]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail.bsd4all.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DGhZC4zmtz3hBL for ; Thu, 14 Jan 2021 11:15:47 +0000 (UTC) (envelope-from herbert@gojira.at) Date: Thu, 14 Jan 2021 12:15:44 +0100 Message-ID: <87wnwfahwf.wl-herbert@gojira.at> From: "Herbert J. Skuhra" To: current@FreeBSD.org Subject: Re: Running 'pkg version' in a stable/12 jail under FreeBSD 13.0-ALPHA1 In-Reply-To: <87y2gvam74.wl-herbert@gojira.at> References: <87y2gvam74.wl-herbert@gojira.at> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/28.0 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4DGhZC4zmtz3hBL X-Spamd-Bar: + X-Spamd-Result: default: False [1.13 / 15.00]; ARC_NA(0.00)[]; SUBJECT_ENDS_SPACES(0.50)[]; R_DKIM_ALLOW(-0.20)[gojira.at:s=mail202005]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:94.130.200.20]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[gojira.at]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[94.130.200.20:from:127.0.2.255]; NEURAL_SPAM_SHORT(0.13)[0.127]; DKIM_TRACE(0.00)[gojira.at:+]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[94.130.200.20:from]; ASN(0.00)[asn:24940, ipnet:94.130.0.0/16, country:DE]; MAILMAN_DEST(0.00)[current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 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: Thu, 14 Jan 2021 11:15:48 -0000 On Thu, 14 Jan 2021 10:42:55 +0100, "Herbert J. Skuhra" wrote: > > Hi! > > I have two BEs: default (stable/12-c243202-g49038d1723a9) and fbsd13 > (main-c255946-gbd72252aace3) and a stable/12 jail. Ports tree is > mounted ro,nullfs from the host into the jail. > > 1. Booting the default BE and running pkg in the jail: > > # pkg version -vPL= > meson-0.56.0 < needs updating (port has 0.56.2) > mutt-2.0.3 < needs updating (port has 2.0.4) > > 2. Booting the fbsd13 BE and running pkg in the jail: > > # pkg version -vPL= > autoconf-2.69_3 ? orphaned: devel/autoconf > [...] > meson-0.56.0 ? orphaned: devel/meson > mime-support-3.62 ? orphaned: misc/mime-support > mutt-2.0.3 ? orphaned: mail/mutt > [...] > zstd-1.4.5_1 ? orphaned: archivers/zstd > > This also happens with a svn checkout of ports inside the jail. Please ignore. This is obviously not supported: make: "/usr/ports/Mk/bsd.port.mk" line 1204: UNAME_r (13.0-CURRENT) and OSVERSION (1202505) do not agree on major version number. I thought this had worked a few days ago. I have to run: env UNAME_r=12.2-STABLE pkg version -vPL= -- Herbert