From nobody Thu Nov 11 21:24:10 2021 X-Original-To: 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 B0A6C18397E3 for ; Thu, 11 Nov 2021 21:24:18 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from transit01.runbox.com (transit01.runbox.com [91.220.196.211]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HqvqQ4fMtz58c1 for ; Thu, 11 Nov 2021 21:24:18 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from aibo.runbox.com ([185.226.149.25]) by transit01.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1mlHYJ-000nWZ-4U; Thu, 11 Nov 2021 22:24:11 +0100 Received: from [10.9.9.129] (helo=rmmprod07.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1mlHYI-0006yf-2L; Thu, 11 Nov 2021 22:24:10 +0100 Received: from mail by rmmprod07.runbox with local (Exim 4.86_2) (envelope-from ) id 1mlHYI-0002Y6-1B; Thu, 11 Nov 2021 22:24:10 +0100 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 Received: from [Authenticated alias (650894)] by runbox.com with http (RMM6); Thu, 11 Nov 2021 21:24:10 GMT From: "Jeffrey Bouquet" Reply-To: jbtakk@iherebuywisely.com To: "Warner Losh" CC: "current" Subject: Re: buildworld question. Date: Thu, 11 Nov 2021 13:24:10 -0800 (PST) X-RMM-Aliasid: 650894 X-Mailer: RMM6 In-Reply-To: Message-Id: X-Rspamd-Queue-Id: 4HqvqQ4fMtz58c1 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Thu, 11 Nov 2021 08:53:47 -0700, Warner Losh wrote: > On Thu, Nov 11, 2021 at 5:48 AM Jeffrey Bouquet > wrote: >=20 > > Apologies if this applies to STABLE 13, but git is involved... > > buildworld is failing 4 minutes or so in. > > would it be useful to re-git the /usr/src? > > Is there a way to run "make buildworld" for a LESS terse error result? > > Any other 3rd method to debug the error? > > > > .......................................................................= ................... > > /usr/local/bin/clang12 ..... -o machdep_ldisx.o > > In file included from /usr/src/lib/libc/gdtoa/machdep_ldisx.c:45: > > In file included from /usr/src/contrib/gdtoa/gdtoaimp.h:202: > > In file included from /usr/src/include/pthread.h:49: > > /usr/src/include/time.h: fatal error: 'sys/_clock_id.h' file not found > > #include > > .......................................................................= .. > > I also suspect the missing file might be a malformed missing > > symlink instead... because the file exists at least once. > > The error does not indicate from what [ 2nd ] subdir it, or a symlink, = is > > missing ?? > > > > src.conf has several lines such as WITHOUT_CPP=3Dyes, meant I think > > to reduce build times if that matters. >=20 >=20 > It likely does. It likely means that that file wasn't properly staged and > so the build is failing. >=20 > I'd bisect the file of omissions to see if that's the cause. I'd start by > removing them all > and seeing if the problem persists. Not all combinations are supported, n= or > are > the vast majority of all bad combinations detected with a nice error > message. >=20 > Warner Same error with the file removed. Next step remove /usr/src and re-git I th= ink.