[Bug 190739] Building libunbound writes to /usr/src

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 18 09:49:50 UTC 2014


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

Dag-Erling Smørgrav <des at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-bugs at FreeBSD.org    |des at FreeBSD.org

--- Comment #3 from Dag-Erling Smørgrav <des at FreeBSD.org> ---
freebsd-configure.sh is only used when importing a new version of unbound.

The problem is that make has builtin rules for lex and yacc that can't be
turned off.  Most people don't run into this because their configparser.c is
newer (or at least not older) than configparser.y, but sometimes svn plays a
trick on you and suddenly make wants to regenerate configparser.c.  Fixing this
is not simply a matter of removing configlexer.c and configparser.c from the
repo, because make's builtin rules won't produce working code in this case.  As
a workaround, make sure that configlexer.c and configparser.c are newer than
configlexer.lex and configparser.y.

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


More information about the freebsd-bugs mailing list