From nobody Fri Jul 9 23:07:38 2021 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 6BFF91242058 for ; Fri, 9 Jul 2021 23:07:37 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (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 (2048 bits) client-digest SHA256) (Client CN "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GM82K0ss9z3qym for ; Fri, 9 Jul 2021 23:07:36 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.16.1/8.15.2) with ESMTPS id 169N7cSL083702 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 9 Jul 2021 16:07:39 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.16.1/8.15.2/Submit) id 169N7cwF083701; Fri, 9 Jul 2021 16:07:38 -0700 (PDT) (envelope-from fbsd) Date: Fri, 9 Jul 2021 16:07:38 -0700 From: bob prohaska To: Mark Millard Cc: freebsd-ports@freebsd.org Subject: Re: Too many pythons in poudriere Message-ID: <20210709230738.GA83522@www.zefox.net> References: <044A7E63-2734-41F4-A1A2-AE5096C6A62C@yahoo.com> <20210708154558.GB60914@www.zefox.net> <20210708175436.GA70414@www.zefox.net> <24795168-CEBF-4049-A4BD-D529F70E7F8D@yahoo.com> <6D9BAA86-CB85-42E9-B4FC-6272141CFFDB@yahoo.com> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6D9BAA86-CB85-42E9-B4FC-6272141CFFDB@yahoo.com> X-Rspamd-Queue-Id: 4GM82K0ss9z3qym X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Fri, Jul 09, 2021 at 12:46:47PM -0700, Mark Millard wrote: > > Going in different direction, when you updated: > > /usr/local/poudriere/poudriere-system > > to have Jail OSVERSION: 1400024 (and probably > matching the host OS main-n247590-5dd84e315a9), > matching /usr/src/ as well, did you rebuild all > your ports under the coherent combination? > No. > Or are you still using port builds in poudriere that > were built with the jail OSVERSION being older than > the /usr/src/ the builds were based on? > Yes. > Just like devel/llvm10 had a command that only-sometimes > had problems when built via the incoherent combination, > other ports could have odd behavior --but only sometimes. > > My guess is that you have not done such because it would > have taken far more time than I've noticed in your > activities. > Correct! > I recommended before doing such a rebuild of the ports > and then a reinstall of them. Given the odd behaviors > being observed that do not repeat each time tried, I > still make the recommendation. > Just to be clear, after updating kernel and world I gather the suggestion is to repeat # cd /usr/src # make installworld DESTDIR=/usr/local/poudriere/poudriere-system DB_FROM_SRC=1 # make distrib-dirs DESTDIR=/usr/local/poudriere/poudriere-system DB_FROM_SRC=1 # make distribution DESTDIR=/usr/local/poudriere/poudriere-system DB_FROM_SRC=1 Next, cd /usr/local/poudriere poudriere jail -d main -C all to get rid of the old jail and packages, then re-make the jail with # poudriere ports -c -m null -M /usr/ports # poudriere jail -c -j main -m null -M /usr/local/poudriere/poudriere-system -S /usr/src -v 14.0-CURRENT Have I got this right? One thing I'm hesitant about is the -C all option. Thanks for all your help! bob prohaska