Date: Wed, 09 May 2018 12:28:39 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 228018] installworld fails when specifying DESTDIR Message-ID: <bug-228018-227-wxdyLhDmJ2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-228018-227@https.bugs.freebsd.org/bugzilla/> References: <bug-228018-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228018 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=.depend.pdeathsig_helper NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=pdeathsig_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 the curious files corresponds with the time I ran make installworld: # LANG=en_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. -- 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-228018-227-wxdyLhDmJ2>
