Date: Sat, 7 May 2022 15:12:56 +0900 From: Tatsuki Makino <tatsuki_makino@hotmail.com> To: Mikhail Holt <mikhail.k.holt@gmail.com>, freebsd-ports@FreeBSD.org Subject: Re: Poudriere Message-ID: <PSAPR03MB563926109AB1FB02A868EC98FAC49@PSAPR03MB5639.apcprd03.prod.outlook.com> In-Reply-To: <6275F596.50105@gmail.com> References: <6275F596.50105@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello. If you are using poudriere-3.3.7_1, the installation process is handled by function installworld in file /usr/local/share/poudriere/jail.sh. The rest you can see, it uses the host /usr/bin/make and appends DESTDIR to make it install in a directory other than /. Regards. Mikhail Holt wrote on 2022/05/07 13:29: > Hello All, > > First time user of Poudriere with novice questions. > > The man page for poudriere-jail states: > > -m method > Pre-built distribution options: > src=path Install from the given directory at path. > This directory will not be built unless -b > is given. It is expected that it is al- > ready built and maps to a corresponding > /usr/obj directory. > > If Poudriere will do a make installworld using /usr/obj, which is already built, how is /usr/src specified so that Poudriere can find make? > > Thanks in advance. > Mikhail. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PSAPR03MB563926109AB1FB02A868EC98FAC49>