Re: strange build error in usr.sbin/makefs (unknown type name 'bool')

From: Marcin Cieslak <saper_at_saper.info>
Date: Mon, 05 Jan 2026 15:01:53 UTC
On Mon, 5 Jan 2026, Marcin Cieslak wrote:

> I am trying to rebuild the world from some old 15.x version
> to 1b69ade6b5e8665dfb4d0cb683854705192a68 and the build fails with not 
> knowing "bool" type.

This got resolved with "git clean -dxf" on the source tree.
There were some remaining bits of bootloader object files
in the tree (normally I use OBJDIRPREFIX but once it wasn't set
and some artifacts got built in the source tree).