From owner-freebsd-current@freebsd.org Fri Apr 16 09:30:45 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 23A525EB124 for ; Fri, 16 Apr 2021 09:30:45 +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 4FM9tW4ZSlz3l24 for ; Fri, 16 Apr 2021 09:30:43 +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 1E1D750C1E; Fri, 16 Apr 2021 11:30:36 +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 zF81mgiLTdUd; Fri, 16 Apr 2021 11:30:35 +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)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id AD4A9508FA; Fri, 16 Apr 2021 11:30:35 +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: Date: Fri, 16 Apr 2021 11:30:36 +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: 4FM9tW4ZSlz3l24 X-Spamd-Bar: - X-Spamd-Result: default: False [-2.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_REJECT(0.00)[digiware.nl:s=medusa-2017]; DKIM_MIXED(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[digiware.nl:+,digiware.nl:-]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(0.00)[digiware.nl,quarantine]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW_WITH_FAILURES(-0.50)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[176.74.240.9:from]; ASN(0.00)[asn:28878, ipnet:176.74.224.0/19, country:NL]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[digiware.nl:dkim]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[digiware.nl:s=medusa-2017]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; SPAMHAUS_ZRD(0.00)[176.74.240.9:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] 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: Fri, 16 Apr 2021 09:30:45 -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 That seems to do the trick. Thanx, --WjW