https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243727
Bug ID: 243727
Summary: building 12.1-RELEASE-p2 world fails because of
dependency to non-existing file libcasper.h
Product: Base System
Version: 12.1-RELEASE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Building world fails:
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.
*** Error code 1
Stop.
make[4]: stopped in /usr/src/bin/dd
*** Error code 1
Stop.
make[3]: stopped in /usr/src/bin
*** Error code 1
Stop.
make[2]: stopped in /usr/src
*** Error code 1
Stop.
make[1]: stopped in /usr/src
*** Error code 1
Stop.
make: stopped in /usr/src
I think the bug is that the variable
WITHOUT_CASPER=YES
in /etc/src.conf has no effect here.
--
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]"