[DragonFlyBSD - Bug #3217] rescue tools: make install fails if rescue folder doesn't exist
bugtracker-admin at leaf.dragonflybsd.org
bugtracker-admin at leaf.dragonflybsd.org
Wed Nov 27 20:16:17 PST 2019
Issue #3217 has been updated by t_dfbsd.
I hit this because I was creating a new boot drive by copying files over (almost never use the installer). No worries, I can just make the folder now that I know, but it seems like a small thing to check for in the makefile.
----------------------------------------
Bug #3217: rescue tools: make install fails if rescue folder doesn't exist
http://bugs.dragonflybsd.org/issues/3217#change-13841
* Author: t_dfbsd
* Status: New
* Priority: Normal
* Assignee:
* Category:
* Target version:
----------------------------------------
boojum# ls -l /rescue
ls: /rescue: No such file or directory
boojum# make install
--------------------------------------------------------------
>>> installing rescue tools to /rescue ...
--------------------------------------------------------------
(cd /usr/src/initrd/oinit; LC_ALL=C make -m /usr/src/initrd/../share/mk BINDIR=/rescue install)
install -s -o root -g wheel -m 555 oinit /rescue
(cd /usr/src/initrd/rescue; LC_ALL=C make -m /usr/src/initrd/../share/mk BINDIR=/rescue install)
install -s -o root -g wheel -m 555 rescue /rescue
install -o root -g wheel -m 555 /usr/src/initrd/rescue/dowpa /rescue/dowpa
install: /rescue/dowpa: Not a directory
*** Error code 71
Stop.
make[1]: stopped in /usr/src/initrd/rescue
*** Error code 1
Stop.
make: stopped in /usr/src/initrd
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
More information about the Bugs
mailing list