Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2020 10:56:26 +0200
From:      Gary Jennejohn <gljennjohn@gmail.com>
To:        current@freebsd.org
Subject:   Re: buildkernel failure because ctfconvert not installed
Message-ID:  <20200409105626.386b0ba5@ernst.home>
In-Reply-To: <20200409093346.1aec1bba@ernst.home>
References:  <20200408083204.4a2d6dbc@ernst.home> <814e8e7d-68e6-bead-481b-21c5552583c4@FreeBSD.org> <20200409093346.1aec1bba@ernst.home>

next in thread | previous in thread | raw e-mail | index | archive | help

OK, I figured it out.

I used to have MK_CTF=no in src.conf, but I recently changed it to
WITH_CTF=no.

/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.

-- 
Gary Jennejohn



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200409105626.386b0ba5>