From nobody Mon Jan 05 15:01:53 2026 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4dlHZd708Yz6McWR for ; Mon, 05 Jan 2026 15:02:01 +0000 (UTC) (envelope-from saper@saper.info) Received: from q.saper.info (q.saper.info [IPv6:2605:2700:0:2:a800:ff:fec7:5c61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "q.saper.info", Issuer "E7" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4dlHZd0Wf6z3hN8 for ; Mon, 05 Jan 2026 15:02:00 +0000 (UTC) (envelope-from saper@saper.info) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=saper.info header.s=Sep2014 header.b=WkxNcDAG; dmarc=none; spf=none (mx1.freebsd.org: domain of saper@saper.info has no SPF policy when checking 2605:2700:0:2:a800:ff:fec7:5c61) smtp.mailfrom=saper@saper.info Received: from q.saper.info (localhost [127.0.0.1]) by q.saper.info (8.18.1/8.18.1) with ESMTPS id 605F1r7u031034 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Mon, 5 Jan 2026 15:01:54 GMT (envelope-from saper@saper.info) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=saper.info; s=Sep2014; t=1767625314; bh=eENh1caIX7vP0qNjZoi8Ulk4txulaeli4jIinzYXe04=; h=Date:From:To:Subject:In-Reply-To:References; b=WkxNcDAGMOLqNkVW37py0Exie9KRQWSETDtyuxcmgEzCJv+rIEJl69+Ib2z4CIGGh bqTorfjiIJNcf10/HZMLbNqcyVOBJN/0N2i/xJ7Y4Du/OUSZJAKtLREoioQSK1mvFG 4N7wCokiydR/vGo2svsiruoG03jPMA/zql2DOY0g= Received: from localhost (saper@localhost) by q.saper.info (8.18.1/8.18.1/Submit) with ESMTP id 605F1rXF031031 for ; Mon, 5 Jan 2026 15:01:53 GMT (envelope-from saper@saper.info) X-Authentication-Warning: q.saper.info: saper owned process doing -bs Date: Mon, 5 Jan 2026 15:01:53 +0000 From: Marcin Cieslak To: FreeBSD Current Subject: Re: strange build error in usr.sbin/makefs (unknown type name 'bool') In-Reply-To: Message-ID: References: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.30 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[saper.info:s=Sep2014]; MIME_GOOD(-0.10)[text/plain]; R_SPF_NA(0.00)[no SPF record]; DMARC_NA(0.00)[saper.info]; RCPT_COUNT_ONE(0.00)[1]; MISSING_XM_UA(0.00)[]; ASN(0.00)[asn:47066, ipnet:2605:2700::/32, country:US]; MIME_TRACE(0.00)[0:+]; RECEIVED_HELO_LOCALHOST(0.00)[]; RCVD_TLS_LAST(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; HAS_XAW(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[saper.info:+] X-Rspamd-Queue-Id: 4dlHZd0Wf6z3hN8 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).