Date: Sun, 16 May 2021 16:16:36 +0900 From: Tatsuki Makino <tatsuki_makino@hotmail.com> To: Mark Millard <marklmi@yahoo.com> Cc: bob prohaska <fbsd@www.zefox.net>, FreeBSD ports <freebsd-ports@freebsd.org> Subject: Re: Python 37/38 conflict, was Re: Trubles compiling lxqt on RPi4 Message-ID: <PSAPR03MB56398C972736997CEF823487FA2E9@PSAPR03MB5639.apcprd03.prod.outlook.com> In-Reply-To: <A43A154A-FB52-45DB-B3BB-DE1740128B14@yahoo.com> References: <0B407A98-E0D4-461E-BFD8-E02019E96757.ref@yahoo.com> <0B407A98-E0D4-461E-BFD8-E02019E96757@yahoo.com> <20210515233735.GA58311@www.zefox.net> <A43A154A-FB52-45DB-B3BB-DE1740128B14@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Millard via freebsd-ports wrote on 2021/05/16 10:57: > In the form that I use poudriere I use something > like the following. I presume here that /usr/src > is populated and has the source for the system > involved. (I do not remember your describing its > status.) (Omitted below) I was just wondering... If you want to use the sources in /usr/src and collect the files in /usr/obj to make a jail, the following is easier. poudriere jail -c -j main -m 'src=/usr/src' -v `make -C /usr/src/release/ -V VERSION VERSION=\$\{REVISION:Q\}-\$\{BRANCH:Q\}` Updating it can be done with just the following. poudriere jail -u -j main Regards.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PSAPR03MB56398C972736997CEF823487FA2E9>