[Bug 243727] building 12.1-RELEASE-p2 world fails because of dependency to non-existing file libcasper.h
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 30 12:24:15 UTC 2020
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: bugs at FreeBSD.org
Reporter: olaf at zaplinski.de
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.
More information about the freebsd-bugs
mailing list