Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Nov 2014 14:40:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 194899] New: 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@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 194899
           Summary: Build world failure at
                    /usr/src/lib/libc/gen/cap_sandboxed.c: fatal error:
                    'sys/capsicum.h' file not found
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: i386
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: info@juanmolina.eu

On a recently build 10-STABLE i386 system with unmodified sources, I svn switch
to /usr/src to 11-CURRENT r274278 and make buildworld, which fails with:

/usr/src/lib/libc/gen/cap_sandboxed.c:33:10: fatal error: 'sys/capsicum.h' file
not found
#include <sys/capsicum.h>
         ^
1 error generated.
/usr/src/lib/libc/../../sys/kern/subr_capability.c:38:10: fatal error:
'sys/capsicum.h' file not found
#include <sys/capsicum.h>
         ^
1 error generated.
mkdep: compile failed
*** Error code 1

Stop.
make[4]: stopped in /usr/src/lib/libc
*** Error code 1

Stop.
make[3]: stopped in /usr/src
*** 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

# uname -a
FreeBSD Marianne.Juan.home 10.1-PRERELEASE FreeBSD 10.1-PRERELEASE #0 r274026
Mon Nov  3 16:20:52 CET 2014    
root@Marianne.Juan.home:/usr/obj/usr/src/sys/GENERIC  i386

# cat /etc/make.conf
.if (!empty(.CURDIR:M/usr/src*) || !empty(.CURDIR:M/usr/obj*))
.if !defined(NOCCACHE) && exists(/usr/local/libexec/ccache/world/cc)
CC:=${CC:C,^cc,/usr/local/libexec/ccache/world/cc,1}
CXX:=${CXX:C,^c\+\+,/usr/local/libexec/ccache/world/c++,1}
.endif
.endif
WITH_CCACHE_BUILD=yes
SVN_UPDATE=

# cat /etc/src.conf
cat: /etc/src.conf: No such file or directory

-- 
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>