Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2019 09:36:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 235107] 'make buildworld' of 12.0-RELEASE sources fails, pf.h not found
Message-ID:  <bug-235107-227-OLqs2tBgsh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235107-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235107-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235107

--- Comment #6 from oz42@oz42.eu ---
This only happens when /usr/include/netpfil/pf/pf.h (and other *.h files) do
not exist.

On 11.0-RELEASE, this is not necessary. It finds and includes
/usr/src/sys/netpfil/pf/pf.h


When I change the Makefile line PCAPINCS to a modified 11.0-RELEASE version

PCAPINCS=3D       pcap/pcap.h pcap/namedb.h pcap/bpf.h pcap/dlt.h

then building does not fail. So the bug seems to exist in Makefile.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235107-227-OLqs2tBgsh>