[Bug 235107] 'make buildworld' of 12.0-RELEASE sources fails, pf.h not found
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 28 11:14:34 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235107
--- Comment #9 from oz42 at 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.
More information about the freebsd-bugs
mailing list