Trond Endrestøl
2018-May-09 19:19 UTC
pdeathsig_helper and .debug/pdeathsig_helper.debug placed in /mnt when DESTDIR=/mnt
On Wed, 9 May 2018 20:46+0200, Trond Endrest?l wrote:> But this one's persistent: > > --- realinstall_subdir_tests --- > --- subr_unit_test.install --- > (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.subr_unit_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=subr_unit_test install) > --- realinstall_subdir_usr.sbin --- > install -o root -g wheel -m 444 ancontrol.debug /mnt/usr/lib/debug/usr/sbin/ancontrol.debug > --- maninstall --- > install -o root -g wheel -m 444 ancontrol.8.gz /mnt/usr/share/man/man8/ > --- realinstall_subdir_usr.sbin/wlandebug --- > ===> usr.sbin/wlandebug (install) > --- realinstall_subdir_tests --- > --- _proginstall --- > install -s -o root -g wheel -m 555 subr_unit_test /mnt/usr/tests/sys/kern/subr_unit_test > install -o root -g wheel -m 444 subr_unit_test.debug /mnt/usr/lib/debug/usr/tests/sys/kern/subr_unit_test.debug > --- realinstall_subdir_usr.sbin --- > --- _proginstall --- > install -s -o root -g wheel -m 555 wlandebug /mnt/usr/sbin/wlandebug > --- realinstall_subdir_tests --- > --- Kyuafile --- > sh: cannot create Kyuafile.tmp: Read-only file system > sh: cannot create Kyuafile.tmp: Read-only file system > *** [Kyuafile] Error code 2 > > make[6]: stopped in /usr/src/tests/sys/kern > 1 errorIn case it helps, here's the result from a single-job run: ===> tests/sys/geom/class/uzip (install) install -o root -g wheel -m 555 1_test /mnt/usr/tests/sys/geom/class/uzip/1_test install -o root -g wheel -m 444 /usr/src/tests/sys/geom/class/uzip/etalon/etalon.txt /mnt/usr/tests/sys/geom/class/uzip/etalon/ install -o root -g wheel -m 444 Kyuafile /mnt/usr/tests/sys/geom/class/uzip/Kyuafile install -o root -g wheel -m 444 /usr/src/tests/sys/geom/class/uzip/conf.sh 1.img.uzip.uue /mnt/usr/tests/sys/geom/class/uzip/ ===> tests/sys/kern (install) /tmp/install.84PWkNVS/sh: cannot create Kyuafile.tmp: Read-only file system *** Error code 2 Stop. make[6]: stopped in /usr/src/tests/sys/kern -- Trond.
Konstantin Belousov
2018-May-09 19:52 UTC
pdeathsig_helper and .debug/pdeathsig_helper.debug placed in /mnt when DESTDIR=/mnt
On Wed, May 09, 2018 at 09:19:12PM +0200, Trond Endrest?l wrote:> On Wed, 9 May 2018 20:46+0200, Trond Endrest?l wrote: > > > But this one's persistent: > > > > --- realinstall_subdir_tests --- > > --- subr_unit_test.install --- > > (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.subr_unit_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=subr_unit_test install) > > --- realinstall_subdir_usr.sbin --- > > install -o root -g wheel -m 444 ancontrol.debug /mnt/usr/lib/debug/usr/sbin/ancontrol.debug > > --- maninstall --- > > install -o root -g wheel -m 444 ancontrol.8.gz /mnt/usr/share/man/man8/ > > --- realinstall_subdir_usr.sbin/wlandebug --- > > ===> usr.sbin/wlandebug (install) > > --- realinstall_subdir_tests --- > > --- _proginstall --- > > install -s -o root -g wheel -m 555 subr_unit_test /mnt/usr/tests/sys/kern/subr_unit_test > > install -o root -g wheel -m 444 subr_unit_test.debug /mnt/usr/lib/debug/usr/tests/sys/kern/subr_unit_test.debug > > --- realinstall_subdir_usr.sbin --- > > --- _proginstall --- > > install -s -o root -g wheel -m 555 wlandebug /mnt/usr/sbin/wlandebug > > --- realinstall_subdir_tests --- > > --- Kyuafile --- > > sh: cannot create Kyuafile.tmp: Read-only file system > > sh: cannot create Kyuafile.tmp: Read-only file system > > *** [Kyuafile] Error code 2 > > > > make[6]: stopped in /usr/src/tests/sys/kern > > 1 error > > In case it helps, here's the result from a single-job run: > > ===> tests/sys/geom/class/uzip (install) > install -o root -g wheel -m 555 1_test /mnt/usr/tests/sys/geom/class/uzip/1_test > install -o root -g wheel -m 444 /usr/src/tests/sys/geom/class/uzip/etalon/etalon.txt /mnt/usr/tests/sys/geom/class/uzip/etalon/ > install -o root -g wheel -m 444 Kyuafile /mnt/usr/tests/sys/geom/class/uzip/Kyuafile > install -o root -g wheel -m 444 /usr/src/tests/sys/geom/class/uzip/conf.sh 1.img.uzip.uue /mnt/usr/tests/sys/geom/class/uzip/ > ===> tests/sys/kern (install) > /tmp/install.84PWkNVS/sh: cannot create Kyuafile.tmp: Read-only file systemThis error probably means that you did not correctly rebuild the world before attempting the installation.> *** Error code 2 > > Stop. > make[6]: stopped in /usr/src/tests/sys/kern > > -- > Trond. > _______________________________________________ > freebsd-stable at freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"