[Bug 228018] installworld fails when specifying DESTDIR
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 9 12:28:41 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228018
Trond.Endrestol at ximalas.info changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Trond.Endrestol at ximalas.inf
| |o
--- Comment #2 from Trond.Endrestol at 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.
More information about the freebsd-bugs
mailing list