From owner-freebsd-bugs@freebsd.org Wed May 9 12:28:41 2018 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86B18FB765F for ; Wed, 9 May 2018 12:28:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1C8DD7626A for ; Wed, 9 May 2018 12:28:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C7CA6FB765E; Wed, 9 May 2018 12:28:40 +0000 (UTC) Delivered-To: bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3E81FB765D for ; Wed, 9 May 2018 12:28:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AD1276266 for ; Wed, 9 May 2018 12:28:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 787E31150A for ; Wed, 9 May 2018 12:28:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w49CSd0o017438 for ; Wed, 9 May 2018 12:28:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w49CSdei017437 for bugs@FreeBSD.org; Wed, 9 May 2018 12:28:39 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 228018] installworld fails when specifying DESTDIR Date: Wed, 09 May 2018 12:28:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 11.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: Trond.Endrestol@ximalas.info X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 12:28:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228018 Trond.Endrestol@ximalas.info changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Trond.Endrestol@ximalas.inf | |o --- Comment #2 from Trond.Endrestol@ximalas.info --- (In reply to Dries Michiels from comment #0) I can confirm similar behaviour on stable/11 amd64 r333390. DESTDIR was set= to /mnt during installworld when this happened (I simply grepped for pdeathsig_helper in my typescript): --- pdeathsig_helper.install --- (cd /usr/src/tests/sys/kern && DEPENDFILE=3D.depend.pdeathsig_helper=20 NO_SUBDIR=3D1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=3Dt= =20 PROG=3Dpdeathsig_helper install) --- pdeathsig_helper.install --- install -o root -g wheel -m 555 pdeathsig_helper /mnt/pdeathsig_helper --- pdeathsig_helper.install --- install -o root -g wheel -m 444 pdeathsig_helper.debug /mnt/.debug/pdeathsig_helper.debug First I thought someone had broken in to my system, but the timestamps on t= he curious files corresponds with the time I ran make installworld: # LANG=3Den_US.UTF-8 ls -lT /pdeathsig_helper /.debug/pdeathsig_helper.debug -r--r--r-- 1 root wheel 7528 May 9 12:06:58 2018 /.debug/pdeathsig_helper.debug -r-xr-xr-x 1 root wheel 8576 May 9 12:06:58 2018 /pdeathsig_helper We better take this to the stable list. --=20 You are receiving this mail because: You are the assignee for the bug.=