Date: Mon, 28 Jan 2019 11:14:32 +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-d0drWPkvuz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-235107-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235107 --- Comment #9 from oz42@oz42.eu --- Up to now, I have found that a 'make delete-old' [1] removes all unneccesary *.h files from /usr/include. That's okay. The problem is that files in /usr/src include files from /usr/include that no longer exist. I am no developer, but I assume the solution would be to include all *.h files from /usr/src only. E.g. /usr/src/lib/libcasper/libcasper/libcasper.h instead of the deleted /usr/include/libcasper.h Right now, it is possible to remove some stuff from your system by putting lines like WITHOUT_ATM=YES into /etc/src.conf, the result is a more 'lightweight' system. But it is not possible to get those features back once they have been removed from the system. [1] a suggestion from /usr/src/Makefile -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235107-227-d0drWPkvuz>
