[Bug 194899] Build world failure at /usr/src/lib/libc/gen/cap_sandboxed.c: fatal error: 'sys/capsicum.h' file not found

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 21 22:15:44 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194899

diaren <fbsd at centraltech.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fbsd at centraltech.co.uk

--- Comment #3 from diaren <fbsd at centraltech.co.uk> ---
Try a slightly different make.conf:

.if (!empty(.CURDIR:M/usr/src*) || !empty(.CURDIR:M/usr/obj*))
.if !defined(NOCCACHE) && exists(/usr/local/libexec/ccache/world/cc)
PATH=/usr/local/libexec/ccache/world:/sbin:/bin:/usr/sbin:/usr/bin
#CC:=${CC:C,^cc,/usr/local/libexec/ccache/world/cc,1}
#CXX:=${CXX:C,^c\+\+,/usr/local/libexec/ccache/world/c++,1}
.endif
.endif

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list