Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2015 22:15:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 194899] Build world failure at /usr/src/lib/libc/gen/cap_sandboxed.c: fatal error: 'sys/capsicum.h' file not found
Message-ID:  <bug-194899-8-iKW1OzlQTh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194899-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194899-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194899

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

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

--- Comment #3 from diaren <fbsd@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194899-8-iKW1OzlQTh>