From nobody Sun Dec 19 11:05:35 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 8DA9818E64BC for ; Sun, 19 Dec 2021 11:05:46 +0000 (UTC) (envelope-from agh@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (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 "mx1.riseup.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JH0JB33ZCz3wKt for ; Sun, 19 Dec 2021 11:05:46 +0000 (UTC) (envelope-from agh@riseup.net) Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4JH0J3429tzDyP5; Sun, 19 Dec 2021 03:05:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1639911939; bh=31Biu5+YmIBAiYAH2xViNwEr+9Ez2rYjzNbqotYcwmk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LnJMjFt7TJ5yYkoPFMsOp7OrQzK5N376NZTcDYcehb4n/P9SyAJQh9JZrDMyX5dj+ wFVRUgQZBCL1CPx5mPDK7CL+UEL70oZjKYqTcYt9tnToYrP6hZiZvn9rq3QoJVVDD6 0dZIS//xKDc9rlpJ+wpFJz+VV0P070TiTJEIG5xc= X-Riseup-User-ID: 970DCE77968186ED85F55E3D03846CE653F75D5061566ECB3CA4C7A1796B97E9 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4JH0J25Xh7z1y53; Sun, 19 Dec 2021 03:05:38 -0800 (PST) From: Alastair Hogge To: freebsd-current@freebsd.org Cc: gljennjohn@gmail.com Subject: Re: WITHOUT_PF breaks buildworld Date: Sun, 19 Dec 2021 19:05:35 +0800 Message-ID: <4659548.K9QhDrbJkl@direwolf.home.arpa.> In-Reply-To: <20211219114723.338b235e@ernst.home> References: <20211219114723.338b235e@ernst.home> 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: multipart/alternative; boundary="nextPart1904971.IU2PkffUJM" Content-Transfer-Encoding: 7Bit X-Rspamd-Queue-Id: 4JH0JB33ZCz3wKt X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N This is a multi-part message in MIME format. --nextPart1904971.IU2PkffUJM Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Sunday, 19 December 2021 6:47:23 PM AWST Gary Jennejohn wrote: > Some recent change, probably in a .mk file, breaks builworld on HEAD > when WITHOUT_PF is enabled in src.conf. I have had to disable WITHOUT_PF since 2020-07-27, but probably earlier. > Disabling WITHOUT_PF results in a successful buildworld. > > The reported error is that netpfil/pf/pf.h can't be found. Some ports depend on that too. -- To health and anarchy Alastair --nextPart1904971.IU2PkffUJM Content-Transfer-Encoding: 7Bit Content-Type: text/html; charset="us-ascii"

On Sunday, 19 December 2021 6:47:23 PM AWST Gary Jennejohn wrote:

> Some recent change, probably in a .mk file, breaks builworld on HEAD

> when WITHOUT_PF is enabled in src.conf.


I have had to disable WITHOUT_PF since 2020-07-27, but probably earlier.


> Disabling WITHOUT_PF results in a successful buildworld.

>

> The reported error is that netpfil/pf/pf.h can't be found.


Some ports depend on that too.


--

To health and anarchy

Alastair

--nextPart1904971.IU2PkffUJM--