Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2014 09:49:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 190739] Building libunbound writes to /usr/src
Message-ID:  <bug-190739-8-lX2k9eH4Ej@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-190739-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-190739-8@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

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

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

--- Comment #3 from Dag-Erling Smørgrav <des@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.

help

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