From nobody Tue Aug 03 15:40:10 2021 X-Original-To: freebsd-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 71B06137283D for ; Tue, 3 Aug 2021 15:40:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GfJwW2s4Kz4rYf; Tue, 3 Aug 2021 15:40:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from freefall.freebsd.org (pool-100-8-53-238.nwrknj.fios.verizon.net [100.8.53.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jkim/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 3C4EAAEC7; Tue, 3 Aug 2021 15:40:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Subject: Re: /usr/share/mk/bsd.sanitizer.mk not found To: FreeBSD User , FreeBSD CURRENT References: <20210803171240.411dd367@thor.intern.walstatt.dynvpn.de> From: Jung-uk Kim Organization: FreeBSD.org Message-ID: Date: Tue, 3 Aug 2021 11:40:10 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 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 In-Reply-To: <20210803171240.411dd367@thor.intern.walstatt.dynvpn.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N On 21. 8. 3., FreeBSD User wrote: > Hallo, > > running latest CURRENT as of FreeBSD 14.0-CURRENT #147 main-n248437-600745f1e226: Mon Aug 2 > 18:34:54 CEST 2021 amd64, while compiling x11/nividia-driver, I get an error, stating > /usr/share/mk/bsd.sanitizer.mk is missing. This file ist existent in /usr/src/share/mk/, but > does not get installed. > > devel/libsysinfo is another port (requisite for firefox) failing due to the same error. > > What's wrong here? It should be fixed with the following commit. https://cgit.freebsd.org/src/commit/?id=428a32edba4c3bf3cfc0e4cf240c1b29397ecdbb Jung-uk Kim