From nobody Thu Nov 11 12:47:14 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 D293E1839880 for ; Thu, 11 Nov 2021 12:47: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 4HqhLt0t4dz3rmc for ; Thu, 11 Nov 2021 12:47: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 1ml9U3-00HN08-QU for current@freebsd.org; Thu, 11 Nov 2021 13:47:15 +0100 Received: from [10.9.9.129] (helo=rmmprod07.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ml9U2-0005cb-9w for current@freebsd.org; Thu, 11 Nov 2021 13:47:14 +0100 Received: from mail by rmmprod07.runbox with local (Exim 4.86_2) (envelope-from ) id 1ml9U2-0002zI-8x for current@freebsd.org; Thu, 11 Nov 2021 13:47:14 +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); for ; Thu, 11 Nov 2021 12:47:14 GMT From: "Jeffrey Bouquet" Reply-To: jbtakk@iherebuywisely.com To: "current" Subject: buildworld question. Date: Thu, 11 Nov 2021 04:47:14 -0800 (PST) X-RMM-Aliasid: 650894 X-Mailer: RMM6 Message-Id: X-Rspamd-Queue-Id: 4HqhLt0t4dz3rmc X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of jbtakk@iherebuywisely.com has no SPF policy when checking 91.220.196.211) smtp.mailfrom=jbtakk@iherebuywisely.com X-Spamd-Result: default: False [1.81 / 15.00]; HAS_REPLYTO(0.00)[jbtakk@iherebuywisely.com]; ARC_NA(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[91.220.196.211:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_ADDR_EQ_FROM(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; DMARC_NA(0.00)[iherebuywisely.com]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.990]; NEURAL_SPAM_LONG(1.00)[1.000]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:50304, ipnet:91.220.196.0/24, country:NO]; RCVD_TLS_LAST(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[91.220.196.211:from] X-ThisMailContainsUnwantedMimeParts: N 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?=20 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.=20 The error does not indicate from what [ 2nd ] subdir it, or a symlink, is m= issing ??=20 src.conf has several lines such as WITHOUT_CPP=3Dyes, meant I think to reduce build times if that matters.=20=