From nobody Sat Jul 03 08:23:46 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 499DC11F3E41 for ; Sat, 3 Jul 2021 08:23:55 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mail.blih.net [212.83.155.74]) (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 (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GH4jQ6x9lz4WvJ for ; Sat, 3 Jul 2021 08:23:54 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1625300626; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kJ7VFcCfC8UplLU4EvCqbJWfD5KOZuaVLx7LWwKH6Lw=; b=G+lOHMk+HA2lWLm+LyhF6qk34tNcozt0UV2YA3o6H1JC4wCzLdZORHJxavUz31DMklmcek ZaKbeMSgKRDrHnlo+w7cNpmk15rM2wnABpsmArXcp7frCY5XKXyd2ku+chHEKKq188TgHf 1SeqLKDEYlPP8eLizd7ztYBrk27/v7I= Received: from amy (lfbn-idf2-1-644-4.w86-247.abo.wanadoo.fr [86.247.100.4]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 1efcf410 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 3 Jul 2021 08:23:46 +0000 (UTC) Date: Sat, 3 Jul 2021 10:23:46 +0200 From: Emmanuel Vadot To: Rozhuk Ivan Cc: freebsd-current@freebsd.org, Rozhuk Ivan Subject: Re: 13 stable build fail Message-Id: <20210703102346.333654ffd9e9f376118623c4@bidouilliste.com> In-Reply-To: <20210703043324.30b8b309@rimwks.local> References: <20210703043324.30b8b309@rimwks.local> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4GH4jQ6x9lz4WvJ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; TAGGED_RCPT(0.00)[]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi, On Sat, 3 Jul 2021 04:33:24 +0300 Rozhuk Ivan wrote: > > ... > In file included from /usr/src/lib/libc/gen/fstab.c:38: > In file included from /tmp/obj.world/usr/src/amd64.amd64/tmp/usr/include/sys/mount.h:38: > /tmp/obj.world/usr/src/amd64.amd64/tmp/usr/include/sys/ucred.h:42:10: fatal error: 'bsm/audit.h' file not found > #include > ^~~~~~~~~~~~~ > 1 error generated. > --- fstab.o --- > *** [fstab.o] Error code 1 > > make[4]: stopped in /usr/src/lib/libc > In file included from /usr/src/lib/libc/gen/fts.c:40: > In file included from /tmp/obj.world/usr/src/amd64.amd64/tmp/usr/include/sys/mount.h:38: > /tmp/obj.world/usr/src/amd64.amd64/tmp/usr/include/sys/ucred.h:42:10: fatal error: 'bsm/audit.h' file not found > #include > ^~~~~~~~~~~~~ > In file included from /usr/src/lib/libc/gen/fts-compat.c:41: > In file included from /tmp/obj.world/usr/src/amd64.amd64/tmp/usr/include/sys/mount.h:38: > /tmp/obj.world/usr/src/amd64.amd64/tmp/usr/include/sys/ucred.h:42:10: fatal error: 'bsm/audit.h' file not found > #include > ^~~~~~~~~~~~~ > 1 error generated. > --- fts.o --- > *** [fts.o] Error code 1 > > make[4]: stopped in /usr/src/lib/libc > ... > Sorry, forgot to mfc the fix for this. Should be fixed now. -- Emmanuel Vadot