Re: strange build error in usr.sbin/makefs (unknown type name 'bool')
- In reply to: Marcin Cieslak : "strange build error in usr.sbin/makefs (unknown type name 'bool')"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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).