From owner-freebsd-current@freebsd.org Thu Apr 15 10:31:23 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 E68D25EA30A for ; Thu, 15 Apr 2021 10:31:23 +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 4FLbGy03Wkz3j6B for ; Thu, 15 Apr 2021 10:31:21 +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 A1EDD5011D; Thu, 15 Apr 2021 12:31:19 +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 DasaEgZmnmaL; Thu, 15 Apr 2021 12:31:19 +0200 (CEST) Received: from [192.168.11.244] (WJW-LAPTOP.digiware.nl [192.168.11.244]) (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 370F94FDE5; Thu, 15 Apr 2021 12:31:19 +0200 (CEST) Subject: Re: Trying to build Current To: gljennjohn@gmail.com, Willem Jan Withagen via freebsd-current References: <18228aca-e835-d3d1-245d-dca1068d5023@digiware.nl> <20210415094744.2bd9dd62@ernst.home> From: Willem Jan Withagen Message-ID: <50812822-0395-5656-5d6e-736a40925729@digiware.nl> Date: Thu, 15 Apr 2021 12:31:20 +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: <20210415094744.2bd9dd62@ernst.home> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 4FLbGy03Wkz3j6B 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)[]; TO_DN_SOME(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)[]; 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)[-1.000]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org]; 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 10:31:24 -0000 On 15-4-2021 11:47, Gary Jennejohn 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 running make includes first. This step is missing because you are NOT > doing a buildworld. > Well actual the commands were: rm -rf /usr/src /usr/obj mkdir -p /usr/src /usr/obj cd /usr/src git clone https://git.freebsd.org/src.git . make -j16 buildworld But I'll give it a shot anyways. --WjW