From nobody Thu Dec 28 19:32:18 2023 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 4T1JYm08Plz54S83 for ; Thu, 28 Dec 2023 19:32:28 +0000 (UTC) (envelope-from sm@codenetworks.net) Received: from relayout01-sq02.dominioabsoluto.net (relayout01-sq02.dominioabsoluto.net [217.116.26.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4T1JYl525gz4RBP for ; Thu, 28 Dec 2023 19:32:27 +0000 (UTC) (envelope-from sm@codenetworks.net) Authentication-Results: mx1.freebsd.org; none Received: from relayout01-redir.dominioabsoluto.net (relayout01-redir.dominioabsoluto.net [217.116.26.69]) by relayout01.dominioabsoluto.net (Postfix) with ESMTP id 4T1JYb03fxz3wy6; Thu, 28 Dec 2023 20:32:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codenetworks.net; s=domabs; t=1703791939; bh=qcy6lPuaDFqqJYG3E0U2REUr6SLYbvofTW2OEfe46lw=; h=Date:Subject:To:References:From:In-Reply-To:From; b=pepqUiKVTMawKIoG0UkoTwBOP66qRVm4dY4qXJkQxbglierS84Ou7VjEfgAn5B+wd C2uuQasknPJSlBtSSjYHV95B5+mTpLVrpw6VA64gKr3HgBTBV964i5xYGc7+8++Nh2 gti80/6gMfvywTA6Pg02bGdPgvxPwu+CWoiB39ZQ= Received: from [192.168.3.117] (103.85-87-101.dynamic.clientes.euskaltel.es [85.87.101.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sm.codenetworks.net) by relayout01-dsp.dominioabsoluto.net (Postfix) with ESMTPSA id 4T1JYZ5HG1z1xqW; Thu, 28 Dec 2023 20:32:18 +0100 (CET) Message-ID: <8a2aa056-cf30-440f-b097-8ab47c1e8357@codenetworks.net> Date: Thu, 28 Dec 2023 20:32:18 +0100 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 User-Agent: Mozilla Thunderbird Subject: Re: Problem building world on current Content-Language: en-US To: David Wolfskill , freebsd-current References: <2c171bab-1e98-4267-9e3a-496567547fe0@codenetworks.net> From: Santiago Martinez In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-PostalOut-Country: IP: 85.87.101.103 | Country: ES X-PostalOut-Information: AntiSPAM and AntiVIRUS on relayout01 X-PostalOut-MsgID: 4T1JYZ5HG1z1xqW.A22DC X-PostalOut-SpamCheck: no es spam, clean X-PostalOut-From: sm@codenetworks.net X-PostalOut-Watermark: 1704396738.8742@T1nXLp+tydTk8YgSfxh7cA X-Spam-Status: No X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16371, ipnet:217.116.24.0/21, country:ES] X-Spamd-Bar: ---- X-Rspamd-Queue-Id: 4T1JYl525gz4RBP Hi David, - I'm running 14.0R-P3 - Last commit:     5f71f9636efa25f6de1a832202bae7c78ad013aa (HEAD -> main, origin/main, origin/HEAD)     Author: rilysh     Date:   Thu Dec 28 02:34:32 2023 -0500 - Just a clean build, no options on command line or src.conf/make - Kernel builds without a problem ( just in case). Thanks. Santi On 12/28/23 16:23, David Wolfskill wrote: > On Thu, Dec 28, 2023 at 04:05:49PM +0100, Santiago Martinez wrote: >> Hi Everyone, I'm having issues building world from current (just now). >> >> Same header missing on multiple parts. >> >> Best regards. >> >> Santiago >> .... > It might be useful to know: > * What you are running at the time; > * what the most recent commit in your source tree is; > * whether this is a clean build, you are using make's META_MODE, or you > are just setting -DNO_CLEAN. > > I have not seen the issue you cite; my most recent builds of head: > > FreeBSD 15.0-CURRENT #22 main-n267169-5bc10feacc9d: Tue Dec 26 12:14:41 UTC 2023 root@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1500008 1500008 > FreeBSD 15.0-CURRENT #23 main-n267215-3334a537ed38: Wed Dec 27 15:52:04 UTC 2023 root@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1500008 1500008 > FreeBSD 15.0-CURRENT #24 main-n267279-789480702e49: Thu Dec 28 12:18:34 UTC 2023 root@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1500008 1500008 > (in my case, using make's META_MODE). > > More details at https://www.catwhisker.org/~david/FreeBSD/history/. > > Peace, > david