Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2020 12:24:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243727] building 12.1-RELEASE-p2 world fails because of dependency to non-existing file libcasper.h
Message-ID:  <bug-243727-227@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: olaf@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=20
WITHOUT_CASPER=3DYES
in /etc/src.conf has no effect here.

--=20
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-243727-227>