From owner-freebsd-current@freebsd.org Thu Apr 15 13:43:43 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 47BD75F06DF for ; Thu, 15 Apr 2021 13:43:43 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (smtp.digiware.nl [176.74.240.9]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLgXs11yBz3tX3 for ; Thu, 15 Apr 2021 13:43:40 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router10g.digiware.nl (localhost.digiware.nl [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id E6647501AE; Thu, 15 Apr 2021 15:43:38 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.com Received: from smtp.digiware.nl ([127.0.0.1]) by router10g.digiware.nl (router10g.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PbYFIOjwux3w; Thu, 15 Apr 2021 15:43:38 +0200 (CEST) Received: from [192.168.101.70] (unknown [192.168.101.70]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id 7D74E501AD; Thu, 15 Apr 2021 15:43:38 +0200 (CEST) Subject: Re: Trying to build Current To: Emmanuel Vadot Cc: Willem Jan Withagen via freebsd-current References: <18228aca-e835-d3d1-245d-dca1068d5023@digiware.nl> <20210415142040.b0b714fd68e9b98a07d413b3@bidouilliste.com> From: Willem Jan Withagen Message-ID: <28d690d8-f1f6-72d5-73a7-07353f964c50@digiware.nl> Date: Thu, 15 Apr 2021 15:43:38 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: <20210415142040.b0b714fd68e9b98a07d413b3@bidouilliste.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4FLgXs11yBz3tX3 X-Spamd-Bar: --- X-Spamd-Result: default: False [-4.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[176.74.240.9:from]; R_DKIM_ALLOW(-0.20)[digiware.nl:s=medusa-2017]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; SPAMHAUS_ZRD(0.00)[176.74.240.9:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[digiware.nl:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[digiware.nl,quarantine]; NEURAL_HAM_SHORT(-1.00)[-0.997]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:28878, ipnet:176.74.224.0/19, country:NL]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; DWL_DNSWL_NONE(0.00)[digiware.nl:dkim] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 13:43:43 -0000 On 15-4-2021 14:20, Emmanuel Vadot wrote: > On Thu, 15 Apr 2021 10:51:39 +0200 > Willem Jan Withagen via freebsd-current > wrote: > >> Hi, >> >> I actually went completely back to the basic setup with directories >> /usr/src and /usr/obj >> But even then I do not manage to buildworld. >> The process keeps bumping into missing bsm/audit. >> >> First case was when it tried to build the 64bit libc. >> I copied the bsm directory into >>     /usr/obj/usr/src/amd64.amd64/tmp/usr/include/sys/ >> >> Which allowed it to continue. >> But then a bit further on it halts again in 32bit libc. >> Whcih I could fix the same way. >> >> --- fts.o --- >> In file included from /usr/src/lib/libc/gen/fts.c:40: >> In file included from >> /usr/obj/usr/src/amd64.amd64/obj-lib32/tmp/usr/include/sys/mount.h:38: >> /usr/obj/usr/src/amd64.amd64/obj-lib32/tmp/usr/include/sys/ucred.h:42:10: >> fatal error: 'bsm/audit.h' file not found >> #include >>          ^~~~~~~~~~~~~ >> >> Even defining HISTORICAL_MAKE_WORLD did not help, but then I'm not doing >> 'make world' >> >> So why is this include file missing? > Try with > https://cgit.freebsd.org/src/commit/?id=f41efc453ab5563cde214cb19273d87e6e4aa2d4 > applied. > You probably have WITHOUT_AUDIT=yes in src.conf > I'm pretty sure that was one of the settings in src.conf. But the fan in the powersupply of my builder has crashed, and leaving my office smelling of melted plastic. ;( So I first need to find a replacement PSU. --WjW