https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235107
--- Comment #11 from [email protected] --- I have proven that make buildworld includes *.h files from /usr/include. Long story short: please install a fresh 12.0-RELEASE system and add attached src.conf and make.conf, then: - make buildworld && make kernel (add your KERNCONF here) - nextboot -o "-s" && reboot - mergemaster -p - cd /usr/src && make installworld - mergemaster - yes|make delete-old - yes|make delete-old-libs - reboot Now you have a stripped down and happy system. But when you delete /etc/src.conf and run "make buildworld" to get back a "generic" system, building will fail. I have tried once more. Result: another *.h file, same story: ===> bin/chio (all) ===> bin/chmod (all) ===> bin/cp (all) ===> bin/date (all) ===> bin/dd (all) /usr/local/libexec/ccache/world/cc -O2 -pipe -DNDEBUG -MD -MF.depend.dd.o -MTdd.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/bin/dd/dd.c -o dd.o In file included from /usr/src/bin/dd/dd.c:60: /usr/include/capsicum_helpers.h:42:10: fatal error: 'libcasper.h' file not found #include <libcasper.h> ^~~~~~~~~~~~~ 1 error generated. root@fb:~ # find /usr -name libcasper.h /usr/obj/usr/src/amd64.amd64/tmp/usr/include/libcasper.h /usr/src/lib/libcasper/libcasper/libcasper.h => header files from /usr/src are not included, but from /usr/include -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
