Date: Thu, 9 Apr 2020 14:49:13 +0300 From: Yuri Pankov <ypankov@fastmail.com> To: =?UTF-8?Q?Trond_Endrest=c3=b8l?= <trond.endrestol@ximalas.info>, Gary Jennejohn <gljennjohn@gmail.com> Cc: current@freebsd.org Subject: Re: buildkernel failure because ctfconvert not installed Message-ID: <9f03fb79-a0ad-3c11-9a50-bc7731882da9@fastmail.com> In-Reply-To: <alpine.BSF.2.22.395.2004091337000.8527@enterprise.ximalas.info> References: <20200408083204.4a2d6dbc@ernst.home> <814e8e7d-68e6-bead-481b-21c5552583c4@FreeBSD.org> <20200409093346.1aec1bba@ernst.home> <20200409105626.386b0ba5@ernst.home> <alpine.BSF.2.22.395.2004091337000.8527@enterprise.ximalas.info>
next in thread | previous in thread | raw e-mail | index | archive | help
Trond Endrestøl wrote: > On Thu, 9 Apr 2020 10:56+0200, Gary Jennejohn wrote: > >> OK, I figured it out. >> >> I used to have MK_CTF=no in src.conf, but I recently changed it to >> WITH_CTF=no. > > It's either WITH_xxx=yes or WITHOUT_xxx=yes. Or even WITH_xxx= or WITHOUT_xxx=, src.conf(5) explicitly states that value is NOT checked: The values of variables are ignored regardless of their setting; even if they would be set to "FALSE" or "NO". The presence of an option causes it to be honored by make(1). >> /sys/conf/kern.post.mk checks whether MK_CTF is no and apparently >> does not invoke ctfconvert if that is the case. >> >> I put MK_CTF=no back into src.conf. >> >> So, now everything works without having cftconvert installed. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9f03fb79-a0ad-3c11-9a50-bc7731882da9>