From nobody Thu Aug 31 04:16:02 2023 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 4RbnsK1h9Kz4rgXD for ; Thu, 31 Aug 2023 04:16:05 +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 4RbnsJ5thqz3gCJ for ; Thu, 31 Aug 2023 04:16:04 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Authentication-Results: mx1.freebsd.org; none Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.17.1/8.15.2) with ESMTPS id 37V4G2PI038684 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 30 Aug 2023 21:16:02 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.17.1/8.15.2/Submit) id 37V4G2sJ038683; Wed, 30 Aug 2023 21:16:02 -0700 (PDT) (envelope-from fbsd) Date: Wed, 30 Aug 2023 21:16:02 -0700 From: bob prohaska To: Mark Millard Cc: FreeBSD Mailing List Subject: Re: Bmake bad variable name Message-ID: References: <9B530FC9-ED6B-4B75-A731-D8F7D7586A51.ref@yahoo.com> <9B530FC9-ED6B-4B75-A731-D8F7D7586A51@yahoo.com> <040CECBC-8A04-4049-91A7-0C1522000F5A@yahoo.com> <94FBA6B3-EA84-4B96-A87A-0A04C3E6EFE0@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: <94FBA6B3-EA84-4B96-A87A-0A04C3E6EFE0@yahoo.com> X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US] X-Rspamd-Queue-Id: 4RbnsJ5thqz3gCJ On Wed, Aug 30, 2023 at 06:08:06PM -0700, Mark Millard wrote: > > http://www.zefox.net/~fbsd/poudriere_on_rpi4 looks unchanged > just now, not just for this but for any changes. May be some > other copy was changed or the old content is cached someplace? > The file was updated -rw-r--r-- 1 fbsd fbsd 4076 Aug 30 17:34 poudriere_on_rpi4 Possibly I hit send before saving the changes. If you don't see the changes after reloading the page please tell me. > > But that buildworld buildkernel activity and rebooting to > the new installed system and updating > /usr/local/poudriere/poudriere-system should be done before > even the "poudriere jail -c". The quoted material may be > just out of order? My question was where does the output of poudriere jail -c ... get written? I thought it might be a dot file in /usr/ports or /usr/local/poudriere, but nothing is visible. The sequence was 1. update, build and install world and kernel 2. create /usr/local/poudriere 3. run in /usr/src the make commands to populate /usr/local/poudriere/poudriere-system 4. run poudriere ports command (this is where I expected some write activity 5. run poudriere jail command 6. use poudriere In the event of step 1 re-run step 3 In the event of major version change delete the jail and re-run step 5 with the new version number Does that make more sense? > > Late night operator error: "indented oddly" would > be what I was intending. > Ahhh, now I get it. Thanks for writing! bob prohaska