From owner-freebsd-current@freebsd.org Tue Apr 10 12:46:34 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43646F99AFA for ; Tue, 10 Apr 2018 12:46:34 +0000 (UTC) (envelope-from srs0=rjtr=g7=sigsegv.be=kristof@codepro.be) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D573980628 for ; Tue, 10 Apr 2018 12:46:33 +0000 (UTC) (envelope-from srs0=rjtr=g7=sigsegv.be=kristof@codepro.be) Received: from [172.20.10.3] (unknown [188.188.16.6]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id 5DC503FA6F; Tue, 10 Apr 2018 14:46:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sigsegv.be; s=mail; t=1523364391; bh=RFylzuCXMjEYjI/Zx8+ZHDtqJR+RkD21sV/OZpnIvmg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=XtCiuH37x3L3otca9xubpOGrHFt4SYn6trf1MVxyuiE8xgmxYBanPlBVelaSFYihi a9tIjIMZL48pZwMntTjUAr7s0fNlzv3+r6oBx/QT7v4exQDP75rAG6HBoD6vyLOfMw i7mFZS5muQOXdZEHU2gYzhU2nYaeEiK/lel1bLAo= From: "Kristof Provost" To: "Vladimir Zakharov" Cc: freebsd-current@freebsd.org Subject: Re: buildworld fails: fatal error: 'netpfil/pf/pf.h' file not found Date: Tue, 10 Apr 2018 14:46:53 +0200 X-Mailer: MailMate (2.0BETAr6108) Message-ID: <33EDB48E-A330-4F5E-9328-AE3EE1E66B95@sigsegv.be> In-Reply-To: <20180409111011.5gqhtqtuw6xsg3wq@vzakharov> References: <20180409085050.mjy6itqti6spzbdx@vzakharov> <20180409111011.5gqhtqtuw6xsg3wq@vzakharov> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 10 Apr 2018 12:46:34 -0000 On 9 Apr 2018, at 13:10, Vladimir Zakharov wrote: > On Mon, Apr 09, 2018, Kristof Provost wrote: >> On 9 Apr 2018, at 10:50, Vladimir Zakharov wrote: >> >> For several days buildworld fails for me with the following >> error. Cleaning >> and >> rebuilding didn't help. >> >> ===> tests/sys/netpfil/pf/ioctl (all) >> --- validation --- >> (cd /usr/src/tests/sys/netpfil/pf/ioctl && >> DEPENDFILE=.depend.validation >> NO_SUBDIR=1 make -f /usr/src/tests/sys/netpfil/pf/ioctl/Makefile >> _RECURSING_PROGS=t PROG=validation ) >> Building >> /home/obj/usr/src/amd64.amd64/tests/sys/netpfil/pf/ioctl/ >> validation.o >> --- validation.o --- >> In file included from >> /usr/src/tests/sys/netpfil/pf/ioctl/validation.c:35: >> /home/obj/usr/src/amd64.amd64/tmp/usr/include/net/pfvar.h:49:10: >> fatal >> error: 'netpfil/pf/pf.h' file not found >> #include >> ^~~~~~~~~~~~~~~~~ It should be fully fixed as of r332358. Thanks for the report. Regards, Kristof