Date: Sun, 06 May 2018 11:31:15 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 228018] installworld fails when specifying DESTDIR Message-ID: <bug-228018-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228018 Bug ID: 228018 Summary: installworld fails when specifying DESTDIR Product: Base System Version: 11.1-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: driesm.michiels@gmail.com I did not receive this error when DESTDIR is not set (installing on host). When issuing: "installworld DESTDIR=/jail/test" the following occurs: .. install -s -o root -g wheel -m 555 pipe_reverse2_test /jail/test/usr/tests/sys/kern/pipe/pipe_reverse2_test install -o root -g wheel -m 444 pipe_reverse2_test.debug /jail/test/usr/lib/debug/usr/tests/sys/kern/pipe/pipe_reverse2_test.debug (cd /usr/src/tests/sys/kern/pipe && DEPENDFILE=.depend.pipe_reverse_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/pipe/Makefile _RECURSING_PROGS=t PROG=pipe_reverse_test install) install -s -o root -g wheel -m 555 pipe_reverse_test /jail/test/usr/tests/sys/kern/pipe/pipe_reverse_test install -o root -g wheel -m 444 pipe_reverse_test.debug /jail/test/usr/lib/debug/usr/tests/sys/kern/pipe/pipe_reverse_test.debug (cd /usr/src/tests/sys/kern/pipe && DEPENDFILE=.depend.pipe_wraparound_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/pipe/Makefile _RECURSING_PROGS=t PROG=pipe_wraparound_test install) install -s -o root -g wheel -m 555 pipe_wraparound_test /jail/test/usr/tests/sys/kern/pipe/pipe_wraparound_test install -o root -g wheel -m 444 pipe_wraparound_test.debug /jail/test/usr/lib/debug/usr/tests/sys/kern/pipe/pipe_wraparound_test.debug (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) install -s -o root -g wheel -m 555 pdeathsig_helper /jail/test/pdeathsig_helper install: pdeathsig_helper: No such file or directory *** Error code 71 Stop. make[7]: stopped in /usr/src/tests/sys/kern *** Error code 1 Stop. make[6]: stopped in /usr/src/tests/sys/kern *** Error code 1 Stop. make[5]: stopped in /usr/src/tests/sys *** Error code 1 Stop. make[4]: stopped in /usr/src/tests *** Error code 1 Stop. make[3]: stopped in /usr/src *** Error code 1 Stop. make[2]: stopped in /usr/src *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src -- 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>
