[Bug 244258] usr.bin/addr2line: build fail without capsicum
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 21 01:58:52 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244258
Bug ID: 244258
Summary: usr.bin/addr2line: build fail without capsicum
Product: Base System
Version: 12.1-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: bugs at FreeBSD.org
Reporter: rozhuk.im at gmail.com
Mine /etc/src.conf contains:
WITHOUT_CAPSICUM=
WITHOUT_CASPER=
On world build I got:
In file included from /usr/src/contrib/elftoolchain/addr2line/addr2line.c:30:
/usr/include/capsicum_helpers.h:42:10: fatal error: 'libcasper.h' file not
found
#include <libcasper.h>
^~~~~~~~~~~~~
1 error generated.
--- addr2line.o ---
*** [addr2line.o] Error code 1
make[3]: stopped in /usr/src/usr.bin/addr2line
1 error
make[3]: stopped in /usr/src/usr.bin/addr2line
--- cross-tools ---
*** [cross-tools] Error code 2
make[2]: stopped in /usr/src
1 error
make[2]: stopped in /usr/src
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list