From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 17 15:09:40 2014 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0D3428C for ; Thu, 17 Jul 2014 15:09:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F7902095 for ; Thu, 17 Jul 2014 15:09:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6HF9eAf022987 for ; Thu, 17 Jul 2014 15:09:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 190739] Building libunbound writes to /usr/src Date: Thu, 17 Jul 2014 15:09:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: h.skuhra@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2014 15:09:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190739 h.skuhra@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |h.skuhra@gmail.com --- Comment #2 from h.skuhra@gmail.com --- I have a similar issue on stable/10 (r267569) trying to build r268791, but only on one machine. Permissions of /usr/src on both machines are: drwxr-xr-x 24 root wheel 32 Jul 16 16:21 src And /usr/src is not mounted read-only. Also the permissions of configparser.c and util directory is the same: % find . -name "configparser.c" -ls 7999087 164 -rw-r--r-- 1 root wheel 83337 Jul 2 10:48 ./contrib/unbound/util/configparser.c drwxr-xr-x 4 root wheel 1024 Jul 2 10:48 util I am asked to override the file during buildworld: override rw-r--r-- root/wheel for /usr/src/lib/libunbound/../../contrib/unbound/util/configparser.c? (y/n [n]) On the working machine: - I don't find the yacc command in the build.log - configparser.c is unchanged and also not writeable for the user I haven't yet figured out why it tries to update configparser.c only on this machine. Is the command executed from contrib/unboud/freebsd-configure.sh? Can it be removed? Index: contrib/unbound/freebsd-configure.sh =================================================================== --- contrib/unbound/freebsd-configure.sh (revision 268797) +++ contrib/unbound/freebsd-configure.sh (working copy) @@ -41,4 +41,3 @@ /usr/bin/flex -L -t util/configlexer.lex } >util/configlexer.c -/usr/bin/yacc -d -o util/configparser.c util/configparser.y -- You are receiving this mail because: You are the assignee for the bug.