Re: strange build error in usr.sbin/makefs (unknown type name 'bool')
Marcin Cieslak <[email protected]>
| Newsgroups | gmane.os.freebsd.current |
|---|---|
| Message-ID | <[email protected]> |
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).